body {
  font-family: 'Poppins', sans-serif;
  margin-top: 70px;
}

/* HEADER */
.navbar {
  background: #0A2540;
  padding: 15px 0;
}

.navbar-brand {
  color: #fff;
  font-weight: 700; 
  
} 
.btn-call {
  background: #FF7A18;
  color: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: 600;
}
@media (max-width: 499px) {
  .navbar-nav {
    background: #0A2540;
    padding: 10px;
    border-radius: 8px;
  }
.btn-call {
  background: #FF7A18;
  color: #fff;
  border-radius: 50px;
  padding: 8px 15px;
}   
.navbar-brand{
  font-size: 18px;
}
} 
@media (max-width : 380px){
  .navbar-brand {
    font-size: 16px;
  } 
  .btn-call {
    padding: 9px 12px;
    font-size: 14px;
} 
}

/* HERO */ 
.hero-cruise {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden; 
  padding: 20px 0px;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(10,37,64,.9), rgba(11,94,215,.6)),
    url('../hero-bg.jpg') center/cover no-repeat;
  z-index: -1;
}

/* FORM */
.hero-form {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,.25);
}

.hero-form h2 {
  color: #0B5ED7;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-form .form-control {
  border-radius: 12px;
  padding: 12px;
  border: 1px solid #e5e7eb;
}

.hero-submit {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 14px;
  border-radius: 40px;
  margin-top: 15px;
  font-weight: 600;
}

/* CONTENT */
.hero-content {
  padding-left: 50px;
}

.hero-content h1 {
  font-size: 42px;
  font-weight: 800;
}

.hero-content p {
  font-size: 18px;
  opacity: .9;
}

.hero-points {
  list-style: none;
  padding: 0;
  margin: 25px 0;
}

.hero-points li {
  margin-bottom: 10px;
  font-size: 17px;
}

.hero-points li::before {
  content: "✔";
  color: #FFD369;
  margin-right: 10px;
}

.hero-call {
  background: linear-gradient(120deg,#FF7A18,#F95738);
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .hero-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .hero-content h1 {
    font-size: 38px;
  }
}

/* FORM */
.booking-form {
  background: #fff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,.2);
}

.booking-form .form-control {
  margin-bottom: 15px;
}

.btn-search {
  background: #0B5ED7;
  color: #fff;
  width: 100%;
  border-radius: 30px;
}

/* WHY US */
.why-us {
  padding: 80px 0;
  text-align: center;
}

.feature i {
  width: 40px;
  height: 40px;
  color: #0B5ED7;
}
.feature {
  transition: transform .3s ease;
}

.feature:hover {
  transform: translateY(-8px);
} 


/* Trust bar */

.trust-bar {
  background: #f2f9ff;
}

.trust-icon {
  background: #e91e63;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.trust-bar h5 {
  margin-bottom: 4px;
  font-weight: 700;
}

.trust-bar p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* Cruise Line */ 

.cruise-lines-swiper {
  background: #d6f6f8;
}

.section-title {
  background: #00a6d6;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
}

.section-title span {
  font-weight: 900;
}

/* CARD */
.cruise-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  /* box-shadow: 0 25px 60px rgba(0,0,0,.15); */
  max-width: 380px;
  margin: auto;
}

/* IMAGE */
.card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* PRICE BADGE */
.price-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #fff;
  color: #e91e63;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,.2);
  font-size: 15px;
}

/* BODY */
.card-body {
  padding: 25px;
}

.brand-logo {
  max-height: 50px;
  margin-bottom: 15px;
  width: 70%;
}

/* BUTTON */
.cruise-btn {
  background: #e91e63;
  color: #fff;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 600;
}

/* NAV */
.swiper-button-next,
.swiper-button-prev {
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0,0,0,.2);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: #000;
}

/* Top Deals */  

.top-deals {
  background: #f8fbff;
}

