﻿{
  margin: 0px;
  padding: 0px;
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  z-index: 1;
}

.package .package-item img {
  width: 100%;
  height: 250px;
}

.package .package-item .deal-btn {
  border-radius: 5px;
}

.bg-registration {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/registration-banner.jpg), no-repeat center center;
  background-size: cover;
}

.booking-form {
  right: 100px;
  bottom: 90px;
  position: absolute;
  width: 450px;
  padding: 30px;
  border-radius: 15px;
  padding: 30px;
  border: 5px solid #1F509A;
}

.booking-form .dropdown {
  border: 1px solid #ced4da;
}

.booking-form .dropdown .dropdown-btn {
  height: 40px;
  text-align: left;
  color: #000;
}

.navbar-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-right: 75px;
}

/* slider */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700;800&display=swap");

.explore-destination main .explore-date {
  background: #337099;
  padding: 5px;
  font-size: 14px;
  margin-bottom: 2px;
  text-align: center;
  border-radius: 20px;
}

.explore-destination main {
  width: min(1110px, 100%);
  margin: 0 auto;
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding-block: min(20vh, 5em); */

  .header {
    margin-bottom: 55px;

    @include mQ(600px) {
      margin-bottom: 70px !important;
    }

    h1 {
      font-weight: 800;
      font-size: 3rem;
      margin: 5px -5px 15px;
    }

    span {
      text-transform: uppercase;
      letter-spacing: 1px;
      display: inline-block;
      font-weight: 700;
      font-size: 14px;
      color: #471aa0;
    }

    p {
      max-width: min(40ch, 100% - 2rem);
      line-height: 1.6;
      color: #565656;
    }
  }

  .item {
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: absolute;
      inset: 0;
    }

    .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 28px 25px;
      color: #fff;
      background: rgb(2, 0, 36);
      background: linear-gradient(0deg,
          #020024 0%,
          #000032a1 3%,
          #17d9ff00 100%);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;

      span {
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        border-radius: 60px;
        padding: 10px 20px;
        display: inline-block;
        visibility: hidden;
      }

      >div {
        h2 {
          letter-spacing: 0.5px;
          margin-bottom: 5px;
        }
      }
    }
  }
}

.explore-destination .owl-nav {
  position: absolute;
  top: -65px;
  right: 0;

  @include mQ(600px) {
    top: -60px !important;
  }

  button {
    background: #fff !important;
    width: 45px;
    height: 45px;
    font-size: 25px !important;
    box-shadow: 0px 0px 17px #00000005;
    border-radius: 50%;

    &:nth-of-type(1) {
      margin-right: 13px;
    }
  }
}

.testimonial-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
  display: none;
}

.contact-content .feature {
  text-align: center;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  height: 210px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.contact-content .head {
  font-weight: 600 !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.contact-content .heading-text {
  font-weight: 600;
  font-size: 16px;
}

.page-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/privacy-banner.jpg), no-repeat center center;
  background-size: cover;
  height: 300px;
}

.page-header-text {
  min-height: 300px
}

.about-header {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/about-banner.webp), no-repeat center center;
  background-size: cover;
  height: 300px;
}

.contact-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/contact-banner2.png), no-repeat center center;
  background-size: cover;
  height: 300px;
}

.booking .booking-form .nav-pills .nav-link {
  background-color: black;
  color: white;
  border-radius: 5px;
}

.booking .booking-form .nav-pills .nav-link.active {
  background-color: #1F509A;
  color: white;
  border-radius: 5px;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 45px;
  z-index: 11;
}

.final-footer a {
  color: #fff;
}

.final-footer {
  background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../images/footer-img4.png) no-repeat center center;
  background-size: cover;
  height: 500px;
}

.final-footer .footer-content {
  padding-top: 135px;
}


/* result detail page */

.res-detail .detail-img {
  height: 400px;
}

.res-detail {
  margin-top: 150px
}

.cabin-card .cruise-info-box {
  height: 130px;
  margin-top: 20px;
  overflow-x: hidden;
  margin-top: 20px;
}

