
.active-link {
  color: #10b981 !important;
}

/* ===== HERO ===== */
.cruise-hero {
  height: 100vh;
  min-height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cruise-hero-slider {
  position: absolute;
  inset: 0;
}

.cruise-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
}

.cruise-slide.active {
  opacity: 1;
}

.cruise-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, .75), rgba(0, 0, 0, .45));
  z-index: 1;
}

.cruise-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  max-width: 800px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 185, 129, .2);
  border: 1px solid rgba(16, 185, 129, .5);
  color: #10b981;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 25px;
}

.cruise-hero-content h1 {
  font-size: 62px;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 20px;
}

.cruise-hero-content h1 span {
  color: #10b981;
}

.cruise-hero-content p {
  font-size: 18px;
  color: rgba(255, 255, 255, .82);
  margin-bottom: 35px;
  line-height: 1.7;
}

.cruise-hero-btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .6);
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline:hover {
  background: #fff;
  color: #222;
  border-color: #fff;
}

.cruise-hero-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 8px;
}

.cdot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .4);
  cursor: pointer;
  transition: .3s;
}

.cdot.active {
  background: #10b981;
  width: 28px;
  border-radius: 5px;
}

/* ===== SEARCH BAR ===== */
.cruise-search-bar {
  background: #1a1a2e;
  padding: 25px 5%;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.csb-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.csb-group {
  flex: 1;
  min-width: 160px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  padding: 13px 15px;
  transition: .3s;
}

.csb-group:focus-within {
  border-color: #10b981;
}

.csb-group i {
  color: #10b981;
  font-size: 15px;
  flex-shrink: 0;
}

.csb-group select,
.csb-group input {
  border: none;
  outline: none;
  background: transparent;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

.csb-group select option {
  background: #1a1a2e;
}

.csb-group input::placeholder {
  color: #888;
}

.csb-btn {
  flex-shrink: 0;
  border-radius: 10px;
  padding: 13px 28px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ===== AIRLINE PARTNERS ===== */

.airline-partners {
  background: #f5f5f5;
  padding: 70px 5%;
  text-align: center;
}

.airline-title h2 {
  font-size: 58px;
  font-weight: 800;
  color: #123a78;
  margin-bottom: 50px;
  line-height: 1.1;
}

.airline-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 40px;
  align-items: center;
}

.airline-item {
  transition: .3s;
}

.airline-item:hover {
  transform: translateY(-6px);
}

.airline-item img {
  width: 120px;
  height: 70px;
  object-fit: contain;
  margin: auto;
  display: block;
  margin-bottom: 15px;
}

.airline-item p {
  font-size: 18px;
  color: #123a78;
  font-weight: 600;
}

/* ===== CALL BUTTON ===== */

.airline-call {
  margin-top: 55px;
}

.airline-call span {
  display: block;
  color: #123a78;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 18px;
}

.airline-call a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #ff3040;
  color: #fff;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 60px;
  font-size: 38px;
  font-weight: 800;
  transition: .3s;
}

.airline-call a:hover {
  transform: scale(1.05);
}

.airline-call i {
  font-size: 34px;
}


/* ===== SECTIONS ===== */
.cruise-section {
  padding: 80px 5%;
  background: #0d0d1a;
}

.cruise-section.alt-bg {
  background: #111122;
}

.cruise-section-title {
  text-align: center;
  margin-bottom: 50px;
}

.cruise-section-title span {
  color: #10b981;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
}

.cruise-section-title h2 {
  font-size: 38px;
  font-weight: 800;
  color: #fff;
  margin: 10px 0 15px;
}

.cruise-section-title h2 span {
  color: #10b981;
}

.cruise-section-title p {
  color: #888;
  font-size: 15px;
  max-width: 500px;
  margin: auto;
}

/* ===== RESPONSIVE ===== */

@media(max-width:991px) {

  .airline-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .airline-title h2 {
    font-size: 42px;
  }

  .airline-call a {
    font-size: 28px;
  }
}

@media(max-width:600px) {

  .airline-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .airline-title h2 {
    font-size: 32px;
  }

  .airline-item img {
    width: 90px;
  }

  .airline-item p {
    font-size: 15px;
  }

  .airline-call span {
    font-size: 18px;
  }

  .airline-call a {
    font-size: 20px;
    padding: 15px 25px;
  }
}

/* ===== SECTIONS ===== */

.destination-banner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 80px auto;
  border-radius: 18px;
  overflow: hidden;
  min-height: 420px;

  background: url('images/cruise/download.jpg');
  background-size: cover;
  background-position: center;
}




