/* =========================================================
   HERO DETAIL RUTE
   ========================================================= */

.route-detail-hero {
  position: relative;
  overflow: hidden;
  padding: 35px 0 110px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 85% 20%,
      rgba(77, 176, 255, 0.34),
      transparent 34%
    ),
    linear-gradient(
      135deg,
      #071f47 0%,
      #0e4f91 58%,
      #1686cf 100%
    );
}

.route-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.7) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.7) 1px,
      transparent 1px
    );
  background-size: 45px 45px;
}

.route-detail-hero .container {
  position: relative;
  z-index: 2;
}


/* Breadcrumb */

.route-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
  font-size: 0.92rem;
}

.route-breadcrumb a,
.route-breadcrumb span {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.route-breadcrumb a:hover {
  color: #ffffff;
}

.route-breadcrumb i {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.7rem;
}


/* Label */

.route-detail-label,
.route-section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 17px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.route-detail-label {
  padding: 9px 16px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  backdrop-filter: blur(8px);
}


/* Judul */

.route-detail-content h1 {
  max-width: 750px;
  margin-bottom: 20px;
  font-size: clamp(2.7rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.05;
  color: #ffffff;
}

.route-detail-content h1 span {
  display: block;
  color: #ff4a4f;
}

.route-detail-description {
  max-width: 680px;
  margin-bottom: 27px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 1.08rem;
  line-height: 1.8;
}


/* Harga */

.route-price-box {
  max-width: 560px;
  margin-bottom: 28px;
  padding: 22px 25px;
  background: rgba(4, 24, 53, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.route-price-label {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
  font-weight: 600;
}

.route-price {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  margin-bottom: 8px;
}

.route-price small {
  padding-bottom: 10px;
  font-size: 1.4rem;
  font-weight: 800;
}

.route-price strong {
  font-size: clamp(3.7rem, 7vw, 5.8rem);
  font-weight: 900;
  line-height: 1;
}

.route-price span {
  padding-bottom: 11px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
  font-weight: 700;
}

.route-price-box p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.83rem;
  line-height: 1.6;
}


/* Tombol Hero */

.route-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 37px;
}

.route-primary-button,
.route-outline-button {
  padding: 13px 22px;
  border-radius: 10px;
  font-weight: 700;
}

.route-primary-button {
  color: #ffffff;
  background: #d62327;
  border: 1px solid #d62327;
}

.route-primary-button:hover {
  color: #ffffff;
  background: #b81d21;
  border-color: #b81d21;
  transform: translateY(-2px);
}

.route-outline-button {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.route-outline-button:hover {
  color: #0c4c88;
  background: #ffffff;
}


/* Keunggulan */

.route-feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.route-feature-item {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 165px;
}

.route-feature-item > i {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  font-size: 1.2rem;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
}

.route-feature-item strong,
.route-feature-item span {
  display: block;
}

.route-feature-item strong {
  font-size: 0.93rem;
}

.route-feature-item span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.77rem;
}


/* Gambar Hero */

.route-visual-card {
  position: relative;
  max-width: 490px;
  margin-left: auto;
}

.route-visual-card > img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border: 7px solid rgba(255, 255, 255, 0.14);
  border-radius: 32px;
  box-shadow: 0 30px 70px rgba(1, 18, 40, 0.4);
}

.route-code-card {
  position: absolute;
  right: 22px;
  bottom: 23px;
  left: 22px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  padding: 19px 22px;
  color: #172c50;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 17px;
  box-shadow: 0 14px 34px rgba(3, 25, 53, 0.25);
  backdrop-filter: blur(10px);
}

.route-code-card > div:last-child {
  text-align: right;
}

.route-code-card span,
.route-code-card small,
.route-code-card strong {
  display: block;
}

.route-code-card span {
  color: #65748a;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.route-code-card strong {
  color: #0e4f91;
  font-size: 1.65rem;
}

.route-code-card small {
  color: #35455c;
  font-size: 0.78rem;
}

.route-code-card > i {
  color: #d62327;
  font-size: 1.5rem;
  transform: rotate(45deg);
}


/* =========================================================
   RINGKASAN RUTE
   ========================================================= */

.route-summary-section {
  position: relative;
  z-index: 5;
  margin-top: -42px;
  padding-bottom: 75px;
}

.route-summary-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e8edf4;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(23, 44, 80, 0.13);
}

