.elementor-10215 .elementor-element.elementor-element-964e864{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-breadcrumbs{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-10215 .elementor-element.elementor-element-355908c{font-family:"Alegreya Sans SC", Sans-serif;font-weight:300;color:#131212;}.elementor-10215 .elementor-element.elementor-element-355908c a{color:#070707;}.elementor-10215 .elementor-element.elementor-element-abc9856{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10215 .elementor-element.elementor-element-41d82e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10215 .elementor-element.elementor-element-41d82e6.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-10215 .elementor-element.elementor-element-452bb13{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 1px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-10215 .elementor-element.elementor-element-41d82e6{--width:98.747%;}}/* Start custom CSS for html, class: .elementor-element-452bb13 *//* --- General Reset --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Manrope', sans-serif;
    background-color: #f8f9fa;
    color: #333;
    line-height: 1.6;
}

h1, h2, h3, .card-title-bar {
    font-family: 'Cormorant Garamond', serif;
}

a {
    text-decoration: none;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.py-section {
    padding: 60px 0;
}

.bg-light {
    background-color: #ffffff;
    border-top: 1px solid #eee;
}

/* --- Header --- */
.site-header {
    background-color: #ffffff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 26px;
    font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
    color: #004d99; /* Navy Blue */
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 25px;
}

.main-nav a {
    color: #555;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #004d99;
}

.btn-book {
    background-color: #004d99;
    color: #fff;
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.btn-book:hover {
    background-color: #003366;
}

/* --- Hero Section --- */
.hero-section {
    position: relative;
    height: 350px;
    background-image: url('https://images.unsplash.com/photo-1572252009286-268acec5ca0a?auto=format&fit=crop&w=1920&q=80');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
}

.hero-content h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}

/* --- Cards Grid --- */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    justify-content: center; /* تمركز البطاقات */
}

.cruise-card {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #eaeaea;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.cruise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.card-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.card-title-bar {
    background-color: #004d99;
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
}

.card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* --- NEW Departure Badges Design --- */
.departure-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e2e8f0;
}

.route {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8fafc;
    padding: 6px 12px;
    border-radius: 6px;
    border: 1px solid #f1f5f9;
}

.route-point {
    font-size: 14px;
    font-weight: 700;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 4px;
}

.route-point small {
    font-weight: 500;
    color: #64748b;
    font-size: 12px;
}

.route-duration {
    background-color: #004d99;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    letter-spacing: 0.5px;
}
/* --------------------------------- */

.description {
    color: #555;
    font-size: 14px;
    margin-bottom: 20px;
    flex-grow: 1;
}

.card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.price {
    font-size: 22px;
    font-weight: 800;
    color: #004d99;
}

.btn-more {
    border: 1px solid #004d99;
    color: #004d99;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-more:hover {
    background-color: #004d99;
    color: #fff;
}

/* --- SEO Content Section --- */
.content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.content-wrapper h2 {
    color: #004d99;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 600;
}

.content-wrapper p {
    margin-bottom: 15px;
    font-size: 16px;
    color: #444;
}

/* --- Footer --- */
.site-footer {
    background-color: #003366;
    color: #fff;
    padding: 30px 0;
}

.text-center {
    text-align: center;
}

.site-footer p {
    font-size: 14px;
    opacity: 0.9;
}

/* --- Responsive Design --- */
@media (max-width: 768px) {
    .main-nav {
        display: none; /* Hide menu on mobile */
    }
    
    .hero-content h1 {
        font-size: 36px;
        padding: 0 15px;
    }

    /* التعديلات الجديدة لتصغير الكارت في الموبايل
    */
    .cards-grid {
        grid-template-columns: repeat(auto-fit, minmax(260px, 340px)); /* تقييد عرض الكارت ليكون أصغر وأكثر تناسقاً */
        gap: 20px; /* تقليل المسافة بين الكروت */
    }

    .card-image img {
        height: 180px; /* تصغير ارتفاع الصورة قليلاً */
    }

    .card-title-bar {
        font-size: 18px; /* تصغير حجم خط العنوان */
        padding: 10px;
    }

    .card-body {
        padding: 15px; /* تقليل المسافات الداخلية للكارت */
    }

    .description {
        font-size: 13px; /* تصغير حجم خط الوصف */
        margin-bottom: 15px;
    }

    .price {
        font-size: 20px; /* تصغير حجم خط السعر */
    }
}/* End custom CSS */