.why-book-section {
  padding: 70px 5%;
  background: #f5f5f5;
}

.why-book-box {
  max-width: 1100px;
  margin: auto;
  background: #edf1f5;
  border-radius: 18px;
  padding: 55px 60px;
  text-align: center;
}

/* Heading */

.why-book-box h2 {
  display: inline-block;
  /* background: #fff; */
  color: #081433;
  font-size: 58px;
  font-weight: 800;
  padding: 10px 28px;
  margin-bottom: 40px;
  line-height: 1.1;
}

/* List */

.why-book-list {
  max-width: 500px;
  margin-left: 20px;
  text-align: left;
}

.why-item {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.why-item i {
  color: #39a845;
  font-size: 28px;
}

.why-item span {
  color: #1d3d85;
  font-size: 24px;
  font-weight: 700;
}

/* Call Button */

.why-call-btn {
  margin-top: 35px;
}

.why-call-btn a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #ff3040;
  color: #fff;
  text-decoration: none;
  padding: 18px 42px;
  border-radius: 60px;
  font-size: 42px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(255, 48, 64, .3);
  transition: .3s;
}

.why-call-btn a:hover {
  transform: translateY(-4px);
}

.why-call-btn i {
  font-size: 34px;
}

/* ===== RESPONSIVE ===== */

@media(max-width:991px) {

  .why-book-box {
    padding: 45px 30px;
  }

  .why-book-box h2 {
    font-size: 42px;
  }

  .why-item span {
    font-size: 20px;
  }

  .why-call-btn a {
    font-size: 28px;
  }
}

@media(max-width:600px) {

  .why-book-box {
    padding: 35px 20px;
  }

  .why-book-box h2 {
    font-size: 28px;
    padding: 10px 18px;
  }

  .why-book-list {
    margin-left: 0;
  }

  .why-item {
    gap: 10px;
  }

  .why-item i {
    font-size: 20px;
  }

  .why-item span {
    font-size: 16px;
  }

  .why-call-btn a {
    font-size: 20px;
    padding: 14px 24px;
  }

  .why-call-btn i {
    font-size: 20px;
  }
}


/* ===== LIMITED DEAL SECTION ===== */

.limited-deal-section {
  padding: 70px 5%;
  background: #f5f5f5;
  text-align: center;
}

/* Top Box */

.deal-box {
  max-width: 1150px;
  margin: auto;
  background: #efe5d2;
  padding: 45px 20px;
}

/* Heading */

.deal-box h2 {
  color: #ff2d3d;
  font-size: 72px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 1.1;
}

/* Paragraph */

.deal-box p {
  color: #123c8b;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* Button */

.deal-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ff3040;
  color: #fff;
  text-decoration: none;
  padding: 18px 36px;
  border-radius: 60px;
  font-size: 28px;
  font-weight: 800;
  transition: .3s;
}

.deal-btn:hover {
  transform: translateY(-4px);
}

.deal-btn i {
  font-size: 24px;
}

/* Bottom Section */

.deal-bottom {
  margin-top: 65px;
}

.deal-bottom h3 {
  color: #1c3f92;
  font-size: 78px;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.1;
}

.deal-bottom p {
  color: #1661c1;
  font-size: 42px;
  font-weight: 700;
}

/* ===== RESPONSIVE ===== */

@media(max-width:991px) {

  .deal-box h2 {
    font-size: 50px;
  }

  .deal-box p {
    font-size: 22px;
  }

  .deal-bottom h3 {
    font-size: 52px;
  }

  .deal-bottom p {
    font-size: 30px;
  }
}

