/* --- Base Design Styles --- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}\n

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}\n

body {
    font-family: 'Inter', sans-serif;
    color: #334155;
    background-color: #f8fafc;
}\n

/* Utility classes to replace Tailwind */
.bg-slate-50 {
    background-color: #f8fafc;
}\n

.bg-gray-50 {
    background-color: #f9fafb;
}\n

.bg-white {
    background-color: #ffffff;
}\n

.bg-gray-100 {
    background-color: #f3f4f6;
}\n



@media (min-width: 640px) {
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }\n

@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }\n
    .md\:flex {
        display: flex;
    }\n
    .md\:justify-between {
        justify-content: space-between;
    }\n
    .md\:items-start {
        align-items: flex-start;
    }\n
    .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }\n
    .md\:mt-0 {
        margin-top: 0;
    }\n

.inline-flex {
    display: inline-flex;
}\n

.items-center {
    align-items: center;
}\n

.items-start {
    align-items: flex-start;
}\n

.justify-center {
    justify-content: center;
}\n

.justify-between {
    justify-content: space-between;
}\n

.mb-2 {
    margin-bottom: 0.5rem;
}\n

.mb-4 {
    margin-bottom: 1rem;
}\n

.mb-6 {
    margin-bottom: 1.5rem;
}\n

.mb-8 {
    margin-bottom: 2rem;
}\n

.mt-2 {
    margin-top: 0.5rem;
}\n

.mt-4 {
    margin-top: 1rem;
}\n

.mt-8 {
    margin-top: 2rem;
}\n

.mt-12 {
    margin-top: 3rem;
}\n

.mr-1 {
    margin-right: 0.25rem;
}\n

.mr-2 {
    margin-right: 0.5rem;
}\n

.mr-3 {
    margin-right: 0.75rem;
}\n

.ml-2 {
    margin-left: 0.5rem;
}\n



.-mr-1 {
    margin-right: -0.25rem;
}\n

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}\n

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}\n

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}\n

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}\n

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}\n

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}\n

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}\n

/* Typography */
.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}\n

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}\n

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}\n

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}\n

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}\n

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}\n

.font-medium {
    font-weight: 500;
}\n

.font-semibold {
    font-weight: 600;
}\n

.font-bold {
    font-weight: 700;
}\n

.leading-relaxed {
    line-height: 1.625;
}\n

.text-center {
    text-align: center;
}\n

.text-left {
    text-align: left;
}\n

.text-right {
    text-align: right;
}\n

/* Colors */
.text-white {
    color: #ffffff !important;
}\n

.text-slate-700 {
    color: #334155;
}\n

.text-slate-800 {
    color: #1e293b;
}\n

.text-gray-500 {
    color: #6b7280;
}\n

.text-gray-600 {
    color: #4b5563;
}\n

.text-gray-700 {
    color: #374151;
}\n

.text-amber-400 {
    color: #fbbf24;
}\n

.text-green-500 {
    color: #10b981;
}\n

.text-blue-500 {
    color: #3b82f6;
}\n

.text-orange-500 {
    color: #f97316;
}\n

.text-orange-600 {
    color: #ea580c;
}\n

/* Borders and Rounded */
.rounded {
    border-radius: 0.25rem;
}\n

.rounded-md {
    border-radius: 0.375rem;
}\n

.rounded-lg {
    border-radius: 0.5rem;
}\n

.border {
    border-width: 1px;
}\n

.border-gray-300 {
    border-color: #d1d5db;
}\n

.border-orange-500 {
    border-color: #f97316;
}\n

.border-slate-200 {
    border-color: #e2e8f0;
}\n

.border-t {
    border-top-width: 1px;
}\n

/* Shadows */
.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}\n

.shadow-sm {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}\n

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}\n

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}\n

.shadow-xl {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}\n

.max-w-full {
    max-width: 100%;
}\n

.max-h-full {
    max-height: 100%;
}\n

.object-cover {
    object-fit: cover;
}\n

.object-contain {
    object-fit: contain;
}\n

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}\n

.right-0 {
    right: 0;
}\n


.left-2 {
    left: 0.5rem;
}\n

