.coworking-space-section {
    background: #f6f6f6;
    position: relative;
    padding: 130px 0 50px;
}

.cowork-breadcrumb {
    font-size: 14px;
    line-height: 1.4;
    color: #1f2937;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 10px;
    text-align: left;
}

.cowork-breadcrumb a {
    color: #1f2937;
    text-decoration: none;
}

.cowork-breadcrumb span {
    margin: 0 6px;
    color: #6b7280;
}

.coworking-heading {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

.coworking-filters {
    position: relative;
}

.cowork-filter-btn {
    min-width: 160px;
    height: 42px;
    border: 1px solid #cfd4dc;
    border-radius: 6px;
    background: #fff;
    color: #1f2937;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
}

.cowork-filter-btn:hover,
.cowork-filter-btn:focus,
.cowork-filter-btn:active {
    background: #fff !important;
    color: #1f2937 !important;
    border-color: #cfd4dc !important;
    box-shadow: none !important;
}

.overflow-x {
    width: 100%;
    overflow: auto;
    margin-bottom: 30px;
}

.overflow-x .coworking-location-tabs {
    width: 1000px;
    display: flex;
    gap: 6px;
    padding-bottom: 6px;
    scrollbar-width: none;
}

.coworking-location-tabs::-webkit-scrollbar {
    display: none;
}

.location-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 0 14px;
    border: 1px solid #cfd4dc;
    border-radius: 3px;
    background: #fff;
    color: #000;
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
    flex: 0 0 auto;
}

.location-chip.active,
.location-chip:hover {
    color: #111827;
    background: #fff;
}

.cowork-card {
    background: transparent;
}

.cowork-card-image {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cowork-card-image img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    display: block;
}

.cowork-badge {
    position: absolute;
    top: 14px;
    left: 0;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px 0 10px;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.cowork-badge i {
    color: #f4b400;
    font-size: 12px;
}

.cowork-card-body h3 {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.cowork-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 2px;
}

.cowork-location {
    font-size: 14px;
    color: #374151;
    text-align: left;
    margin-bottom: 6px;
}

.cowork-rating {
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    white-space: nowrap;
}

.cowork-rating i {
    color: #f4c430;
    margin-right: 4px;
}

.cowork-card-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.cowork-price {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.cowork-price span {
    font-weight: 500;
    color: #111827;
}

.cowork-quote-btn {
    min-width: 79px;
    height: 30px;
    border-radius: 8px;
    background: #1980f5;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
}

.cowork-quote-btn:hover {
    color: #fff;
    background: #0f6fe0;
}

.cowork-location-popup {
    width: 317px;
    border-radius: 8px;
    background: transparent;
    display: none;
}

.dropdown-menu.show.cowork-location-popup {
    display: block;
}

.cowork-popup-inner {
    background: #fff;
    border: 1px solid #d7dbe2;
    border-radius: 8px;
    padding: 12px 12px 10px;
    min-width: 317px;
    margin-top: 5px;
}

.cowork-popup-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 9px;
}

.popup-tag {
    height: 34px;
    padding: 0 13px;
    border: 1px solid #d3d7de;
    border-radius: 4px;
    background: #fff;
    color: #4b5563;
    font-size: 13px;
    font-weight: 500;
}

.popup-tag.active {
    background: #fff;
    color: #4b5563;
}

.cowork-popup-actions {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
}

.popup-reset-btn {
    border: 0;
    background: transparent;
    color: #8b8b8b;
    font-size: 14px;
    text-decoration: underline;
    padding: 0;
}

.popup-apply-btn {
    height: 40px;
    min-width: 70px;
    border: 0;
    border-radius: 6px;
    background: #1980f5;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 0 18px;
}

.cowork-price-popup {
    min-width: 220px;
    border: 1px solid #d7dbe2;
    border-radius: 8px;
    max-width: 700px;
    /* margin: auto; */
    opacity: 1;
    visibility: visible;
    left: -59px;
    /* right: 56px !important; */
    position: absolute;
    /* top: 5px; */
    margin-top: 5px;

}

.price-option-btn {
    height: 38px;
    border: 1px solid #d3d7de;
    border-radius: 6px;
    background: #fff;
    color: #374151;
    font-size: 14px;
    text-align: left;
    padding: 0 12px;
}

.cowork-card-image-slider {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 10px;
}

.cowork-card-image {
    position: relative;
}

.cowork-card-image img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    display: block;
}

.cowork-badge {
    position: absolute;
    top: 14px;
    left: 0;
    background: #fff;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    height: 28px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px 0 10px;
    border-radius: 0 6px 6px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.cowork-badge i {
    color: #f4b400;
    font-size: 12px;
}

.cowork-card-image-slider .carousel-control-prev,
.cowork-card-image-slider .carousel-control-next {
    width: 36px;
    opacity: 0;
    transition: 0.3s ease;
}

.cowork-card-image-slider:hover .carousel-control-prev,
.cowork-card-image-slider:hover .carousel-control-next {
    opacity: 1;
}

.cowork-card-image-slider .carousel-control-prev-icon,
.cowork-card-image-slider .carousel-control-next-icon {
    width: 28px;
    height: 28px;
    background-size: 16px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.45);
}

.cowork-card-image-slider .cowork-card-image-slider {
    height: auto;
}

.cowork-card-image-slider .carousel-control-prev {
    height: 12%;
    margin: 2px;
    top: 44%;
    background: transparent;
}

.office-solution-section {
    background: #f5f6f8;
}

