﻿









@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap');






html, body {
    scroll-behavior: auto !important;
}

/**:not(.icon):not([class^="fa"]):not([class*=" icon"]) {
    font-family: 'Manrope', sans-serif !important;
}
*/


h1:focus {
    outline: none;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


/* TELERIK PROJECT TEMPLATE STYLES */

/* Overall Layout and Drawer */

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    
}

div.appbar-top {
    position: relative;
    z-index: 1;
}

.mainlayout-drawer {
    flex: 1;
    align-items: stretch;
    overflow: hidden;
}

    .mainlayout-drawer > .k-drawer .k-drawer-items {
        margin-top: 1em;
    }

/* Top AppBar */

.appbar-top > div {
    line-height: 2.4;
}

#app-title {
    display: flex;
    gap: .2em;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 1.2em;
}

    #app-title strong {
        font-weight: 500;
    }

    #app-title sup {
        font-size: .4em;
    }

    #app-title a,
    #app-title a:hover {
        text-decoration: none;
        color: inherit;
    }

#product-page-link {
    display: block;
    width: 42px;
    margin-right: var(--kendo-spacing-2);
    background: url(devcraft-ninja-small.svg) center no-repeat;
    background-size: contain;
    font-size: var(--kendo-font-size-lg);
    text-decoration: none;
    text-indent: -9999px;
}

/* Main Content */

main {
    padding: 0 2em 2em;
}

a {
    color: var(--kendo-color-on-app-surface);
}

    a:hover {
        color: var(--kendo-color-primary);
        text-decoration: none;
    }

h1, h2, h3 {
    margin: .67em 0 .3em;
    font-weight: normal;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
}

/* Bottom AppBar */

div.appbar-bottom {
    z-index: 1;
    background-color: var(--kendo-color-surface);
    color: var(--kendo-color-subtle);
}

#copyright {
    padding: .5em 0;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #f3f4f6;
    padding: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .card {
        flex-direction: row;
    }
}

.image-section {
    position: relative;
    flex: 1;
}

    .image-section img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.flash-deal {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background: #db2777;
    color: white;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 9999px;
}

.bottom-labels {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: white;
}

    .bottom-labels span {
        background: white;
        color: #1e3a8a;
        padding: 4px 12px;
        font-weight: 700;
        border-radius: 6px;
    }

    .bottom-labels h2 {
        margin-top: 8px;
        font-size: 1.5rem;
        font-weight: 700;
    }

.content {
    flex: 1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.heading {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.rating {
    color: #f59e0b;
    margin-left: 8px;
    font-size: 1.2rem;
}

.rating-value {
    margin-left: 4px;
    color: #2563eb;
    font-weight: 600;
}

.text-muted {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}



.small-note {
    font-size: 0.75rem;
    color: #9ca3af;
}

.button-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

.btn-primary {
    background: #2563eb;
    color: white;
    border: none;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}

    .btn-primary:hover {
        background: #1d4ed8;
    }

.btn-outline {
    background: transparent;
    color: #2563eb;
    border: 2px solid #2563eb;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
}

    .btn-outline:hover {
        background-color: #eff6ff;
    }

.custom-outline-button {
    border: 2px solid #2563eb;
    color: #2563eb;
    background-color: transparent;
    font-weight: 600;
    border-radius: 6px;
    padding: 10px 20px;
}

    .custom-outline-button:hover {
        background-color: #eff6ff;
    }

.custom-primary-button {
    background-color: #2563eb;
    color: white;
    padding: 10px 24px;
    font-weight: 600;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    border: none;
}

    .custom-primary-button:hover {
        background-color: #1d4ed8;
    }

.buttons-right {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-left: auto;
    align-items: flex-end;
    padding-right: 20px;
    padding-bottom: 10px;
    margin-top: -100px; /* Adjust this to push the buttons up */
}


.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.popup-content {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-width: 800px;
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.destinations-popup {
    max-width: 900px;
}

.popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9fafb;
}

    .popup-header h2 {
        margin: 0;
        color: #1f2937;
        font-size: 1.25rem;
        font-weight: 600;
    }

.popup-close {
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #6b7280;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

    .popup-close:hover {
        background-color: #f3f4f6;
        color: #374151;
    }

.popup-body {
    padding: 24px;
    overflow-y: auto;
    flex: 1;
}

.ports-container {
    padding: 20px 24px 0;
    border-bottom: 1px solid #e5e7eb;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .popup-overlay {
        padding: 10px;
    }

    .popup-content {
        max-height: 90vh;
        border-radius: 8px;
    }

    .popup-header {
        padding: 16px 20px;
    }

    .popup-body {
        padding: 20px;
    }

    .ports-container {
        padding: 16px 20px 0;
    }
}

/* Hide popup on mobile if needed */
@media (max-width: 767px) {
    .popup-overlay {
        display: none;
    }

    /* Show inline content on mobile */
    .mobile-inline-destinations {
        display: block;
    }
}

@media (min-width: 768px) {
    .mobile-inline-destinations {
        display: none;
    }
}












/*HOME */


/* ===== DATE RANGE PICKER IN HOME SEARCH BAR===== */

/* ===== Container and Inputs Styling ===== */
.custom-date-range-input {
    position: relative;
    width: 360px;
    height: 50px;
    font-family: 'Merriweather', serif;
    font-weight: 600;
    color: midnightblue;
    background: #ffffff;
    border: 2px solid #A9A9B0;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(0, 33, 71, 0.3);
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    margin-top: 20px !important;
}

.clear-btn {
    background: transparent;
    border: none;
    color: #888;
    font-size: 16px;
    cursor: pointer;
    margin-left: 8px;
    transition: color 0.2s ease;
}

    .clear-btn:hover {
        color: #e53935; /* red tone */
    }


/* Style the wrapper of the picker */
.custom-date-range-input {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 10px;
}

/* Custom picker styling */
.custom-range-picker {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    min-width: 270px; /* Adjust this as needed */
    white-space: nowrap;
    margin-top: 35px !important;
}

/* Optional: Color the calendar icon */
.k-input-icon.k-icon {
    filter: invert(20%) sepia(100%) saturate(2000%) hue-rotate(200deg); /* bluish tone */
}

/* Font Awesome Icon at Start */
.calendar-icon {
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: midnightblue;
    font-size: 1.3rem;
}

.custom-range-picker > .k-daterangepicker-wrap::after {
    content: "|" !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: black !important;
    font-weight: 700 !important;
    z-index: 9999 !important;
    background-color: white !important;
    padding: 0 8px !important;
    font-size: 0.95rem !important;
    pointer-events: none !important;
    white-space: nowrap !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    border: 1px solid red !important;
}

/* ===== Date Input Wrapper ===== */
.custom-range-picker .k-dateinput-wrap {
    display: flex !important;
    align-items: center;
    border: none !important;
    padding: 0;
    background: transparent;
}

/* ===== Date Inputs ===== */
.custom-range-picker .k-dateinput {
    flex: 1;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    width: 70% !important;
    min-width: 0;
}

    .custom-range-picker .k-dateinput .k-input {
        border: none !important;
        box-shadow: none !important;
        background: transparent;
        padding: 12px 10px;
        font-size: 1.05rem;
        color: #002147;
        text-align: center;
        letter-spacing: 0.03em;
        transition: background-color 0.2s ease;
    }

    /* Remove internal borders between inputs */
    .custom-range-picker .k-dateinput:first-child .k-input {
        border-right: none !important;
        padding-right: 15px;
    }

    .custom-range-picker .k-dateinput:last-child .k-input {
        border-left: none !important;
        padding-left: 15px;
    }

/* ===== Vertical Separator Line ===== */
.custom-range-picker .k-daterangepicker-wrap {
    position: relative;
    display: flex !important;
    border: none !important;
    overflow: visible !important;
}

    .custom-range-picker .k-daterangepicker-wrap::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 20%;
        bottom: 20%;
        width: 2px;
        background-color: #A9A9B0;
        z-index: 2;
        transform: translateX(-50%);
        border-radius: 1px;
    }

/* ===== Calendar Button Styling ===== */
.custom-range-picker .k-button {
    border: none !important;
    background: #A9A9B0 !important;
    color: #002147 !important;
    padding: 8px 12px !important;
    border-radius: 0 12px 12px 0 !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 6px rgba(169, 169, 176, 0.5);
}

    .custom-range-picker .k-button:hover {
        background-color: #A9A9B0 !important;
        box-shadow: 0 0 12px #A9A9B0;
    }

/* ===== Focus states ===== */
.custom-range-picker .k-dateinput.k-focus,
.custom-range-picker .k-dateinput:focus-within {
    box-shadow: none !important;
}

.custom-range-picker:focus-within .k-dateinput-wrap,
.custom-range-picker:focus-within .k-daterangepicker-wrap {
    border-color: #A9A9B0 !important;
    box-shadow: 0 0 6px 2px #A9A9B0 !important;
}

/* ===== Calendar Popup Styling ===== */
.k-calendar {
    font-family: 'Merriweather', serif;
    color: #002147;
    background: #fef9f4;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 33, 71, 0.4);
    border: 2px solid #A9A9B0;
}

/* Calendar header (month/year) */
.k-calendar-header {
    background-color: #002147;
    color: white; /* Changed from grey to white */
    font-weight: 700;
    font-size: 1.2rem;
    border-radius: 12px 12px 0 0;
    padding: 0.5rem 1rem;
}

/* Ensure month-year text is white */
.k-calendar .k-calendar-header .k-calendar-title {
    color: white !important;
}

    /* Hover effect for month/year title */
    .k-calendar .k-calendar-header .k-calendar-title:hover {
        background-color: #A9A9B0 !important; /* Grey background on hover */
        color: #002147 !important; /* Blue text on hover */
        border-radius: 8px; /* Optional: subtle rounding for hover effect */
        cursor: pointer; /* Optional: show pointer cursor on hover */
    }

/* Calendar navigation arrows */
.k-calendar .k-link.k-nav-prev,
.k-calendar .k-link.k-nav-next {
    color: #A9A9B0;
}

    .k-calendar .k-link.k-nav-prev:hover,
    .k-calendar .k-link.k-nav-next:hover {
        color: #fff;
    }

/* Day names */
.k-calendar .k-header {
    background-color: #f9f5e7;
    color: #A9A9B0;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Selected day */
.k-calendar .k-state-selected {
    background-color: #A9A9B0 !important;
    color: #002147 !important;
    border-radius: 50%;
}

/* Hover day */
.k-calendar td:hover:not(.k-state-selected) {
    background-color: #fff4b8;
}

/* Disabled days */
.k-calendar .k-state-disabled {
    color: #999;
    opacity: 0.6;
}

/* ===== Responsive tweaks ===== */
@media (max-width: 400px) {
    .custom-date-range-input {
        width: 100%;
    }

    .custom-range-picker .k-dateinput .k-input {
        font-size: 0.9rem;
        padding: 8px 6px;
    }

    .custom-range-picker .k-button {
        padding: 6px 10px !important;
    }
}








/* ===== PORTS in HOME SEARCH BAR===== */





.range-warning-message {
    color: #d32f2f; /* Red color for warning */
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Container */
.ports-container {
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

/* Title */
.section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 20px 0 10px;
}

/* Search Input - SINGLE DEFINITION */
.search-input {
    position: relative;
    top: 16px;
    left: 300px;
    flex: 1; /* For flexbox layout */
    min-width: 0; /* Prevents overflow issues */
    max-width: 400px;
    padding: 12px 16px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: border 0.3s;
}

    .search-input:focus {
        border-color: #2980b9;
        outline: none;
    }

.search-ports {
    display: flex;
    align-items: center;
    gap: 8px;
}

.actions {
    display: flex;
    gap: 0.25rem;
    color: white !important;
}

.btn-clear, .btn-validate {
    border: none !important;
    color: white !important;
    padding: 5px 22px !important;
    text-align: center;
    text-decoration: none;
    display: inline-block !important;
    font-size: 16px !important;
    cursor: pointer;
    transition: all 0.4s ease; /* Use 0.4s from .button */
    border-radius: 4px !important;
    position: relative;
    left: 300px;
}

/* Green button for validate */
.btn-validate {
    background-color: #04AA6D !important;
    color: white !important;
}

/* Red button for clear */
.btn-clear {
    background-color: #f44336 !important;
    color: white !important;
}

/* Hover effects */
.btn-validate:hover {
    background-color: #038e5e !important; /* Slightly darker green */
    color: white !important;
}

.btn-clear:hover {
    background-color: #d7352d !important; /* Slightly darker red */
    color: white !important;
}

/* Icon color fixes - Add these rules */
/* For Font Awesome icons */
.btn-clear i,
.btn-validate i {
    color: white !important;
}

/* For SVG icons */
.btn-clear svg,
.btn-validate svg {
    fill: white !important;
    color: white !important;
}

/* For nested elements that might contain icons */
.btn-clear *,
.btn-validate * {
    color: white !important;
}

/* Specific for Font Awesome or similar icon libraries */
.btn-clear .fa,
.btn-validate .fa,
.btn-clear .fas,
.btn-validate .fas,
.btn-clear .far,
.btn-validate .far,
.btn-clear .fab,
.btn-validate .fab {
    color: white !important;
}

/* For Material Icons */
.btn-clear .material-icons,
.btn-validate .material-icons {
    color: white !important;
}



/* Responsive design */
@media (max-width: 768px) {
    .search-input {
        position: static; /* Remove relative positioning */
        top: auto; /* Reset top positioning */
        left: auto; /* Reset left positioning - you can change this */
        max-width: 100%; /* Allow full width usage */
        margin-top: 32px; /* Reset margins - you can adjust this */
    }

    .btn-validate,
    .btn-clear {
        position: static; /* Remove relative positioning */
        left: auto; /* Reset left positioning - you can change this */
        padding: 10px 20px;
        font-size: 14px;
        margin: 0; /* Reset margins - you can adjust this */
    }

    /* Optional: Center elements if needed */
    .search-ports {
        justify-content: center; /* You can change to flex-start, flex-end, etc. */
    }

    .actions {
        justify-content: center; /* You can change to flex-start, flex-end, etc. */
    }
}







/* banner */


.banner-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;
    background-color: white ; /* Midnight Blue */
    border-radius: 12px;
}

    .banner-title h3 {
        color: #191970;
        font-size: 24px;
        font-weight: 600;
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        transform: translateY(35px);
        font-family: 'Manrope', sans-serif !important; /* Fixed typo here */
    }
.banner-container {
    width: 100%;
    height: 180px; 
    overflow: hidden;
    background: white;
    border-radius: 16px;
    position: relative;
    padding: 10px 0;
    margin-bottom: 40px;
}

.banner-content {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll 40s linear infinite;
    height: 100%;
    align-items: center;
}



    .banner-content.paused {
        animation-play-state: paused;
    }

/* Mobile styles */
@media (max-width: 767px) {
    .banner-container {
        top: 10px; /* lower or higher as needed */
        padding: 10px; /* maybe more padding on mobile */
        /* or change display, flex-direction etc. */
    }
}

.logo-set {
    display: flex;
    align-items: center;
    gap: 100px; 
    padding: 0 50px;
    min-width: 100%;
    flex-shrink: 0;
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 150px; /* Increased from 100px */
    transition: transform 0.4s ease;
    cursor: pointer;
}

    .logo-item:hover {
        transform: scale(1.15);
    }

    .logo-item img {
        width: 150px; /* Increased from 100px */
        height: 150px; /* Increased from 100px */
        object-fit: contain;
        background: white;
        border-radius: 8px;
        padding: 5px;
    }

.logo-name {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    letter-spacing: 0.5px;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


/*offer low price card*/

.section-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    width: 100%;
    max-width: 800px;
    gap: 16px;
}

.separator-line {
    flex: 1;
    height: 1px;
    background-color: #ccc;
}

.separator-text {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    white-space: nowrap;
}


.offer-card-title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px 0;
    background-color: white;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    color: #191970;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offer-card-title {
    text-align: center;
    color: #191970;
    margin-bottom: 20px;
    font-size: 1.8em;
}

.k-offer-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border-top: 5px solid #191970;
}

    .k-offer-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