.res-detail .horizontal-itinerary {
  cursor: pointer;
  flex-wrap: nowrap;
  background: #ffffff;
  border-radius: 12px;
  border:none;
  transition: box-shadow 0.3s ease;
  display: flex;
  padding: 0px;
  position: relative;
  overflow: auto;
}

.cabin-card .cruise-details {
  list-style: none;
  padding-left: 0;
}

.cabin-card .cruise-details li {
  margin-bottom: 10px;
  color: #333;
}

.cabin-card .cruise-details strong {
  color: #002855;
  font-weight: 600;
}

.cabin-card {
  border: none;
  border-radius: 15px;
  padding: 25px;
  background: white;
  transition: all 0.3s ease-in-out;
}

.cabin-card .price-line {
  flex-wrap: wrap;
  display: flex;
  gap: 15px;
}

.cabin-header img:hover {
  transform: scale(1.05);
}

.cabin-header h4 {
  font-weight: 600;
  color: #003566;
}

.cabin-card .nav-pills .nav-link {
    flex-wrap: wrap;
    text-align: center;
    width: 160px;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0px 10px 10px;
    font-weight: 600;
    color: #003566;
    background-color: #e7f1ff;
    transition: 0.3s ease;
}

.cabin-card .nav-pills .nav-link.active {
  background-color: #1F509A;
  color: white;
}

.cabin-card .tab-pane h5 {
  color: #002244;
  margin-bottom: 10px;
}

.cabin-card .tab-pane ul {
  list-style: none;
  padding-left: 0;
}

.cabin-card .tab-pane ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 15px;
}

.cabin-card .tab-pane ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0077b6;
  font-weight: bold;
}

.cruise-amenities {
  margin-top: 70px;
}

.cruise-amenities .nav-pills {
  display: flex;
  gap: 10px;
}

.cruise-amenities .nav-pills .nav-link {
  /*width: 230px;*/
  text-align: center;
  border-radius: 5px;
/*  font-size: 18px;
  font-weight: 700;*/
}

.cruise-amenities .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: none;
  color: #1F509A;
  border-bottom: 5px solid #1F509A;
}

/* Itinerary Cabin */
.horizontal-itinerary {
  flex-wrap: wrap;
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  transition: box-shadow 0.3s ease;
  display: flex;
  padding: 20px 20px 0px 20px;
  position: relative;
}

.horizontal-itinerary .itinerary-step {
  padding-bottom: 30px;
  position: relative;
  flex: 0 0 180px;
  text-align: center;
  margin-right: 28px;
}

.horizontal-itinerary .itinerary-step:last-child {
  margin-right: 0;
}

.horizontal-itinerary .circle {
  width: 36px;
  height: 36px;
  margin: 0 auto 10px;
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 0 0 3px #fff, 0 0 6px rgba(0, 0, 0, 0.1);
}

.horizontal-itinerary .step-content h6 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 4px;
  color: #003366;
}

.horizontal-itinerary .step-content p {
  font-size: 0.85rem;
  color: #666;
  margin: 0;
}

.horizontal-itinerary::-webkit-scrollbar {
  height: 6px;
}

.horizontal-itinerary::-webkit-scrollbar-thumb {
  background: #007bff;
  border-radius: 3px;
}


/* service box result page */
.cruise-amenities .service-box {
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid #eaeaea;
  transition: 0.3s ease-in-out;
}

.cruise-amenities .service-box:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.cruise-amenities .service-icon {
  font-size: 2rem;
  color: #28a745;
  /* Green for facilities */
}

.cruise-amenities .cabin-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #002b5c;
}



/* result detail page end  */

