/* content */
.franchise-detail-container {
  padding-top: 150px;
  margin-bottom: 56px;
}

.franchise-detail-container .franchise-header {
  margin-bottom: 24px;
}

.franchise-detail-container .franchise-breadcrumb {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 16px;
}

.franchise-detail-container .franchise-breadcrumb .breadcrumb-prev {
  color: var(--dark);
  font-weight: 600;
  transition: all 200ms ease;
}
.franchise-detail-container .franchise-breadcrumb .breadcrumb-prev:hover {
  color: var(--primary);
}

.franchise-detail-container .franchise-breadcrumb .fas {
  font-size: 15px;
  color: var(--text);
}

.franchise-detail-container .franchise-breadcrumb .breadcrumb-current {
  color: var(--text);
}

.franchise-detail-container .franchise-header .franchise-name {
  color: var(--dark);
  font-weight: 700;
}

.franchise-detail-container .franchise-image-container .arrow-button {
  position: absolute;
  background-color: var(--white);
  padding: 8px 16px;
  border-radius: 50px;
  color: var(--dark);
  border: 1px solid var(--border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 10%);
  outline: none;
  font-size: 20px;
  transition: all 0.2s ease;
  top: 45%;
}
.franchise-detail-container .franchise-image-container .arrow-button:hover {
  transform: scale(1.1);
}

.franchise-detail-container .franchise-image-container .arrow-button.previous-button {
  left: 2px;
}
.franchise-detail-container .franchise-image-container .arrow-button.next-button {
  right: 10px;
}

.franchise-detail-container .franchise-image-container .carousel-franchise-item .franchise-image img {
  width: 100%;
  height: 465px;
  border-radius: 8px;
  object-fit: fill;
}

.franchise-detail-container .franchise-image-container .carousel-franchise-item.slider-navs {
  margin-top: 24px;
}

.franchise-detail-container .franchise-image-container .carousel-franchise-item.slider-navs .slick-track {
  display: flex;
  justify-content: space-between;
  column-gap: 8px;
}

.franchise-detail-container .franchise-image-container .carousel-franchise-item.slider-navs .franchise-image {
  cursor: pointer;
}

.franchise-detail-container .franchise-image-container .carousel-franchise-item.slider-navs img {
  width: 100%;
  height: 150px;
}

.slick-dots {
  bottom: -40px !important;
}

.slick-dots .custom-dots {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: var(--nt-03);
  border-radius: 50px;
  transition: all 0.2s ease;
}
.slick-dots .custom-dots:hover {
  background-color: var(--primary);
}
.slick-dots li.slick-active .custom-dots {
  background-color: var(--primary);
}

.franchise-detail-information {
  border: 1px solid var(--border);
  padding: 24px;
  border-radius: 8px;
  height: fit-content;
}

.franchise-detail-information table {
  font-family: var(--font-1);
  margin-bottom: 24px;
}

.franchise-detail-information table th {
  padding-left: 0;
  color: var(--nt-10);
  font-weight: 600;
}

.franchise-detail-information table td {
  color: var(--nt-06);
}

.franchise-detail-information .franchise-desc p {
  color: var(--text);
}

.franchise-detail-information .franchise-button-action {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  column-gap: 16px;
  row-gap: 16px;
}

.franchise-detail-information .franchise-button-action .btn {
  font-family: var(--font-1);
  height: 56px;
  width: 250px;
  padding: 0;
  text-align: center;
  border: 1px solid transparent;
  font-weight: 600;
  transition: all 0.2s ease;
}
.franchise-detail-information .franchise-button-action .btn:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 10%);
}
.franchise-detail-information .franchise-button-action .btn.book-button {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 8px;
}
.franchise-detail-information .franchise-button-action .btn.buy-button {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 8px;
}
.franchise-detail-information .franchise-button-action .btn.consult-button {
  background-color: var(--white);
  border-color: var(--nt-03);
  color: var(--nt-06);
  border-radius: 8px;
}

.franchise-detail-data {
  margin-bottom: 24px;
  row-gap: 16px;
}

.franchise-detail-data label {
  color: var(--text);
  margin-bottom: 8px !important;
}

.franchise-detail-data .heading-3 {
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 0 !important;
  font-size: 16px;
}
.franchise-detail-data .heading-3 .fas {
  font-size: 18px;
}

/* franchise information (dekstop version) */
.franchise-more-desc {
  margin-top: 56px;
}

.franchise-more-desc .nav-pills {
  justify-content: center;
  column-gap: 42px;
  display: flex;
}

.franchise-more-desc .nav-pills .nav-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--text);
  background-color: var(--white);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: all 200ms ease;
  border: 1px solid var(--border);
  outline: none;
}
.franchise-more-desc .nav-pills .nav-link:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 10%);
}
.franchise-more-desc .nav-pills .nav-link.active {
  background-color: var(--dark);
  color: var(--white);
}

.franchise-more-desc .tab-content {
  border: 1px solid var(--border);
  margin-top: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
}

/* table */
.franchise-more-desc .tab-content .invest-table-container {
  margin-top: 24px;
}

.franchise-more-desc .tab-content .invest-table-container .table {
  font-family: var(--font-1);
}

.franchise-more-desc .tab-content .invest-table-container .table thead th,
.franchise-more-desc .tab-content .invest-table-container .table tfoot th {
  font-weight: 700;
  color: var(--dark);
  font-size: 18px;
}

.franchise-more-desc .tab-content .invest-table-container .table tbody td {
  color: var(--text);
}

.franchise-more-desc .tab-content .information {
  margin-top: 24px;
}

.franchise-more-desc .tab-content .information h5 {
  margin-bottom: 8px;
}