.k-offer-card-content {
    display: flex;
    flex-direction: column;
    height: auto;
}

/* Media Section */
.offer-media-section {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid #eee;
}

.offer-image {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.offer-video {
    width: 100%;
    height: 180px;
    border-radius: 8px;
    border: none;
}

/* Info Section */
.offer-info-section {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: center;
}

.offer-main-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}

.offer-cruise-name {
    font-size: 1.2em;
    font-weight: 700;
    color: #191970;
    margin-bottom: 8px;
    line-height: 1.2;
    text-align: center;
}

.offer-destination {
    font-size: 0.9em;
    color: #666;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.4;
}

.offer-price {
    font-size: 1.3em;
    color: #191970;
    font-weight: 700;
    background: linear-gradient(135deg, #f0f8ff 0%, #e6f3ff 100%);
    padding: 12px 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    border: 2px solid #191970;
}

.offer-dates, .offer-ports {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.offer-date-label {
    font-size: 0.8em;
    color: #666;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: 600;
    display: block;
}

.offer-date-value {
    font-size: 1em;
    color: #333;
    font-weight: 700;
    margin-bottom: 8px;
}

.offer-port-value {
    font-size: 0.9em;
    color: #191970;
    font-weight: 600;
}

.offer-action {
    text-align: center;
}

.offer-action-btn {
    background: linear-gradient(135deg, #191970 0%, #1e3a8a 100%);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 0.9em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(25, 25, 112, 0.3);
}

    .offer-action-btn:hover {
        background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(25, 25, 112, 0.4);
    }

/* Responsive Design */
@media (max-width: 1024px) {
    .k-offer-card-content {
        grid-template-columns: 1fr;
    }

    .offer-media-section {
        grid-template-columns: 1fr 1fr;
        display: grid;
        gap: 15px;
    }

    .offer-info-section {
        grid-template-columns: 1fr 1fr;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .offer-media-section {
        grid-template-columns: 1fr;
    }

    .offer-info-section {
        grid-template-columns: 1fr;
        gap: 15px;
        text-align: center;
    }

    .offer-image, .offer-video {
        height: 200px;
    }
}






















/* CRUISE DISPLAY COMPONENT */


/* ===== BASE STYLES ===== */
body {
    font-family: 'Poppins', sans-serif;
    background-color: #f0f8ff;
    /* Add responsive base font size */
    font-size: clamp(14px, 1.5vw, 16px);
    scroll-behavior: auto !important;
}

.title-font {
    font-family: 'Playfair Display', serif;
    /* Make font size responsive while preserving hierarchy */
    font-size: clamp(1.5rem, 2.5vw, 2rem);
}

/* ===== CARD LAYOUT ===== */
/* ===== CARD BASE STYLES ===== */
.cruise-card {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    overflow: hidden; /* Default state */
    position: relative;
    width: 95%;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto 25px; /* Consistent bottom margin */
    transition: all 0.3s ease;
    background: white;
    z-index: 1;
    height: 470px; /* Changed from fixed height */
}

    /* ===== EXPANDED STATE ===== */
    .cruise-card.itinerary-expanded {
        overflow: visible;
        z-index: 2;
        margin-bottom: 300px; /* Push down following content */
    }

    /* ===== ITINERARY CONTAINER ===== */
    .cruise-card .itinerary-container {
        position: relative;
        background: white;
        border-radius: 0 0 20px 20px;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05);
        margin-top: 0;
        padding: 15px;
        order: 999; /* Force to bottom in flex container */
    }

    /* ===== CARDS WITH OTHER DATES ===== */
    .cruise-card.has-other-dates {
        min-height: 520px; /* Slightly taller base height */
    }

        .cruise-card.has-other-dates.itinerary-expanded {
            margin-bottom: 350px; /* More space when expanded */
        } sure other-dates section also appears properly */
    .cruise-card .other-dates-container {
        position: relative;
        z-index: 10;
        background: white;
    }

    /* Ensure other-dates-card styling is preserved */
    .cruise-card .other-dates-card {
        position: static;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
        border: 1px solid #e5e7eb;
/*        padding: 1rem;
*/    }

    /* Option 2: Keep fixed height but make itinerary scrollable */
    .cruise-card.keep-fixed-height .itinerary-container {
        max-height: 300px;
        overflow-y: auto;
        scrollbar-width: thin;
    }

        .cruise-card.keep-fixed-height .itinerary-container::-webkit-scrollbar {
            width: 6px;
        }

        .cruise-card.keep-fixed-height .itinerary-container::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        .cruise-card.keep-fixed-height .itinerary-container::-webkit-scrollbar-thumb {
            background: #c1c1c1;
            border-radius: 3px;
        }


@media (max-width: 768px) {
    .cruise-card {
        display: flex !important;
        flex-direction: column !important;
        height: auto !important;
    }


}
  

/* ===== CAROUSEL CONTAINER ===== */



.cruise-carousel {
    width: 512px;
    height: 384px;
}

@media (max-width: 768px) {
    .cruise-carousel {
        width: 359px;
        border-radius: 20px 20px 0 0; /* Top-left and top-right rounded, bottom square */
        overflow: hidden; /* Ensures child content respects the border radius */
    }
}

/* ===== IMAGE STYLING ===== */
.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.cruise-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px; /* Add border radius to images */
}

.image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 15px;
    font-size: 14px;
    text-align: center;
    border-radius: 0 0 20px 20px; /* Match image border radius */
}





   

/* ===== INDICATORS ===== */
.custom-carousel .k-carousel-indicators {
    bottom: 10px;
    z-index: 5;
}

    .custom-carousel .k-carousel-indicators li {
        background-color: rgba(255, 255, 255, 0.5);
    }

        .custom-carousel .k-carousel-indicators li.k-active {
            background-color: white;
        }

/* ===== MOBILE RESPONSIVE ===== */




    /*.nights-info {
        position: relative;*/ /* or just remove this line */

        /*display: flex;
        flex-direction: column;
        align-items: center !important;
        gap: 12px;*/ /* vertical spacing between children */
        /*padding: 10px 0;*/ /* optional vertical padding */
    /*}*/

.nights-info {
    background: none !important; /* Removes grey fill */
}







/* Ship Popup Full Height Styles */
.ship-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999; /* ✅ Force highest */
    display: flex;
    justify-content: flex-end;
}


.ship-popup-container {
    width: 650px; /* increase from 420px */
    height: 100vh;
    background: white;
    border-radius: 8px 0 0 0;
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.2);
    animation: shipPopupSlideIn 0.3s ease-out;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}


.ship-popup-header {
    padding: 18px 20px;
    background: #f5f7fa;
    border-bottom: 1px solid #e1e5eb;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ship-popup-content {
    padding: 20px;
    overflow-y: auto;
    flex-grow: 1;
    height: calc(100vh - 65px); /* Full height minus header */
}