.route-summary-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 25px 22px;
}

.route-summary-item:not(:last-child) {
  border-right: 1px solid #e7edf4;
}

.route-summary-icon {
  display: grid;
  flex: 0 0 47px;
  width: 47px;
  height: 47px;
  place-items: center;
  color: #ffffff;
  font-size: 1.15rem;
  background: linear-gradient(
    135deg,
    #0f5ba7,
    #1689d5
  );
  border-radius: 13px;
}

.route-summary-item span,
.route-summary-item strong,
.route-summary-item small {
  display: block;
}

.route-summary-item span {
  color: #7a8799;
  font-size: 0.73rem;
  font-weight: 700;
  text-transform: uppercase;
}

.route-summary-item strong {
  margin: 2px 0;
  color: #172c50;
  font-size: 1rem;
}

.route-summary-item small {
  color: #6e7b8c;
  font-size: 0.75rem;
}


/* =========================================================
   INFORMASI MAKASSAR
   ========================================================= */

.makassar-info-section {
  padding: 35px 0 95px;
  background: #ffffff;
}

.makassar-info-image {
  position: relative;
}

.makassar-info-image img {
  width: 100%;
  min-height: 475px;
  object-fit: cover;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(20, 51, 87, 0.15);
}


.route-section-label {
  color: #d62327;
}

.makassar-info-content h2,
.route-section-heading h2 {
  color: #172c50;
  font-weight: 800;
}

.makassar-info-content h2 {
  margin-bottom: 21px;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.18;
}

.makassar-info-content > p {
  color: #607087;
  line-height: 1.85;
}

.makassar-highlight {
  display: flex;
  gap: 14px;
  margin-top: 25px;
  padding: 20px;
  background: #eff7ff;
  border-left: 4px solid #1686cf;
  border-radius: 0 14px 14px 0;
}

.makassar-highlight i {
  color: #d62327;
  font-size: 1.45rem;
}

.makassar-highlight p {
  margin: 0;
  color: #354a65;
  font-weight: 600;
  line-height: 1.7;
}


/* =========================================================
   POTENSI LOGISTIK
   ========================================================= */

.makassar-logistics-section {
  padding: 95px 0;
  background: #f5f8fc;
}

.route-section-heading {
  max-width: 720px;
  margin: 0 auto 45px;
}

.route-section-heading h2 {
  margin-bottom: 13px;
  font-size: clamp(2rem, 4vw, 2.9rem);
}

.route-section-heading p {
  color: #68778c;
  line-height: 1.75;
}

.logistics-info-card {
  height: 100%;
  padding: 34px;
  background: #ffffff;
  border: 1px solid #e4eaf2;
  border-radius: 22px;
  box-shadow: 0 13px 35px rgba(20, 51, 87, 0.07);
  transition: 0.3s ease;
}

.logistics-info-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 44px rgba(20, 51, 87, 0.12);
}

.logistics-info-card.featured {
  border-top: 4px solid #d62327;
}

.logistics-card-icon {
  display: grid;
  width: 61px;
  height: 61px;
  margin-bottom: 20px;
  place-items: center;
  color: #ffffff;
  font-size: 1.6rem;
  background: linear-gradient(
    135deg,
    #0e4f91,
    #1689d5
  );
  border-radius: 17px;
}

.logistics-card-label {
  color: #d62327;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.logistics-info-card h3 {
  margin: 8px 0 15px;
  color: #172c50;
  font-size: 1.45rem;
  font-weight: 800;
}

.logistics-info-card > p {
  color: #68778c;
  line-height: 1.75;
}

.logistics-info-card ul {
  display: grid;
  gap: 13px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.logistics-info-card li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4e5e73;
  line-height: 1.55;
}

.logistics-info-card li i {
  margin-top: 3px;
  color: #1686cf;
}


/* =========================================================
   PORT TO DOOR
   ========================================================= */

.port-door-section {
  padding: 95px 0;
  background: #ffffff;
  border-top: 1px solid #e3ebf4;
  border-bottom: 1px solid #e3ebf4;
}

.port-door-heading {
  max-width: 760px;
  margin: 0 auto 42px;
}

.port-door-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: #d62327;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.port-door-heading h2 {
  margin-bottom: 13px;
  color: #172c50;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
}

