
.destinationnoflybannertextarea .noflytextlogoareacontent h1 {
    font-size: 60px;
}
/* WHY SAIL SECTION */
.why-sail {
    padding: 60px 0;
    background-color: #fff;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}
.section-title {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    text-align: center;
    color: var(--footerBlueLight);
}
.section-subtitle {
    font-size: 18px;
    text-align: center;
    color: var(--footerBlueLight);
    padding-top: 10px;
    margin-bottom: 40px;
}
.feature-card {
    border: 1px solid #eef2f5;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.07);
    background: #fff;
    padding-bottom: 15px;
}

    .feature-card > img {
        width: 100%;
        height: 140px;
        object-fit: cover;
    }
    .feature-card .feature-info img {
        width: 35px;
        height: 35px;
        object-fit: none;
        margin: 0 0 10px;
    }

    .feature-info {
        padding: 15px;
    }

    .feature-info h4 {
        font-size: 16px;
        color: var(--footerBlueLight);
        margin-bottom: 5px;
        letter-spacing: 0;
    }

    .feature-info p {
        font-size: 14px;
        color: var(--footerBlueLight);
        padding-bottom:8px;
        line-height:18px;
    }
    .feature-info ul {
        padding:0;
        margin:0;
    }
    .feature-info ul li {
        font-size: 14px;
        color: var(--footerBlueLight);
        padding-bottom: 4px;
        list-style-type: disc;
        margin: 0 0 0 17px;
    }
    .popular_noFly .icon-btn, .popular_noFlyincre .icon-btn { 
        padding: 0;
    }
 
/* EXPLORE SECTION / TABS */
.explore {
    padding: 0px 0 60px;
}

.tab-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    border: 2px solid #e0e0e0;
 /*   margin-bottom: 40px;
    margin-top: 30px;*/
    width: 750px;
    margin: 30px auto 40px;
}

.tab-btn {
    padding: 12px 20px;
    background: none;
    border: none;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    font-size: 16px;
    position:relative;
}

    .tab-btn::before {
        content: "";
        position: absolute;
        left: 0;
        height: 20px;
        width: 1px;
        background: var(--footerBlueLight);
    }

    .tab-btn:first-child::before {
        height: 0px;
        width:0;
    }
        .tab-btn.active {
            color: var(--holiday);
            border-bottom-color: var(--holiday);
        }

.tab-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
}

.tab-text h3 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #0c1c38;
}

.tab-text p {
    font-size: 16px;
    color: var(--footerBlueDark);
    margin-bottom: 15px;
    line-height: 1.3;
}

.tab-text ul {
    margin-left: 20px;
    list-style-type: disc;
    font-size: 14px;
    color: #555;
}

.tab-text li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.3;
    color: var(--footerBlueDark);
}

.video-preview {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

    .video-preview img {
        width: 100%;
        display: block;
    }

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #0c1c38;
    font-size: 20px;
}


/***Cruise hightlight section**/

.cabins {
    background-color: #ffffff;
    padding:40px 0 10px;
}

.cabin-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    overflow: hidden;
    text-align: left;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    padding-bottom: 15px;
}

    .cabin-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
    }

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

.cabin-body {
    padding: 15px;
}

    .cabin-body h4 {
        font-size: 16px;
        color: var(--footerBlueDark);
        margin-bottom: 6px;
        font-weight: 700;
        letter-spacing: 0;
    }

    .cabin-body p {
        font-size: 14px;
        color: var(--footerBlueLight);
        line-height: 18px;
        padding-bottom: 8px;
    }
    .cabin-body ul {
        padding: 0;
        margin: 0;
    }

    .cabin-body ul li {
        font-size: 14px;
        color: var(--footerBlueLight);
        padding-bottom: 4px;
        list-style-type: disc;
        margin: 0 0 0 17px;
    }
.cabin-card .cabin-body {
    line-height: 20px;
    max-height: 152px; /* 6 lines × 20px */
    overflow: hidden;
    position: relative;
}

.cabin-card .cabin-body.expanded {
    max-height: none;
    padding-bottom: 8px;
}

.overview-wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}
    .overview-wrapper .overview-text{
        width:70%;
    }
    .overview-wrapper .videoSec {
        width: 30%;
        overflow: hidden;
       
    }
        .overview-wrapper .videoSec img {
            border-radius: 14px;
        }

        .feature-card .feature-info {
            line-height: 20px;
            max-height: 168px;
            overflow: hidden;
            position: relative;
            display: -webkit-box;
            -webkit-line-clamp: 6;
            -webkit-box-orient: vertical;
            padding-bottom: 12px;
        }
    .feature-card .feature-info.expanded {
        max-height: none;
        padding-bottom: 8px;
        -webkit-line-clamp: inherit;
    }   

.grid-4 .read-more,
.grid-4 .read-less {
    font-size:14px;
    display: inline-block;
    margin-top: 18px;
    cursor: pointer;
    color: #142142;
    font-weight: 600;
    text-decoration: none;
    padding-left: 15px;
    cursor: pointer;
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
}
.grid-4 .read-more:hover,
.grid-4 .read-less:hover {
    text-decoration: underline;
}
.grid-4 .read-less {
    display: none;
}

@media only screen and (max-width: 991px) {
    .grid-4 {
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    }
}