@media(max-width:600px) {

  .limited-deal-section {
    padding: 50px 15px;
  }

  .deal-box {
    padding: 35px 15px;
  }

  .deal-box h2 {
    font-size: 34px;
  }

  .deal-box p {
    font-size: 16px;
    line-height: 1.6;
  }

  .deal-btn {
    font-size: 18px;
    padding: 14px 22px;
  }

  .deal-bottom {
    margin-top: 45px;
  }

  .deal-bottom h3 {
    font-size: 34px;
  }

  .deal-bottom p {
    font-size: 22px;
  }
}

/* Overlay */

.destination-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.70) 0%,
      rgba(0, 0, 0, 0.35) 45%,
      rgba(0, 0, 0, 0.15) 100%);
}

/* Content */

.destination-content {
  position: relative;
  z-index: 2;
  padding: 50px 60px;
  max-width: 650px;
}

.destination-content h2 {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 800;
  color: #0b2c67;
  margin-bottom: 40px;
}

/* List */

.destination-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.destination-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.destination-item p {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}

/* Icons */

.dest-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.dest-icon.pink {
  background: #ff4fa3;
}

.dest-icon.orange {
  background: #ff8a00;
}

.dest-icon.red {
  background: #ff4b3e;
}

.dest-icon.green {
  background: #34d399;
}

/* Call Button */

.destination-call {
  margin-top: 35px;
}

.destination-call span {
  display: block;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.destination-call a {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background: #ff3040;
  color: #fff;
  text-decoration: none;
  padding: 18px 38px;
  border-radius: 60px;
  font-size: 42px;
  font-weight: 800;
  transition: .3s;
}

.destination-call a:hover {
  transform: scale(1.05);
}

.destination-call i {
  font-size: 36px;
}

/* ===== RESPONSIVE ===== */

@media(max-width:991px) {

  .destination-content {
    padding: 40px;
  }

  .destination-content h2 {
    font-size: 46px;
  }

  .destination-item p {
    font-size: 22px;
  }

  .destination-call a {
    font-size: 28px;
  }
}

@media(max-width:600px) {

  .destination-banner {
    min-height: auto;
  }

  .destination-content {
    padding: 30px 20px;
  }

  .destination-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .destination-item p {
    font-size: 16px;
  }

  .dest-icon {
    width: 32px;
    height: 32px;
    font-size: 13px;
  }

  .destination-call span {
    font-size: 16px;
  }

  .destination-call a {
    font-size: 20px;
    padding: 14px 22px;
  }

  .destination-call i {
    font-size: 20px;
  }
}

/* ===== CRUISE LINE CARDS ===== */
.cruise-lines-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.cruise-line-card {
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 20px;
  overflow: hidden;
  transition: .3s;
  position: relative;
}

.cruise-line-card:hover {
  transform: translateY(-8px);
  border-color: #10b981;
  box-shadow: 0 20px 50px rgba(16, 185, 129, .12);
}

.cruise-line-card.featured {
  border-color: rgba(16, 185, 129, .4);
}

.clc-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #10b981;
  color: #fff;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  z-index: 2;
}

.clc-img {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.clc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s;
}

.cruise-line-card:hover .clc-img img {
  transform: scale(1.06);
}

.clc-logo {
  position: absolute;
  bottom: -20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 0 5px 15px rgba(16, 185, 129, .4);
}

.clc-logo i {
  color: #fff;
  font-size: 18px;
}

.clc-body {
  padding: 30px 22px 22px;
}

.clc-body h3 {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

.clc-body p {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 15px;
}

.clc-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.clc-meta span {
  color: #aaa;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.clc-meta i {
  color: #10b981;
}

.clc-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding-top: 15px;
}

.clc-price {
  color: #aaa;
  font-size: 14px;
}

.clc-price strong {
  color: #10b981;
  font-size: 20px;
  font-weight: 800;
}

/* ===== DESTINATION SWIPER ===== */
.cdest-card {
  background: #1a1a2e;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .06);
}

.cdest-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: .4s;
}

.cdest-card:hover img {
  transform: scale(1.05);
}

.cdest-info {
  padding: 22px;
}

.cdest-info span {
  color: #10b981;
  font-size: 12px;
  font-weight: 600;
}

.cdest-info h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 8px 0 10px;
}

.cdest-info p {
  color: #888;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.cdest-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding-top: 15px;
}

.cdest-footer span {
  color: #aaa;
  font-size: 14px;
}