.port-door-heading p {
  margin: 0;
  color: #68778c;
  line-height: 1.75;
}

.port-list {
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dfe8f2;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(23, 44, 80, 0.09);
}

.port-list-header,
.port-row {
  display: grid;
  grid-template-columns:
    minmax(55px, 0.45fr)
    minmax(190px, 1.45fr)
    minmax(150px, 1.1fr)
    minmax(130px, 0.95fr)
    minmax(145px, 1fr)
    minmax(135px, 0.9fr);
  align-items: center;
}

.port-list-header {
  color: #ffffff;
  background: linear-gradient(135deg, #163f72, #1d64a8);
}

.port-list-header > div {
  padding: 19px 22px;
  font-size: 0.9rem;
  font-weight: 700;
}

.port-list-header > div:last-child {
  text-align: right;
}

.port-row {
  transition: background-color 0.25s ease;
}

.port-row:hover {
  background: #f7fbff;
}

.port-row:not(:last-child) {
  border-bottom: 1px solid #e5ecf3;
}

.port-field {
  display: flex;
  align-items: center;
  min-height: 82px;
  padding: 18px 22px;
  color: #45566c;
}

.port-field-label {
  display: none;
}

.port-origin {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #172c50;
}

.port-origin i {
  color: #d62327;
  font-size: 1.05rem;
  transform: rotate(45deg);
}

.port-destination {
  color: #0d477f;
}

.port-price-wrapper {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.port-price {
  color: #d62327;
  font-size: 1.05rem;
  font-weight: 800;
}

.port-price-wrapper small {
  color: #748399;
  font-size: 0.78rem;
}

.port-minimum-weight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  color: #0e4f91;
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
  background: #edf6ff;
  border: 1px solid #cfe5fa;
  border-radius: 999px;
}

.port-action-field {
  justify-content: flex-end;
}

.port-booking-button {
  min-width: 124px;
  padding: 9px 18px;
  color: #d62327;
  font-size: 0.86rem;
  font-weight: 700;
  background: #ffffff;
  border: 1.5px solid #d62327;
  border-radius: 999px;
}

.port-booking-button:hover {
  color: #ffffff;
  background: #d62327;
  border-color: #d62327;
  transform: translateY(-2px);
}

.port-door-note {
  margin: 17px 0 0;
  color: #758397;
  font-size: 0.85rem;
  line-height: 1.6;
}


/* =========================================================
   CTA
   ========================================================= */

.makassar-cta-section {
  padding: 80px 0;
  background: #f5f8fc;
}

.makassar-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  padding: 43px 48px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(255, 255, 255, 0.18),
      transparent 30%
    ),
    linear-gradient(
      135deg,
      #0a3464,
      #0e64ae
    );
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(14, 79, 145, 0.2);
}

.makassar-cta-content {
  max-width: 720px;
}

.makassar-cta-content > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #d7ecff;
  font-size: 0.83rem;
  font-weight: 700;
  text-transform: uppercase;
}

.makassar-cta-content h2 {
  margin-bottom: 11px;
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  font-weight: 800;
  color: #d62327;
}

.makassar-cta-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.7;
}

.makassar-cta-action .btn {
  white-space: nowrap;
  padding: 14px 23px;
  color: #ffffff;
  font-weight: 700;
  background: #d62327;
  border-radius: 10px;
}

.makassar-cta-action .btn:hover {
  color: #ffffff;
  background: #b91f23;
  transform: translateY(-2px);
}

.balikpapan-prospect{
    margin-top:60px;
    display:flex;
    align-items:flex-start;
    gap:28px;
    padding:35px 40px;

    background:#ffffff;
    border-radius:22px;

    border:1px solid #e4edf7;

    box-shadow:0 12px 35px rgba(13,71,161,.08);

    position:relative;
    overflow:hidden;
}

.balikpapan-prospect::before{
    content:"";
    position:absolute;

    left:0;
    top:0;
    bottom:0;

    width:6px;

    background:linear-gradient(
        180deg,
        #e53935,
        #0d47a1
    );
}

.balikpapan-prospect-icon{

    width:78px;
    height:78px;

    min-width:78px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:20px;

    background:linear-gradient(
        135deg,
        #0d47a1,
        #1565c0
    );

    color:#fff;

    font-size:2rem;

    box-shadow:0 10px 25px rgba(13,71,161,.25);
}

