/* Fonts */
@font-face {
    font-family: 'Asar';
    src: url('../fonts/Asar/Asar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* category css start */

/* Section Header */
.protech-category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
    position: relative;
}

/* Grey line across the header */
.protech-category-header::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: 1;
}

.protech-category-header::after {
    display: none;
}

.protech-category-title {
    font-family: 'Khand', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    background-color: #434344;
    text-transform: uppercase;
    margin: 0;
    padding: 6px 20px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.protech-category-title::before,
.protech-category-title::after {
    display: none;
}

.protech-view-all {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    background-color: #fff;
    padding: 4px 15px;
    border: 1px solid #ddd;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.protech-view-all:hover {
    background-color: #e11b22;
    color: #fff;
    border-color: #e11b22;
    box-shadow: 0 4px 10px rgba(225, 27, 34, 0.2);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .protech-category-header {
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .protech-category-title {
        font-size: 22px;
    }

    .protech-category-title::before {
        height: 20px;
        margin-right: 10px;
    }

    .protech-view-all {
        font-size: 12px;
        padding: 3px 12px;
    }
}


/* category css end here */



/* ads margin manage here */
.protech-ads1 img {
    max-width: 100% !important;
    height: auto !important;
}

@media (max-width: 768px) {
    .protech-ads1 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


/*  */