.page-shell1 {
  padding: 38px 34px 0;
  background:
    linear-gradient(180deg,
      rgba(217, 250, 252, 0.82),
      rgba(226, 250, 253, 0.36) 38%,
      rgba(224, 246, 250, 0.08) 62%),
    url("../image/cruis/bg.jpg") center bottom / cover no-repeat;
  ;
  position: relative;
}

.page-shell1::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background:
    radial-gradient(circle at 34% 40%, rgba(255, 255, 255, 0.75) 0 4%, transparent 14%),
    linear-gradient(180deg, rgba(221, 253, 255, 0.72) 0 54%, rgba(255, 255, 255, 0.06) 77%); */
  pointer-events: none;
}

.hero1 {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: start center;
  padding-top: 62px;
  text-align: center;
}

.hero1 h1 {
  color: #ec0909;
  font-size: clamp(40px, 4.1vw, 56px);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.hero-copy1 {
  min-width: 0;
}

#page-title1 {
  color: #ec0909;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
  padding: 10px
}

.call-btn {
  background: linear-gradient(90deg,
      rgb(255, 120, 0),
      rgb(255, 45, 85));
  border: none;
  color: #fff !important;
  font-size: 22px;
  min-width: 380px;
  padding: 16px 40px;
  transition: all 0.3s ease;
}

.call-btn:hover {
  background: linear-gradient(90deg,
      rgb(255, 135, 20),
      rgb(255, 65, 100));
  color: #fff !important;
}

/* Tablet */
@media (max-width: 768px) {
  .call-btn {
    min-width: 300px;
    font-size: 18px;
    padding: 14px 30px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .call-btn {
    min-width: 100%;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px;
  }
}

/* Small Mobile */
@media (max-width: 400px) {
  .call-btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}


@media (max-width: 900px) {
  .page-shell1 {
    min-height: auto;
  }

}

@media (max-width: 760px) {
  .page-shell1 {
    padding: 18px 14px 0;
  }

}


@media (max-width: 640px) {
  .page-shell1 {
    padding-inline: 12px;
  }

  .hero1 h1 {
    font-size: clamp(34px, 10vw, 44px);
  }

}


.top-bar {
  background: #ff2b3a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  width: 100%;
}

.top-bar>span {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.top-bar a {
  text-decoration: none;
  color: #fff;
  text-align: center;
}

.top-bar a span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.top-bar a p {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* Mobile */
@media (max-width: 576px) {
  .top-bar {
    padding: 10px 12px;
  }

  .top-bar>span {
    font-size: 20px;
  }

  .top-bar a span {
    font-size: 16px;
  }

  .top-bar a p {
    font-size: 13px;
  }
}

/* Header Hide  */
@media(max-width:769px) {
  #my-header {
    display: none;
  }

  #mobile-header {
    display: flex;
  }
}

/* Header Hide  */

/* Header  Mobile Hide  */
@media(min-width:769px) {
  #mobile-header {
    display: none;
  }
}

/* Header  Mobile Hide  */


img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  width: min(1180px, 90%);
  margin: auto;
}

/* =========================
AIRLINES SECTION
========================= */
.airlines-section h2,
.services-heading h2,
.destination-card h2,
.why-card h2,
.deal-banner h2,
.ready-section h2 {
  font-size: 38px;
}

/* =========================
AIRLINES SECTION
========================= */

.airlines-section {
  padding: 90px 0;
  background:
    linear-gradient(rgba(6, 12, 28, 0.88), rgba(6, 12, 28, 0.88)),
    url('https://images.unsplash.com/photo-1512453979798-5ea266f8880c?auto=format&fit=crop&w=1400&q=80');
  background-size: cover;
  background-position: center;
  position: relative;
}

.airlines-section h2 {
  text-align: center;
  color: #fff;
  font-size: 48px;
  margin-bottom: 55px;
  font-weight: 800;
  letter-spacing: 1px;
}