@keyframes shipPopupSlideIn {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Rest of your existing ship-specific styles remain the same */












    .cruise-icon {
        margin-right: clamp(4px, 0.8vw, 8px);
        color: midnightblue;
        font-size: clamp(1.1rem, 2vw, 1.5rem);
    }

    .destinationC {
        font-family: 'Playfair Display', serif !important;
        font-size: clamp(0.833rem, 2vw, 1.2rem) !important;
        font-weight: 700 !important;
        color: midnightblue !important;
        margin-bottom: clamp(10.15px, 0.4vw + 10px, 10.25px);
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
    }

   










    .duration-badge {
        position: relative;
        background: linear-gradient(135deg, #6ecefa 0%, midnightblue 100%);
        color: white;
        padding: clamp(4px, 0.8vw, 6px) clamp(8px, 1.5vw, 14px);
        border-radius: 50px;
        font-weight: 600;
        box-shadow: 0 4px 15px rgba(161, 196, 253, 0.4);
        white-space: nowrap;
        font-size: clamp(0.75rem, 1.5vw, 0.9rem);
        display: inline-flex;
        align-items: center;
        left: 500px !important;
        bottom: 430px !important;
    }

        .duration-badge i {
            margin-right: clamp(4px, 0.8vw, 8px);
            font-size: 0.9em;
        }

    /* Cruise Details */
    .cruise-details {
        width: 60%;
        padding: clamp(10px, 2vw, 20px);
        min-width: 0; /* Allows flex item to shrink */
    }

    /* Cruise Content */
    .cruise-content {
        display: flex;
        gap: clamp(8px, 1.5vw, 16px);
        flex-wrap: wrap;
    }

        .cruise-content > div {
            position: relative;
        }


    .cruise-details {
        width: 100%; /* Full width on small screens */
    }


    @media (max-width: 768px) {
        .cruise-details {
            width: 100%; /* Full width on mobile */
            padding: 15px; /* Fixed padding for mobile */
            min-width: 0; /* Maintain shrinking ability */
            order: 1; /* Control stacking order if needed */
        }

        .cruise-content {
            display: flex;
            flex-direction: column; /* Stack items vertically on mobile */
            gap: 12px; /* Fixed gap for mobile */
            flex-wrap: nowrap; /* Prevent wrapping on mobile */
            width: 100%;
        }

            .cruise-content > div {
                position: relative;
                width: 100%; /* Ensure child divs take full width */
                margin-bottom: 0; /* Reset any margins */
            }
    }



    /* STOPS INFO - Separate media query */



    /* DEPARTURE/ARRIVAL - Separate media query */


.cruise-card.expanded {
    overflow: visible !important; /* Allow negative positioning */
    padding-bottom: 0 !important; /* Remove internal spacing */
}



/* Rest of your CSS remains the same */






/* Button styling (fixed positioning) */



    /* Default state - "Voir toutes les dates" */
    .toggle-dates-button:not(.active) {
        background-color: #2c3e50 !important; /* Midnight Blue */
        color: white;
    }

        .toggle-dates-button:not(.active):hover {
            background-color: #00008b;
        }

    /* Active state - "Réduire les dates" */
    .toggle-dates-button.active {
        background-color: white !important;
        color: #666666; /* Grey text */
        border: 3px solid #333; /* Thicker border */
        font-weight: bold; /* Thicker writing */
        padding: 0.5rem 2.8rem; /* Same padding as inactive state */
    }

        .toggle-dates-button.active:hover {
            background-color: #f5f5f5;
            border-color: #555; /* Slightly lighter border on hover */
        }



/* Responsive adjustments for small screens */
@media (max-width: 768px) {

    .other-dates-container {

        padding: 0.5rem;
        transform: translateY(20px); /* Move this 20px down too to maintain alignment */
    }
}

.best-price-badge {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: white;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 8px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px rgba(255,215,0,0.3);
}

.date-item {
    margin-bottom: 1rem;
}

.date-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.date-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.date-action-button {
    padding: 0.375rem 1rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.select-button {
    background-color: #3b82f6;
    color: white;
}

    .select-button:hover {
        background-color: #2563eb;
    }

.reserve-button {
    background-color: #059669;
    color: white;
    display: inline-block;
}

    .reserve-button:hover {
        background-color: #047857;
    }




 
    /* ===== RESERVE BUTTON ===== */
.button-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 5px !important; /* Changed from 10px to 5px */
    z-index: 9999;
    margin-right: 20px;
}


/* Base button styles - shared properties */
.view-itinerary,
.reserve-button,
.toggle-dates-button {
    padding: 8px 20px; /* Standardized padding */
    border: none;
    border-radius: 8px; /* Standardized border radius */
    font-size: 12px; /* Standardized font size */
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    text-decoration: none; /* For the anchor tag */
    display: inline-block; /* Ensures consistent display */
}

/* Reserve button specific styles */
.reserve-button {
    background-color: midnightblue !important;
    color: white;
    margin-left:5px;
}

    .reserve-button:hover {
        background-color: #4169E1; /* Changed to a lighter blue instead of antiquewhite */
        color: white;
        transform: translateY(-2px);
    }

/* View itinerary button specific styles */
.view-itinerary {
    background-color: white !important;
    color: midnightblue;
    border: 1px solid midnightblue; /* Added border for better definition */
}

    .view-itinerary:hover {
        background-color: #f0f8ff; /* Light blue background on hover */
        transform: translateY(-2px);
    }

/* Toggle dates button specific styles */
.toggle-dates-button {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
}

    .toggle-dates-button:hover {
        background-color: #e9ecef;
        transform: translateY(-2px);
    }




@media (max-width: 768px) {
    .button-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px; /* Exactly 5px between top buttons and toggle */
        margin: 10px 15px 0 15px;
    }

    .top-buttons {
        display: flex;
        flex-direction: row;
        gap: 5px;
        justify-content: center;
        width: 100%;
        flex-wrap: nowrap;
    }

    .view-itinerary,
    .reserve-button,
    .toggle-dates-button {
        padding: 8px 16px !important;
        font-size: 12px !important;
        z-index: 999 !important;
        white-space: nowrap;
        min-height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 320px;
        width: 100%; /* Ensures buttons don’t shift in width */
    }

    .toggle-dates-button {
        margin: 0 !important; /* Remove external spacing */
        text-align: center;
    }

  
}



    /* ===== SHIP INFO ===== */



    .telerik-blazor .k-card-header {
        padding: 0;
        margin: 0;
        border: none; /* Removes default borders if present */
        background: transparent; /* If you don't want default backgrounds */
    }











.subtype-card {
    margin-top: 10px;
    background-color: #f9f9f9;
    border-left: 4px solid #0078d4;
    padding: 15px;
    width: 100%;
}


/*user conditions
*/
:root {
    --midnight-blue: #0f1419;
    --dark-blue: #1a2332;
    --accent-blue: #2d3748;
    --white: #ffffff;
    --off-white: #f8fafc;
    --matte-grey: #64748b;
    --light-grey: #e2e8f0;
    --text-grey: #475569;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background: linear-gradient(135deg, var(--off-white) 0%, var(--light-grey) 100%);
    min-height: 100vh;
    color: var(--text-grey);
    scroll-behavior: auto !important;
}

.condition {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
    line-height: 1.7;
}

    .condition h1 {
        color: var(--white);
        background: var(--midnight-blue);
        padding: 60px 40px;
        margin: -40px -20px 60px -20px;
        font-size: 36px;
        font-weight: 300;
        text-align: center;
        letter-spacing: 2px;
        text-transform: uppercase;
        position: relative;
    }

        .condition h1::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--white);
        }

.section-card {
    background: var(--white);
    border-radius: 16px;
    margin-bottom: 40px;
    box-shadow: 0 10px 40px rgba(15, 20, 25, 0.08);
    overflow: hidden;
    border: 1px solid var(--light-grey);
}

.condition h2 {
    color: var(--white);
    background: var(--midnight-blue);
    padding: 30px 40px;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.condition h3 {
    color: var(--midnight-blue);
    margin: 30px 40px 20px 40px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

    .condition h3::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 4px;
        height: 20px;
        background: var(--midnight-blue);
        border-radius: 2px;
    }

.content-section {
    padding: 0 40px 30px 40px;
}

.condition ul {
    background: var(--off-white);
    padding: 30px;
    border-radius: 12px;
    margin: 20px 0 30px 0;
    border-left: 4px solid transparent;
}

.included {
    border-left-color: #10b981;
    background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
}

.not-included {
    border-left-color: #ef4444;
    background: linear-gradient(135deg, #fef2f2 0%, #fef7f7 100%);
}

.children-policy {
    border-left-color: #f59e0b;
    background: linear-gradient(135deg, #fffbeb 0%, #fefce8 100%);
}

.formalities {
    border-left-color: #8b5cf6;
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
}

.cancellation {
    border-left-color: var(--midnight-blue);
    background: linear-gradient(135deg, var(--off-white) 0%, #f1f5f9 100%);
}

.condition li {
    margin-bottom: 16px;
    padding-left: 30px;
    position: relative;
    font-weight: 400;
    color: var(--text-grey);
}

    .condition li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 12px;
        width: 8px;
        height: 8px;
        background: var(--midnight-blue);
        border-radius: 50%;
    }

.highlight-box {
    background: linear-gradient(135deg, var(--midnight-blue) 0%, var(--dark-blue) 100%);
    color: var(--white);
    border-radius: 12px;
    padding: 25px 30px;
    margin: 25px 0;
    position: relative;
    overflow: hidden;
}

    .highlight-box::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, #10b981, #3b82f6, #8b5cf6);
    }

    .highlight-box strong {
        color: var(--white);
        font-weight: 600;
        font-size: 16px;
    }

.penalty-table {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 20, 25, 0.06);
    margin: 25px 0;
    border: 1px solid var(--light-grey);
}

.penalty-row {
    display: flex;
    padding: 20px 30px;
    border-bottom: 1px solid var(--light-grey);
    transition: background-color 0.3s ease;
}

    .penalty-row:last-child {
        border-bottom: none;
    }

    .penalty-row:hover {
        background: var(--off-white);
    }

    .penalty-row:nth-child(even) {
        background: #f8fafc;
    }

.penalty-period {
    flex: 1;
    font-weight: 500;
    color: var(--midnight-blue);
}

.penalty-amount {
    flex: 1;
    text-align: right;
    color: #ef4444;
    font-weight: 600;
    font-size: 16px;
}

.amel-section {
    background: linear-gradient(135deg, var(--dark-blue) 0%, var(--midnight-blue) 100%);
    color: var(--white);
    border-radius: 16px;
    padding: 40px;
    margin-top: 60px;
    position: relative;
    overflow: hidden;
}

    .amel-section::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 50%);
        pointer-events: none;
    }

    .amel-section h2 {
        background: transparent;
        padding: 0 0 30px 0;
        border-bottom: 2px solid rgba(255,255,255,0.2);
        margin-bottom: 30px;
    }

    .amel-section h3 {
        color: var(--white);
        margin: 30px 0 20px 0;
        padding-left: 20px;
    }

        .amel-section h3::before {
            background: var(--white);
        }

    .amel-section ul {
        background: rgba(255,255,255,0.1);
        border-left-color: var(--white);
        backdrop-filter: blur(10px);
    }

    .amel-section li {
        color: var(--white);
    }

        .amel-section li::before {
            background: var(--white);
        }

    .amel-section .highlight-box {
        background: rgba(255,255,255,0.15);
        backdrop-filter: blur(10px);
        border: 1px solid rgba(255,255,255,0.2);
    }

.separator {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, var(--matte-grey) 50%, transparent 100%);
    margin: 60px 0;
}

h4 {
    color: var(--midnight-blue);
    margin: 25px 0 15px 0;
    font-size: 18px;
    font-weight: 600;
}

.amel-section h4 {
    color: var(--white);
}

p {
    margin: 15px 0;
    color: var(--text-grey);
}

.amel-section p {
    color: var(--white);
}

@media (max-width: 768px) {
    .condition {
        padding: 20px 15px;
    }

        .condition h1 {
            margin: -20px -15px 40px -15px;
            padding: 40px 20px;
            font-size: 28px;
        }

        .condition h2,
        .condition h3,
        .content-section,
        .condition ul {
            padding-left: 20px;
            padding-right: 20px;
        }

    .penalty-row {
        flex-direction: column;
        gap: 10px;
    }

    .penalty-amount {
        text-align: left;
    }
}






/*footer 
*/

.social-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

    .social-icon svg {
        width: 24px;
        height: 24px;
        transition: all 0.3s ease;
        fill: white;
    }

    /* Hover Effects by Brand */
    .social-icon.facebook:hover svg {
        fill: #1877F2;
    }

    .social-icon.instagram:hover svg {
        fill: #E1306C;
    }

    .social-icon.whatsapp:hover svg {
        fill: #25D366;
    }

    .social-icon.youtube:hover svg {
        fill: #FF0000;
    }

    .social-icon:hover {
        background-color: white;
        border-color: white;
    }

        .social-icon:hover svg {
            fill: currentColor;
        }



/* Keep existing styles and update icon specific */
.footer-contact-info .contact-icon {
    color: white;
    font-size: 1rem;
    margin-top: 3px;
    min-width: 16px; /* Ensures consistent spacing */
}

/* Rest of your existing footer contact CSS remains the same */
.footer-contact-section {
    margin-bottom: 20px;
}

    .footer-contact-section h3 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 1.2rem;
    }

.footer-contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.contact-address,
.contact-phone,
.contact-whatsapp,
.contact-email {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-contact-info p {
    color: #ddd;
    margin: 0;
    line-height: 1.5;
    font-size: 0.9rem;
}

.footer-contact-info strong {
    color: #fff;
    font-weight: 500;
}

.footer-contact-info a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s;
}

    .footer-contact-info a:hover {
        color: #fff;
        text-decoration: underline;
    }

/* Add these styles to your existing CSS */
.phone-numbers {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin-left: 5px;
}

.phone-separator {
    color: #ddd;
}

.travel-footer {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: white;
    padding: 20px 0 40px 0;
    margin: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
}