.right-2 {
    right: 0.5rem;
}\n

.-top-5 {
    top: -1.25rem;
}\n

.-right-5 {
    right: -1.25rem;
}\n

.z-10 {
    z-index: 10;
}\n

.inline-block {
    display: inline-block;
}\n

/* Lists */
.list-inside {
    list-style-position: inside;
}\n

.space-y-1 > * + * {
    margin-top: 0.25rem;
}\n

.space-y-2 > * + * {
    margin-top: 0.5rem;
}\n

.space-y-3 > * + * {
    margin-top: 0.75rem;
}\n

.space-y-4 > * + * {
    margin-top: 1rem;
}\n

/* Hover Effects */






/* Focus */

/* Transitions */
.transition {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}\n

.duration-300 {
    transition-duration: 300ms;
}\n


/* Decorations */
.underline {
    text-decoration: underline;
}\n

/* Overflow */
.overflow-y-auto {
    overflow-y: auto;
}\n


/* Misc */

/* Missing Background Color Classes */
.bg-red-500 {
    background-color: #ef4444;
}\n

.bg-orange-50 {
    background-color: #fff7ed;
}\n

.bg-orange-100 {
    background-color: #ffedd5;
}\n

/* Missing Border Classes */
.border-2 {
    border-width: 2px;
}\n

.border-gray-200 {
    border-color: #e5e7eb;
}\n

.border-orange-200 {
    border-color: #fed7aa;
}\n


/* Ring Classes */
.ring-1 {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}\n

.ring-black {
    --tw-ring-color: rgba(0, 0, 0, 1);
}\n

.ring-opacity-5 {
    --tw-ring-opacity: 0.05;
}\n

/* Missing Transition Classes */
.transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}\n

/* Gradient Background Classes */
.bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}\n

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}\n

.from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 247, 237, 0));
}\n

.to-orange-100 {
    --tw-gradient-to: #ffedd5;
}\n

.from-blue-50 {
    --tw-gradient-from: #eff6ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 246, 255, 0));
}\n


/* Additional missing utility classes */
.pt-8 {
    padding-top: 2rem;
}\n


@media (min-width: 768px) {
    .md\:pt-12 {
        padding-top: 3rem;
    }\n

.mr-1\.5 {
    margin-right: 0.375rem;
}\n

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}\n



/* Badge-specific styling to ensure visibility */
span.bg-\[\#264653\] {
    background-color: #264653 !important;
    color: #ffffff !important;
}\n

span.bg-\[#546F7A\] {
    background-color: #546F7A !important;
    color: #ffffff !important;
}\n

/* General badge styling to ensure proper visibility */
span.bg-\[#546F7A\] {
    display: inline-block !important;
    padding: 0.25rem 0.5rem !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    font-weight: 500 !important;
    border-radius: 0.25rem !important;
    white-space: nowrap !important;
}\n

/* Ultra-specific rule for Highly Rated badge */
span.bg-\[\#264653\].text-white.text-xs.py-1.px-2.rounded.mr-2 {
    background-color: #264653 !important;
    color: #ffffff !important;
    display: inline-block !important;
    padding: 0.25rem 0.5rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #264653 !important;
    font-size: 0.75rem !important;
    line-height: 1rem !important;
    border-radius: 0.25rem !important;
    margin-right: 0.5rem !important;
    font-weight: 500 !important;
    white-space: nowrap !important;
    visibility: visible !important;
    opacity: 1 !important;
}\n

/* Additional styles to ensure Highly Rated badge visibility */
span:contains("Highly Rated") {
    background-color: #264653 !important;
    color: #ffffff !important;
    display: inline-block !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 0.25rem !important;
    font-size: 0.75rem !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    font-weight: 500 !important;
}\n

