﻿.thumbnail-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: -60px;
    position: relative;
    z-index: 99;
}

.thumbnail img {
    width: 73px;
    height: 78px;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}
  
.see-all {
    position: absolute;
    top: 10px;
    right: 10px;
    background: white;
    padding: 8px 12px;
    border-radius: 20px;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .see-all i {
        font-size: 14px;
    }

.custom-row {
    display: flex;
}
.thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 24px;
    line-height: 1.42857143;
    border-radius: 10px !important;
    background-color: #fff;
    border: 2px solid #FFF;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.call_now_btn {
    display: none;
}
.top-pricediv {
    display:none;
}
.btn-tertiary {
    background: #0FADDC;
    color: #FFF;
    border-radius: 0px;
    font-weight: 700;
    padding: 7px 0px;
    display: block;
    margin: 12px 0px;
    font-size: 24px;
    /* width: 100%; */
    font-family: "Cinzel", serif !important;
}
.price-value {
    display: flex;
    align-items: center;
    gap: 3px;
    color: white;
    margin: 0;
}
@media(max-width:991px) {
    .custom-col-8 {
        width: 100%!important;
    }
    .custom-col-4 {
        width: 100%!important;
        margin-top: 24px;
    }
    .contentt {
        display: block!important;
    }
    .call_now_btn a:last-child, .top-pricediv, .call_now_btn {
        display: block;
    }
    .custom-col-4 .prices-block, .custom-col-4 .btn-tertiary, .custom-col-4 .ship-title a {
        display: none;
    }
}
@media(max-width:768px) {
    .deal-card {
        display: block!important;
    }
    .deal-details {
        width: 100%!important;
    }
    .deal-image {
        width: 100%!important;
    }
    
}
@media(max-width:768px) and (min-width:450px) {
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media(max-width:449px) {
    .amenities-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .itinerary-container {
        padding: 5px!important;
    }
    .itinerary-item {
        padding-left: 31px!important;
        margin-bottom: 8px!important;
    }
    .thumbnail-container {
        margin-top: -33px!important;
    }
    .thumbnail-container {
        gap: 4px!important;
    }
    .thumbnail img {
        height: 40px!important;
    }
    .toggle-header {
        font-size: 13px!important;
    }
    .rating-value {
        font-size: 9px!important;
        font-weight: bold;
    }
    .rating-reviews {
        font-size: 10px!important;
    }
    .deal-title {
        font-size: 15px!important;
        margin-top: -6px!important;
    }
}
    .custom-col-8 {
        width: 63%;
    }

    .custom-col-4 {
        width: 34%;
        margin-top: 24px;
    }

    .owl-prev, .owl-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: #FFF !important;
        color: black !important;
        padding: 0px 12px 2px 13px !important;
        border-radius: 50%;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: -21px;
        box-shadow: 0px 4px 24px 0px rgba(194, 194, 194, 0.25);
        font-size: 20px !important;
        color: #111827;
    }

    .owl-carousel .owl-item img {
        display: block;
        width: 100%;
        border-radius: 10px;
    }

    .imgaetr {
        margin-top: 24px;
    }

    .contentt {
        padding: 20px 0;
        display: flex;
        justify-content: space-between;
    }

    .owl-prev {
        left: 10px;
    }

    .owl-next {
        right: 10px;
    }

    .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .owl-carousel .owl-item {
        display: block;
        text-align: center;
    }

    .description-box {
        border: 0px solid #eee;
        border-radius: 8px;
        padding: 15px;
        background: #fff;
        box-shadow: 0px 4px 24px 0px #C2C2C240;
    }

    .description-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        color: black;
        font-size: 18px;
        cursor: pointer;
        padding-bottom: 10px;
    }

    .description-content {
        font-size: 14px;
        color: #333;
    }

    .extra-content {
        display: none;
    }

    .show-more {
        color: #4E5561;
        font-weight: bold;
        cursor: pointer;
        text-decoration: underline;
        margin-top: 0px;
        display: inline-block;
    }

    .divider {
        border-top: 1px solid #eee;
        margin: 5px 0;
        border-top: 1px solid #E4EBF1;
    }

    .toggle-icon {
        color: black;
    }

    .description-content p {
        padding: 0 1rem 1rem;
        font-size: 16px;
        color: #4E5561;
    }


    .amenities-box {
        border: 0px solid #eee;
        border-radius: 8px;
        padding: 15px;
        margin-top: 24px;
        background: #fff;
        box-shadow: 0px 4px 24px 0px #C2C2C240;
        /* max-width: 700px; */
        /* margin: 20px auto; */
    }

    .amenities-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
        color: black;
        cursor: pointer;
        padding-bottom: 10px;
    }

    .amenities-content {
        font-size: 14px;
        color: #333;
    }

    .amenities-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 5px;
    }

    .amenity-category {
        font-weight: bold;
        /* margin-bottom: 5px; */
        font-size: 16px;
        font-weight: 600;
    }

    .amenity-list {
        list-style: none;
        padding: 0;
    }

        .amenity-list li {
            display: flex;
            align-items: center;
            gap: 3px;
            font-size: 14px;
            font-weight: 300;
            color: #4E5561;
            margin-bottom: .4rem;
        }

        .amenity-list i {
            color: #d32f2f;
        }

    .divider {
        border-top: 1px solid #eee;
        margin: 5px 0;
    }



    .card {
        border: none;
        border-radius: 12px;
        overflow: hidden;
    }

        .card img {
            object-fit: cover;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
        }

    .pservice {
        font-size: 14px;
    }

    .selectimg {
        margin: 0px 7px 2px 0px;
        border-radius: 4px;
        width: 17px;
        border: 1px solid #FFF !important;
    }

    .text-truncate a {
        color: black;
    }

    .popular-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        background: #e91e63;
        color: white;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 14px;
    }

    .wishlist-icon {
        position: absolute;
        top: 10px;
        right: 10px;
        background: white;
        padding: 8px;
        border-radius: 50%;
        cursor: pointer;
    }

    .mainf {
        box-shadow: 0px 4px 24px 0px #C2C2C240;
        margin-top: 24px;
        border-radius: 10px;
        padding-bottom: 8px;
    }

    .title-row {
        display: flex;
        align-items: center;
    }

    .rating-badge {
        background: #ffc107;
        padding: 2px 8px;
        border-radius: 8px;
        font-size: 14px;
    }

    .features span {
        background: #e3eafc;
        color: #334fff;
        padding: 5px 8px;
        border-radius: 5px;
        font-size: 12px;
        margin-right: 5px;
        display: inline-block;
    }

    .price {
        font-size: 22px;
        color: #d32f2f;
        font-weight: bold;
    }

        .price del {
            color: gray;
            font-size: 18px;
        }

    .btn-select {
        background: #d32f2f;
        color: white;
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 16px;
        text-decoration: none;
    }


    .cabin-card {
        border-radius: 0px;
        overflow: hidden;
        /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
        background: #fff;
    }

    .cabin-image {
        position: relative;
    }

        .cabin-image img {
            /* width: 100%; */
            /* height: auto; */
            height: 245px;
            object-fit: cover;
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

    .popular-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        background: #e91e63;
        color: white;
        padding: 5px 10px;
        border-radius: 15px;
        font-size: 14px;
    }

    .price {
        color: #e74c3c;
        font-weight: bold;
    }

    .old-price {
        text-decoration: line-through;
        color: #999;
    }

    .rating-badge {
        background: #ffc107;
        border-radius: 5px;
        padding: 2px 5px;
        font-size: 14px;
        color: #000;
    }

    .toggle-header {
        padding: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: bold;
        font-size: 18px;
        color: black;
        cursor: pointer;
        padding-bottom: 10px;
    }

    .dividerwew {
        border-top: 1px solid #eee;
        margin: 5px 0px 5px 0px;
    }

    .dividerwe {
        border-top: 1px solid #eee;
        margin: 5px 0px 5px 0px;
    }

    .itinerary-container {
        background: white;
        padding: 20px;
        border-radius: 8px;
        /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    }

    .itinerary-header {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .itinerary-item {
        display: flex;
        align-items: flex-start;
        position: relative;
        padding-left: 50px;
        margin-bottom: 20px;
    }

        .itinerary-item:not(:last-child)::before {
            content: '';
            position: absolute;
            left: 17px;
            top: 30px;
            height: calc(100% - 10px);
            width: 0;
            border-left: 2px dotted #ddd; /* Dotted vertical line */
        }

    .step-number {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: #d9534f;
        color: white;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
    }

    .itinerary-content {
        flex: 1;
        padding-left: 10px;
    }

    .itinerary-title {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 0px;
        color: black;
        font-weight: 500 !important;
    }

    .itinerary-date {
        font-size: 14px;
        color: gray;
        margin-bottom: 3px;
    }

    .faq-container {
        background: white;
        padding: 20px;
        border-radius: 8px;
        margin: auto;
    }

    .faq-header {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .faq-item {
        border: 1px solid #ddd;
        border-radius: 5px;
        margin-bottom: 8px;
        background: white;
        overflow: hidden;
    }

    .faq-question {
        font-size: 16px;
        padding: 7px 10px 7px 10px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* background: #f1f1f1; */
        color: #626262;
        background-color: transparent;
        border-radius: 5px;
    }

        .faq-question:hover {
            background: #e9ecef;
        }

    .faq-answer {
        font-size: 14px;
        color: #555;
        padding: 10px 15px;
        display: none;
        background: #fff;
    }

    .faq-question.open {
        color: #d9534f;
    }

    .faq-item.active {
        border-color: #d9534f;
    }

    .faq-icon {
        font-size: 14px;
        color: #aaa;
    }

    .faq-item.active .faq-icon {
        color: #d9534f;
    }

    .itinerary-desc p{
        font-size: 14px;
        color: #555;
    }
.itinerary-desc {
    font-size: 14px;
    color: #555;
}
    .itinerary-image {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        object-fit: cover;
        margin-left: 10px;
    }
.ship-title a {
    text-decoration: none;
    font-size: 23px;
    font-family: 'Lexend', sans-serif !important;
    font-weight: 600;
    line-height: normal;
    padding: 6px 0px;
}
.ship-title {
    color: white;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px !important;
    background: #0faddc;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .accordion {
        background-color: #0d3b73;
        color: white;
        cursor: pointer;
        padding: 7px 15px;
        width: 100%;
        border: none;
        margin-bottom: 4px;
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
        font-weight: 400;
    }

    .dividerw {
        border-top: 1px solid #eee;
        margin: 5px 0px 13px 0px;
    }

    .deal-header {
        display: flex;
        align-items: center;
        justify-content: space-between; /* Adjusts spacing */
        width: 100%;
    }

    .deal-title {
        font-size: 20px;
        font-weight: bold;
    }

    .deal-rating {
        display: flex;
        align-items: center;
        gap: 5px; /* Adds spacing between rating elements */
    }

    .rating-value {
        background: #ffc107;
        padding: 0px 5px;
        border-radius: 5px;
        font-size: 12px;
        font-weight: bold;
    }

    .rating-reviews {
        font-size: 14px;
        color: gray;
    }

    .deal-card {
        display: flex;
        background: white;
        /* border-radius: 10px; */
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        align-items: center;
        border-radius: 10px 10px 10px 10px;
        padding: 0px 0px 0px 0px;
        /* width: 731px; */
        margin: auto 21px 13px 21px;
    }

    .deal-image {
        position: relative;
        width: 45%;
    }

        .deal-image img {
            width: 100%;
            height: 252px;
            object-fit: cover;
            display: block;
            border-radius: 10px 0 0 10px;
        }

    .deal-badge {
        position: absolute;
        top: 10px;
        left: 10px;
        background: #e91e63;
        color: white;
        padding: 2px 10px;
        font-size: 12px;
        border-radius: 12px;
    }

    .deal-status {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px;
        height: 15px;
        background: white;
        border-radius: 50%;
    }

    .deal-details {
        width: 55%;
        padding: 15px;
    }

    .deal-title {
        font-size: 20px;
        font-weight: bold;
    }

    .deal-rating {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }


    .rating-reviews {
        margin-left: 5px;
        font-size: 14px;
        color: gray;
    }

    .deal-services {
        font-size: 14px;
        color: #555;
        margin-bottom: 10px;
    }

    .deal-amenities {
        display: flex;
        flex-wrap: wrap;
        gap: 9px;
        margin-top: 14px;
        /* border-bottom: 1px solid #eee; */
        margin: 5px 0;
        font-size: 12px;
        margin-bottom: 18px;
    }

        .deal-amenities span {
            /* background: #e3e8ff; */
            padding: 0 0.75rem;
            background: #E7F0FF;
            color: #155EEF;
            font-weight: 600;
            border-radius: 13px;
            font-size: 12px;
        }

    .deal-pricing {
        margin-bottom: 15px;
    }

    .price-new {
        font-size: 18px;
        color: red;
        font-weight: bold;
    }

    .price-old {
        font-size: 16px;
        color: gray;
        text-decoration: line-through;
        margin-left: 5px;
    }

    .price-info {
        font-size: 12px;
        color: gray;
        margin-left: 5px;
    }

    .deal-btn {
        background: #d9534f;
        color: white;
        border: none;
        /* border-radius: 10px; */
        padding: 5px 13px;
        font-size: 14px;
        border-radius: 18px;
        cursor: pointer;
    }

    .panel {
        display: none;
    }

    .panel {
        margin-bottom: 4px;
        background-color: #fff;
        border-radius: 0px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    }
.feature-box {
    border: 1px solid #ddd;
    padding: 0px;
    margin-bottom: 10px;
}
.ulger li {
    color: black;
    list-style: disc;
    margin-left: 20px;
}
panel ul{
    padding-left:20px;
}
.feature-box h3 {
    margin: 0;
    font-size: 20px;
    color: #0d3b73;
}

        .feature-box p {
            font-size: 14px;
            color: #333;
        }


    .enquiry-form {
        /* max-width: 350px; */
        background: #fff;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        border: 1px solid #ddd;
        /* margin: auto; */
        margin-top: 13px;
        font-family: Arial, sans-serif;
    }

        .enquiry-form h3 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
        }

    .form-group {
        margin-bottom: 6px;
    }

        .form-group label {
            display: block;
            font-size: 12px;
            /* COLOR: BLACK; */
            margin-bottom: 2px;
            COLOR: BLACK;
        }

        .form-group input, .form-group textarea {
            width: 100%;
            padding: 7px 10PX;
            border-color: #E4EBF1;
            border: 1px solid #E4EBF1;
            border-radius: 5px;
            font-size: 14px;
            outline: none;
        }

        .form-group textarea {
            height: 80px;
            resize: none;
        }

    .submit-btn {
        width: 100%;
        background: #d44b3e;
        color: #fff;
        border: none;
        padding: 9px 8px;
        font-size: 14px;
        border-radius: 25px;
        cursor: pointer;
        font-weight: bold;
    }

        .submit-btn:hover {
            background: #b03c32;
        }

    .booking-box {
        /* width: 300px; */
        background: white;
        margin-top: 19px;
        border-radius: 10px;
        padding: 20px;
        border: 1px solid #ddd;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

        .booking-box h3 {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 15px;
        }

    .booking-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .booking-list li {
            display: flex;
            align-items: center;
            font-size: 14px;
            margin-bottom: 10px;
            gap: 6px;
            color: black;
        }

    .icvnon {
        color: #212E47 !important;
        background: #E4EBF1 !important;
        font-size: 10px;
        padding: 5px;
        border-radius: 10px;
    }

    .booking-list img {
        width: 24px;
        height: 24px;
        background: #f1f5f9;
        padding: 5px;
        border-radius: 50%;
    }

    .provider-card {
        /* width: 320px; */
        background: white;
        border-radius: 10px;
        padding: 20px;
        border: 1px solid #ddd;
        margin-top: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        font-family: Arial, sans-serif;
    }

        .provider-card h3 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 15px;
        }

    .custom-col-4 {
        position: sticky;
        top: 48px;
        height: fit-content;
    }

    .provider-info {
        display: flex;
        align-items: center;
        background: #f1f5f9;
        padding: 10px;
        border-radius: 8px;
        gap: 10px;
    }

    .contact-item a {
        color: #101010;
    }

    .provider-info img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .provider-name {
        font-size: 14px;
        font-weight: bold;
    }

    .provider-member {
        font-size: 12px;
        color: gray;
    }

    .contact-infow {
        margin-top: 15px;
    }

    .contact-item {
        display: flex;
        align-items: center;
        /* background: #fff3f3; */
        padding: 10px;
        border-radius: 8px;
        font-size: 14px;
        margin-bottom: 8px;
        gap: 10px;
        border: 1px solid #e7e7e7;
        color: #020202;
    }

    .icvnonh {
        color: #212E47 !important;
        background: #E4EBF1 !important;
        font-size: 10px;
        padding: 5px;
        border-radius: 10px;
    }

    .contact-item i {
        font-size: 12px;
    }

    .buttons {
        display: flex;
        gap: 10px;
        margin-top: 15px;
    }

    .whatsapp-btn, .chat-btn {
        flex: 1;
        padding: 10px;
        border-radius: 8px;
        border: none;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .whatsapp-btn {
        background: #f1f5f9;
        color: black;
    }

    .chat-btn {
        background: #d9534f;
        color: white;
    }