.footer-section h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 8px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-section li {
    margin-bottom: 12px;
}

.footer-section a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 15px;
    line-height: 1.5;
}

    .footer-section a:hover {
        color: white;
        text-decoration: underline;
    }

/* Updated social section styling */
.social-section {
    margin-top: 0; /* Remove any top margin */
    padding-top: 0; /* Remove any top padding */
}

    .social-section h4 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 0; /* Ensure no top margin on heading */
        color: white;
    }

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 0; /* Ensure no top margin */
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

    .social-icon:hover {
        background: rgba(255, 255, 255, 0.2);
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    }

    .social-icon.facebook:hover {
        background: #1877f2;
    }

    .social-icon.instagram:hover {
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    }

    .social-icon.youtube:hover {
        background: #ff0000;
    }

@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .travel-footer {
        padding: 40px 0 30px 0;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-input {
        min-width: 100%;
    }

    .social-icons {
        justify-content: center;
    }
}

.footer-nav {
    width: 100%; /* Take full width of footer */
    background-color: transparent; /* Or your footer's background color */
    margin-top: 20px;
}

    .footer-nav ul {
        list-style: none; /* Remove bullet points */
        padding: 0;
        margin: 0;
        display: flex; /* Make items horizontal */
        justify-content: space-around; /* Distribute items evenly */
        align-items: center; /* Center vertically */
        width: 100%; /* Take full width */
    }

    .footer-nav li {
        display: inline-block; /* Ensure horizontal layout */
        margin: 0 5px; /* Add some spacing between items */
    }

    .footer-nav a {
        color: white; /* Make text white */
        text-decoration: none; /* Remove underline */
        padding: 10px 5px; /* Add some padding for better click area */
        display: inline-block;
    }

        .footer-nav a:hover {
            text-decoration: underline; /* Add underline on hover if desired */
        }

.footer-nav-wrapper {
    padding: 20px 0;
    position: relative;
    margin-top: -40px; /* This will pull the entire section up by 20px */
}

    .footer-nav-wrapper::before,
    .footer-nav-wrapper::after {
        content: "";
        display: block;
        height: 1px;
        background-color: grey;
        width: 95%; /* Adjust width here */
        margin: 0 auto 15px auto;
    }

    .footer-nav-wrapper::after {
        margin: 15px auto 0 auto;
    }

    .footer-nav-wrapper::before {
        margin: 40px auto 15px auto !important; /* top, sides, bottom, sides */
    }


/* Mobile styles (stacked vertically) */
@media (max-width: 768px) {
    .footer-nav ul {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally */
        gap: 12px; /* Space between stacked items */
    }

    .footer-nav li {
        width: 100%;
        text-align: center;
    }

    .footer-nav a {
        display: block;
        padding: 8px 0;
    }
} 
/*    contact us page
*/


/* Contact Page Specific Styles */
.contact-content {
    padding-bottom: 40px;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-item {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.contact-icon {
    font-size: 1.5rem;
    color: #2a5885;
    margin-top: 3px;
}

.contact-item h3 {
    margin: 0 0 5px 0;
    color: #2a5885;
    font-size: 1.2rem;
}

.contact-item p {
    margin: 0;
    line-height: 1.6;
}

.map-link {
    color: #2a5885;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

    .map-link:hover {
        color: #1a3a6e;
        text-decoration: underline;
    }

.contact-map {
    height: 500px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-map {
        height: 350px;
        order: -1;
    }
}










/*    conditions generales
*/

.hero-section {
    position: relative;
    background-image: url('images/Cruise company/MSC/hero.jpg'); 
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1;
}

.hero-title {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: bold;
}

.conditions-content {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    line-height: 1.8;
    color: #333;
    font-size: 1.1rem;
}

    .conditions-content h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
        color: #111;
    }













/* Reset to default list behavior */
ul.included, ul.not-included, ul.formalities {
    list-style: disc; /* shows default bullet points */
    padding-left: 1.5rem; /* gives proper indentation */
    margin-left: 0;
}

    /* Remove any custom ::before icons */
    ul.included li::before,
    ul.not-included li::before,
    ul.formalities li::before {
        content: none;
    }








    /* Responsive adjustments */
    @media (max-width: 992px) {
        .cabin-price-table {
            position: static; /* Remove positioning to flow naturally */
            top: auto; /* Reset positioning */
            right: auto;
            width: 100%;
            margin: 20px 0; /* Vertical margin only */
            margin-left: -10px; /* Move table 10px to the left */
            padding: 0 15px; /* Add horizontal padding */
            box-sizing: border-box;
            margin-top: 1px !important;
        }

        .styled-table {
            font-size: 11px; /* Fixed font size instead of clamp */
            width: 100%;
            border-collapse: collapse;
        }
    }

/*@media (max-width: 768px) {
    .cabin-price-table {
        margin: 15px 0;*/ /* Increased from 15px to 35px (15px + 20px) */
        /*margin-left: -10px;*/ /* Move table 10px to the left */
        /*padding: 0 10px;*/ /* Reduced padding */
    /*}

    .styled-table {
        font-size: 10px;*/ /* Smaller font for mobile */
    /*}
    .pricing-table-container {
        margin-top: 40px !important;
    }

    .table-scroll-wrapper {
        margin-top: 20px;*/ /* Adjust this value as needed */
    /*}*/
}
            .styled-table th,
            .styled-table td {
                padding: 6px 8px; /* Slightly increased padding for touch */
                text-align: left;
            }

                .styled-table th:first-child,
                .styled-table td:first-child {
                    min-width: 70px; /* Slightly reduced min-width */
                    font-weight: 600; /* Ensure first column stands out */
                }

                .styled-table td i {
                    margin-right: 4px; /* Slightly increased margin */
                    width: 12px;
                    font-size: 10px; /* Consistent icon size */
                    display: inline-block;
                    text-align: center;
                }
    }

    @media (max-width: 480px) {
        .cabin-price-table {
            margin-left: -10px; /* Move table 10px to the left */
        }

        .styled-table {
            font-size: 9px; /* Even smaller for very small screens */
        }

            .styled-table th,
            .styled-table td {
                padding: 4px 6px; /* Minimal padding for very small screens */
            }

                .styled-table th:first-child,
                .styled-table td:first-child {
                    min-width: 60px; /* Further reduced for very small screens */
                }
    }


    /* Container for horizontal scrolling */
    .responsive-table-wrapper {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #2c3e50 transparent;
    }

        .responsive-table-wrapper::-webkit-scrollbar {
            height: clamp(6px, 0.8vw, 8px);
        }

        .responsive-table-wrapper::-webkit-scrollbar-thumb {
            background: #2c3e50;
            border-radius: clamp(3px, 0.5vw, 4px);
        }

    /* Table styles */
    .table {
        border-collapse: collapse;
        min-width: 100%;
        font-size: clamp(11px, 1.5vw, 13px);
        color: #2c3e50;
    }

        .table thead {
            position: sticky;
            top: 0;
            z-index: 2;
            background-color: #2c3e50;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

            .table thead th {
                color: #ffffff;
                text-align: center;
                padding: clamp(6px, 1vw, 10px) clamp(10px, 1.5vw, 15px);
                white-space: nowrap;
                border-bottom: 1px solid #ccc;
            }

        .table tbody td {
            padding: clamp(6px, 1vw, 10px) clamp(10px, 1.5vw, 15px);
            text-align: center;
            border-bottom: 1px solid #eee;
            white-space: nowrap;
            font-size: clamp(10px, 1.3vw, 12px);
        }

            /* Alignments */
            .table tbody td:first-child,
            .table thead th:first-child {
                text-align: left;
                font-weight: bold;
                background-color: #ecf0f1;
                color: #2c3e50;
            }

        /* Total row highlight */
        .table tbody tr.fw-bold {
            background-color: #ecf0f1 !important;
            font-weight: 600;
        }

    /* Hover effect */
    .table-hover tbody tr:hover {
        background-color: #f5f5f5;
        transition: background-color 0.2s ease-in-out;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .table {
            font-size: clamp(10px, 1.6vw, 12px);
        }

            .table thead th,
            .table tbody td {
                padding: 6px 10px;
            }
    }

    @media (max-width: 576px) {
        .table thead th,
        .table tbody td {
            padding: 5px 8px;
        }

            .table thead th:first-child,
            .table tbody td:first-child {
                min-width: 80px;
            }
    }




    /* === Passenger Container Styling - Mobile Only === */
    @media (max-width: 768px) {
        .passenger-container {
            display: flex;
            flex-direction: column;
            gap: 16px;
            margin-top: 12px;
        }

        .passenger-type {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }

            .passenger-type label {
                font-size: 0.95rem;
                font-weight: 500;
                color: #333;
                margin: 0;
            }
    }

    /* ===== END OF CRUISE DISPLAY  COMPONENT ===== */


    /* ===== CRUISE DETAILS ===== */

    /* ===== RESPONSIVE CABIN FORM (FORCED NO HORIZONTAL SCROLL) ===== */

    * {
        box-sizing: border-box !important;
    }

html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    scroll-behavior: auto !important;
}