/* Fallback for any span containing Highly Rated text */
span {
    &:has-text("Highly Rated") {
        background-color: #264653 !important;
        color: #ffffff !important;
    }\n

.text-amber-500 {
    color: #f59e0b;
}\n

.line-through {
    text-decoration-line: line-through;
}\n

.items-baseline {
    align-items: baseline;
}\n



.space-y-4 > * + * {
    margin-top: 1rem;
}\n


@media (min-width: 640px) {
    .sm\:flex-row {
        flex-direction: row;
    }\n
    .sm\:space-x-4 > * + * {
        margin-left: 1rem;
    }\n
    .sm\:space-y-0 > * + * {
        margin-top: 0;
    }\n

.max-w-2xl {
    max-width: 42rem;
}\n

.mb-1 {
    margin-bottom: 0.25rem;
}\n

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}\n





.mt-1 {
    margin-top: 0.25rem;
}\n

.single-price {
    justify-content: center;
}\n

.space-y-6 > * + * {
    margin-top: 1.5rem;
}\n

.max-w-3xl {
    max-width: 48rem;
}\n


.border-b {
    border-bottom-width: 1px;
}\n

.leading-none {
    line-height: 1;
}\n

.rounded-b-lg {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}\n

.mr-1\.5 {
    margin-right: 0.375rem;
}\n

.text-amber-600 {
    color: #d97706;
}\n





/* Additional missing classes for the page */
.!mb-0 {
    margin-bottom: 0 !important;
}\n





@media (min-width: 640px) {
    .sm\:left-4 {
        left: 1rem;
    }\n
    .sm\:right-4 {
        right: 1rem;
    }\n
    .sm\:top-2 {
        top: 0.5rem;
    }\n
    .sm\:right-2 {
        right: 0.5rem;
    }\n




.bg-black {
    background-color: #000000;
}\n

.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}\n

.bg-black.bg-opacity-70 {
    background-color: rgba(0, 0, 0, 0.7);
}\n

.bg-opacity-80 {
    --tw-bg-opacity: 0.8;
}\n

.bg-black.bg-opacity-80 {
    background-color: rgba(0, 0, 0, 0.8);
}\n

.border-gray-300 {
    border-color: #d1d5db;
}\n

/* Language Switcher Styles */
.language-switcher {
    margin-left: 20px;
    position: relative;
}\n

.lang-dropdown {
    position: relative;
}\n

.lang-toggle {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.875rem;
    font-weight: 500;
}\n

.lang-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
}\n

.lang-code {
    font-size: 0.875rem;
    font-weight: 600;
}\n

.lang-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    color: #334155;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background-color 0.2s ease;
}\n

.lang-option:hover {
    background-color: #f8fafc;
    color: #e76f51;
}\n

/* Flag Icons using CSS */
.flag {
    width: 20px;
    height: 15px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}\n

.flag-us {
    background: linear-gradient(to bottom, #b22234 0%, #b22234 7.7%, #ffffff 7.7%, #ffffff 15.4%);
    background-size: 100% 13px;
}\n
.flag-us:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 53%;
    background: #3c3b6e;
}\n

.flag-fr {
    background: linear-gradient(to right, #002395 33.3%, #ffffff 33.3%, #ffffff 66.6%, #ed2939 66.6%);
}\n

.flag-es {
    background: linear-gradient(to bottom, #c60b1e 25%, #ffc400 25%, #ffc400 75%, #c60b1e 75%);
}\n

.flag-de {
    background: linear-gradient(to bottom, #000000 33.3%, #ff0000 33.3%, #ff0000 66.6%, #ffce00 66.6%);
}\n

.flag-nl {
    background: linear-gradient(to bottom, #ae1c28 33.3%, #ffffff 33.3%, #ffffff 66.6%, #21468b 66.6%);
}\n

.flag-it {
    background: linear-gradient(to right, #009246 33.3%, #ffffff 33.3%, #ffffff 66.6%, #ce2b37 66.6%);
}\n

/* --- Border Button Styles (used for secondary buttons) --- */

.button-border.border-amber-500 {
    border-color: #f59e0b;
    color: #d97706;
}\n

.button-border.border-amber-500:hover {
    background-color: #f59e0b;
    color: white;
    transform: translateY(-1px);
}\n

.button-border.border-amber-500:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 158, 11, 0.3);
}\n

/* --- FAQ Toggle Button Styles --- */
.faq-toggle {
    background-color: #f1f5f9;
    transition: background-color 0.3s ease;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}\n

.faq-toggle:hover {
    background-color: #e2e8f0;
}\n

.faq-toggle:focus {
    outline: none;
    background-color: #e2e8f0;
    box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.3);
}\n

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin: 2rem 0;
}\n

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}\n