.office-solution-wrap {
    background: linear-gradient(90deg, #dff2fb 0%, #edf0ff 100%);
    border-radius: 14px;
    padding: 34px 24px 28px;
}

.office-solution-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin-bottom: 26px;
}

.office-solution-card {
    display: flex;
    align-items: stretch;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.office-solution-img {
    width: 195px;
    min-width: 195px;
}

.office-solution-img img {
    width: 100%;
    height: 100%;
    min-height: 170px;
    object-fit: cover;
    display: block;
}

.office-solution-content {
    padding: 28px 18px 18px 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.office-solution-content h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.office-solution-content p {
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 16px;
    max-width: 210px;
}

.office-solution-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 96px;
    height: 32px;
    padding: 0 14px;
    background: #1980f5;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
}

.office-solution-btn:hover {
    background: #0f6fe0;
    color: #fff;
}

.workspace-cta-section {
    background: #f5f6f8;
}

.workspace-cta-wrap {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(90deg, #d8eef8 0%, #cfe6f4 40%, rgba(207, 230, 244, 0) 75%);
    padding: 40px 30px;
}

.workspace-cta-content h2 {
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.workspace-cta-content p {
    font-size: 15px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 18px;
    max-width: 420px;
}

.workspace-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 18px;
    background: #1980f5;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
}

.workspace-cta-content {
    text-align: left;
}

.workspace-cta-btn:hover {
    background: #0f6fe0;
    color: #fff;
}

.workspace-cta-img {
    position: relative;
    height: 100%;
}

.workspace-cta-img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 12px;
}

.common-sec {
    padding: 50px 0 !important;
}

.custom-pagination {
    gap: 4px;
    padding: 30px 0;
}

.custom-pagination .page-item .page-link {
    border: 1px solid #dcdfe4;
    color: #111827;
    font-size: 14px;
    padding: 6px 12px;
    min-width: 36px;
    text-align: center;
    border-radius: 4px;
    background: #fff;
}

.custom-pagination .page-item.active .page-link {
    background: #0d6efd;
    border-color: #0d6efd;
    color: #fff;
}

.custom-pagination .page-item .page-link:hover {
    background: #f3f4f6;
    color: #111827;
}

.top-coworking-locations {
    background: #f5eed8;
}

.top-coworking-title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.cowork-location-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.cowork-location-card-img img {
    width: 100%;
    height: 128px;
    object-fit: cover;
    display: block;
}

.cowork-location-card-content {
    padding: 14px 10px 12px;
}

.cowork-location-card-content h3 {
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    color: #1f2937;
    margin: 0 0 8px;
}

.cowork-location-card-content a {
    font-size: 14px;
    font-weight: 500;
    color: #0d6efd;
    text-decoration: none;
}

.cowork-location-card-content a:hover {
    color: #0b5ed7;
}

.coworking-about-section {
    background: #fff;
}

.coworking-about-content {
    text-align: left;
}

.coworking-about-content h2 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 700;
    color: #000;
    margin-bottom: 12px;
}

.coworking-about-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.coworking-about-content p {
    font-size: 14px;
    line-height: 1.8;
    color: #374151;
    margin-bottom: 12px;
}

.coworking-about-content p strong {
    font-size: 20px;
    font-weight: 600;
}

.coworking-about-content ul {
    padding-left: 30px;
}

.coworking-about-content li {
    list-style: disc;
    margin-bottom: 10px;
}

.coworking-about-content li a:hover {
    text-decoration: none;
}

.coworking-about-content a {
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
}

.coworking-about-content a:hover {
    text-decoration: underline;
}

@media (min-width: 1200px) {
    .col-xl-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 992px) {
    .top-coworking-title {
        font-size: 22px;
    }

    .coworking-topbar {
        align-items: flex-start !important;
    }

    .coworking-filters {
        width: 100%;
        justify-content: flex-start;
    }

    .office-solution-card {
        flex-direction: row;
    }

    .office-solution-content p {
        max-width: 100%;
    }

    .office-solution-img {
        width: 170px;
        min-width: 170px;
    }

    .workspace-cta-wrap {
        padding: 30px 20px;
    }

    .workspace-cta-img img {
        height: 220px;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .coworking-about-content h2 {
        font-size: 20px;
    }

    .coworking-about-content h3 {
        font-size: 16px;
    }

    .coworking-about-content p {
        font-size: 13px;
    }

    .office-solution-wrap {
        padding: 24px 16px 20px;
    }

    .office-solution-title {
        font-size: 21px;
        margin-bottom: 20px;
    }

    .office-solution-card {
        flex-direction: column;
        border-radius: 16px;
    }

    .office-solution-img {
        width: 100%;
        min-width: 100%;
    }

    .office-solution-img img {
        min-height: 200px;
    }

    .office-solution-content {
        padding: 18px 16px 16px;
    }

    .workspace-cta-content h2 {
        font-size: 22px;
    }

    .workspace-cta-content p {
        font-size: 14px;
    }

    .workspace-cta-img img {
        height: 200px;
    }

    .top-coworking-title {
        font-size: 20px;
    }

    .cowork-location-card-img img {
        height: 180px;
    }
}

@media (max-width: 767px) {
    .coworking-space-section .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .coworking-heading {
        font-size: 16px;
    }

    .cowork-filter-btn {
        min-width: 145px;
        font-size: 13px;
    }

    .cowork-card-image img {
        height: 220px;
    }

    .cowork-location-popup,
    .cowork-popup-inner {
        min-width: 290px;
        width: 290px;
    }
}