:root {
    --deep-navy: #0a1a2f;
    --ocean-blue: #1a3a6e;
    --pearl-white: #f8f9fa;
    --mist-grey: #e0e3e7;
    /* Forced responsive spacing variables */
    --section-padding: clamp(0.5rem, 2vw, 1.5rem);
    --card-gap: clamp(0.25rem, 0.5vw, 0.5rem);
    --border-radius: clamp(6px, 0.5vw, 10px);
    --table-padding: clamp(0.75rem, 2vw, 1.25rem);
    --selection-color: #4CAF50;
}

    /* Base styles with forced containment */
    .cabin-selection-section {
        background: linear-gradient(135deg, var(--pearl-white) 0%, var(--mist-grey) 100%);
        box-shadow: 0 12px 24px rgba(10, 26, 47, 0.15);
        padding: var(--section-padding) !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto;
        border: 1px solid rgba(255, 255, 255, 0.3);
        backdrop-filter: blur(8px);
        border-radius: var(--border-radius);
        box-sizing: border-box !important;
        overflow: hidden !important;
        position: relative;
    }

        /* Section Title with responsive typography */
        .cabin-selection-section h3 {
            color: var(--deep-navy);
            font-weight: 700;
            font-size: clamp(1.2rem, 3vw, 1.6rem);
            margin-bottom: clamp(1rem, 2vw, 1.5rem);
            position: relative;
            padding-bottom: 0.75rem;
            font-family: 'Playfair Display', serif;
            text-align: center;
            line-height: 1.2;
            width: 100%;
            overflow: hidden;
        }

            .cabin-selection-section h3::after {
                content: '';
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
                width: clamp(40px, 10vw, 60px);
                height: 3px;
                background: linear-gradient(90deg, var(--mist-grey), var(--ocean-blue));
                border-radius: 2px;
            }

    /* FORCED Grid Container - Absolutely no overflow */
    .cabin-cards-container {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(min(200px, calc(100% - 1rem)), 1fr)) !important;
        gap: var(--card-gap) !important;
        margin-top: clamp(1rem, 2vw, 1.5rem);
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding: 0 !important;
    }

    /* Individual Card with forced containment */
    .cabin-card {
        background: white;
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(10, 26, 47, 0.1);
        overflow: hidden !important;
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
        border: 2px solid transparent;
        cursor: pointer;
        position: relative;
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        min-height: fit-content;
    }

        .cabin-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(10, 26, 47, 0.15);
            border-color: var(--ocean-blue);
        }

        .cabin-card.selected {
            border-color: var(--deep-navy);
            box-shadow: 0 6px 18px rgba(10, 26, 47, 0.2);
            transform: translateY(-2px);
        }

            .cabin-card.selected::before {
                content: '✓';
                position: absolute;
                top: 0.5rem;
                right: 0.5rem;
                background: var(--deep-navy);
                color: white;
                width: 18px;
                height: 18px;
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 11px;
                font-weight: bold;
                z-index: 10;
            }

    /* Responsive Card Image with forced containment */
    .cabin-image {
        width: 100% !important;
        max-width: 100% !important;
        height: clamp(120px, 20vw, 160px);
        object-fit: cover;
        transition: transform 0.3s ease;
        display: block;
        box-sizing: border-box !important;
    }

    .cabin-card:hover .cabin-image {
        transform: scale(1.03);
    }

    /* Card Content with forced spacing */
    .cabin-content {
        padding: clamp(0.75rem, 2vw, 1.25rem) !important;
        width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .cabin-name {
        color: var(--deep-navy);
        font-size: clamp(1rem, 2.5vw, 1.15rem);
        font-weight: 700;
        margin-bottom: 0.4rem;
        font-family: 'Playfair Display', serif;
        line-height: 1.2;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto;
    }

    .cabin-features {
        color: #666;
        font-size: clamp(0.8rem, 2vw, 0.85rem);
        margin-bottom: 0.75rem;
        line-height: 1.4;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        hyphens: auto;
    }

    .cabin-price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 0.75rem;
        flex-wrap: wrap;
        gap: 0.25rem;
        width: 100%;
    }

    .price-amount {
        color: var(--deep-navy);
        font-size: clamp(1.1rem, 3vw, 1.25rem);
        font-weight: 700;
    }

    .price-per {
        color: #888;
        font-size: clamp(0.75rem, 1.8vw, 0.8rem);
    }

    /* Forced Selection Button */
    .select-cabin-btn {
        width: 100% !important;
        max-width: 100% !important;
        background: var(--ocean-blue);
        color: white;
        border: none;
        padding: clamp(0.5rem, 1.5vw, 0.65rem) 0.75rem;
        border-radius: clamp(4px, 0.5vw, 6px);
        font-weight: 600;
        font-size: clamp(0.8rem, 2vw, 0.9rem);
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: uppercase;
        letter-spacing: 0.3px;
        min-height: 40px;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

        .select-cabin-btn:hover {
            background: var(--deep-navy);
            transform: translateY(-1px);
            box-shadow: 0 3px 8px rgba(10, 26, 47, 0.25);
        }

    .cabin-card.selected .select-cabin-btn {
        background: green;
        cursor: default;
    }

        .cabin-card.selected .select-cabin-btn:hover {
            transform: none;
        }

.cabin-table-container {
    background: linear-gradient(135deg, var(--pearl-white) 0%, var(--mist-grey) 100%);
    border-radius: var(--border-radius);
    box-shadow: 0 12px 24px rgba(10, 26, 47, 0.15);
    padding: var(--table-padding);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
}

.cabin-selection-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .cabin-selection-table thead {
        background-color: var(--ocean-blue);
        color: var(--pearl-white);
        position: sticky;
        top: 0;
    }

    .cabin-selection-table th {
        padding: 1rem;
        text-align: left;
        font-weight: 600;
        letter-spacing: 0.5px;
        /* Increased base font size from 0.9rem to 1rem and max from 1rem to 1.1rem */
        font-size: clamp(1rem, 2vw, 1.1rem);
    }

    .cabin-selection-table tbody tr {
        transition: all 0.2s ease;
        position: relative;
        cursor: pointer;
    }

        .cabin-selection-table tbody tr:nth-child(even) {
            background-color: rgba(255, 255, 255, 0.6);
        }

        .cabin-selection-table tbody tr:nth-child(odd) {
            background-color: rgba(255, 255, 255, 0.8);
        }

        .cabin-selection-table tbody tr:hover {
            background-color: rgba(26, 58, 110, 0.1) !important;
        }

        .cabin-selection-table tbody tr.selected {
            background-color: rgba(58, 125, 68, 0.15) !important;
        }

            .cabin-selection-table tbody tr.selected::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                height: 100%;
                width: 4px;
                background-color: var(--selection-color);
            }

            .cabin-selection-table tbody tr.selected td:first-child {
                position: relative;
                padding-left: 1.5rem;
            }

                .cabin-selection-table tbody tr.selected td:first-child::before {
                    content: '✓';
                    position: absolute;
                    left: 0.5rem;
                    color: var(--selection-color);
                    font-weight: bold;
                }

    .cabin-selection-table td {
        padding: 0.75rem 1rem;
        vertical-align: middle;
        border-bottom: 1px solid rgba(224, 227, 231, 0.5);
        /* Increased base font size from 0.85rem to 0.95rem and max from 0.95rem to 1.05rem */
        font-size: clamp(0.95rem, 1.8vw, 1.05rem);
    }

.cabin-category-header {
    background-color: #e2e8f0 !important;
    color: midnightblue!important; /* Bright light blue */
    font-weight: 800 !important;
    /* Increased base font size from 1rem to 1.1rem and max from 1.1rem to 1.2rem */
    font-size: clamp(1.1rem, 2.2vw, 1.2rem) !important;
    font-family: 'Playfair Display', serif;
    border-bottom: 2px solid var(--mist-grey);
}

    .cabin-category-header:hover {
        background-color: #bcc0c4 !important;
    }

.cabin-package-name {
    color: var(--deep-navy);
    font-weight: 500;
}

.cabin-price-value {
    color: var(--ocean-blue);
    font-weight: 600;
    white-space: nowrap;
}


.cabin-selection-table tbody tr {
    transition: all 0.2s ease;
    cursor: pointer;
}

    .cabin-selection-table tbody tr.selected {
        background-color: rgba(58, 125, 68, 0.15) !important;
        position: relative;
    }

        .cabin-selection-table tbody tr.selected::after {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 4px;
            background-color: #3a7d44;
        }

        .cabin-selection-table tbody tr.selected td:first-child {
            position: relative;
            padding-left: 1.5rem;
        }

            .cabin-selection-table tbody tr.selected td:first-child::before {
                content: '✓';
                position: absolute;
                left: 0.5rem;
                color: #3a7d44;
                font-weight: bold;
            }

.select-button {
    background-color: var(--ocean-blue);
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.85rem;
    min-width: 90px;
}

    .select-button:hover {
        background-color: var(--deep-navy);
        transform: translateY(-1px);
    }

    .select-button.selected {
        background-color: var(--selection-color);
        cursor: default;
    }

        .select-button.selected:hover {
            transform: none;
        }






    /* ULTRA AGGRESSIVE MOBILE FIXES */
    @media (max-width: 768px) {
        .cabin-cards-container {
            grid-template-columns: repeat(auto-fit, minmax(min(180px, calc(50% - 0.25rem)), 1fr)) !important;
            gap: 0.25rem !important;
        }
    }

    @media (max-width: 480px) {
        .cabin-cards-container {
            grid-template-columns: 1fr !important;
            gap: 0.5rem !important;
        }

        .cabin-selection-section {
            padding: 0.5rem !important;
            margin: 0 !important;
        }
    }

    @media (max-width: 320px) {
        .cabin-cards-container {
            gap: 0.25rem !important;
        }

        .cabin-selection-section {
            padding: 0.25rem !important;
        }
    }
    /* ===== RESPONSIVE BREAKPOINTS ===== */

    /* Large tablets and small desktops */
    @media (max-width: 1024px) {
        .cabin-cards-container {
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        }

        .cabin-selection-section {
            max-width: 95vw;
        }
    }

    /* Tablets */
    @media (max-width: 768px) {
        .cabin-cards-container {
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.25rem;
        }

        .cabin-selection-section {
            padding: 1.5rem;
            margin: 1rem;
        }

        .cabin-card {
            max-width: 400px;
            margin: 0 auto;
        }

        .cabin-price {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.25rem;
        }
    }

    /* Small tablets and large phones */
    @media (max-width: 640px) {
        .cabin-cards-container {
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .cabin-selection-section {
            padding: 1rem;
            margin: 0.5rem;
            border-radius: 8px;
        }

        .cabin-card {
            max-width: 100%;
        }

        .cabin-image {
            height: 160px;
        }
    }

    /* Mobile phones */
    @media (max-width: 480px) {
        .cabin-selection-section {
            padding: 0.75rem;
            margin: 0.25rem;
        }

        .cabin-content {
            padding: 1rem;
        }

        .cabin-image {
            height: 140px;
        }

        .select-cabin-btn {
            padding: 0.75rem 1rem;
            font-size: 0.9rem;
        }

        .cabin-price {
            margin-bottom: 0.75rem;
        }
    }

    /* Very small screens */
    @media (max-width: 360px) {
        .cabin-selection-section h3 {
            font-size: 1.4rem;
            margin-bottom: 1.25rem;
        }

        .cabin-cards-container {
            margin-top: 1.25rem;
        }

        .cabin-image {
            height: 120px;
        }

        .cabin-content {
            padding: 0.875rem;
        }
    }

    /* ===== ACCESSIBILITY ENHANCEMENTS ===== */

    /* Focus states for keyboard navigation */
    .cabin-card:focus,
    .select-cabin-btn:focus {
        outline: 3px solid var(--ocean-blue);
        outline-offset: 2px;
    }

    /* Reduced motion preferences */
    @media (prefers-reduced-motion: reduce) {
        .cabin-card,
        .cabin-image,
        .select-cabin-btn {
            transition: none;
        }

            .cabin-card:hover {
                transform: none;
            }

                .cabin-card:hover .cabin-image {
                    transform: none;
                }

            .select-cabin-btn:hover {
                transform: none;
            }
    }

    /* High contrast mode support */
    @media (prefers-contrast: high) {
        .cabin-card {
            border: 2px solid var(--deep-navy);
        }

            .cabin-card.selected {
                border-width: 3px;
            }

        .cabin-features {
            color: #333;
        }

        .price-per {
            color: #555;
        }
    }

    /* ===== PRINT STYLES ===== */
    @media print {
        .cabin-selection-section {
            box-shadow: none;
            background: white;
            border: 1px solid #ccc;
        }

        .cabin-card {
            box-shadow: none;
            border: 1px solid #ddd;
            break-inside: avoid;
            page-break-inside: avoid;
        }

            .cabin-card:hover {
                transform: none;
            }

        .select-cabin-btn {
            background: #666 !important;
            color: white !important;
        }
    }



    /*Devise TABLE FORM */
    /* Container for horizontal scrolling */
    .responsive-table-wrapper {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #2c3e50 transparent;
    }

        .responsive-table-wrapper::-webkit-scrollbar {
            height: clamp(6px, 0.8vw, 8px);
        }

        .responsive-table-wrapper::-webkit-scrollbar-thumb {
            background: #2c3e50;
            border-radius: clamp(3px, 0.5vw, 4px);
        }

    /* Table styles */
    .table {
        border-collapse: collapse;
        min-width: 100%;
        font-size: clamp(11px, 1.5vw, 13px);
        color: #2c3e50;
    }

        .table thead {
            position: sticky;
            top: 0;
            z-index: 2;
            background-color: #2c3e50;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        }

            .table thead th {
                color: #ffffff;
                text-align: center;
                padding: clamp(6px, 1vw, 10px) clamp(10px, 1.5vw, 15px);
                white-space: nowrap;
                border-bottom: 1px solid #ccc;
            }

        .table tbody td {
            padding: clamp(6px, 1vw, 10px) clamp(10px, 1.5vw, 15px);
            text-align: center;
            border-bottom: 1px solid #eee;
            white-space: nowrap;
            font-size: clamp(10px, 1.3vw, 12px);
        }

            /* Alignments */
            .table tbody td:first-child,
            .table thead th:first-child {
                text-align: left;
                font-weight: bold;
                background-color: #ecf0f1;
                color: #2c3e50;
            }

        /* Total row highlight */
        .table tbody tr.fw-bold {
            background-color: #ecf0f1 !important;
            font-weight: 600;
        }

    /* Hover effect */
    .table-hover tbody tr:hover {
        background-color: #f5f5f5;
        transition: background-color 0.2s ease-in-out;
    }

    /* Responsive */
    @media (max-width: 992px) {
        .table {
            font-size: clamp(10px, 1.6vw, 12px);
        }

            .table thead th,
            .table tbody td {
                padding: 6px 10px;
            }
    }

    @media (max-width: 576px) {
        .table thead th,
        .table tbody td {
            padding: 5px 8px;
        }

            .table thead th:first-child,
            .table tbody td:first-child {
                min-width: 80px;
            }
    }




    /* =====  END OF CRUISE DETAILS ===== */













    /* ===== ALL SHIPS PAGE  ===== */

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    body {
        font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        background: #f5f5f5;
        min-height: 100vh;
        color: #333;
        line-height: 1.6;
    }

.page-header {
    text-align: center;
    background: #191970; /* Midnight blue */
    position: relative;
    overflow: hidden;
    border-bottom: none;
    padding: 0; /* Remove any default padding */
}

    .page-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle at 20% 30%, rgba(255,255,255,0.05) 0%, transparent 40%), linear-gradient(to bottom, #000000 0%, #191970 100%);
        z-index: 0;
    }

.page-title {
    font-size: 3.8rem;
    font-weight: 800;
    margin: 0; /* Remove default margins */
    padding: 0 0 0; /* Add padding only to the top if needed */
    color: white;
    position: relative;
    letter-spacing: -1px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.page-subtitle {
    font-size: 1.3rem;
    color: rgba(255,255,255,0.85);
    font-weight: 300;
    letter-spacing: 0.5px;
    max-width: 700px;
    margin: 0 auto; /* Center while removing top/bottom margin */
    padding: 0 0 20px; /* Adjust padding as needed */
    position: relative;
    align-content:center;
}

    .ships-container {
        max-width: 1300px;
        padding: 40px 20px;
        position: relative;
        z-index: 1;
    }

    .company-section {
        margin-bottom: 60px;
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 15px 30px rgba(0,0,0,0.05);
        border: none;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        
    }

        .company-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(0,0,0,0.1);
        }

    .company-header {
        background: #191970;
        color: white;
        padding: 0 40px;
        position: relative;
        overflow: hidden;
    }

        .company-header::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 150px;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1));
        }

    .company-name {
        font-size: 2.4rem;
        font-weight: 700;
        margin-bottom: 8px;
        position: relative;
        z-index: 1;
        letter-spacing: -0.5px;
    }

    .ships-count {
        font-size: 1.1rem;
        opacity: 0.85;
        font-weight: 400;
        position: relative;
        z-index: 1;
        color: rgba(255,255,255,0.9);
    }

    .ships-grid {
        padding: 40px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        gap: 30px;
        background: #fafafa;
    }

    .ship-card {
        background: white;
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        border: 1px solid #eaeaea;
    }

        .ship-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border-color: rgba(25, 25, 112, 0.2);
        }

        .ship-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #191970, #000000);
            opacity: 1;
        }



    .ship-name {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 15px;
        color: #191970;
        line-height: 1.3;
        letter-spacing: -0.3px;
    }

    .ship-description {
        font-size: 1rem;
        line-height: 1.7;
        color: #555;
        margin-bottom: 25px;
    }

    .card-actions {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-top: auto;
    }

    .loading-container,
    .error-container,
    .empty-container {
        text-align: center;
        padding: 100px 20px;
        background: white;
        border-radius: 12px;
        max-width: 800px;
        margin: 40px auto;
        box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    }

        .loading-text,
        .error-text,
        .empty-container p {
            font-size: 1.3rem;
            color: #555;
        }

    .error-text {
        color: #d9534f;
    }

    /* Responsive adjustments */
    @media (max-width: 992px) {
        .ships-grid {
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            padding: 30px;
        }
    }

    @media (max-width: 768px) {
        .page-title {
            font-size: 2.8rem;
        }

        .page-subtitle {
            font-size: 1.1rem;
            left: 0; /* Add this line to center it */
        }

        .company-name {
            font-size: 2rem;
        }

        .ships-grid {
            padding: 20px;
        }

        .ship-info {
            padding: 25px;
        }
    }

    @media (max-width: 576px) {
        .page-header {
            padding: 60px 20px 40px;
        }

        .page-title {
            font-size: 2.2rem;
        }

        .page-subtitle {
            font-size: 1.1rem;
        }

        .company-header {
            padding: 25px;
        }

        .ships-grid {
            grid-template-columns: 1fr;
        }
    }

    /* ===== ALL PORTS PAGE ADDITIONS AS IT HAS COMMUN SELECTORS WITH ALL SHIPS PAGE ===== */


    .ports-container-page {
        margin-top: 40px;
        padding-inline: 20px; /* reduces effective width by 40px total (20px on each side) */
    }

    @media (max-width: 576px) {
        .ports-container-page {
            margin-top: 25px;
        }
    }

    .destination-section {
        margin-bottom: 60px;
        background: white;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 15px 30px rgba(0,0,0,0.05);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .destination-section:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(0,0,0,0.1);
        }

    .destination-header {
        background: #191970;
        color: white;
        padding: 0 40px;
        position: relative;
        overflow: hidden;
    }

        .destination-header::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 150px;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1));
        }

    .destination-name {
        font-size: 2.4rem;
        font-weight: 700;
        margin-bottom: 8px;
        position: relative;
        z-index: 1;
        letter-spacing: -0.5px;
    }

    .ports-count {
        font-size: 1.1rem;
        opacity: 0.85;
        font-weight: 400;
        position: relative;
        z-index: 1;
        color: rgba(255,255,255,0.9);
    }

    .ports-grid-page {
        padding: 40px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
        gap: 30px;
        background: #fafafa;
    }

    .port-card-page {
        background: white;
        border-radius: 10px;
        overflow: hidden;
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        position: relative;
        box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        border: 1px solid #eaeaea;
    }

        .port-card-page:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            border-color: rgba(25, 25, 112, 0.2);
        }

        .port-card-page::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #191970, #000000);
            opacity: 1;
        }

    .port-info-page {
        padding: 30px;
    }

    .port-name-page {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 15px;
        color: #191970;
        line-height: 1.3;
        letter-spacing: -0.3px;
    }

    .port-description {
        font-size: 1rem;
        line-height: 1.7;
        color: #555;
        margin-bottom: 25px;
    }

    /* Responsive adjustments for ports */
    @media (max-width: 992px) {
        .ports-grid-page {
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            padding: 30px;
        }
    }

    @media (max-width: 768px) {
        .destination-name {
            font-size: 2rem;
        }

        .ports-grid-page {
            padding: 20px;
        }

        .port-info-page {
            padding: 25px;
        }
    }

    @media (max-width: 576px) {
        .destination-header {
            padding: 25px;
        }

        .ports-grid-page {
            grid-template-columns: 1fr;
        }
    }

    /* ===== SHIPS and ports PAGE search  ===== */