.contact-item i {
    color: #e76f51;
    font-size: 1.5rem;
}\n

.tour-image {
    position: relative;
    height: 220px;
    overflow: hidden;
}\n

.tour-badge.luxury {
    background: rgba(38, 70, 83, 0.9);
}\n

.tour-badge.premium {
    background: rgba(244, 162, 97, 0.9);
    color: white;
}\n

.tour-content {
    padding: 1.5rem;
}\n

.tour-content h3 {
    color: #264653;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}\n

.tour-content h3 i {
    color: #e76f51;
    font-size: 1.1rem;
}\n

.tour-description {
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}\n

.tour-highlights {
    margin-bottom: 1rem;
}\n

.tour-highlights h4 {
    color: #334155;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}\n

.tour-highlights ul {
    list-style: none;
    padding: 0;
}\n

.tour-highlights li {
    display: flex;
    align-items: start;
    margin-bottom: 0.4rem;
    color: #64748b;
    font-size: 0.85rem;
    line-height: 1.4;
}\n

.tour-highlights li i {
    color: #2a9d8f;
    margin-right: 0.6rem;
    font-size: 0.75rem;
    margin-top: 0.15rem;
}\n

.tour-details {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 6px;
}\n

.tour-group {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: #64748b;
    font-size: 0.85rem;
}\n

.tour-group i {
    color: #e76f51;
    font-size: 0.9rem;
}\n

.price {
    color: #e76f51;
    font-weight: 700;
    font-size: 1.3rem;
}\n

.cta-section {
    background: #f8fafc;
    padding: 3rem 2rem;
    text-align: center;
    margin-top: 3rem;
}\n

.cta-content h2 {
    font-size: 2rem;
    margin-bottom: 0.75rem;
    color: #264653;
    font-weight: 600;
}\n

.cta-content p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: #64748b;
    line-height: 1.6;
}\n

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}\n

.border-button {
    border: 2px solid #e76f51;
    color: #e76f51;
    background: transparent;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-block;
}\n

.border-button:hover {
    background: #e76f51;
    color: white;
}\n

.tour-image-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 400px;
}\n

.tour-badge-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    background: rgba(0,0,0,0.7);
    color: white;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
}\n

.tour-content-new {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}\n

.tour-title-new {
    font-size: 1.25rem;
    font-weight: 700;
    color: #264653;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}\n

.tour-reviews {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}\n

.tour-reviews .stars {
    display: flex;
    gap: 0.125rem;
}\n

.tour-reviews .stars i {
    color: #fbbf24;
    font-size: 0.875rem;
}\n

.tour-reviews .review-count {
    color: #64748b;
    font-size: 0.75rem;
    font-weight: 500;
}\n

.tour-description-new {
    color: #64748b;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}\n

.tour-features-new {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem 0;
}\n

.tour-features-new li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    color: #475569;
}\n

.tour-features-new li i {
    color: #22c55e;
    margin-right: 0.5rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
    font-size: 0.75rem;
}\n

.tour-pricing-new {
    border-top: 1px solid #e2e8f0;
    padding-top: 1rem;
    margin-bottom: 1.25rem;
}\n
    
    .tour-image-container {
        height: 250px;
        max-width: 100%;
    }\n
    
    .tour-image-new {
        max-height: 250px;
    }\n
    
    .tour-content-new {
        padding: 1.25rem;
    }\n
    
    .tour-title-new {
        font-size: 1.125rem;
    }\n

/* --- Gallery Modal Styles --- */
.gallery-modal {
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 1000;
}\n

.gallery-images {
    gap: 1rem;
}\n

.step-indicator {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    flex: 1 !important;
    position: relative !important;
    min-width: 0 !important;
    text-align: center !important;
    padding: 0 0.5rem !important;
}\n

.step-circle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #e5e7eb;
    color: #6b7280;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    margin-bottom: 0.75rem;
    flex-shrink: 0;
}\n