@media (max-width:767px) {
  .booking-form {
    right: 0;
    bottom: 0;
    position: relative;
    width: 100%;
    padding: 30px;
    border-radius: 15px;
    padding: 30px;
    border: 5px solid #1F509A;
  }

  .final-footer {
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../images/footer-img4.png) no-repeat center center;
    background-size: cover;
    height: 100%;
  }

  .res-detail {
    margin-top: 100px;
  }

  .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    width: 329.833px;
    margin-right: 10px;
  }

  .page-header-text {
    min-height: 180px;
  }

  .page-header {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/privacy-banner.jpg), no-repeat center center;
    background-size: cover;
    height: 150px;
  }

  .navbar-light .navbar-nav .nav-link {
    padding: 10px 5px;
  }

  .carousel-inner {
    margin-top: 75px;
  }

  .navbar-nav {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-right: 75px;
  }

  .res-detail .cabin-header {
    display: flex;
    flex-wrap: wrap;
  }

  .confirmprogres .further-box .further-content {
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
  }

}

/* confirm ticket 1 start */
.confirmprogres .passenger-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.confirmprogres .details h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
}

.confirmprogres .details span {
  font-size: 14px;
  color: #666;
}

.confirmprogres .counter {
  display: flex;
  align-items: center;
  gap: 12px;
}

.confirmprogres .counter span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  background: #d0dce7;
  color: #333;
  transition: 0.2s ease-in-out;
}

.confirmprogres .counter span:hover {
  background: #1F509A;
  color: #fff;
}

.confirmprogres .counter input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
}

.confirmprogres .buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.confirmprogres .btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
}

.confirmprogres .btn-secondary {
  background: #ccc;
  color: #333;
}

.confirmprogres .btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.confirmprogres .btn-primary {
  background: #1F509A;
  color: #fff;
}

.confirmprogres .btn-primary:hover {
  background: #1F509A;
}

.confirmprogres .further-box .further-content {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.confirm-ticket {
  margin-top: 150px;
}

@media (max-width: 667px) {
  .confirmprogres .buttons {
    /* flex-direction: column; */
    gap: 10px;
  }

  .confirm-ticket {
    margin-top: 120px;
  }

  .confirmprogres .passenger-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .confirmprogres .counter {
    margin-top: 10px;
  }
}



.session-expired-wrapper {
  padding: 150px 0;
}

.session-expired-wrapper .session-card {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  overflow: hidden;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.session-expired-wrapper .session-image-box {
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.session-expired-wrapper .session-image-box img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

.session-expired-wrapper .session-content-box {
  flex: 1 1 400px;
  padding: 40px 30px;
}

.session-expired-wrapper .session-content-box h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #dc3545;
  margin-bottom: 15px;
}

.session-expired-wrapper .session-content-box h5 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.session-expired-wrapper .session-content-box p {
  color: #555;
  font-size: 1rem;
  margin-bottom: 20px;
}

.session-expired-wrapper .session-content-box .btn {
  font-size: 1.1rem;
  padding: 10px 20px;
  border-radius: 8px;
}

@media (max-width: 768px) {
  .session-expired-wrapper .session-card {
    flex-direction: column;
  }

  .session-expired-wrapper .session-image-box,
  .session-content-box {
    text-align: center;
    padding: 20px;
  }

  .session-expired-wrapper .session-content-box h2 {
    text-align: center;
  }

  .session-expired-wrapper {
    padding: 115px 0px 0px 0px;
  }

  .final-footer .footer-content {
    padding-top: 170px;
}
.contact-banner {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/contact-banner2.png), no-repeat center center;
  background-size: cover;
  height: 100%;
}

.res-detail .detail-img {
  height: 100%;
}

}

/* confirm ticket 1 end */

/* loader start */
:root {
    --spinner-border: #ffffff;
    --spinner-transparent: transparent;
    --loader-bg: #0000008a;
}

body {
    margin: 0;
    /* font-family: Arial, sans-serif; */
}

/* Loader Styles */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: var(--loader-bg);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    opacity: 1;
}

#loader.hidden {
    opacity: 0;
    pointer-events: none;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--spinner-border);
    border-top-color: var(--spinner-transparent);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Demo page content */
.content {
    padding: 20px;
}

/* loader end */

