.container {
    padding-left: 0;
    padding-right: 0;
}

/* header-page */
.header-page {
    background-image: url(../../../images/pages/kategori-franchise/header-bg.png);
    padding-top: 150px;
    padding-bottom: 56px;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header-page .header-page-content {
    text-align: center;
}

.header-page .header-page-content .heading-2 {
    color: var(--dark);
}

.header-page .header-page-content .custom-breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
}

.header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-prev-page a,
.header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-divider span,
.header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-current-page span {
    color: var(--dark);
    font-weight: 400;
    font-size: 16px;
}

.header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-prev-page a {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease;
}
.header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-prev-page a:hover {
    border-bottom-color: var(--dark);
}

.header-page .header-page-content .filter-category-container .form-row {
    background-color: var(--white);
    margin-top: 28px;
    padding: 8px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.10);
    border-radius: 8px;
}

.header-page .header-page-content .search-category .input-search-container {
    padding-left: 0;
    padding-right: 16px;
}

.header-page .header-page-content .search-category .input-search-container .search-form {
    border: 1px solid var(--border);
    transition: all 200ms ease;
    height: 40px;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.header-page .header-page-content .search-category .input-search-container .search-form:focus {
    border-color: var(--primary);
}

.header-page .header-page-content .search-category form {
    display: flex;
    justify-content: space-between;
}

.header-page .header-page-content .button-search-container {
    margin-top: 0;
}

.header-page .header-page-content .search-button {
    background-color: var(--primary);
    width: 100%;
    height: 40px;
    color: var(--white);
}

.header-page .header-page-content .search-button i {
    font-size: 20px;
}

.header-page .header-page-content .search-button .search-button-label {
    display: none;
}

.header-page .header-page-content .search-category .form-group {
    margin-bottom: 0;
}
/* header-page - end */

/* content */
.content-page {
    margin-top: 56px;
    margin-bottom: 56px;
}

.content-page .container .filter-category-container .filter-category label {
    font-family: var(--font-1);
    color: var(--nt-11);
}

.content-page .container .filter-category-container .filter-category .custom-select {
    font-family: var(--font-1);
    border-radius: 16px;
    transition: all 0.2s ease;
    border: 2px solid #f2f2f2;
    padding-left: 16px;
    padding-right: 16px;
    height: 54px;
}

.content-page .container .filter-category-container .filter-category .custom-select:hover {
    border: 2px solid var(--primary);
}

.content-page .container .filter-category-container .filter-category .custom-select:focus {
    border-color: var(--primary);
}

.content-page .container .filter-category-container .search-category input {
    font-family: var(--font-1);
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
    height: 54px;
    border: 2px solid #f2f2f2;
    transition: all 0.2s ease;
}
.content-page .container .filter-category-container .search-category input:hover {
    border-color: var(--primary);
}
.content-page .container .filter-category-container .search-category input:focus {
    border-color: var(--primary);
}

.content-page .container .filter-category-container .search-category .search-button {
    position: absolute;
    top: 30px;
    right: 12px;
    font-size: 24px;
    background-color: transparent;
    border: none;
    color: var(--primary);
    outline: none;
}

.content-page .container .franchise-list-container .franchise-item .card {
  box-shadow: none;
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: all 0.2s ease;
  font-family: var(--font-1);
}
.content-page .container .franchise-list-container .franchise-item .card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 10%);
  border-color: var(--primary);
}

.content-page .container .franchise-list-container {
  margin-top: 32px;
}

.content-page .container .franchise-list-container .row {
  row-gap: 24px;
}

.content-page .container .franchise-list-container .franchise-item .card .card-image-container {
    width: 100%;
    height: 246px;
    border-bottom: 1px solid var(--border);
}

.content-page .container .franchise-list-container .franchise-item .card .card-image-container img {
  width: 100%;
  height: 100%;
}

.content-page .container .franchise-list-container .franchise-item .card .card-body {
  padding: 16px;
}