.step-circle.completed {
    background-color: #22c55e;
    color: white;
    border-color: #22c55e;
    box-shadow: 0 4px 12px rgba(34, 197, 94, 0.3);
}\n

.step-label {
    margin: 0 !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    transition: all 0.3s ease !important;
    line-height: 1.4 !important;
    padding: 0 0.25rem !important;
    word-wrap: break-word !important;
    hyphens: auto !important;
    max-width: 100% !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}\n

.step-label.completed {
    color: #22c55e;
    font-weight: 600;
}\n

.step-line {
    position: absolute;
    top: 1.25rem;
    left: 50%;
    right: -50%;
    height: 2px;
    background-color: #e5e7eb;
    z-index: -1;
    transition: background-color 0.3s ease;
}\n

.step-indicator:last-child .step-line {
    display: none;
}\n

.step-line.completed {
    background-color: #22c55e;
}\n

/* Alternative: Remove step-line entirely for cleaner look */
.step-indicator .step-line {
    display: none;
}\n
    
    .step-indicator {
        flex: 1 !important;
        min-width: 0 !important;
        padding: 0 0.25rem !important;
    }\n
    
    .step-circle {
        width: 2rem !important;
        height: 2rem !important;
        font-size: 0.875rem !important;
        margin-bottom: 0.5rem !important;
    }\n
    
    .step-label {
        font-size: 0.75rem !important;
        padding: 0 0.125rem !important;
        line-height: 1.2 !important;
        white-space: nowrap !important;
    }\n

@media (max-width: 480px) {
    .step-label {
        font-size: 0.6875rem !important;
        padding: 0 0.1rem !important;
        white-space: nowrap !important;
    }\n
    
    .step-circle {
        width: 1.75rem !important;
        height: 1.75rem !important;
        font-size: 0.75rem !important;
    }\n
    
    .step-indicator {
        padding: 0 0.1rem !important;
    }\n

.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
}\n

.summary-label {
    color: #6b7280;
    font-size: 0.875rem;
}\n

.summary-value {
    font-weight: 600;
    color: #374151;
}\n

/* --- Responsive Design --- */
@media (min-width: 768px) {
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }\n

    .tour-details {
        flex-direction: column;
        gap: 1rem;
    }\n

    .cta-content h2 {
        font-size: 2rem;
    }\n

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }\n

    .experiences-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }\n

    .tour-content {
        padding: 1.5rem;
    }\n

    .cta-content h2 {
        font-size: 1.8rem;
    }\n

/* --- Article Page Styles --- */
.article-container {
    max-width: 1000px;
    margin: 100px auto 0 auto;
    padding: 0 2rem;
}\n

.breadcrumb {
    margin-bottom: 2rem;
}\n

.breadcrumb-list {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    color: #64748b;
}\n

.breadcrumb-list li {
    display: flex;
    align-items: center;
}\n

.breadcrumb-list li:not(:last-child) {
    margin-right: 0.5rem;
}\n

.breadcrumb-list a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}\n

.breadcrumb-list a:hover {
    color: #e76f51;
}\n

.breadcrumb-list i {
    margin: 0 0.5rem;
    font-size: 0.75rem;
}\n

.breadcrumb-list .current {
    color: #334155;
    font-weight: 500;
}\n

.article-meta {
    margin-bottom: 2rem;
}\n

.article-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}\n

.article-badge {
    background: #e76f51;
    color: white;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 500;
}\n

.article-read-time {
    color: #64748b;
    font-size: 0.875rem;
}\n

.article-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}\n

.article-intro {
    font-size: 1.25rem;
    color: #64748b;
    line-height: 1.7;
}\n

.article-content {
    line-height: 1.8;
}\n

.article-paragraph {
    margin-bottom: 1.5rem;
    color: #475569;
    font-size: 1rem;
    line-height: 1.8;
}\n

.subsection-heading {
    font-size: 1.5rem;
    font-weight: 600;
    color: #475569;
    margin: 2rem 0 1rem 0;
}\n