.cdest-footer span strong {
  color: #10b981;
  font-size: 18px;
  font-weight: 800;
}

.cdest-footer a {
  color: #10b981;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: .3s;
}

.cdest-footer a:hover {
  gap: 10px;
}

/* ===== WHY CRUISE ===== */
.cruise-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.cwhy-card {
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 16px;
  padding: 35px 28px;
  transition: .3s;
}

.cwhy-card:hover {
  border-color: #10b981;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(16, 185, 129, .1);
}

.cwhy-icon {
  width: 55px;
  height: 55px;
  background: rgba(16, 185, 129, .15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.cwhy-icon i {
  font-size: 22px;
  color: #10b981;
}

.cwhy-card h4 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cwhy-card p {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
}

/* ===== CTA ===== */
.cruise-cta {
  background: url('https://images.unsplash.com/photo-1548574505-5e239809ee19?q=80&w=1920&auto=format&fit=crop') center/cover fixed;
  padding: 120px 5%;
  position: relative;
  text-align: center;
}

.cruise-cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, .78), rgba(16, 185, 129, .25));
}

.cruise-cta-content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.cruise-cta-content span {
  color: #10b981;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 13px;
  display: block;
  margin-bottom: 15px;
}

.cruise-cta-content h2 {
  font-size: 52px;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.2;
}

.cruise-cta-content p {
  font-size: 17px;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 35px;
}

.cruise-cta-btns {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-outline-white {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, .7);
  color: #fff;
}

.btn-outline-white:hover {
  background: #fff;
  color: #222;
  border-color: #fff;
}

/* ===== TESTIMONIALS ===== */
.cruise-testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: auto;
}

.ctesti-card {
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 20px;
  padding: 35px;
  transition: .3s;
}

.ctesti-card:hover {
  border-color: #10b981;
  transform: translateY(-5px);
}

.ctesti-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 18px;
}

.ctesti-stars i {
  color: #10b981;
  font-size: 14px;
}

.ctesti-card>p {
  color: #999;
  line-height: 1.8;
  font-size: 15px;
  font-style: italic;
  margin-bottom: 25px;
}

.ctesti-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ctesti-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #10b981;
}

.ctesti-author h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.ctesti-author span {
  color: #10b981;
  font-size: 12px;
}

/* ===== FAQ ===== */
.cruise-faq {
  max-width: 800px;
  margin: auto;
}

.faq-item {
  background: #1a1a2e;
  border: 1px solid rgba(255, 255, 255, .06);
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  transition: .3s;
}

.faq-item.active {
  border-color: #10b981;
}

.faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  gap: 15px;
}

.faq-q i {
  color: #10b981;
  transition: .3s;
  flex-shrink: 0;
}

.faq-item.active .faq-q i {
  transform: rotate(180deg);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s;
  color: #888;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 25px;
}

.faq-item.active .faq-a {
  max-height: 200px;
  padding: 0 25px 20px;
}

/* ===== RESPONSIVE ===== */
@media(max-width: 991px) {
  .cruise-lines-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cruise-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cruise-testi-grid {
    grid-template-columns: 1fr;
  }

  .cruise-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cruise-hero-content h1 {
    font-size: 44px;
  }

  .cruise-cta-content h2 {
    font-size: 38px;
  }
}

@media(max-width: 600px) {
  .cruise-hero-content h1 {
    font-size: 30px;
  }

  .cruise-hero-content p {
    font-size: 15px;
  }

  .cruise-hero-btns {
    flex-direction: column;
    align-items: center;
  }

  .cruise-lines-grid {
    grid-template-columns: 1fr;
  }

  .cruise-why-grid {
    grid-template-columns: 1fr;
  }

  .cruise-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .csb-inner {
    flex-direction: column;
  }

  .csb-group {
    width: 100%;
  }

  .csb-btn {
    width: 100%;
    justify-content: center;
  }

  .cruise-section {
    padding: 50px 4%;
  }

  .cruise-section-title h2 {
    font-size: 26px;
  }

  .cruise-cta-content h2 {
    font-size: 28px;
  }

  .cruise-cta-btns {
    flex-direction: column;
    align-items: center;
  }
}

