#cruises-landingpage {
    /* start odysseus */

    .od-main-button-wrapper {
        display: flex !important;
        justify-content: center !important;
        flex-direction: row-reverse;
        gap: 18px;
        margin-top: 10px;
    }

    #SearchBTN {
        border-radius: 100px !important;
        display: flex !important;
        width: 252px !important;
        height: 40px !important;
        padding: 8px 16px !important;
        gap: 10px;
        flex: 1 0 0;
        font-size: 16px !important;
        font-style: normal;
    }

    .od-reset-btn-wrapper {
        display: flex;
        flex-direction: row;
        gap: 8px;
        width: 252px !important;
    }

    .cruise-reset-btn od-reset-btn-wrapper a{
        flex-direction: row;
    }

    .od-reset-btn-wrapper .reset .od-icon {
        margin: 0px !important;
    }
    .reset span {
        display: block !important;
        font-size: 16px !important;
    }

    .od-tab-form-wrapper .od-form-wrapper .od-reset-btn-wrapper .reset .od-icon {
        margin: 10px !important;
    }

    .od-reset {
        border-radius: 100px;
        border: 1px solid #FFF !important;
        background: #6C757D !important;
        height: 40px !important;
        padding: 8px 24px !important;
        width: 100% !important;
        font-size: 16px;
        color: #FFF;
        font-style: normal;
        flex-direction: row !important;
    }

    .multiselect_input_wrapper {
        border-radius: 4px;
        border: 1px solid #B2B2B2;
        background: #FFF;
    }

    .cruise-section {
        background-color: #fff;
        width: 100%;
    }

    #odysseus #OVExploreContainer .od-form-wrapper .multiselect__tags {
        font-size: 16px;
    }

    #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-input-wrapper {
        flex: 0 0 33.33%
    }
    @media (max-width: 768px) {
        #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-input-wrapper {
            flex: 0 0 33.33%
        }
    }
    @media (max-width: 480px) {
        #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-input-wrapper {
            flex: 0 0 50%
        }
    }
    /* end odysseus */

    .deals-header {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding: 20px;
        position: relative;
    }

    .deals-subtitle {
        color: #243551;
        font-family: "Mulish", sans-serif;
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        margin: 0;
    }

    .deals-title {
        color: #243551;
        text-align: center;
        font-family: "Mulish", sans-serif;
        font-size: 40px;
        font-weight: 500;
        line-height: 120%;
        margin: 0;
    }

    @media (max-width: 991px) {
        .deals-subtitle {
            font-size: 20px;
        }

        .deals-title {
            font-size: 32px;
        }
    }

    @media (max-width: 640px) {
        .deals-header {
            gap: 12px;
            padding: 16px;
        }

        .deals-subtitle {
            font-size: 16px;
        }

        .deals-title {
            font-size: 24px;
        }
    }

    /* start featured line */

    .featured-cruiselines {
        display: flex;
        padding: 32px 0;
        flex-direction: column;
        overflow: hidden;
        align-items: stretch;
        justify-content: flex-start;
    }

    .featured-title {
        align-self: center;
        font-family: Mulish,
        -apple-system,
        Roboto,
        Helvetica,
        sans-serif;
        font-size: 24px;
        color: rgb(36, 53, 81);
        font-weight: 400;
    }

    .logo-wall {
        display: flex;
        margin-top: 36px;
        width: 100%;
        gap: 16px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .cruise-logo {
        aspect-ratio: 3.1;
        object-fit: contain;
        object-position: center;
        max-width: 180px;
        max-height: 60px;
        flex: 0 0 16.66%;
    }

    @media (max-width: 1200px) {
        .cruise-logo {
            flex: 0 0 33.33%;
            min-width: 33%;
        }
    }

    @media (max-width: 480px) {
        .cruise-logo {
            flex: 0 0 50%;
            min-width: 50%;
        }
    }

    @media (max-width: 991px) {
        .logo-wall {
            max-width: 100%;
        }
    }

    /* end featured line */

    .container {
        max-width: 1200px;
        margin: 0 auto;
    }

    .content-wrapper {
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .content-column {
        display: flex;
        flex-direction: column;
        width: 50%;
    }

    .text-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
        padding: 60px 30px;
    }

    .section-label {
        width: 100%;
        color: #243551;
        font-family: "Helvetica Neue";
        font-size: 16px;
        font-weight: 500;
        line-height: 120%;
        margin: 0;
    }

    .section-title {
        width: 100%;
        color: #243551;
        font-family: Mulish;
        font-size: 24px;
        font-weight: 400;
        margin: 0;
    }

    .section-description {
        width: 100%;
        color: #243551;
        font-family: Mulish;
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;
        margin: 0;
    }

    .image-column {
        display: flex;
        flex-direction: column;
        width: 50%;
        margin-left: 20px;
        justify-content: center;
        align-items: center;
    }

    .image-wrapper {
        padding: 60px;
        align-items: center;

    }

    .content-image {
        aspect-ratio: 1;
        object-fit: cover;
        object-position: center;
        border-radius: 4px;
        overflow: hidden;
        max-width: 100%;
    }

    @media (max-width: 991px) {
        .column {
            flex: 50%;
        }

        .content-wrapper {
            flex-direction: column;
            align-items: stretch;
            gap: 0;
        }

        .content-column,
        .image-column {
            width: 100%;
            margin-left: 0;
        }

        .text-content {
            padding: 60px 40px;
            gap: 20px;
        }

        .section-title {
            font-size: 22px;
        }

        .section-description {
            font-size: 18px;
        }

        .image-wrapper {
            padding: 40px;
        }

        .feature-image {
            min-height: 300px;
        }
    }

    @media (max-width: 640px) {
        .text-content {
            padding: 40px 20px;
            gap: 16px;
        }

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

        .section-description {
            font-size: 16px;
        }

        .image-wrapper {
            padding: 20px;
        }

        .feature-image {
            min-height: 250px;
        }
    }


    .services-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: 400px;
        background-color: #f8f9fa;
    }

    .services-container {
        display: flex;
        max-width: 1400px;
        padding: 48px 32px;
        justify-content: center;
        align-items: flex-start;
        gap: 16px;
        flex: 1;
    }

    .service-card {
        display: flex;
        min-width: 180px;
        padding: 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        flex: 1;
        border-radius: 16px;
        align-self: stretch;
        background-color: #fff;
    }

    .card-title {
        color: #243551;
        font-family: Mulish, sans-serif;
        font-size: 20px;
        font-weight: 500;
        line-height: 120%;
        margin: 0;
    }

    .card-description {
        flex: 1;
        color: #243551;
        font-family: Mulish, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        margin: 0;
    }

    .card-link {
        color: #06357a;
        font-family: Mulish, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
        text-decoration: underline;
    }

    @media (max-width: 991px) {
        .services-container {
            flex-direction: column;
            padding: 32px 24px;
        }

        .service-card {
            width: 100%;
        }
    }

    @media (max-width: 640px) {
        .services-container {
            padding: 24px 16px;
        }

        .service-card {
            padding: 20px;
        }

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

        .card-description {
            font-size: 14px;
        }

        .card-link {
            font-size: 14px;
        }
    }
}