.balikpapan-prospect h3{

    margin-bottom:18px;

    color:#0d376d;

    font-size:2rem;

    font-weight:700;

    line-height:1.3;
}

.balikpapan-prospect p{

    margin:0;

    color:#5b6674;

    font-size:1.05rem;

    line-height:1.9;

    text-align:justify;
}

/* ==========================================
   SEARCH PORT TO DOOR
========================================== */

.port-filter-wrapper{

    display:flex;
    justify-content:space-between;
    align-items:end;
    gap:25px;

    margin:45px 0;
}

.port-search{

    flex:1;

    display:flex;
    align-items:center;

    background:#fff;

    border:1px solid #dfe8f5;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(13,71,161,.08);
}

.port-search-icon{

    width:70px;
    height:70px;

    display:flex;
    justify-content:center;
    align-items:center;

    background:#0d47a1;

    color:#fff;

    font-size:1.4rem;
}

.port-search input{

    width:100%;

    border:none;

    outline:none;

    padding:0 22px;

    font-size:1rem;

    color:#444;

    background:#fff;
}

.port-search input::placeholder{

    color:#9aa5b1;
}

.port-sort{

    width:220px;
}

.port-sort label{

    display:block;

    margin-bottom:8px;

    font-weight:600;

    color:#0d376d;
}

.port-sort select{

    width:100%;

    height:58px;

    padding:0 18px;

    border-radius:15px;

    border:1px solid #dfe8f5;

    outline:none;

    background:#fff;

    color:#333;

    cursor:pointer;

    box-shadow:0 8px 20px rgba(13,71,161,.06);
}

/* ===========================
   CLEAR SEARCH
=========================== */

.clear-search{

    width:50px;
    height:50px;

    border:none;
    background:transparent;

    display:none;

    justify-content:center;
    align-items:center;

    cursor:pointer;

    transition:.3s;

    color:#9ca3af;

    margin-right:12px;
}

.clear-search:hover{

    color:#e53935;

    transform:rotate(90deg);
}

.clear-search i{

    font-size:18px;
}


/* ===========================
   DATA TIDAK DITEMUKAN
=========================== */

.search-not-found {
    display: none;
    width: 100%;
    min-height: 230px;

    margin: 25px 0;
    padding: 40px 20px;

    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    background: #ffffff;

    border: 1px dashed #d8e2ef;
    border-radius: 18px;
}

/* Pesan hanya muncul saat memiliki class show */
.search-not-found.show {
    display: flex;
}

.search-not-found i {
    display: block;

    margin: 0 0 18px;

    color: #d62828;
    font-size: 3rem;
    line-height: 1;
}

.search-not-found h4 {
    margin: 0 0 10px;

    color: #123d77;
    font-size: 1.35rem;
    font-weight: 700;
}

.search-not-found p {
    margin: 0;
    color: #777777;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1199.98px) {
  .route-summary-card {
    grid-template-columns: repeat(2, 1fr);
  }

  .route-summary-item:nth-child(2) {
    border-right: 0;
  }

  .route-summary-item:nth-child(-n + 2) {
    border-bottom: 1px solid #e7edf4;
  }

  .port-list-header,
  .port-row {
    grid-template-columns:
      minmax(50px, 0.4fr)
      minmax(170px, 1.3fr)
      minmax(130px, 1fr)
      minmax(115px, 0.85fr)
      minmax(125px, 0.9fr)
      minmax(120px, 0.85fr);
  }
}

@media (max-width: 991.98px) {
  .route-detail-hero {
    padding: 75px 0 100px;
  }

  .route-visual-card {
    max-width: 650px;
    margin: 15px auto 0;
  }

  .route-visual-card > img {
    min-height: 430px;
  }

  .makassar-cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .port-list-header {
    display: none;
  }

  .port-list {
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .port-row {
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    background: #ffffff;
    border: 1px solid #dfe8f2;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(23, 44, 80, 0.08);
  }

  .port-row:last-child {
    margin-bottom: 0;
  }

  .port-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 66px;
    padding: 16px 20px;
    border-bottom: 1px solid #e8eef5;
  }

  .port-field:last-child {
    border-bottom: 0;
  }

  .port-field-label {
    display: block;
    flex: 0 0 125px;
    color: #516884;
    font-size: 0.82rem;
    font-weight: 700;
  }

  .port-origin,
  .port-price-wrapper {
    justify-content: flex-end;
  }

  .port-minimum-weight {
    margin-left: auto;
  }

  .port-destination,
  .port-number {
    text-align: right;
  }

  .port-action-field {
    justify-content: space-between;
  }

  .balikpapan-prospect{

    flex-direction:column;

    padding:30px;

    gap:22px;
}

.balikpapan-prospect-icon{

    width:70px;
    height:70px;

    min-width:70px;

    font-size:1.8rem;
}

.balikpapan-prospect h3{

    font-size:1.6rem;
}
}

