@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

/* =========================
   GLOBAL RESET
========================= */

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

a {
    text-decoration: none;
}

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

/* =========================
   HEADER SHOW/HIDE
========================= */

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

@media(min-width:769px) {
    #mobile-header {
        display: none;
    }
}

/* =========================
   MOBILE TOP BAR
========================= */

.top-bar {
    background: #ff3514;
    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;
}

@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;
    }
}

/* =========================
   HERO SECTION
========================= */

.hero1 {
    position: relative;
    min-height: 720px;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.45)),
        url("../image/cruiseline/ship.avif") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 0;
    color: #fff;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(7, 28, 58, 0.72), rgba(7, 28, 58, 0.35));
    z-index: 1;
}

.hero-copy1 {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.hero-copy1 h1 {
    font-size: 58px;
    line-height: 1.05;
    font-weight: 800;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: #fff;
    display: block;
    width: 100%;
}

#page-title1 {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.88);
    max-width: 600px;
    margin-bottom: 30px;
    font-weight: 500;
    padding: 0;
    display: block;
    width: 100%;
}

.content1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.buttons1 {
    display: block;
    width: 100%;
}

/* Call Button */
.call-btn {
    background: linear-gradient(135deg, #ff3514, #ff6a00);
    border: none;
    color: #fff !important;
    font-size: 20px;
    min-width: 340px;
    padding: 16px 40px;
    border-radius: 50px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(255, 53, 20, 0.35);
}

.call-btn:hover {
    background: linear-gradient(135deg, #e52d10, #ff3514);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 35px rgba(255, 53, 20, 0.45);
}

/* Feature List */
.features {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0;
    margin: 0;
}

.feature-item,
.features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #f0f4f8;
    font-weight: 500;
}

.feature-item i,
.features li i {
    color: #34d3e6;
    font-size: 18px;
}

.rating {
    font-size: 17px;
    color: #f0f4f8;
    font-weight: 500;
}

/* Hero Responsive */
@media (max-width: 1199px) {
    .hero1 {
        min-height: auto;
        padding: 60px 0;
    }

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

@media (max-width: 767px) {
    .hero-copy1 h1 {
        font-size: 34px;
    }

    .call-btn {
        min-width: 100%;
        font-size: 17px;
        padding: 14px 24px;
    }
}

@media (max-width: 576px) {
    .hero1 {
        padding: 50px 0;
        min-height: auto;
    }

    .hero-copy1 h1 {
        font-size: 28px;
        letter-spacing: 0;
    }

    #page-title1 {
        font-size: 16px;
    }
}

/* =========================
   CRUISE PARTNERS SECTION
========================= */

.airline-partners {
    padding: 90px 0;
    background: linear-gradient(135deg, #06111f, #0c1f35);
    position: relative;
    overflow: hidden;
}

.airline-partners::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: rgba(52, 211, 230, 0.07);
    top: -250px;
    right: -250px;
}

.airline-partners::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 53, 20, 0.07);
    bottom: -200px;
    left: -200px;
}

.airline-title {
    text-align: center;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
}

.airline-title h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 15px;
    letter-spacing: .5px;
}

.airline-title h2::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #ff3514;
    display: block;
    margin: 14px auto 0;
    border-radius: 30px;
}

.airline-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    position: relative;
    z-index: 2;
}

.airline-item {
    background: #fff;
    border-radius: 20px;
    padding: 24px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    border: 1px solid rgba(255, 255, 255, .08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    transition: transform .3s ease, box-shadow .3s ease;
}

.airline-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(52, 211, 230, .2);
}

.airline-item img {
    width: 110px;
    height: 58px;
    object-fit: contain;
    margin: 0 auto;
    transition: transform .3s;
}

.airline-item:hover img {
    transform: scale(1.06);
}

.airline-item p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #1a2d44;
    line-height: 1.5;
}

.airline-call {
    margin-top: 60px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.airline-call span {
    display: block;
    color: #c8e6f5;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.airline-call a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 17px 40px;
    border-radius: 60px;
    background: linear-gradient(135deg, #ff3514, #ff6a00);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: .4s;
    box-shadow: 0 8px 25px rgba(255, 53, 20, 0.35);
}

.airline-call a:hover {
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 16px 38px rgba(255, 53, 20, 0.45);
}

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

@media (max-width: 1400px) {
    .airline-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .airline-title h2 {
        font-size: 34px;
    }

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

@media (max-width: 576px) {
    .airline-partners {
        padding: 65px 0;
    }

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

    .airline-grid {
        grid-template-columns: 1fr;
    }

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

    .airline-call a {
        padding: 14px 24px;
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }
}

/* =========================
   PACKAGES / TREKKING SECTION
========================= */

.trekking-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: #f4f8fc;
}

.trekking-section::before {
    content: "";
    position: absolute;
    left: -100px;
    bottom: 0;
    width: 350px;
    height: 350px;
    background: rgba(52, 211, 230, 0.1);
    border-radius: 50%;
}

.trekking-section::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -20px;
    width: 300px;
    height: 300px;
    background: rgba(255, 53, 20, 0.08);
    border-radius: 50%;
}

.sub-title {
    font-family: cursive;
    color: #ff3514;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.section-heading {
    margin-bottom: 55px;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 800;
    color: #0f223c;
    line-height: 1.15;
}

.highlight {
    position: relative;
    z-index: 1;
}

.highlight::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    height: 14px;
    background:#ff3514;
    z-index: -1;
}

