#cruise-container {
  color: white;
}
.phone-icon {
  margin-right: 9px !important;
}
section {
  padding: 20px 0;
  color: #444;
  h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 20px 0;
  }
  h3 {
    margin: 5px 0 0;
    font-size: 20px;
  }
}
h4 {
  font-size: 20px;
  color: #444;
  margin: 10px 0;
}
ul {
  padding-left: 18px;
  margin-top: 10px;
}
 #cruise-container  ul li{
  list-style: circle !important;
  text-align: left;
}
#cruise-container .info,.amount{
  text-align: left;
}
.link.link-cursor img{
  width: auto;
}
li {
  list-style: none;
  line-height: 24px;
  font-size: 13px;
}
.link-cursor {
  cursor: pointer;
  display: flex;
  white-space: nowrap;
  align-items: center;
  img {
    height: 16px;
    width: 16px;
  }
}
.accordion-button {
  background-color: #aa8453 !important;
  color: #1b1b1b !important;
  border-radius: 12px;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  border-radius: 12px;
}

.accordion-button:not(.collapsed) {
  background-color: #aa8453 !important;
  border-radius: 12px;
}

.accordion-body {
  border-radius: 12px;
  background-color: #fff3e0;
}
.card {
  border-radius: 10px !important;
  overflow: hidden;
  background-color: #1b1b1b;
}
.cardImg {
  margin-top: 4px;
}

#modal-nav a.active {
  color: rgb(255, 0, 122);
}
.modal-slider {
  img {
    width: 100%;
    height: 200px;
  }
}
.card {
  padding: 20px;
  border: 1px solid #cecece;
  border-radius: 7px;
  margin: 40px 0;
  .slider {
    overflow: hidden;
    width: 800px;
    img {
      border-radius: 12px;
      overflow: hidden;
      width: 100%;
    }
  }
  .info {
    font-size: 14px;
    margin-left: 12px;
  }

  .payments {
    width: 350px;
    padding-left: 30px;
    border-left: 1px dashed #cecece;

    .primary-button {
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      font-feature-settings: normal;
      line-height: 20px;
      letter-spacing: 0.6px;
      height: 44px;
      background-color: #aa8453;
      border: none;
      color: rgb(255, 255, 255);
      width: 100%;
      border-radius: 7px;
      margin: 10px 0;
    }
    .secondary-button {
      font-size: 16px;
      font-weight: 500;
      font-style: normal;
      font-feature-settings: normal;
      line-height: 20px;
      letter-spacing: 0.6px;
      height: 44px;
      background-color: #1b1b1b;
      border-radius: 7px;
      border-color: white;
      border-width: 1px;
      border-style: solid;
      color: white;
      width: 100%;
    }

    .features {
      margin: 10px 0;
      > div {
        display: flex;
        align-items: center;
        font-size: 13px;
        margin: 6px 0;
        img {
          margin-right: 10px;
          color: #aa8453;
          height: 16px;
          width: 16px;
        }
      }
    }
  }
}
h4#modal-basic-title {
  text-overflow: ellipsis;
  overflow: hidden;
  #1b1b1b-space: nowrap;
  width: 90%;
  font-size: 16px;
  padding-bottom: 10px;
}
#modal-nav {
  #1b1b1b-space: nowrap;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  overflow: scroll;
  scroll-behavior: smooth;
}

#modal-nav a {
  text-decoration: none;
  padding: 4px 10px;
  &.active {
    color: rgb(255, 87, 34);
    background: rgb(254, 247, 251);
  }
}

#modal-nav::-webkit-scrollbar {
  display: none;
}
#scrollBody {
  padding-left: 0;
  padding-right: 0;
  max-height: 70vh;
}
span.rating {
  color: orange;
  font-weight: 500;
  svg {
    width: 14px;
    position: relative;
    top: -2px;
  }
}
svg#star-full-big {
  width: 28px;
}
.detail-content.d-ele {
  max-height: 280px;
  overflow: hidden;
  position: relative;
  color: white;
}
.reviews-wrapper > div:first-child {
  font-size: 28px;
  font-weight: 700;
  color: #ff007a;
}
.review-count {
  font-weight: 600;
  color: #444;
}
#detailed-reviews {
  .review {
    padding: 10px;
    border-bottom: 1px solid #ccc;
  }

  .review-profile {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
  }

  .review-details {
    flex-grow: 1;
  }

  .review-name {
    font-weight: bold;
  }

  .review-date {
    font-size: 12px;
    color: #777;
  }

  .review-stars {
    display: flex;
    color: #ff007a;
  }

  .review-star {
    font-size: 20px;
    margin-right: 2px;
  }

  .review-text {
    margin-top: 5px;
  }
}

