.modal-content {
  max-width: 100% !important;
}
.logo-yacht {
  width: 120px !important;
  height: 120px !important;
  margin-top: 40px;
  top: 0;
  z-index: 2;
}

.s-raise-up p {
  color: #c9c9c9;
}

.fr-introduction {
  height: 660px;
  overflow: hidden;
  border-radius: 10px;
}

.fr-introduction img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: flex;
  align-items: center;
}

.list-explore-mrns a {
  color: #555555;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.list-explore-mrns a:hover {
  transition: all;
  transition-duration: 300ms;
  font-weight: bold;
}

.fr-intro-marinas {
  height: 460px;
  max-width: 560px;
  width: 50%;
  overflow: hidden;
  border-radius: 10px;
  display: inline-flex;
  float: right;
}

.fr-intro-marinas img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fr-img-modal {
  height: 400px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}

.fr-img-modal img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-location {
  position: relative;
  bottom: 90px;
  left: 25px;
  color: white;
}

.owl-event .item {
  height: 550px !important;
}

.nav-tabs {
  border-color: transparent;
}

.btn-filter {
  background: rgba(241, 243, 250, 0.1);
  border-radius: 100px;
  padding: 6px;
  overflow: auto;
  gap: 10px;
  flex-wrap: nowrap;
  position: sticky;
  top: 100px;
  z-index: 10;
}

.btn-filter .nav-link.active {
  color: white;
  background: linear-gradient(125deg, #2b3960 0px, #071c53 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
  font-weight: 800;
  font-size: 18px;
}
.btbtn-filtern:first-child:active,
.btn-filter .nav-link:focus,
.btn-filter .nav-link:focus-visible,
.btn-filter .nav-link:active,
.btn-filter .nav-link:hover {
  border-color: #071c53;
  color: white;
  background: linear-gradient(125deg, #2b3960 0px, #071c53 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.06);
}

.btn-filter .nav-item .nav-link {
  text-align: center !important;
  display: block !important;
}

/* Custom tabbar */
.custom-tabbar {
  margin-top: 30px;
  margin-bottom: 20px;
}

.custom-tabbar .nav-link {
  color: gray;
  font-weight: bold;
  text-align: center;
  flex: 1;
}

.custom-tabbar .nav-link.active {
  color: #071c53;
  border-color: transparent transparent #071c53 transparent;
  background-color: transparent;
}

.custom-tabbar .nav-tabs {
  border-bottom: 2px solid gray;
  width: 100%;
}

.custom-tabbar .nav-link {
  border: none;
}

.custom-tabbar .nav-link.active {
  border-bottom: 3px solid #071c53;
}

.custom-tabbar .nav-tabs .nav-item {
  flex: 1;
  text-align: center;
}

.accordion-button:not(.collapsed) {
  background-color: white;
}

.accordion-header button {
  font-weight: bold;
  font-size: 22px;
}
.accordion-body {
  background-color: #f0f4fc;
}

.thead-blue {
  background-color: #071c53;
  color: white;
  border: 1px solid #d4d4d4;
}

.thead-blue th:first-child {
  padding: 16px 32px;
  border: 1px solid #d4d4d4;
  background: linear-gradient(125deg, #4363b8 0px, #577ee2 100%);
  color: white;
}
.thead-blue th:last-child {
  padding: 16px 32px;
  border: 1px solid #d4d4d4;
  background: linear-gradient(125deg, #577ee2 0px, #4363b8 100%);
  color: white;
}

tbody {
  background-color: white;
  color: #2f2f2f;
  border: 1px solid #d4d4d4;
  padding: 20px;
}
tbody td {
  padding: 16px 32px;
  border: 1px solid #d4d4d4;
}

.column-with-border {
  border-right: 1px solid #ebebeb;
}

.break-text {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
}

.fr-img-goverment {
  height: 520px;
  overflow: hidden;
  border-radius: 4px;
}

.fr-img-goverment img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content-goverment {
  padding: 32px;
  padding-right: 42px;
}

.table > :not(caption) > * > * {
  padding: 16px 32px;
}

.table thead {
  background-color: blue;
  color: white; /* Tambahkan ini jika ingin teks di thead juga terlihat jelas */
}

.content p{
  color: #c9c9c9;
  font-size: 18px;
}

.calling-cruise ul {
  list-style-type: disc;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  color: #2F2F2F;
  font-size: 18px;
}

.form-menubar.cruise{
  background: white;
}

.items-scroll-ports {
  overflow: auto;
}
.items-scroll-ports::-webkit-scrollbar {
  width: 5px;
}