/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.5
	Stable tag: 3.4.5
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/







.memorii-lux-search-form {
    margin: 0;
}

.memorii-lux-search-grid {
    display: grid;
    grid-template-columns: 1.2fr 1.2fr 1.2fr 1.2fr 170px;
    border: 0;
    background: #fff;
    overflow: hidden;
    /* border-radius: 50px; */
    gap: 1rem;
}

.memorii-lux-field {
    padding: 0;
    border: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

.memorii-lux-field:last-child {
    border-right: none;
}

.memorii-lux-field label {
    display: block;
    margin-bottom: 5px;
    color: #1c3147;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    padding: 0;
}

.memorii-lux-field select {
    width: 100%;
    height: 40px;
    border: 1px solid #d9d4cb;
    background: transparent;
    color: #6f6d68;
    font-size: 15px;
    line-height: 1.4;
    padding: 0 12px;
    outline: none;
    /* appearance: none; */
    /* -webkit-appearance: none; */
    -moz-appearance: none;
    cursor: pointer;
    border-radius: 50px;
    text-align: left;
}

.memorii-lux-field-region,
.memorii-lux-field-month,
.memorii-lux-field-style {
    position: relative;
}

.memorii-lux-submit button {
    width: 100%;
    height: 100%;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    padding: 12px 24px;
    border-radius: 50px;
}

.memorii-results-wrap {
    margin-top: 48px;
}

.memorii-results-summary {
    margin-bottom: 22px;
    color: #102b46;
    font-size: 18px;
    font-weight: 600;
}

.memorii-results-list {
    display: grid;
    gap: 28px;
}

.memorii-itinerary-card {
    border: 1px solid #e4ddd3;
    background: #fff;
    overflow: hidden;
}

.memorii-card-inner {
    display: grid;
    grid-template-columns: 360px 1fr;
}

.memorii-card-image img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    display: block;
}

.memorii-card-content {
    padding: 28px;
}

.memorii-cruise-line {
    margin-bottom: 12px;
    color: #b09058;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.memorii-cruise-line a {
    color: #b09058;
}

.memorii-card-title {
    margin: 0 0 18px;
    color: #102b46;
    font-size: 30px;
    line-height: 1.2;
}

.memorii-card-title a {
    color: inherit;
    text-decoration: none;
}

.memorii-card-meta-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin-bottom: 20px;
}

.memorii-meta-item {
    font-size: 15px;
    line-height: 1.5;
}

.memorii-meta-item a {
	color: inherit
}

.memorii-card-desc {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.7;
}

.memorii-card-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.memorii-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    text-decoration: none;
    transition: all 0.25s ease;
	border-radius: 50px;
}

.memorii-btn-primary {
    background: var( --e-global-color-primary );
    color: #fff;
}

.memorii-btn-primary:hover {
    background: #2FA2AA;
    color: #fff;
}

.memorii-btn-secondary {
    background: #cfad63;
    color: #102b46;
}

.memorii-btn-secondary:hover {
    background: #c39d4f;
    color: #102b46;
}

.memorii-pagination {
    margin-top: 8px;
}

.memorii-no-results {
    padding: 34px;
    border: 1px solid #e4ddd3;
    background: #fff;
}

.memorii-no-results h3 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #102b46;
}

.memorii-no-results p {
    margin-bottom: 0;
    color: #555;
}



.mt-2 {
    margin-top: 20px;
}


.memorii-loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    width: 100%;
}

.loader {
    border: 12px solid #f3f3f3; /* Slightly thinner border for elegance */
    border-radius: 50%;
    border-top: 12px solid #2fa2aa;
    width: 80px; /* Adjusted size so it fits well inside the container */
    height: 80px;
    -webkit-animation: spin 1.5s linear infinite; /* Safari */
    animation: spin 1.5s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}





@media (max-width: 1200px) {
    .memorii-lux-search-grid {
        grid-template-columns: 1fr 1fr;
    }

    .memorii-lux-submit button {
        min-height: 100px;
    }

    .memorii-card-inner {
        grid-template-columns: 1fr;
    }

    .memorii-card-image img {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .memorii-search-section {
        padding: 30px 15px 40px;
    }

    .memorii-search-heading {
        font-size: 28px;
    }

    .memorii-lux-search-grid {
        grid-template-columns: 1fr;
    }

    .memorii-lux-field {
        border-right: none;
        border-bottom: 1px solid #d9d4cb;
    }

    .memorii-lux-field label {
        font-size: 18px;
    }

    .memorii-lux-field select {
        font-size: 18px;
        height: 44px;
        padding-right: 24px;
    }

    .memorii-lux-submit button {
        min-height: 84px;
        font-size: 22px;
    }

    .memorii-search-help-text {
        margin-top: 24px;
        font-size: 18px;
    }

    .memorii-card-content {
        padding: 22px;
    }

    .memorii-card-title {
        font-size: 24px;
    }

    .memorii-card-meta-wrap {
        grid-template-columns: 1fr;
    }
}