.tag {
  background: #088943;
  border-radius: 0 3px 3px 0;
  color: #fff;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 5px 0 12px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}

.modal-footer {
  div {
    min-width: 120px;
    text-align: right;
  }
  button {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: normal;
    line-height: 20px;
    letter-spacing: 0.6px;
    height: 44px;
    background-color: #aa8453;
    border: none;
    color: rgb(255, 255, 255);
    width: 100%;
    border-radius: 20px;
    padding: 0 10px;
  }
}
.modal-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #fff;
}

.modal-footer div {
  display: flex;
  justify-content: space-around;
}
.price-div {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .secondary-button {
    display: none;
  }
  .flex-row-custom {
    display: flex;
    flex-direction: row;
  }
  .modal-body {
    padding-bottom: 100px;
    .features {
      display: flex;
      flex-direction: row;
      gap: 15px;
      margin-bottom: 20px;
      div {
        font-size: 14px;
      }
    }
    .reviews-wrapper {
      color: #444;
      font-size: 16px;
    }
  }
  .modal-experience {
    width: 50vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1b1b1b;
    border-radius: 10px;
  }

  ::ng-deep .modal-content {
    background-color: transparent;
  }
  .whatsapp {
    display: flex;
    flex-direction: row;
    height: 25px;
    width: 25px;
    #1b1b1b-space: nowrap;
    align-items: center;
    gap: 10px;
    font-weight: 500;
  }
}

.modal-footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-radius: 10px;
}
.features-container {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Creates 2 equal columns */
  gap: 5px; /* Adds spacing between items */
}

.feature {
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature img {
  object-fit: contain;
}
.feature div {
  font-size: small;
}

@media screen and (max-width: 767px) {
    .footer-phone-icon{
        display: none !important;
    }
    .cardImg{
        padding:8px ;
    }
  .info {
    margin-left: 0 !important;
  }
  .detail-content {
    display: none;
  }
  section {
    padding: 0px;
  }
  .card {
    padding: 0;
    .info {
      margin-top: 24px;
      padding: 0 15px !important;
    }
    .payments {
      margin-top: 12px;
      padding: 0 15px !important;
    }
  }

  #scrollBody {
    padding: 110px 0 0 !important;
    max-height: calc(100vh - 100px);
  }
  section {
    h2 {
      font-size: 18px;
    }

    .card .g-3 {
      gap: 10px;
    }
  }
  .card .payments button {
    font-size: 14px !important;
  }
  .show-full-info {
    display: none;
  }
  .container {
    padding: 0 20px;
  }
  .card {
    > .flex {
      flex-direction: column;
      div {
        width: 100%;
        max-width: 100%;
      }
      .payments {
        border: none;
        .mobile-reverse {
          display: flex;
          flex-direction: column-reverse !important;
          margin-bottom: 15px;
          .features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
          }
        }
      }
    }
  }
  .slider {
    max-height: 238px;
  }
  #experience .features div,
  #experience-modal .features div {
    font-size: 11px;
    width: 50%;
    display: inline-block;
    margin: 3px 0;
  }

  .modal-experience {
    background-color: #1b1b1b;
    width: 100%;
    position: static; /* Resets fixed positioning */
    top: auto;
    left: auto;
    transform: none;
    width: 100%; /* Full width for smaller screens */
    margin: 0 auto;
  }

  ::ng-deep .modal-content {
    background-color: #1b1b1b;
  }
  .whatsapp {
    display: none;
  }
  .reviews-wrapper {
    flex-direction: column;
  }

  .tag {
    max-width: 70px !important;
  }
}

.reviews-wrapper {
  .rating-bar {
    width: 50%;
  }
  .progress {
    width: 60%;
    height: 7px;
    .progress-bar {
      border-radius: 10px;
      background: #ff007a;
    }
  }
}