/* Trek Cards */
.trek-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgba(99, 130, 170, .1);
    box-shadow: 0 15px 40px rgba(50, 79, 134, .07);
    transition: transform .3s ease, box-shadow .3s ease;
    position: relative;
    z-index: 2;
}

.trek-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(50, 79, 134, .13);
}

.card-image {
    position: relative;
}

.card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.trip-meta {
    position: absolute;
    left: 14px;
    bottom: 14px;
    right: 14px;
    background: rgba(255, 255, 255, 0.94);
    border-radius: 14px;
    padding: 9px 14px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: #0f2342;
    box-shadow: 0 6px 20px rgba(22, 37, 69, 0.1);
}

.card-body-custom {
    padding: 26px 22px 28px;
}

.card-body-custom h5 {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 700;
    color: #0f213f;
}

.card-body-custom p {
    font-size: 14px;
    line-height: 1.9;
    color: #4f5c78;
    margin-bottom: 20px;
}

.card-body-custom .btn {
    background: linear-gradient(135deg, #ff3514, #ff6a00);
    color: #fff;
    padding: 11px 26px;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s ease;
}

.card-body-custom .btn:hover {
    background: linear-gradient(135deg, #e52d10, #ff3514);
    transform: translateY(-2px);
    color: #fff;
}

/* Slider Dots */
.slider-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c8d6e8;
    margin: 0 5px;
    transition: .3s;
}

.slider-dots span.active {
    background: #e52d10;
    width: 28px;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .section-heading h2 {
        font-size: 34px;
    }

    .trekking-section {
        padding: 75px 0;
    }
}

@media (max-width: 768px) {
    .section-heading h2 {
        font-size: 28px;
    }

    .trek-card {
        max-width: 420px;
        margin: auto;
    }
}

/* =========================
   DESTINATIONS SECTION
========================= */

.destinations-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #06111f, #0f1f38);
}

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

.destination-card h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
    color: #0f223c;
}

.destination-card ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

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

.destination-card i {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    flex-shrink: 0;
}

.pink {
    background: linear-gradient(135deg, #ff006e, #d4006b);
}

.orange {
    background: linear-gradient(135deg, #ff6a00, #ff3514);
}

.red {
    background: linear-gradient(135deg, #ff3514, #cc1a0a);
}

.teal {
    background: linear-gradient(135deg, #34d3e6, #00a8cc);
}

.call-block {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.align-left {
    justify-content: flex-start;
}

.call-block a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    background: linear-gradient(135deg, #ff3514, #ff6a00);
    padding: 14px 30px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 17px;
    transition: .3s ease;
    box-shadow: 0 8px 22px rgba(255, 53, 20, 0.3);
}

.call-block a:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(255, 53, 20, 0.42);
}

/* =========================
   WHY BOOK WITH US
========================= */

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

.why-card {
    width: min(900px, 92%);
    margin: auto;
    background: linear-gradient(135deg, #0f223c, #1a3a5c);
    color: #fff;
    padding: 55px;
    border-radius: 32px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(7, 28, 58, 0.2);
}

.why-card::before {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(52, 211, 230, 0.08);
    border-radius: 50%;
    top: -100px;
    right: -80px;
}

.why-card h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
}

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

.why-card li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    color: #d1e4f8;
}

.why-card li i {
    color: #34d3e6;
    font-size: 20px;
}

.why-card a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
    background: linear-gradient(135deg, #ff3514, #ff6a00);
    color: #fff;
    padding: 14px 30px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 17px;
    position: relative;
    z-index: 1;
    transition: .3s ease;
    box-shadow: 0 8px 22px rgba(255, 53, 20, 0.3);
}

.why-card a:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(255, 53, 20, 0.42);
}

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

.deal-banner {
    padding: 90px 20px;
    text-align: center;
    background: linear-gradient(135deg, #0a1f38, #1a3a5c);
    position: relative;
    overflow: hidden;
}

.deal-banner::before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(52, 211, 230, 0.07);
    top: -200px;
    right: -150px;
}

.deal-banner h2 {
    color: #fff;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.deal-banner p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 18px;
    max-width: 720px;
    margin: 0 auto 32px;
    line-height: 1.8;
    position: relative;
    z-index: 1;
}

.deal-banner a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #ff3514, #ff6a00);
    color: #fff;
    padding: 15px 36px;
    border-radius: 60px;
    font-size: 17px;
    font-weight: 700;
    transition: .3s ease;
    box-shadow: 0 8px 22px rgba(255, 53, 20, 0.3);
    position: relative;
    z-index: 1;
}

.deal-banner a:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 14px 32px rgba(255, 53, 20, 0.42);
}

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

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

.ready-section h2 {
    font-size: 44px;
    color: #0f223c;
    margin-bottom: 18px;
    font-weight: 800;
}

.ready-section p {
    color: #5a6b85;
    font-size: 18px;
    max-width: 680px;
    margin: auto;
    line-height: 1.8;
}

/* =========================
   RESPONSIVE — SHARED
========================= */

@media (max-width: 992px) {

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

    .deal-banner h2,
    .ready-section h2,
    .destination-card h2,
    .why-card h2 {
        font-size: 32px;
    }

    .destinations-section,
    .why-section,
    .deal-banner,
    .ready-section {
        padding: 75px 0;
    }
}

@media (max-width: 768px) {

    .destination-card,
    .why-card {
        padding: 32px 24px;
    }

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

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

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

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

@media (max-width: 480px) {

    .destination-card,
    .why-card {
        padding: 26px 18px;
    }

    .deal-banner h2,
    .ready-section h2,
    .destination-card h2,
    .why-card h2 {
        font-size: 22px;
    }
}