.info-box {
    background: #f8fafc;
    border-left: 4px solid #e76f51;
    padding: 1.5rem;
    margin-bottom: 2rem;
    border-radius: 0 8px 8px 0;
}\n

.info-box-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #334155;
    margin-bottom: 1rem;
}\n

.overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}\n

.overview-column strong {
    color: #334155;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}\n

.overview-list {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
}\n

.overview-list li {
    font-size: 0.875rem;
    color: #475569;
    margin-bottom: 0.5rem;
    padding-left: 1rem;
    position: relative;
}\n

.overview-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #e76f51;
    font-weight: bold;
}\n

.text-link {
    color: #e76f51;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}\n

.text-link:hover {
    color: #d63447;
    text-decoration: underline;
}\n

.highlight-box {
    background: #f0f9ff;
    border: 1px solid #e0f2fe;
    padding: 1.5rem;
    border-radius: 8px;
    margin: 1.5rem 0;
}\n

.highlight-box.green {
    background: #f0fdf4;
    border-color: #bbf7d0;
}\n

.highlight-box.orange {
    background: #fff7ed;
    border-color: #fed7aa;
}\n

.highlight-box.blue {
    background: #f0f9ff;
    border-color: #bae6fd;
}\n

.highlight-box.purple {
    background: #faf5ff;
    border-color: #e9d5ff;
}\n

.highlight-box h4 {
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
}\n

.highlight-box ul {
    list-style: none;
    padding: 0;
    margin: 0.75rem 0 0 0;
}\n

.highlight-box li {
    font-size: 0.875rem;
    color: #475569;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.4;
}\n

.highlight-box li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: bold;
    font-size: 1rem;
}\n

.activity-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}\n

.activity-card {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border: 1px solid #e2e8f0;
}\n

.activity-card h4 {
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
}\n

.activity-card p {
    font-size: 0.875rem;
    color: #64748b;
    margin-bottom: 0.75rem;
}\n

.activity-card ul {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 0 0;
}\n

.activity-card li {
    font-size: 0.75rem;
    color: #475569;
    margin-bottom: 0.4rem;
    padding-left: 1rem;
    position: relative;
}\n

.activity-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #22c55e;
    font-weight: bold;
    font-size: 0.8rem;
}\n


.faq-item {
    background: #f8fafc;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}\n

.faq-item h4 {
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.5rem;
}\n

.faq-item p {
    color: #475569;
    line-height: 1.6;
}\n

.cta-box {
    background: linear-gradient(135deg, #e76f51 0%, #f4a261 100%);
    padding: 2rem;
    border-radius: 12px;
    margin: 2rem 0;
    color: white;
    text-align: center;
}\n

.cta-box h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
}\n

.cta-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}\n

.cta-box li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
}\n

.cta-box p {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
}\n

.related-articles {
    margin-top: 4rem;
    border-top: 1px solid #e2e8f0;
    padding-top: 2rem;
}\n

.related-articles h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 1.5rem;
}\n

.related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}\n

.related-card {
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}\n

.related-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}\n

.related-card-content {
    padding: 1rem;
}\n

.related-card h4 {
    font-weight: 600;
    color: #334155;
    margin-bottom: 0.25rem;
    transition: color 0.3s ease;
}\n

.related-card:hover h4 {
    color: #e76f51;
}\n

.related-card p {
    font-size: 0.875rem;
    color: #64748b;
}\n

/* Responsive adjustments for articles */
@media (max-width: 768px) {
    .article-container {
        margin-top: 80px;
        padding: 0 1rem;
    }\n
    
    .article-title {
        font-size: 2rem;
    }\n
    
    .article-intro {
        font-size: 1.125rem;
    }\n
    
    .overview-grid {
        grid-template-columns: 1fr;
    }\n
    
    .activity-grid {
        grid-template-columns: 1fr;
    }\n
    
    .related-grid {
        grid-template-columns: 1fr;
    }\n
    
    .article-badges {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }\n

@media (max-width: 480px) {
    .article-container {
        margin-top: 70px;
        padding: 0 0.75rem;
    }\n
    
    .article-title {
        font-size: 1.75rem;
    }\n

.social-links {
    display: flex;
    gap: 1rem;
}\n

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: rgba(244, 162, 97, 0.1);
    border: 1px solid rgba(244, 162, 97, 0.3);
    border-radius: 50%;
    color: #f4a261;
    text-decoration: none;
    transition: all 0.3s ease;
}\n

.lang-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #cbd5e1;
    text-decoration: none;
    padding: 0.25rem 0;
    transition: color 0.3s ease;
}\n