.franchise-more-desc .tab-content .paragraph-16 {
  color: var(--text);
}
/* franchise information (dekstop version) - end */

/* table */
.franchise-more-desc.mobile-version .franchise-more-desc-content .invest-table-container {
  margin-top: 24px;
}

.franchise-more-desc.mobile-version .franchise-more-desc-content .invest-table-container .table {
  font-family: var(--font-1);
}

.franchise-more-desc.mobile-version .franchise-more-desc-content .invest-table-container .table thead th,
.franchise-more-desc.mobile-version .franchise-more-desc-content .invest-table-container .table tfoot th {
  font-weight: 700;
  color: var(--nt-11);
  font-size: 18px;
}

.franchise-more-desc.mobile-version .franchise-more-desc-content .invest-table-container .table tbody td {
  color: var(--nt-07);
}

.franchise-more-desc.mobile-version .franchise-more-desc-content .information {
  margin-top: 24px;
}

.franchise-more-desc.mobile-version .franchise-more-desc-content .information h5 {
  margin-bottom: 8px;
}

.franchise-more-desc.mobile-version .franchise-more-desc-content .information p {
  color: var(--nt-07);
}
/* franchise information (mobile version) - end */

.other-franchise-container .header {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.other-franchise-container .header .heading-3 {
  color: var(--dark);
  font-weight: 700;
}

.other-franchise-container .header .direct-link {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  column-gap: 8px;
  color: var(--primary);
}

.other-franchise-container .header .direct-link i {
  font-size: 15px;
}

.other-franchise-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);
}
.other-franchise-container .franchise-item .card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 10%);
  border-color: var(--primary);
}

.other-franchise-container {
  margin-top: 32px;
}

.other-franchise-container .row {
  row-gap: 24px;
}

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

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

.other-franchise-container .franchise-item .card .card-body {
  padding: 16px;
}

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

.other-franchise-container .franchise-item .card a {
  text-decoration: none;
}

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

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

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

.other-franchise-container .franchise-item .card .bep-franchise {
  margin-bottom: 16px;
}

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

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

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

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

.other-franchise-container .gutter {
    margin-left: -8px;
    margin-right: -8px;
}

.other-franchise-container .gutter > [class^="col"] {
    padding-left: 8px;
    padding-right: 8px;
}
/* content - end */

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

  .common-navbar.navbar-marketing {
    background-color: transparent !important;
    position: absolute;
  }

  .franchise-more-desc.mobile-version .franchise-more-desc-content { display: flex; }

  .franchise-more-desc .nav-pills,
  .franchise-more-desc .tab-content { display: none; }

  .franchise-detail-container .franchise-image-container {
    margin-bottom: 32px;
  }

  .franchise-more-desc.mobile-version .franchise-information-navs {
    padding-left: 24px;
    padding-right: 24px;
    display: none;
  }

  .franchise-more-desc.mobile-version .franchise-information-navs ul {
    display: none;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin-top: 16px;
  }

  .franchise-more-desc.mobile-version .franchise-information-navs ul.show {
    display: flex;
  }

  .franchise-more-desc.mobile-version .franchise-information-navs ul li {
    border-right: none;
    text-align: left;
  }

  .franchise-more-desc.mobile-version .franchise-information-navs ul li:last-child {
    border-bottom: 0;
  }

  .franchise-more-desc.mobile-version .franchise-information-navs .btn-open-mobile-navs {
    outline: none;
    padding: 0;
  }

  .other-franchise-container .row {
    row-gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .common-navbar.navbar-marketing {
    position: absolute !important;
    background-color: var(--primary) !important;
  }

  .header-page {
    height: auto;
    padding-top: 105px;
    padding-bottom: 50px;
  }

  .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-detail-container .franchise-image-container .carousel-franchise-item .franchise-image img {
    height: 250px;
  }

  .franchise-detail-container .franchise-image-container .carousel-franchise-item.slider-navs img {
    width: 100%;
    height: 100px;
  }

  .franchise-detail-information {
    border: none;
  }

  .franchise-detail-information .franchise-button-action {
    flex-direction: column;
  }

  .franchise-detail-information .franchise-button-action .btn {
    width: 100%;
  }

  .franchise-more-desc.mobile-version .franchise-more-desc-content { display: flex; }

  .franchise-more-desc .nav-pills,
  .franchise-more-desc .tab-content { display: block; }

  .franchise-more-desc .navs-wrapper {
    padding: 16px;
    border: 1px solid var(--nt-03);
    overflow-x: scroll;
    background-color: var(--white);
    border-radius: 16px;
  }

  .franchise-more-desc .nav-pills {
    display: flex;
    column-gap: 8px;
    margin-bottom: 0 !important;
    width: max-content;
    justify-content: start;
  }

  .franchise-more-desc .nav-pills .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
  }

  .franchise-more-desc .nav-pills .nav-item {
    border-right: 1px solid var(--nt-06);
    padding-right: 8px;
  }

  .franchise-more-desc .nav-pills .nav-item:last-of-type {
    border-right: 0;
  }

  .franchise-detail-container .franchise-image-container {
    margin-bottom: 32px;
  }

  .other-franchise-container .row {
    row-gap: 24px;
  }

  .other-franchise-container .header {
    margin-top: 32px;
  }

  .other-franchise-container .header .heading-3 {
    font-size: 20px;
  }

  .other-franchise-container .franchise-item .card .card-image-container {
    height: 150px;
  }

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

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

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

  .other-franchise-container .franchise-item .card .price {
    font-size: 16px;
  }

  .other-franchise-container .franchise-item .card .franchise-type {
    font-size: 13px;
  }
  
  .other-franchise-container .franchise-item .card .card-body {
    padding: 8px;
  }
}