/* Search wrapper - make it transparent */
.search-wrapper-pages {
    display: flex;
    align-items: center;
    background: transparent; /* Remove any background */
    border: none; /* Remove border if any */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
}

/* Search input field */
.search-input-pages {
    flex: 1;
    border: none;
    outline: none;
    font-size: 1rem;
    color: white; /* Changed to white for visibility on hero */
    background: rgba(255, 255, 255, 0.2); /* Slight transparency */
    width: 100%;
    padding: 10px 15px 10px 35px; /* Adjusted padding */
    border-radius: 20px; /* Rounded corners */
    backdrop-filter: blur(5px); /* Frosted glass effect */
    box-shadow: none; /* Remove any shadow */
    text-align: left;
}

/* Search icon */
.search-icon {
    position: absolute;
    left: 10px;
    color: white; /* White icon */
    z-index: 1;
}

/* Placeholder styling */
.search-input-pages::placeholder {
    color: rgba(255, 255, 255, 0.7); /* Semi-transparent white */
    text-align: left; /* Left-align placeholder to match input */
}

/* Focus state */
.search-input-pages:focus {
    background: rgba(255, 255, 255, 0.3); /* Slightly more visible when focused */
}

/* Clear button */
.clear-search-btn {
    position: absolute;
    right: 10px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

    .clear-search-btn:hover {
        background-color: #f8f9fa;
        color: #dc3545;
    }

    /* Enhanced Results Count */
    .search-results-count {
        margin: 1rem auto 0;
        padding: 0.5rem 1rem;
        color: #4a5568;
        font-size: 0.95rem;
        font-style: italic;
        text-align: center;
        max-width: 600px;
        background-color: #f8fafc;
        border-radius: 8px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
        border-left: 3px solid #4299e1;
        animation: fadeIn 0.3s ease-out;
        display: inline-block;
        position: relative;
        line-height: 1.5;
    }

        .search-results-count::before {
            content: "→";
            color: #4299e1;
            margin-right: 0.5rem;
            font-style: normal;
        }

        .search-results-count::after {
            content: "←";
            color: #4299e1;
            margin-left: 0.5rem;
            font-style: normal;
        }

    @keyframes fadeIn {
        from {
            opacity: 0;
            transform: translateY(-5px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Dark mode support */
    @media (prefers-color-scheme: dark) {
        .search-results-count {
            background-color: #2d3748;
            color: #e2e8f0;
            border-left-color: #63b3ed;
        }

            .search-results-count::before,
            .search-results-count::after {
                color: #63b3ed;
            }
    }

    /* Responsive adjustments */
    @media (max-width: 640px) {
        .search-results-count {
            font-size: 0.85rem;
            padding: 0.4rem 0.8rem;
            width: 90%;
        }

            .search-results-count::before,
            .search-results-count::after {
                display: none; /* Hide arrows on small screens */
            }
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .search-wrapper-pages {
            margin: 1.5rem auto;
            padding: 0.6rem 0.9rem;
        }

        .search-icon {
            font-size: 1rem;
            margin-right: 0.5rem;
        }
    }

    @media (max-width: 480px) {
        .search-wrapper-pages {
            margin: 1rem auto;
            padding: 0.5rem 0.75rem;
        }

        .search-input-pages {
            font-size: 0.9rem;
        }

        .search-results-count {
            font-size: 0.85rem;
        }
    }




    /* ===== SHIP DETAILS PAGE  ===== */
    /* Cruise Ship Display - Elegant Midnight Blue & Gold Theme */
    :root {
        --midnight-blue: #1a237e;
        --deep-blue: #0d47a1;
        --gold: #A9A9B0; /* Updated */
        --light-gold: #A9A9B0; /* Updated */
        --dark-gold: #A9A9B0; /* Updated */
        --white: #ffffff;
        --light-gray: #fafafa;
        --text-dark: #37474f;
        --border-light: #e8eaf6;
        --shadow-light: rgba(26, 35, 126, 0.08);
        --shadow-medium: rgba(26, 35, 126, 0.15);
    }


    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    /* Prevent horizontal overflow on the entire page */
html, body {
    overflow-x: hidden;
    scroll-behavior: auto !important;
}

    .video-section {
        width: 100%;
        padding: 0;
        background: #f9f9f9;
        display: flex;
        justify-content: center;
    }

    .video-container {
        width: 100vw; /* full viewport width */
        height: calc(100vw * 9 / 16); /* maintain 16:9 aspect ratio */
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
        border-radius: 0; /* remove if you want full edge-to-edge */
        overflow: hidden;
        margin: 0 auto;
    }

        .video-container iframe {
            width: 100%;
            height: 100%;
            border: none;
            display: block;
        }


    .no-video-message {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 300px;
        background-color: #f8f9fa;
        border: 2px dashed #dee2e6;
        border-radius: 8px;
        margin: 20px 0;
    }

    .no-video-content {
        text-align: center;
        color: #6c757d;
    }

        .no-video-content i {
            font-size: 3rem;
            margin-bottom: 1rem;
            opacity: 0.7;
        }

        .no-video-content p {
            font-size: 1.1rem;
            font-weight: 500;
            margin: 0;
            font-family: 'Poppins', sans-serif;
        }




@media (max-width: 768px) {
    .video-container {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9; /* Maintains ratio automatically */
        box-shadow: none; /* Optional: remove shadow for smaller screens */
        border-radius: 0;
    }

        .video-container iframe,
        .video-container video {
            width: 100%;
            height: auto;
            aspect-ratio: 16 / 9;
        }
}




















    /* IMAGE GALLERY SECTION */
/* TELERIK CAROUSEL SECTION */
.image-gallery-carousel {
    position: relative;
    background: #f5f5f5;
    padding: 2rem;
    border-radius: 8px;
}

.carousel-item {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 8px;
}

.carousel-item:hover .carousel-image {
    transform: scale(1.02);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.4));
    pointer-events: none;
    border-radius: 0 0 8px 8px;
}

.no-images-placeholder {
    position: relative;
    width: 100%;
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.no-image-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
}

/* Custom styling for Telerik Carousel components */
.k-carousel {
    border-radius: 8px;
}

    .k-carousel .k-carousel-wrap {
        border-radius: 8px;
    }

    /* Style the pager dots to match your original design */
    .k-carousel .k-pager .k-pager-numbers .k-button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        border: none;
        min-width: 8px;
        padding: 0;
        margin: 0 4px;
    }

        .k-carousel .k-pager .k-pager-numbers .k-button.k-selected,
        .k-carousel .k-pager .k-pager-numbers .k-button:hover {
            background: var(--gold);
            transform: scale(1.2);
        }

    /* Style the scroll buttons */
    .k-carousel .k-carousel-prev,
    .k-carousel .k-carousel-next {
        background: rgba(255, 255, 255, 0.8);
        border: none;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        color: var(--midnight-blue);
    }

        .k-carousel .k-carousel-prev:hover,
        .k-carousel .k-carousel-next:hover {
            background: rgba(255, 255, 255, 1);
            color: var(--gold);
        }
 






    /*port detials*/


    /* ====== Base Styles ====== */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
    background-color: #f8f9fa;
    scroll-behavior: auto !important;
}

    /* ====== Port Header ====== */
