/* Filter Dropdown */
#technical-filter {
    margin-bottom: 20px;
display: flex;
    justify-content: flex-end;
}

#technical_category {
    padding: 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
width:15%;
}

/* Technical Grid */
.technical-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* Technical Item (Updated Background) */
.technical-item {
    position: relative;
    width: 100%;
    max-width: 800px; /* Adjust based on your layout */
    height: 70px; /* Adjust as per your design */
    background: url('https://www.coromandel.biz/wp-content/uploads/2025/02/Stripe.png') no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
    border-radius: 35px; /* Rounded edges for the stripe */
    overflow: hidden;
}