.content-page .container .franchise-list-container .franchise-item .card .card-body .franchise-category {
  color: var(--nt-06);
  margin-bottom: 8px;
}

.content-page .franchise-item .card a {
    text-decoration: none;
}

.content-page .franchise-item .card .franchise-title {
    color: var(--dark);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px !important;
    transition: all 200ms ease;
}
.content-page .franchise-item .card .franchise-title:hover {
    color: var(--primary);
}

.content-page .franchise-item .card .franchise-type {
    margin-bottom: 16px !important;
    font-size: 15px;
}

.content-page .franchise-item .card .franchise-type i {
    color: var(--text);
}

.content-page .franchise-item .card .bep-franchise {
    margin-bottom: 16px;
}

.content-page .franchise-item .card .bep-franchise .bep {
    margin-bottom: 4px !important;
}

.content-page .franchise-item .card .bep-franchise .month {
    color: var(--dark);
    font-weight: 700 !important;
}

.content-page .franchise-item .card .price-label {
    color: var(--text);
    margin-bottom: 4px;
}

.content-page .franchise-item .card .price {
    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
}

.content-page .pagination {
    column-gap: 16px;
    margin-top: 32px;
}

.content-page .pagination .page-link.prev-link,
.content-page .pagination .page-link.next-link {
    border-radius: 50px;
    transition: all 0.2s ease;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.content-page .pagination .page-link.prev-link:hover,
.content-page .pagination .page-link.next-link:hover {
    background-color: var(--primary);
    border-color: transparent;
    color: var(--white);
}

.content-page .pagination .page-link.page-number {
    border-radius: 50px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
    font-family: var(--font-1);
    border: 1px solid transparent;
    color: var(--nt-06);
    transition: all 0.2s ease;
}
.content-page .pagination .page-link.page-number:hover {
    color: var(--primary);
    border: 1px solid var(--nt-03);
    background-color: var(--white);
}

.content-page .pagination .page-item.active .page-link.page-number {
    color: var(--primary);
    border: 1px solid var(--nt-03);
}
/* content - end */

@media (max-width: 767.98px) {
    .container {
        width: 800px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-prev-page a,
    .header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-divider span,
    .header-page .header-page-content .custom-breadcrumbs .custom-breadcrumb-current-page span {
        font-size: 14px;
    }

    .franchise-list-container .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .franchise-list-container .row >  [class^="col-"],
    .franchise-list-container .row >  [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-page .header-page-content .button-search-container {
        margin-top: 16px;
    }

    .header-page .header-page-content .search-button .search-button-label {
        display: inline-block;
    }

    .content-page .container .franchise-list-container .franchise-item .card .card-image-container {
        width: 100%;
        height: 150px;
    }

    .content-page .container .franchise-list-container .franchise-item .card .card-image-container img {
        width: 100%;
        height: 100%;
    }

    .content-page .container .franchise-list-container .franchise-item .card {
        padding: 0;
    }

    .content-page .franchise-item .card .franchise-title {
        width: 80%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 14px;
    }

    .content-page .franchise-item .card .price {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 997.98px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .franchise-list-container .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .franchise-list-container .row >  [class^="col-"],
    .franchise-list-container .row >  [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-page .header-page-content .button-search-container {
        margin-top: 16px;
    }

    .content-page .filter-category-container .search-button {
        display: flex;
        column-gap: 12px !important;
        align-items: center;
        width: 100%;
        height: auto;
        padding: 16px;
    }

    .header-page .header-page-content .search-button .search-button-label {
        display: inline-block;
    }

    .content-page .container .franchise-list-container .franchise-item .card {
        padding: 0 !important;
    }

    .content-page .container .franchise-list-container .franchise-item .card .card-image-container img {
        height: 100%;
        width: 100%;
    }

    .content-page .container .franchise-list-container .franchise-item .card {
        padding: 16px;
    }
}
