.bread-crum ul li{
    margin-top:5px;
    display: inline-block;
}
.bread-crum{
    padding: 10px 80px;
    font-size: 16px;
}
.city-ul-section {
    overflow-y: hidden;
     margin-top: 10px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.city-ul-section::-webkit-scrollbar {
    height: 4px; /* horizontal scrollbar ki thickness */
}

.city-ul-section::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.city-ul-section::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.city-ul-section::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.city-ul-section li{
  display: inline-block;
}
.city-ul-section li a{
    font-size: 17px;
    border: 1px solid #cccccc;
    padding: 5px 10px;
    border-radius: 5px;
    background: #16188014;
    color: #000000;
}
.listing-container{
    padding: 10px 80px;
}

.sidebar-categories{
    border-radius:10px;
    border:1px solid #ececec;
    background-color:white;
}
.sidebar-categories ul li{
    list-style:none;
    border-bottom:1px solid #ececec;
    padding: 12px 16px;
}
.sidebar-categories ul li a{
    color:black;
    text-decoration:none;
}
.sidebar-categories ul li:hover{
  background-color:#ececec;  
}
.sidebar-categories ul li a{
        font-size:17px;
    }
    .company-card-4 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(15 130 245 / 12%) 1%, rgb(33 9 79 / 4%) 73%);
    border-radius: 14px;
    padding: 16px;
    margin:2px;
    transition: all 0.3s ease;
    height: 100%;
    border:1px solid lightgray;
    position:relative;
}
.cat-first-li{
    background-color:#2f2d79 !important;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.company-card-4:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

/* HEADER */
.card-header-4 {
    display: flex;
    gap: 15px;
    align-items: center;
}

.card-header-4 img {
    width: 180px;
    height: 115px;
    object-fit: contain;
    border-radius: 10px;
    background: #f6f8fa;
    padding: 6px;
}

.card-header-4 h5 {
    margin: 0;
    font-weight: 600;
    color: #1f2937;
    font-size:20px;
}

.tag {
    display: inline-block;
    background: #e7f0ff;
    color: #1d4ed8;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 4px;
    position: absolute;
    top: 37px;
    font-size: 20px;
    transform: rotate(45deg);
    right: 0%;
}
.tag2 {
    display: inline-block;
    background: #e7f0ff;
    color: #1dd82b;
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 4px;
}
/* BODY */
.card-body-4 {
    margin-top: 12px;
}

.desc {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 8px;
}

.location {
    font-size: 13px;
    color: #6b7280;
}

.featured {
    background: #fff3cd;
    color: #b45309;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 6px;
}

/* FOOTER */
.card-footer-4 {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 14px;
}

.card-footer-4 .btn {
    flex: 1;
    font-size: 13px;
    padding: 7px 10px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
}

/* BUTTON STYLES */
.btn.primary {
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgb(9 23 109 / 99%) 1%, rgba(47, 98, 161, 1) 100%);
    color: #fff;
    padding: 11px 0px;
}

.btn.outline {
    border: 1px solid #1d4ed8;
    color: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(149 16 16 / 99%) 1%, rgb(139 9 9) 73%);
}

.btn.success {
    background: #16a34a;
    color: #fff;
}
.sidebarform {
    padding: 10px 10px;
    background: #d9dbe3;
    border-radius: 20px;
}
.sidebarform input{
    font-size:14px !important;
}
.sidebarform label{
    font-size:14px !important;
}
@media (max-width: 600px) {
.listing-container {
    padding: 10px 4px;
}
.bread-crum {
    padding: 10px 4px;
    font-size: 16px;
}
}

@media (max-width: 768px) {
    #div1 {
        order: 2;
    }
    #div2 {
        order: 1;
    }
}