.deal-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0,0,0,.1);
  transition: .3s;
  height: 100%;
}

.deal-card:hover {
  transform: translateY(-6px);
}

.deal-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.deal-body {
  padding: 20px;
}

.deal-body h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.deal-body ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  color: #555;
}

.deal-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

.deal-footer span {
  font-size: 12px;
  color: #888;
}

.deal-footer strong {
  display: block;
  font-size: 22px;
  color: #00b050;
}

.deal-btn {
  background: #e60023;
  color: #fff;
  padding: 8px 18px;
  border-radius: 8px;
  font-size: 14px;
}
/* Top Destination */
.top-destinations {
  background: #fff;
}

/* Card */
.destination-card {
  position: relative;
  height: 160px;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
}

.destination-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .4s ease;
}

/* Overlay */
.destination-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0,0,0,.1));
}

/* Text */
.destination-card span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  z-index: 2;
  text-shadow: 0 2px 6px rgba(0,0,0,.4);
}

/* Hover */
.destination-card:hover img {
  transform: scale(1.08);
}


/* FOOTER */
.cruise-footer {
  background: linear-gradient(180deg,#061a33,#031024);
  color: #fff;
}

.cruise-footer h6 {
  font-weight: 700;
  margin-bottom: 10px;
}

.cruise-footer p,
.cruise-footer li,
.cruise-footer small {
  font-size: 14px;
  color: #cbd5e1;
}

.cruise-footer ul {
  list-style: none;
  padding: 0;
}

.cruise-footer ul li {
  margin-bottom: 6px;
}

.footer-contact li {
  margin-bottom: 6px;
}

.footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  background: #0ea5e9;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  text-decoration: none;
}

.footer-links {
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
}



/* ================= INNER PAGES ================= */

.inner-page {
  background: #f4f8fc;
  padding: 80px 0;
}

/* CARD */
.page-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 50px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* HEADINGS */
.page-card h1 {
  font-size: 32px;
  font-weight: 700;
  color: #0b2d5c;
  margin-bottom: 20px;
  position: relative;
}

.page-card h1::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #f4b400;
  display: block;
  margin-top: 10px;
  border-radius: 2px;
}

.page-card h3 {
  margin-top: 30px;
  font-weight: 700;
  color: #0b2d5c;
}

/* TEXT */
.page-card p,
.page-card li {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}

.page-card ul {
  padding-left: 18px;
  margin-top: 10px;
}

.page-card ul li {
  margin-bottom: 8px;
}

/* LINKS */
.page-card a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.page-card a:hover {
  text-decoration: underline;
}

/* CONTACT HIGHLIGHT */
.contact-box {
  background: #f0f6ff;
  border-left: 5px solid #0b63b6;
  padding: 18px;
  border-radius: 10px;
  margin-top: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .page-card {
    padding: 30px;
  }

  .page-card h1 {
    font-size: 26px;
  }
}

/* ===== 3D TEXT LOGO ===== */
.logo-text {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

/* MAIN TEXT */
.logo-main {
  color: #0b2d5c;
  text-shadow:
    1px 1px 0 #cfdff2,
    2px 2px 0 #b6cdea,
    3px 3px 0 #9fbadf;
}

/* ACCENT */
.logo-accent {
  color: #0b63b6;
  margin-left: 4px;
  text-shadow:
    1px 1px 0 #cfe6ff,
    2px 2px 0 #b3d7ff,
    3px 3px 0 #99c8ff;
}

/* HOVER (SUBTLE, PREMIUM) */
.logo-text:hover .logo-main,
.logo-text:hover .logo-accent {
  text-shadow:
    1px 1px 0 rgba(0,0,0,0.1),
    2px 2px 0 rgba(0,0,0,0.08),
    3px 3px 0 rgba(0,0,0,0.05);
}

/* MOBILE ADJUSTMENT */
@media (max-width: 768px) {
  .logo-text {
    font-size: 22px;
  }
}