.airline-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 25px;
}

.airline-strip article {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  padding: 35px 25px;
  text-align: center;
  transition: 0.4s ease;
}

.airline-strip article:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.14);
}

.airline-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.airline-mark img {
  width: 90px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.airline-mark h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.3;
}

.airline-strip span {
  color: #d1d5db;
  font-size: 15px;
  display: block;
}

.emirates h3 {
  color: #ffb703;
}




/* =========================
DESTINATION SECTION CALL BUTTON
========================= */

.destinations-section .call-block {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.destinations-section .call-block a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;

  background: linear-gradient(135deg, #ff6b00, #ff2e63);
  color: #fff;

  padding: 18px 38px;
  border-radius: 70px;

  font-size: 24px;
  font-weight: 700;

  box-shadow: 0 15px 35px rgba(255, 98, 0, 0.35);

  transition: 0.4s ease;
  white-space: nowrap;
}

.destinations-section .call-block a:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 20px 45px rgba(255, 98, 0, 0.45);
}

.destinations-section .call-block a i {
  font-size: 24px;
  width: 52px;
  height: 52px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
}

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

@media(max-width:768px) {

  .destinations-section .call-block {
    justify-content: center;
  }

  .destinations-section .call-block a {
    width: 100%;
    font-size: 20px;
    padding: 16px 24px;
  }

  .destinations-section .call-block a i {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }
}

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

.call-block {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.call-block a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #ff6b00, #ff2e63);
  color: #fff;
  padding: 16px 34px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s ease;
  box-shadow: 0 10px 30px rgba(255, 98, 0, 0.35);
  white-space: nowrap;
}

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