.port-header {
    position: relative;
    width: 100%;
    height: 60vh; /* Responsive height based on viewport */
    min-height: 400px; /* Minimum height for smaller screens */
    max-height: 700px; /* Maximum height to prevent too tall on large screens */
    background-size: cover;
    background-position: center center; /* Center the image */
    background-repeat: no-repeat;
    background-attachment: local; /* Better performance than fixed */
    border-radius: 12px 12px 0 0; /* Rounded top corners */
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
        padding: 2rem;
    }

    .port-title {
        color: white;
        font-size: 3rem;
        margin: 0;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    }

    /* ====== Port Content ====== */
    .port-content {
        max-width: 1200px;
        margin: 0 auto;
        padding: 2rem;
    }

    .port-header-info {
        padding: 2rem;
        margin-top: -50px;
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: column;
    }

    .port-content-title {
        color: #191970; /* Midnight blue */
        font-size: 2rem;
        margin-bottom: 1.5rem;
        border-bottom: 2px solid #e9ecef;
        padding-bottom: 0.5rem;
    }

    .port-location-info {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        flex-wrap: wrap;
    }

    .port-country,
    .port-city,
    .port-region {
        background-color: white;
        color: #191970;
        padding: 0.5rem 1.25rem;
        border-radius: 20px;
        font-size: 0.95rem;
        font-weight: 500;
        border: 1px solid #e9ecef;
        transition: all 0.3s ease;
        cursor: default;
    }

        .port-country:hover,
        .port-city:hover,
        .port-region:hover {
            background-color: #191970;
            color: white;
            box-shadow: 0 2px 8px rgba(25, 25, 112, 0.2);
            transform: translateY(-1px);
        }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .port-header-info {
            padding: 1.5rem;
            margin-top: -30px;
        }

        .port-content-title {
            font-size: 1.75rem;
        }

        .port-country,
        .port-city,
        .port-region {
            padding: 0.4rem 1rem;
            font-size: 0.9rem;
        }
    }

    @media (max-width: 480px) {
        .port-location-info {
            gap: 0.5rem;
        }

        .port-country,
        .port-city,
        .port-region {
            padding: 0.35rem 0.9rem;
            font-size: 0.85rem;
        }
    }

    /* ====== Port Sections ====== */
    .port-section {
        margin: 3rem 0;
        padding: 1.5rem;
        background-color: white;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    }

    .section-title {
        color: #191970;
        font-size: 1.8rem;
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        border-bottom: 2px solid #e9ecef;
    }

    /* Subsections Container */
    .subsections-container {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 1.5rem;
        margin-top: 1rem;
    }

    /* Subsection Cards */
    .subsection-card {
        background: white;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        display: flex;
        flex-direction: column;
        height: 100%;
        border-top: 4px solid #191970;
    }

        .subsection-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }

    .subsection-image {
        height: 200px;
        overflow: hidden;
    }

        .subsection-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

    .subsection-card:hover .subsection-image img {
        transform: scale(1.05);
    }

    .subsection-content {
        padding: 1.5rem;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .subsection-title {
        color: #191970;
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }

    .subsection-short-desc {
        color: #495057;
        margin-bottom: 1rem;
        flex-grow: 1;
    }

    .subsection-long-desc {
        color: #6c757d;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    /* Special section styling */
    .port-section[data-section-type="SpecialitesCulinaires"] .subsection-card {
        border-top-color: #6c757d; /* Matte gray for culinary specialties */
    }

    /* ====== Responsive Design ====== */
    @media (max-width: 768px) {
        .port-header {
            height: 300px;
        }

        .port-title {
            font-size: 2rem;
        }

        .port-header-info {
            margin-top: -30px;
            padding: 1.5rem;
        }

        .subsections-container {
            grid-template-columns: 1fr;
        }

        .section-title {
            font-size: 1.5rem;
        }
    }

    @media (max-width: 480px) {
        .port-header {
            height: 250px;
        }

        .port-title {
            font-size: 1.8rem;
        }

        .port-content {
            padding: 1rem;
        }
    }









    /* ===== FONTS ===== */


    /* ===== ORIGINAL STYLING ===== */

    .envoyer-btn {
        padding: 10px 20px;
        width: 200px;
        background: linear-gradient(135deg, #6ecefa 0%, midnightblue 100%);
        color: white;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        font-size: 14px;
        transition: all 0.3s ease; /* Changed to 'all' for smooth gradient transition */
        display: block; /* Allows margin auto to work */
        margin: 20px auto 0; /* Adds top margin & centers horizontally */
    }

        /* Hover effect: Reverse the gradient */
        .envoyer-btn:hover {
            background: linear-gradient(135deg, midnightblue 0%, #6ecefa 100%);
        }

    .status-indicator {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 8px;
        vertical-align: middle;
    }

        .status-indicator.green {
            background-color: #28a745; /* Bootstrap success green */
        }

        .status-indicator.red {
            background-color: #dc3545; /* Bootstrap danger red */
        }

        .status-indicator.gray {
            background-color: #6c757d; /* Bootstrap secondary gray */
        }

    .booking-summary {
        max-width: 800px;
        margin: auto;
    }

    .summary-section {
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
    }

        .summary-section:last-child {
            border-bottom: none;
        }

        .summary-section h3 {
            font-size: 1.25rem;
            margin-bottom: 1rem;
            color: #374151;
        }



.success-message {
    color: green;
    font-weight: 600;
    padding: 12px 16px;
    border: 1px solid green;
    background-color: #e6ffe6;
    border-radius: 6px;
    max-width: 400px;
}

.search-wrapper {
    position: relative;
    width: 100%;
    height: 470px; 
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    padding-bottom: 20px;
    transform: translateY(-20px);
}

.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Dark overlay for better text contrast */
    z-index: -1;
}

.search-container {
    position: relative;
    z-index: 1;
}
/* Responsive video handling */
@media (max-width: 768px) {
    .background-video {
        object-position: center;
    }
}
.search-container {
    /* Remove any solid background */
    background: transparent !important;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    /* White outline using box-shadow */
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7), 0 6px 24px rgba(0, 0, 0, 0.1);
    /* Existing styles (keep these) */
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
    padding: 20px 30px;
    border-radius: 12px;
    max-width: 1200px;
    width: 90%;
}

    /* Ensure all child elements are transparent */
    .search-container > * {
        background: transparent !important;
    }

    .search-container,
    .search-container * {
        color: white !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); /* Optional: improves readability */
    }
        /* Ensure all children inside search container do not stretch full width on desktop */
        .search-container > * {
            position: relative;
            z-index: 1;
            width: 100%; /* full width on mobile by default */
        }
    /* Mobile phones (up to 767px) */
@media (max-width: 767px) {
    .search-container {
        background: rgba(255, 255, 255, 0.15); /* Slightly more opaque on mobile */
        backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(3px);
    }
}          .search-container .TelerikDropDownList,
            .search-container .TelerikDateRangePicker {
                min-width: 100px;
                max-width: 180px;
            }

            .search-container .search-button {
                padding: 0.4rem 0.8rem;
            }
    }

    /* Tablets (768px to 1024px) */
    @media (min-width: 768px) and (max-width: 1024px) {
        .search-container {
            transform: scale(0.9);
            transform-origin: center;
            width: 95% !important;
            margin: 0 auto; /* Center it if needed */
        }

            .search-container .TelerikDropDownList,
            .search-container .TelerikDateRangePicker {
                min-width: 120px;
                max-width: 220px;
            }

            .search-container .search-button {
                padding: 0.5rem 1rem;
            }
    }


/*    Date picker filter bar
*/






