.lang-link:hover {
    color: #f4a261;
}\n

.lang-link .flag {
    width: 16px;
    height: 12px;
    display: inline-block;
    background-size: cover;
    border-radius: 2px;
}\n

.legal-links {
    display: flex;
    gap: 1.5rem;
}\n

.legal-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}\n

.legal-links a:hover {
    color: #f4a261;
}\n

.certification-badge {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #cbd5e1;
    font-size: 0.875rem;
    background: rgba(244, 162, 97, 0.1);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    border: 1px solid rgba(244, 162, 97, 0.2);
}\n

.certification-badge i {
    color: #f4a261;
}\n

/* Flag styles */
.flag-us { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjE4IiBmaWxsPSIjQjIyMjM0Ii8+CjxyZWN0IHk9IjEuMzg0NjIiIHdpZHRoPSIyNCIgaGVpZ2h0PSIxLjM4NDYyIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K'); }\n
.flag-fr { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iMTgiIGZpbGw9IiMwMDIzOTUiLz4KPHJlY3QgeD0iOCIgd2lkdGg9IjgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE2IiB3aWR0aD0iOCIgaGVpZ2h0PSIxOCIgZmlsbD0iI0VEMjkzOSIvPgo8L3N2Zz4K'); }\n
.flag-es { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjE4IiBmaWxsPSIjQUEyNTFEIi8+CjxyZWN0IHk9IjQuNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjkiIGZpbGw9IiNGRkQ3MDAiLz4KPC9zdmc+Cg=='); }\n
.flag-de { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjYiIGZpbGw9IiMwMDAwMDAiLz4KPHJlY3QgeT0iNiIgd2lkdGg9IjI0IiBoZWlnaHQ9IjYiIGZpbGw9IiNEQjAwMDAiLz4KPHJlY3QgeT0iMTIiIHdpZHRoPSIyNCIgaGVpZ2h0PSI2IiBmaWxsPSIjRkZEMDAwIi8+Cjwvc3ZnPgo='); }\n
.flag-nl { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI0IiBoZWlnaHQ9IjYiIGZpbGw9IiNBRTFDMjgiLz4KPHJlY3QgeT0iNiIgd2lkdGg9IjI0IiBoZWlnaHQ9IjYiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHk9IjEyIiB3aWR0aD0iMjQiIGhlaWdodD0iNiIgZmlsbD0iIzIxNDY4QiIvPgo8L3N2Zz4K'); }\n
.flag-it { background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAyNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjgiIGhlaWdodD0iMTgiIGZpbGw9IiMwMDk5NEQiLz4KPHJlY3QgeD0iOCIgd2lkdGg9IjgiIGhlaWdodD0iMTgiIGZpbGw9IndoaXRlIi8+CjxyZWN0IHg9IjE2IiB3aWR0aD0iOCIgaGVpZ2h0PSIxOCIgZmlsbD0iI0QwMTExMCIvPgo8L3N2Zz4K'); }\n
    
    .legal-links {
        flex-direction: column;
        gap: 0.5rem;
    }\n
    
    .social-links {
        justify-content: center;
    }\n
    
    .cta-section {
        padding: 2.5rem 1.5rem;
    }\n
    
    .cta-content h2 {
        font-size: 1.75rem;
    }\n
    
    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
        max-width: 300px;
        margin: 0 auto;
    }\n
    
    .tour-content {
        padding: 1.25rem;
    }\n
    
    .tour-content h3 {
        font-size: 1.15rem;
    }\n
    
    .tour-details {
        flex-direction: column;
        gap: 0.5rem;
    }\n
    
    .cta-content h2 {
        font-size: 1.5rem;
    }\n
    
    .cta-content p {
        font-size: 0.95rem;
    }\n