/* =========================
CALL BLOCK
========================= */
.call-block {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.call-block span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.call-block a {
  display: inline-flex;
  /* ADD THIS */
  align-items: center;
  /* ADD THIS */
  justify-content: center;
  /* ADD THIS */

  background: linear-gradient(135deg, #ff6b00, #ff2e63);
  color: #fff;
  padding: 16px 34px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s ease;
  box-shadow: 0 10px 30px rgba(255, 98, 0, 0.35);

  white-space: nowrap;
  /* ADD THIS */
}

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

.call-block i {
  margin-right: 10px;
}

/* =========================
CRUISE PACKAGE SECTION
========================= */

.services-section {
  padding: 90px 0;
  background: #f7f8fb;
}

.services-heading h2 {
  font-size: 52px;
  font-weight: 800;
  color: #163567;
  margin-bottom: 15px;
}

.services-heading span {
  color: #163567;
}

.services-heading p {
  color: #6b7280;
  font-size: 17px;
}

/* Cards */

.services-panel {
  max-width: 1300px;
  margin: 50px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.service-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 5px 18px rgba(0, 0, 0, .08);
  transition: .3s;
}

.service-card:hover {
  transform: translateY(-8px);
}

.service-card img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  border-radius: 10px;
}

.service-content {
  padding-top: 14px;
}

.service-content h3 {
  font-size: 26px;
  font-weight: 800;
  color: #173a72;
  margin-bottom: 12px;
}

.service-content p {
  font-size: 15px;
  line-height: 1.9;
  color: #4b5563;
  margin-bottom: 18px;
}

.service-content p i {
  color: #22c55e;
  margin-right: 5px;
}

/* Purple Button */

.call-btn-package {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  background: #5b21b6;
  color: #fff;
  padding: 12px 26px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700;
  transition: .3s;
}

.call-btn-package:hover {
  background: #4c1d95;
  color: #fff;
}

/* Responsive */

@media(max-width:1200px) {
  .services-panel {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:768px) {

  .services-heading h2 {
    font-size: 36px;
  }

  .services-panel {
    grid-template-columns: 1fr;
  }

  .service-card img {
    height: 220px;
  }
}

*/ .destinations-section {
  padding: 100px 0;
  background:
    linear-gradient(135deg, #09111f, #0f172a);
}

.destination-card {
  width: min(900px, 92%);
  margin: auto;
  background: #fff;
  border-radius: 35px;
  padding: 60px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.destination-card h2 {
  font-size: 42px;
  margin-bottom: 35px;
  color: #111827;
}

.destination-card ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.destination-card li {
  font-size: 18px;
  color: #374151;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1.7;
}

.destination-card i {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
}

.pink {
  background: #ff006e;
}

.orange {
  background: #fb8500;
}

.red {
  background: #ef233c;
}

.teal {
  background: #0096c7;
}

.align-left {
  align-items: flex-start;
}

/* =========================
WHY SECTION
========================= */

.why-section {
  padding: 100px 0;
  background: #f9fafb;
}

.why-card {
  width: min(850px, 92%);
  margin: auto;
  background: #111827;
  color: #fff;
  padding: 60px;
  border-radius: 35px;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  top: -80px;
  right: -80px;
}

.why-card h2 {
  font-size: 42px;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.why-card ul {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  z-index: 1;
}

.why-card li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 18px;
  color: #d1d5db;
}

.why-card li i {
  color: #22c55e;
  font-size: 22px;
}

.why-card a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  background: linear-gradient(135deg, #ff6b00, #ff2e63);
  color: #fff;
  padding: 16px 34px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  z-index: 1;
  transition: 0.4s ease;
}

.why-card a:hover {
  transform: translateY(-5px);
}

/* =========================
DEAL BANNER
========================= */

.deal-banner {
  padding: 100px 20px;
  text-align: center;
  background:
    linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),
    url('https://images.unsplash.com/photo-1518684079-3c830dcef090?auto=format&fit=crop&w=1400&q=80');
  background-size: cover;
  background-position: center;
}

.deal-banner h2 {
  color: #fff;
  font-size: 54px;
  font-weight: 800;
  margin-bottom: 20px;
}

.deal-banner p {
  color: #f3f4f6;
  font-size: 20px;
  max-width: 760px;
  margin: 0 auto 35px;
  line-height: 1.8;
}

.deal-banner a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  color: #111827;
  padding: 18px 38px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 700;
  transition: 0.4s ease;
}

.deal-banner a:hover {
  transform: scale(1.05);
}

/* =========================
READY SECTION
========================= */

.ready-section {
  padding: 100px 20px;
  text-align: center;
  background: #fff;
}

.ready-section h2 {
  font-size: 52px;
  color: #111827;
  margin-bottom: 20px;
  font-weight: 800;
}

.ready-section p {
  color: #6b7280;
  font-size: 20px;
  max-width: 700px;
  margin: auto;
  line-height: 1.8;
}

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

@media (max-width:992px) {

  .airlines-section h2,
  .services-heading h2,
  .destination-card h2,
  .why-card h2,
  .deal-banner h2,
  .ready-section h2 {
    font-size: 38px;
  }

  .destination-card,
  .why-card {
    padding: 40px 30px;
  }
}

@media (max-width:768px) {

  .airlines-section,
  .services-section,
  .destinations-section,
  .why-section {
    padding: 70px 0;
  }

  .airlines-section h2,
  .services-heading h2,
  .destination-card h2,
  .why-card h2,
  .deal-banner h2,
  .ready-section h2 {
    font-size: 30px;
  }

  .deal-banner p,
  .ready-section p {
    font-size: 16px;
  }

  .card-title {
    font-size: 20px;
  }

  .destination-card li,
  .why-card li {
    align-items: flex-start;
  }

  .call-block a,
  .why-card a,
  .deal-banner a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width:480px) {

  .airlines-section h2,
  .services-heading h2,
  .destination-card h2,
  .why-card h2,
  .deal-banner h2,
  .ready-section h2 {
    font-size: 26px;
  }

  .service-card img {
    height: 220px;
  }

  .destination-card,
  .why-card {
    padding: 30px 22px;
  }
}