/* Responsive styles for 768px and below */
@media (max-width: 768px) {
    /* Force wrapper to center contents */
    .date-input-wrapper {
        flex-direction: column;
        align-items: center !important; /* FORCE center alignment */
        gap: 15px;
        width: 100%;
    }
    /* Override Telerik's flex layout */
    .custom-date-picker .k-daterangepicker {
        flex-direction: column !important;
        align-items: center !important;
        width: 100%;
    }
    /* Force date inputs to shrink and move left */
    .custom-date-picker .k-dateinput {
        width: 150px !important;
        margin: 0 auto var(--date-input-gap, 10px) !important; /* Customizable gap */
        display: block !important;
        transform: translateX(-40px) !important; /* MOVE LEFT - change this value */
    }
    /* Remove Telerik's spacing between inputs */
    .k-daterangepicker .k-dateinput-wrap {
        margin-right: 0 !important;
    }
    /* Center the calendar icon */
    .calendar-icon {
        margin: 0 auto 10px !important;
        display: block !important;
        transform: translateX(-20px) translateY(10px) !important; /* MOVE LEFT AND UP */
    }
    /* Center labels */
    .custom-labels {
        text-align: center !important;
        width: 100%;
        transform: translateX(-30px) translateY(15px) !important; /* MOVE LEFT - change this value */
    }
    /* Fix calendar popup (optional) */
    .k-animation-container {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    /* Last input shouldn't have bottom margin */
    .custom-date-picker .k-dateinput:last-child {
        margin-bottom: 0 !important;
    }
    /* Inner input field styling */
    .custom-date-picker .k-dateinput .k-input-inner {
        width: 100% !important;
        text-align: center !important;
    }
    /* Label styling with matching width */
    .custom-labels label {
        display: inline-block;
        width: 250px !important;
        text-align: center !important;
        margin: 0 auto calc(var(--date-input-gap, 10px) / 2) !important; /* Half of input gap */
    }
    /* Container adjustments for perfect alignment */
    .custom-date-range {
        --date-input-gap: 20px; /* Default value - CHANGE THIS to adjust gap */
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}





















    .full-width {
        width: 100%;
    }

    .passenger-container {
        display: flex;
        gap: 10px; /* Espacement entre les éléments */
        flex-wrap: wrap; /* Permet de passer à la ligne si l'écran est trop petit */
    }

    .passenger-type {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .passenger-count {
        font-weight: normal;
        font-size: 0.85em;
    }







/* Style for the ship link */
.ship-link {
    cursor: pointer;
    color: #0071ce;
    text-decoration: none;
}

    .ship-link:hover {
        text-decoration: underline;
    }

/* Custom styling for the popup */
.ship-details-popup {
    position: fixed;
    border-radius: 8px 0 0 8px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}

/* Animation for smooth appearance */
.k-window-content {
    animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}



























    /* ============ IMAGE SECTION ============ */
    .itinerary-image-container {
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #f5f5f5;
        overflow: hidden;
        position: relative;
        border-bottom: 1px solid #eee;
    }

    .itinerary-image {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        object-position: center;
        padding: 10px;
        box-sizing: border-box;
    }

    /* ============ CONTENT SECTION ============ */
    .card-body-content {
        padding: 1rem;
        flex-grow: 1;
    }

    .cruise-title {
        color: #00487F;
        font-size: 1.25rem;
        font-weight: 600;
        margin-bottom: 0.75rem;
        line-height: 1.3;
    }

    /* ============ DATE & PORT INFO ============ */
    .departure-info,
    .arrival-info {
        margin-bottom: 0.75rem;
    }

        .departure-info p,
        .arrival-info p {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            flex-wrap: wrap;
            margin: 0;
            font-size: 0.95rem;
            color: #444;
        }

        .departure-info .k-icon,
        .arrival-info .k-icon {
            color: #666;
            font-size: 1.1em;
        }





    /* ============ HOVER EFFECTS ============ */
    .cruise-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
    }

    .passenger-selector {
        background: #f8f9fa;
        padding: 1rem;
        border-radius: 8px;
        margin-bottom: 1.5rem;
    }

    .passenger-type {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0.75rem;
    }

        .passenger-type label {
            margin-right: 1rem;
            font-weight: 500;
            color: #495057;
        }

    .passenger-selector h5 {
        margin-bottom: 1rem;
        color: #00487F;
        font-weight: 600;
    }
    /* ============ IMAGE CONTAINER ============ */
    .itinerary-image-container {
        width: 100%;
        height: 0;
        padding-bottom: 66%; /* 260/394 ? 0.66 (maintain original aspect ratio) */
        position: relative;
        overflow: hidden;
        background: #f5f5f5;
        border-bottom: 1px solid #eee;
    }

    .itinerary-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain; /* Show full image without cropping */
        object-position: center;
        padding: 10px;
        box-sizing: border-box;
    }

    /* ============ RESPONSIVE ADJUSTMENTS ============ */
    @@media (max-width: 768px) {
        .itinerary-image-container {
            padding-bottom: 66%; /* Maintain same ratio on mobile */
        }

        .itinerary-image {
            padding: 8px;
        }
    }

    @@media (min-width: 992px) {
        .itinerary-image-container {
            padding-bottom: 66%; /* Consistent ratio on desktop */
        }
    }

    /* remove reserved space for labels */
    .no-labels .k-floating-label-container {
        padding-top: 0;
    }

    /* hide default labels */
    .no-labels .k-floating-label {
        display: none;
    }

    /* prevent horizontal expansion */
    span.smaller-width {
        display: inline-flex;
        width: min-content;
    }

        /* reduce textbox width */
        span.smaller-width .k-dateinput {
            width: 7em;
        }

    /* make weekends disabled */
    .no-weekends .k-calendar-td[title*="Saturday"],
    .no-weekends .k-calendar-td[title*="Sunday"] {
        color: #424242;
        opacity: .6;
        pointer-events: none;
    }

    .company-logo, .company-logo-tag {
        max-width: 50px; /* Adjust size as needed */
        max-height: 50px;
        object-fit: contain;
        display: block;
    }

    .Company-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }


    .header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        border-bottom: 1px solid #eee;
        flex-wrap: wrap; /* Allow items to wrap on small screens */
        gap: 10px; /* Space between items when they wrap */
    }

    .selected-itineraries {
        font-size: 16px;
        white-space: nowrap; /* Prevent text from wrapping */
    }

    .sort-dropdown {
        display: flex;
        align-items: center;
        gap: 5px;
        white-space: nowrap; /* Keep dropdown items on one line */
    }

    .dropdown {
        display: flex;
        align-items: center;
        color: #333;
        cursor: pointer;
        font-weight: bold;
        white-space: nowrap; /* Keep dropdown text on one line */
    }

    .dropdown-icon {
        color: #ff6a00;
    }

    /* Dates header - make it more compact on mobile */
    .dates-header {
        font-size: 16px;
        margin-bottom: 15px;
        white-space: nowrap; /* Keep on one line */
        overflow: hidden;
        text-overflow: ellipsis; /* Add ellipsis if text is too long */
    }

    /* Date options - make them inline on mobile */
    .date-options-container {
        display: flex;
        gap: 10px;
        overflow-x: auto; /* Allow horizontal scrolling if needed */
        padding-bottom: 10px; /* Space for scrollbar */
        scrollbar-width: none; /* Hide scrollbar in Firefox */
        -ms-overflow-style: none; /* Hide scrollbar in IE */
    }

        .date-options-container::-webkit-scrollbar {
            display: none; /* Hide scrollbar in Chrome/Safari */
        }

    .date-option {
        border: 1px solid #ddd;
        border-radius: 5px;
        padding: 8px 10px;
        text-align: center;
        min-width: 70px; /* Minimum width for date options */
        flex-shrink: 0; /* Prevent shrinking */
    }

    .date-day {
        font-weight: bold;
        font-size: 12px; /* Smaller font on mobile */
    }

    .date-numeric {
        font-weight: bold;
        font-size: 16px; /* Slightly smaller on mobile */
        margin: 3px 0; /* Reduced margin */
    }

    .view-date-button {
        background-color: #ff6a00;
        color: white;
        border: none;
        border-radius: 5px;
        padding: 10px 15px; /* Smaller padding on mobile */
        font-weight: bold;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        white-space: nowrap;
        font-size: 14px; /* Smaller font on mobile */
    }



    @media (max-width: 768px) {
        .header {
            padding: 8px 0;
            flex-wrap: nowrap;
            gap: 5px;
            overflow-x: auto;
        }

        .sort-direction-btn {
            padding: 4px;
            min-width: 32px;
            height: 32px;
            border-radius: 4px;
            font-size: 14px;
            flex-shrink: 0;
        }




        .selected-itineraries,
        .sort-dropdown,
        .dropdown,
        .dropdown-icon {
            font-size: 14px;
        }

        .sort-dropdown {
            max-width: 320px; /* Doubled width */
            flex-shrink: 1;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .dropdown {
            font-size: 13px;
            max-width: 280px; /* Doubled width */
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .view-date-button {
            padding: 8px 10px;
            font-size: 12px;
            flex-shrink: 0;
            white-space: nowrap;
        }

        .dates-header {
            font-size: 14px;
        }

        .date-day {
            font-size: 10px;
        }

        .date-numeric {
            font-size: 14px;
            margin: 2px 0;
        }
    }


    /** Chatbot*/
    .chat-container {
        display: flex;
        flex-direction: column;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 8px;
        max-width: 400px; /* Limit the width */
        max-height: 500px; /* Limit the height */
        overflow-y: auto; /* Add a vertical scrollbar if content exceeds */
        position: fixed; /* Fix the position to the screen */
        bottom: 20px; /* Set distance from bottom */
        right: 20px; /* Set distance from the right */
        z-index: 9999; /* Ensure it's on top of other elements */
        transition: all 0.3s ease-in-out; /* Smooth transition for resize */
    }

    .chat-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #007bff;
        color: white;
        padding: 10px;
        border-radius: 8px 8px 0 0;
    }

    .chat-title {
        font-size: 16px;
    }

    .chat-controls button {
        background: none;
        border: none;
        color: white;
        font-size: 18px;
        cursor: pointer;
    }

    .minimize-btn {
        font-size: 20px;
    }

    .close-btn {
        font-size: 18px;
    }

    .chat-content {
        padding: 10px;
        max-height: 300px;
        overflow-y: auto;
    }

    .chat-messages {
        max-height: 250px;
        overflow-y: auto;
    }

    .chat-input {
        display: flex;
        justify-content: space-between;
        padding: 10px;
        background-color: #f1f1f1;
    }

        .chat-input input {
            width: 80%;
            padding: 5px;
        }

        .chat-input button {
            padding: 5px;
            background-color: #007bff;
            color: white;
            border: none;
            cursor: pointer;
        }

    /* Minimized State */
    .chat-container.minimized {
        height: 50px; /* Minimized height */
        width: 250px; /* Minimized width */
        bottom: 20px;
        right: 20px;
    }

        .chat-container.minimized .chat-header {
            background-color: #007bff;
            border-radius: 8px;
            padding: 10px;
        }

        .chat-container.minimized .chat-title {
            font-size: 14px;
        }

        .chat-container.minimized .chat-controls button {
            font-size: 18px;
        }

        .chat-container.minimized .chat-content {
            display: none; /* Hide content when minimized */
        }

    .envoyer-btn {
        padding: 10px 20px;
        background-color: #28a745; /* Green color */
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.3s ease;
    }

        .envoyer-btn:hover {
            background-color: #218838; /* Darker green on hover */
        }

    /* Style for the chat input field */
    input[type="text"] {
        width: 80%;
        padding: 10px;
        margin-right: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    /* Input box and options styling */
    .options {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }

        .options input[type="text"] {
            padding: 8px;
            font-size: 16px;
            margin-right: 10px;
            border: 1px solid #ddd;
            border-radius: 5px;
            flex-grow: 1;
        }

    /* Style for option buttons */
    .option-btn {
        background-color: #007bff;
        color: white;
        padding: 8px 16px;
        border: none;
        border-radius: 5px;
        margin: 5px;
        cursor: pointer;
        font-size: 14px;
        transition: background-color 0.3s ease;
    }

        .option-btn:hover {
            background-color: #0056b3;
        }

    /* Style for "Envoyer" button */
    .envoyer-btn {
        background-color: #28a745;
        color: white;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

        .envoyer-btn:hover {
            background-color: #218838;
        }

        .envoyer-btn:focus {
            outline: none;
        }

    /** CruiseDetail*/

/*    message box form email
*/

.custom-notification .k-notification-content {
    font-size: 1.3rem;
    padding: 1.2rem;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}

.custom-notification.k-notification-success {
    background-color: #4caf50;
    color: white;
}

.custom-notification.k-notification-warning {
    background-color: #ff9800;
    color: white;
}







/*    conditions desc offre toggle link
*/
.offer-conditions-wrapper {
    display: flex;
    justify-content: flex-end; /* Pushes content to the right */
    margin-top: 20px;
    margin-bottom: 20px; /* Space above the footer */
}

.offer-conditions-toggle {
    font-weight: 500;
    font-size: 1rem;
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .offer-conditions-toggle span {
        margin-left: 8px;
        font-size: 1.2rem;
    }

    /* Hover effect */
    .offer-conditions-toggle:hover {
        color: #0056b3;
    }

/* Responsive adjustment */
@media (max-width: 768px) {
    .offer-conditions-wrapper {
        justify-content: center;
        margin-bottom: 40px;
    }

    .offer-conditions-toggle {
        font-size: 0.95rem;
    }
}









    .rating-radio input {
        display: block;
    }

    .rating-radio {
        display: flex;
        justify-content: space-between
    }

    .rating-wrapper {
        padding: 20px;
        border: 1px solid #DDD;
    }

    @media (max-width: 768px) {
        .search-dropdown {
            border-right: none;
            border-bottom: 1px solid #e0e0e0;
        }

        @media (max-width: 576px) {
            .other-items, .other-ports, .other-companies {
                grid-template-columns: 1fr;
            }
            /* Media queries for responsive design */
            @media (max-width: 992px) {
                .search-bar {
                    flex-direction: column;
                }

                .destination-card {
                    position: relative;
                    width: 200px;
                    height: 150px;
                    overflow: hidden;
                    border-radius: 12px;
                    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
                    cursor: pointer;
                    transition: transform 0.2s ease, box-shadow 0.3s ease;
                    border: 2px solid transparent;
                }

                    .destination-card:hover {
                        transform: scale(1.02);
                        box-shadow: 0 4px 12px rgba(0,0,0,0.2);
                    }

                    .destination-card.selected {
                        border: 3px solid #0078D7; /* Or any brand color */
                        box-shadow: 0 0 10px #0078D7;
                    }

                .card-image {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 10px;
                }

                .card-overlay {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    padding: 8px;
                    background: rgba(0, 0, 0, 0.5);
                    color: white;
                    font-weight: bold;
                    text-align: center;
                    font-size: 16px;
                    border-bottom-left-radius: 10px;
                    border-bottom-right-radius: 10px;
                }
            }
        }
    }

    .status-indicator {
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 8px;
        vertical-align: middle;
    }

        .status-indicator.green {
            background-color: #28a745; /* Bootstrap success green */
        }

        .status-indicator.red {
            background-color: #dc3545; /* Bootstrap danger red */
        }

        .status-indicator.gray {
            background-color: #6c757d; /* Bootstrap secondary gray */
        }

    .booking-summary {
        max-width: 800px;
        margin: auto;
    }

    .summary-section {
        border-bottom: 1px solid #eee;
        padding-bottom: 1rem;
    }

        .summary-section:last-child {
            border-bottom: none;
        }

        .summary-section h3 {
            font-size: 1.25rem;
            margin-bottom: 1rem;
            color: #374151;
        }

    .passenger-card {
        border: 1px solid #e5e7eb;
        border-radius: 0.5rem;
        padding: 1rem;
        background-color: #f9fafb;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }

        .passenger-card h4 {
            font-size: 1.125rem;
            color: #2563eb;
        }

        .passenger-card .info {
            font-size: 0.9rem;
            color: #374151;
        }

    .quote-status-message {
        background-color: #e0f2fe; /* bleu clair */
        border: 1px solid #90cdf4; /* bleu */
        padding: 12px 16px;
        border-radius: 6px;
        color: #1e3a8a; /* bleu foncé pour le texte */
        font-weight: 500;
        margin-bottom: 20px;
        font-size: 1rem;
        display: flex;
        align-items: center;
        gap: 8px;
    }