@media (max-width: 767.98px) {
  .route-detail-hero {
    padding: 55px 0 85px;
  }

  .route-detail-content h1 {
    font-size: 2.65rem;
  }

  .route-price strong {
    font-size: 4rem;
  }

  .route-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .route-summary-card {
    grid-template-columns: 1fr;
  }

  .route-summary-item {
    border-right: 0 !important;
    border-bottom: 1px solid #e7edf4;
  }

  .route-summary-item:last-child {
    border-bottom: 0;
  }

  .route-summary-section {
    margin-top: -25px;
  }

  .route-visual-card > img {
    min-height: 390px;
  }

  .makassar-info-section,
  .makassar-logistics-section,
  .port-door-section {
    padding: 70px 0;
  }

  .makassar-cta-card {
    padding: 33px 25px;
  }

  .port-filter-wrapper{

    flex-direction:column;

    align-items:stretch;
}

.port-sort{

    width:100%;
}

.port-search-icon{

    width:60px;
    height:60px;
}
}

@media (max-width: 575.98px) {
  .route-detail-actions {
    display: grid;
  }

  .route-detail-actions .btn {
    width: 100%;
  }

  .route-feature-list {
    grid-template-columns: 1fr;
  }

  .route-price-box {
    padding: 20px;
  }

  .route-price strong {
    font-size: 3.5rem;
  }

  .route-visual-card > img {
    min-height: 330px;
  }

  .route-code-card {
    right: 13px;
    bottom: 13px;
    left: 13px;
    padding: 15px;
  }

  .logistics-info-card {
    padding: 27px 22px;
  }

  .makassar-cta-action,
  .makassar-cta-action .btn {
    width: 100%;
  }

  .port-door-heading {
    margin-bottom: 30px;
  }

  .port-door-heading h2 {
    font-size: 1.85rem;
  }

  .port-door-heading p {
    font-size: 0.9rem;
  }

  .port-field {
    gap: 12px;
    min-height: 61px;
    padding: 15px 16px;
  }

  .port-field-label {
    flex-basis: 105px;
    font-size: 0.78rem;
  }

  .port-origin {
    gap: 7px;
    font-size: 0.84rem;
  }

  .port-origin strong {
    white-space: normal;
  }

  .port-destination {
    font-size: 0.88rem;
  }

  .port-price-wrapper {
    align-items: flex-end;
    flex-direction: column;
    gap: 0;
  }

  .port-price {
    font-size: 1rem;
  }

  .port-price-wrapper small {
    font-size: 0.74rem;
  }

  .port-minimum-weight {
    padding: 5px 10px;
    font-size: 0.76rem;
  }

  .port-booking-button {
    min-width: 105px;
    padding: 8px 13px;
    font-size: 0.78rem;
  }

  .balikpapan-prospect{

    padding:25px 20px;
}

.balikpapan-prospect h3{

    font-size:1.35rem;
}

.balikpapan-prospect p{

    font-size:.97rem;

    line-height:1.8;
}

.balikpapan-prospect-icon{

    width:60px;
    height:60px;

    min-width:60px;

    font-size:1.5rem;

    border-radius:16px;
}

.port-filter-wrapper{

        display:flex;
        flex-direction:column;

        gap:18px;

        margin:35px 0;
    }

    /* Search */

    .port-search{

        width:100%;

        border-radius:15px;
    }

    .port-search-icon{

        width:58px;
        height:58px;

        font-size:1.15rem;
    }

    .port-search input{

        height:58px;

        padding:0 16px;

        font-size:.95rem;
    }

    .port-search input::placeholder{

        font-size:.92rem;
    }
}