/*
Theme Name:     Entrepreneur - Child Theme
Theme URI:      http://themovation.com/entrepreneur
Template:       entrepreneurx
Author:         Themovation
Author URI:     http://themovation.com
Version:        2.0
Text Domain:    entrepreneur
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

/* = Samimunay Dynamic Tour Layout Custom Styles
-------------------------------------------------------------- */

/* 1. Dynamic Itinerary Accordion */
.samimunay-itinerary {
    margin-top: 0;
    margin-bottom: 0;
}

.samimunay-itinerary-day {
    margin-bottom: 12px;
    border: 1px solid #e8e6e1;
    border-radius: 6px;
    background: #ffffff;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.samimunay-itinerary-day:hover {
    border-color: #1c2e17;
    box-shadow: 0 4px 12px rgba(28, 46, 23, 0.05);
}

.samimunay-itinerary-day[open] {
    border-color: #1c2e17;
}

.samimunay-itinerary-summary {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1c2e17;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    font-size: 16px;
    user-select: none;
}

/* Remove default details arrow in Chrome/Safari/Firefox */
.samimunay-itinerary-summary::-webkit-details-marker {
    display: none;
}

.samimunay-itinerary-summary .icon {
    color: #0079A2;
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.samimunay-itinerary-day[open] .samimunay-itinerary-summary .icon {
    transform: rotate(45deg);
    color: #57606a;
}

.samimunay-itinerary-content {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #e8e6e1;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #2c3e50;
    line-height: 1.6;
}


/* 2. Inclusions and Exclusions Grid */
.samimunay-details-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.samimunay-inclusions-col,
.samimunay-exclusions-col {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    border: 1px solid #e8e6e1;
    border-radius: 6px;
    padding: 25px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.02);
}

.samimunay-details-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1c2e17;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 2px solid #1c2e17;
    padding-bottom: 8px;
}

.samimunay-details-title.gray {
    color: #57606a;
    border-bottom-color: #57606a;
}

.samimunay-details-list {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.samimunay-details-item {
    margin-bottom: 12px;
    padding-left: 28px;
    line-height: 1.5;
    color: #2c3e50;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: left center;
}

.samimunay-details-list.inclusions .samimunay-details-item {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%231c2e17" width="18" height="18"><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>');
}

.samimunay-details-list.exclusions .samimunay-details-item {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%238a959e" width="18" height="18"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>');
}


/* 3. FAQs Accordion */
.samimunay-faqs {
    margin-top: 0;
    margin-bottom: 0;
}

.samimunay-faq-item {
    margin-bottom: 12px;
    border: 1px solid #e8e6e1;
    border-radius: 6px;
    background: #ffffff;
    padding: 15px 20px;
    transition: all 0.3s ease;
}

.samimunay-faq-item:hover {
    border-color: #1c2e17;
    box-shadow: 0 4px 12px rgba(28, 46, 23, 0.05);
}

.samimunay-faq-item[open] {
    border-color: #1c2e17;
}

.samimunay-faq-summary {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #1c2e17;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    font-size: 15px;
    user-select: none;
}

.samimunay-faq-summary::-webkit-details-marker {
    display: none;
}

.samimunay-faq-summary .icon {
    color: #0079A2;
    font-size: 16px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.samimunay-faq-item[open] .samimunay-faq-summary .icon {
    transform: rotate(45deg);
    color: #57606a;
}

.samimunay-faq-content {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #e8e6e1;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #2c3e50;
    line-height: 1.6;
}

/* 4. Elite Answer-First Description Box */
.samimunay-tour-summary-box {
    background: #f4f6f4; /* Very soft forest-tinted gray background */
    border: 1px solid #e1e6e1;
    border-left: 5px solid #1c2e17; /* Forest green left accent border */
    border-radius: 6px;
    padding: 20px 24px;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: 0 4px 12px rgba(28, 46, 23, 0.02);
}

.samimunay-summary-text {
    font-family: 'Inter', sans-serif;
    font-size: 15.5px;
    line-height: 1.65;
    color: #2c3e50;
    margin: 0;
    font-weight: 500;
    letter-spacing: 0.2px;
}

/* 5. Modern Premium Sidebar Widgets for Poland Tours */
.samimunay-premium-widget {
    background: #ffffff;
    border: none !important;
    border-top: 4px solid #1c2e17 !important; /* Default brand top border */
    border-radius: 12px;
    padding: 24px 20px;
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.samimunay-premium-widget:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.07);
    transform: translateY(-2px);
}

.samimunay-premium-widget.widget-santo-silencio {
    border-top-color: #FFC500 !important; /* Brand yellow accent top border */
}

.samimunay-premium-widget.widget-sostenibilidad-local {
    border-top-color: #1c2e17 !important; /* Deep forest green accent top border for local support */
}

.samimunay-premium-widget .widget-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #1c2e17;
    margin-top: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: none !important; /* Removed plain bottom border line */
}

.samimunay-premium-widget .widget-subtitle {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 18px;
}

.samimunay-premium-widget .widget-item {
    display: flex;
    align-items: center;
    padding: 12px 4px;
    border-bottom: 1px solid #f1f5f9;
    transition: all 0.2s ease;
}

.samimunay-premium-widget .widget-item:hover {
    background: #fafbfa;
    padding-left: 8px; /* Smooth padding shift to the right */
}

.samimunay-premium-widget .widget-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.samimunay-premium-widget .item-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}

.samimunay-premium-widget .widget-item:hover .item-icon {
    transform: scale(1.1);
}

.samimunay-premium-widget.widget-santo-silencio .item-icon {
    background: #fffbeb !important; /* Soft gold background */
}
.samimunay-premium-widget.widget-santo-silencio .item-icon i {
    color: #d97706 !important; /* Rich gold icon */
    font-size: 14px;
}

.samimunay-premium-widget.widget-sostenibilidad-local .item-icon {
    background: #eef2ec !important; /* Soft forest green background */
}
.samimunay-premium-widget.widget-sostenibilidad-local .item-icon i {
    color: #1c2e17 !important; /* Rich forest green icon */
    font-size: 14px;
}

.samimunay-premium-widget .item-text {
    display: flex;
    flex-direction: column;
}

.samimunay-premium-widget .item-label {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 9.5px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.samimunay-premium-widget .item-value {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #1e293b;
    line-height: 1.4;
}

/* 6. Elite Booking Card Widget */
.samimunay-booking-card {
    background: #ffffff;
    border: none !important; /* Removed black outline border */
    border-radius: 14px;
    padding: 0; /* Changed to 0 so the header runs edge-to-edge */
    margin-bottom: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    overflow: hidden !important; /* Ensures header corners don't overflow the rounded card border and hides card scrollbars */
}

.samimunay-booking-card:hover {
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.08);
}

.samimunay-booking-card .booking-card-header {
    background: #1c2e17; /* Deep brand forest green */
    padding: 20px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 4px solid #FFC500; /* Brand yellow horizontal separator line */
    text-align: left;
}

.samimunay-booking-card .booking-card-header .header-left {
    display: flex;
    flex-direction: column;
}

.samimunay-booking-card .booking-card-header .price-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 10px;
    color: #FFC500; /* Brand yellow */
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 4px;
    line-height: 1;
}

.samimunay-booking-card .booking-card-header .price-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.2;
}

.samimunay-booking-card .booking-card-header .header-right {
    text-align: right;
}

.samimunay-booking-card .price-value {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
}

.samimunay-booking-card .booking-card-action {
    margin-bottom: 22px;
}

.samimunay-booking-card .booking-cta-button {
    display: block;
    width: 100%;
    background: #1c2e17; /* Brand forest green */
    color: #ffffff;
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 14px rgba(28, 46, 23, 0.2);
}

.samimunay-booking-card .booking-cta-button:hover {
    background: #FFC500; /* Brand yellow on hover */
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(255, 197, 0, 0.2);
    transform: translateY(-1px);
}

.samimunay-booking-card .booking-card-trust {
    border-top: 1px solid #f1f5f9;
    padding-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.samimunay-booking-card .trust-item {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12.5px;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
}

.samimunay-booking-card .trust-item i {
    color: #10b981; /* Nice emerald green check/shield */
    font-size: 13px;
}

/* 7. Interactive Form Styles for Booking Card */
.samimunay-booking-form {
    position: relative;
    margin-bottom: 22px;
    padding: 0 20px 20px 20px; /* Pads inputs and submit button from card borders */
}

.samimunay-booking-form .form-step {
    display: none;
    transition: opacity 0.3s ease;
}

.samimunay-booking-form .form-step.active {
    display: block;
    opacity: 1;
}

.samimunay-booking-form .form-group {
    margin-bottom: 15px;
    text-align: left;
}

.samimunay-booking-form .form-label {
    display: block;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.samimunay-booking-form .booking-select {
    width: 100%;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 12px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #1e293b;
    outline: none;
    transition: border-color 0.2s ease;
}

.samimunay-booking-form .booking-select:focus {
    border-color: #1c2e17;
}

.samimunay-booking-form .booking-input {
    width: 100%;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 10px 12px;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #1e293b;
    outline: none;
    transition: border-color 0.2s ease;
}

.samimunay-booking-form .booking-input:focus {
    border-color: #1c2e17;
}

.samimunay-booking-form .form-action-row {
    display: flex;
    gap: 10px;
}

.samimunay-booking-form .back-step-btn {
    width: 46px;
    height: 46px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.samimunay-booking-form .back-step-btn:hover {
    background: #e2e8f0;
}

.samimunay-booking-form .back-step-btn i {
    font-size: 14px;
    color: #475569;
}

/* Status overlays and Spinners */
.samimunay-booking-form .form-status-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 10;
    border-radius: 8px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    text-align: center;
}

.samimunay-booking-form .form-status-overlay.active {
    display: flex;
}

.samimunay-booking-form .spinner {
    width: 32px;
    height: 32px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #1c2e17;
    border-radius: 50%;
    animation: sami-spin 1s linear infinite;
    margin-bottom: 12px;
}

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

.samimunay-booking-form .status-message {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #1c2e17;
    font-weight: 600;
    line-height: 1.4;
}

.samimunay-booking-form .status-message.success {
    color: #059669;
}

.samimunay-booking-form .status-message.error {
    color: #dc2626;
}

/* 8. Tabs Switcher Styles for Multichannel Booking */
.sami-tabs-wrapper {
    display: flex;
    flex-direction: column;
    padding: 16px 0 0 0; /* Left/right padding 0 to give full width to WeTravel calendar */
}

.sami-tabs-header {
    display: flex;
    border-bottom: none !important; /* Removed bottom divider line */
    margin-bottom: 20px;
    gap: 12px;
    padding: 0 20px; /* Horizontal padding only for the tabs buttons */
}

.sami-tab-btn {
    flex: 1;
    background: #ffffff;
    border: 1px solid #cbd5e1 !important;
    border-radius: 8px;
    padding: 12px 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
    text-align: center;
    box-shadow: none;
}

.sami-tab-btn:hover {
    border-color: #0079A2 !important;
    color: #0079A2 !important;
}

/* Active state for Book/Zarezerwuj tab (Brand Yellow) */
.sami-tab-btn[data-tab*="-tab-wetravel"].active {
    background: #FFC500 !important;
    border-color: #FFC500 !important;
    color: #1c2e17 !important;
    box-shadow: 0 4px 12px rgba(255, 197, 0, 0.25) !important;
}

/* Active state for Ask/Zapytaj tab (Brand Blue) */
.sami-tab-btn[data-tab*="-tab-enquiry"].active {
    background: #0079A2 !important;
    border-color: #0079A2 !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 121, 162, 0.25) !important;
}

.sami-tabs-content {
    position: relative;
}

.sami-tab-panel {
    display: none;
    animation: sami-fade-in 0.3s ease;
}

.sami-tab-panel.active {
    display: block;
}

@keyframes sami-fade-in {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

/* WeTravel Adaptive Container */
.samimunay-wetravel-container {
    width: 100%;
    overflow: hidden !important;
    border-radius: 8px;
    min-height: auto;
}

.samimunay-wetravel-container iframe {
    width: 100% !important;
    border: none !important;
    height: 580px !important;
    min-height: 580px !important;
    overflow: hidden !important;
}

/* PayPal Button and Trust Styles */
.samimunay-paypal-container {
    padding: 10px 0;
    text-align: center;
}

.samimunay-paypal-container .paypal-text {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 20px;
}

.sami-paypal-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #ffc439; /* Official PayPal Golden Yellow */
    color: #003087; /* Official PayPal Deep Blue */
    padding: 14px 20px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(255, 196, 57, 0.2);
}

.sami-paypal-button:hover {
    background: #f2b522;
    color: #003087;
    box-shadow: 0 4px 14px rgba(242, 181, 34, 0.3);
    transform: translateY(-1px);
}

.paypal-cards-trust {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.paypal-cards-trust .trust-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

/* WhatsApp Button Custom style in Sidebar */
.sami-whatsapp-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: #25d366 !important;
    color: #ffffff !important;
    padding: 14px 10px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12.5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2) !important;
    border: none !important;
    cursor: pointer;
    white-space: nowrap;
}

.sami-whatsapp-submit-btn:hover {
    background: #128c7e !important;
    box-shadow: 0 4px 14px rgba(18, 140, 126, 0.3) !important;
    transform: translateY(-1px);
}

/* 9. Accessibility and Suitability Badges */
.accessibility-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    margin-bottom: 12px;
}

.accessibility-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid transparent;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.accessibility-badge i {
    font-size: 14px;
}

.accessibility-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

/* Badge modifiers for custom accessibility types */
.accessibility-badge.badge-dzieci {
    background: #ecfdf5 !important;
    border-color: #a7f3d0 !important;
    color: #047857 !important;
}

.accessibility-badge.badge-wozki {
    background: #eff6ff !important;
    border-color: #bfdbfe !important;
    color: #1d4ed8 !important;
}

.accessibility-badge.badge-psom {
    background: #fffbeb !important;
    border-color: #fde68a !important;
    color: #b45309 !important;
}

.accessibility-badge.badge-seniorzy {
    background: #fdf2f8 !important;
    border-color: #fbcfe8 !important;
    color: #be185d !important;
}

.accessibility-badge.badge-default {
    background: #f1f5f9 !important;
    border-color: #cbd5e1 !important;
    color: #475569 !important;
}

/* Badge modifiers for logistics parameters */
.accessibility-badge.badge-difficulty {
    background: #f8fafc !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}

.accessibility-badge.badge-duration {
    background: #f0f9ff !important;
    border-color: #bae6fd !important;
    color: #0369a1 !important;
}

.accessibility-badge.badge-group {
    background: #f5f3ff !important;
    border-color: #ddd6fe !important;
    color: #6d28d9 !important;
}

/* ==========================================================================
   Accordion & Toggle Cards (Dejado libre para soporte 100% nativo de Elementor)
   ========================================================================== */


/* Sami Munay Premium Heading Icons */
.elementor-element-description_heading h2::before,
.elementor-element-description_heading .elementor-heading-title::before {
    content: "\f15c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFC500;
    margin-right: 12px;
    display: inline-block;
}

.elementor-element-itinerary_heading h2::before,
.elementor-element-itinerary_heading .elementor-heading-title::before {
    content: "\f4d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFC500;
    margin-right: 12px;
    display: inline-block;
}

.elementor-element-details_heading h2::before,
.elementor-element-details_heading .elementor-heading-title::before {
    content: "\f46d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFC500;
    margin-right: 12px;
    display: inline-block;
}

.elementor-element-faqs_heading h2::before,
.elementor-element-faqs_heading .elementor-heading-title::before {
    content: "\f059";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFC500;
    margin-right: 12px;
    display: inline-block;
}

.elementor-element-d3529593 h2::before,
.elementor-element-d3529593 h3::before,
.elementor-element-d3529593 .elementor-heading-title::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFC500;
    margin-right: 10px;
    display: inline-block;
}

.elementor-element-d370bff3 h2::before,
.elementor-element-d370bff3 h3::before,
.elementor-element-d370bff3 .elementor-heading-title::before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #FFC500;
    margin-right: 10px;
    display: inline-block;
}

/* ==========================================================================
   Samimunay Tour Inclusions & Exclusions Grid (Incluye / No Incluye)
   ========================================================================== */
.samimunay-details-grid {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.samimunay-inclusions-col,
.samimunay-exclusions-col {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
    border: 1px solid #f1f1f1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.samimunay-inclusions-col:hover,
.samimunay-exclusions-col:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.samimunay-details-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #1c2e17; /* Green brand color */
    border-bottom: 2px solid #e7a600; /* Gold brand color */
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.samimunay-details-title.gray {
    color: #4a4a4a;
    border-bottom-color: #d1d1d1;
}

.samimunay-details-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.samimunay-details-item {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #555555;
    list-style-type: none !important;
}


/* Inclusions Checkmark Icon */
/* El tema ya provee el icono de check SVG en el background, por lo que no es necesario el pseudo-elemento */

/* Exclusions Cross Icon */
/* El tema ya provee el icono de aspa SVG en el background, por lo que no es necesario el pseudo-elemento */

/* ==========================================================================
   Samimunay Tour Summary Box (Answer-First AEO)
   ========================================================================== */
.samimunay-tour-summary-box {
    background: #fcf9f2; /* Soft warm background */
    border-left: 4px solid #e7a600; /* Gold brand color accent */
    border-radius: 8px;
    padding: 20px 25px;
    margin-bottom: 0;
    box-shadow: 0 4px 15px rgba(231, 166, 0, 0.03);
}

.samimunay-summary-text {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #2d3748;
    margin: 0;
    font-style: italic;
}

/* ==========================================================================
   Mobile Responsive Layout Improvements for Tours CPT
   ========================================================================== */
@media (max-width: 767px) {
    /* Add professional side gutters for all single tour content blocks on mobile */
    .single-tours .elementor-location-single {
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box !important;
    }
    
    /* Ensure containers adjust nicely under the parent padding */
    .single-tours .elementor-location-single .e-con-boxed,
    .single-tours .elementor-location-single .e-con {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Make all custom detail columns and summary boxes fit beautifully */
    .samimunay-details-grid {
        gap: 15px !important;
    }
    
    .samimunay-inclusions-col,
    .samimunay-exclusions-col {
        padding: 20px !important;
    }

    .samimunay-tour-summary-box {
        padding: 15px 20px !important;
    }
}

/* ==========================================================================
   Samimunay Tour Author & Co-branding Card (Firma del Experto)
   ========================================================================== */
.sami-author-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 16px 20px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02);
}

.elementor-element-sami_dyn_author_card {
    margin-top: -15px !important;
    margin-bottom: 0 !important;
}

.sami-author-card-logo {
    flex: 0 0 120px;
    max-width: 120px;
    text-align: center;
}

.sami-author-card-logo img {
    max-height: 50px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.sami-author-card-content {
    flex: 1;
}

.sami-author-name {
    margin: 0 0 4px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #1c2e17;
}

.sami-author-title {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #e7a600;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}

.sami-author-bio {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #475569;
}

/* Responsive adjustment */
@media (max-width: 576px) {
    .sami-author-card {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 15px;
    }
    .sami-author-card-logo {
        flex: 0 0 auto;
        max-width: 100%;
        text-align: left;
    }
}

/* ==========================================================================
   Samimunay Subcategory Filter Menu Bar
   ========================================================================== */
.sami-subcat-filter-wrapper {
    margin: 25px 0;
    text-align: center;
}

.sami-subcat-filter-nav {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sami-subcat-item a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    background: #f1f5f9;
    color: #334155;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid #e2e8f0;
}

.sami-subcat-item.active a,
.sami-subcat-item a:hover {
    background: #1c2e17;
    color: #ffffff;
    border-color: #1c2e17;
    box-shadow: 0 4px 12px rgba(28, 46, 23, 0.15);
}

/* ==========================================================================
   Samimunay Modern Interactive Destination Hero Section
   ========================================================================== */
.sami-dest-hero-container {
    position: relative;
    width: 100%;
    min-height: 480px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
}

.sami-dest-hero-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1.03);
    transition: transform 0.8s ease;
}

.sami-dest-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92) 0%, rgba(28, 46, 23, 0.88) 55%, rgba(15, 23, 42, 0.95) 100%);
}

.sami-dest-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 45px;
}

.sami-dest-hero-left {
    flex: 1 1 55%;
    color: #ffffff;
}

.sami-dest-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 20px;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: #ffd700;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.sami-dest-hero-title {
    font-family: 'Outfit', 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 15px 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.sami-dest-hero-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 25px;
    max-width: 620px;
}

.sami-dest-hero-left .sami-subcat-filter-wrapper {
    margin: 10px 0 0 0;
    text-align: left;
}

.sami-dest-hero-left .sami-subcat-filter-nav {
    justify-content: flex-start;
}

.sami-dest-hero-left .sami-subcat-item a {
    background: rgba(255, 255, 255, 0.12);
    color: #f8fafc;
    border-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
}

.sami-dest-hero-left .sami-subcat-item.active a,
.sami-dest-hero-left .sami-subcat-item a:hover {
    background: #d4af37;
    color: #0f172a;
    border-color: #d4af37;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

/* Right Column Map Card */
.sami-dest-hero-right {
    flex: 1 1 45%;
    max-width: 460px;
}

.sami-interactive-map-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}

.sami-map-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.sami-map-icon-badge {
    font-size: 18px;
}

.sami-map-header-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.sami-svg-map-wrapper {
    width: 100%;
    height: auto;
}

.sami-interactive-svg-map {
    width: 100%;
    height: auto;
    overflow: visible;
}

.sami-map-hotspot {
    cursor: pointer;
    transition: transform 0.25s ease;
}

.sami-map-hotspot:hover {
    transform: scale(1.15);
}

.sami-pulse-ring {
    fill: rgba(212, 175, 55, 0.35);
    animation: samiPulse 2s infinite;
}

.sami-pin-dot {
    fill: #d4af37;
    stroke: #ffffff;
    stroke-width: 2px;
}

.sami-pin-label {
    fill: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}

@keyframes samiPulse {
    0% {
        r: 6px;
        opacity: 1;
    }
    100% {
        r: 22px;
        opacity: 0;
    }
}

/* Responsive Breakdown */
@media (max-width: 992px) {
    .sami-dest-hero-content {
        flex-direction: column;
        padding: 30px 20px;
        gap: 30px;
    }
    .sami-dest-hero-left {
        flex: 1 1 100%;
    }
    .sami-dest-hero-right {
        flex: 1 1 100%;
        max-width: 100%;
    }
    .sami-dest-hero-title {
        font-size: 32px;
    }
}

/* ==========================================================================
   Samimunay Subcategory / Trip Type Luxury Hero (NO MAP)
   ========================================================================== */
.sami-triptype-hero-container {
    position: relative;
    width: 100%;
    min-height: 380px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.sami-triptype-hero-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.sami-triptype-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.94) 0%, rgba(20, 36, 18, 0.90) 50%, rgba(15, 23, 42, 0.96) 100%);
}

.sami-triptype-hero-content {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
    max-width: 820px;
    color: #ffffff;
}

.sami-triptype-hero-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 20px;
    background: rgba(212, 175, 55, 0.2);
    border: 1px solid rgba(212, 175, 55, 0.4);
    color: #ffd700;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.sami-triptype-hero-title {
    font-family: 'Outfit', 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 15px 0;
}

.sami-triptype-hero-desc {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #cbd5e1;
    margin-bottom: 25px;
}

.sami-triptype-hero-nav .sami-subcat-filter-wrapper {
    margin: 0;
    text-align: center;
}

.sami-triptype-hero-nav .sami-subcat-filter-nav {
    justify-content: center;
}


/* = Samimunay Single Tour & Sidebar Widgets Premium Styles */

.sami-section-header {
    margin-top: 0;
    margin-bottom: 20px;
    border-bottom: 2px solid #f59e0b;
    padding-bottom: 8px;
}
.sami-section-title {
    font-family: 'Outfit', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sami-section-title .dashicons,
.sami-section-title i {
    font-size: 22px;
    width: 22px;
    height: 22px;
    color: #0d7a82;
}
.sami-tour-description-box {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #334155;
}

/* Highlight Badges Bar */
.accessibility-badge-row,
.sami-tour-highlights-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
}
.accessibility-badge,
.sami-tour-highlight-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    color: #1c2e17;
    background: #f4f6f4;
    border: 1px solid #e1e6e1;
    padding: 8px 16px;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(28, 46, 23, 0.04);
    transition: all 0.25s ease;
}
.accessibility-badge:hover,
.sami-tour-highlight-item:hover {
    background: #ffffff;
    border-color: #1c2e17;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(28, 46, 23, 0.08);
}
.accessibility-badge i,
.accessibility-badge .dashicons,
.sami-tour-highlight-item i {
    color: #0d7a82;
    font-size: 14px;
}

/* Elite Author Bio Card (Sylwia Travel / Autor Wycieczki) */
.sami-author-card,
.samimunay-author-box {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e1e6e1;
    border-left: 5px solid #0d7a82;
    border-radius: 16px;
    padding: 28px 24px;
    margin-top: 35px;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px -10px rgba(13, 122, 130, 0.12), 0 4px 12px rgba(0, 0, 0, 0.03);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
    overflow: hidden;
}
.sami-author-card:hover,
.samimunay-author-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px -15px rgba(13, 122, 130, 0.2), 0 8px 20px rgba(0, 0, 0, 0.06);
    border-left-color: #0d7a82;
}
.sami-author-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 16px;
}
.sami-author-card-logo {
    display: flex;
    align-items: center;
}
.sami-author-card-logo img {
    max-height: 55px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.sami-author-card:hover .sami-author-card-logo img {
    transform: scale(1.05);
}
.sami-author-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f0fdf4;
    border: 1px solid #dcfce7;
    color: #0d7a82;
    padding: 6px 14px;
    border-radius: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.sami-author-badge i {
    color: #d97706;
    font-size: 13px;
}
.sami-author-card-body {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.sami-author-name {
    font-family: 'Outfit', 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    line-height: 1.3;
}
.sami-author-bio {
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    line-height: 1.65;
    color: #475569;
    margin: 0;
}
.sami-author-bio,
.samimunay-author-bio {
    font-size: 13.5px;
    line-height: 1.6;
    color: #475569;
    margin: 0;
}

/* Modern Premium Sidebar Widgets (Święty Spokój & Wsparcie Lokalne) */
.samimunay-premium-widget {
    background: #ffffff;
    border: 1px solid #e1e6e1;
    border-top: 4px solid #1c2e17;
    border-radius: 14px;
    padding: 24px 20px;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(28, 46, 23, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}
.samimunay-premium-widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 32px rgba(28, 46, 23, 0.1);
}
.samimunay-premium-widget.widget-santo-silencio {
    border-top-color: #FFC500;
}
.samimunay-premium-widget.widget-sostenibilidad-local {
    border-top-color: #1c2e17;
}
.samimunay-premium-widget .widget-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 15px;
    color: #1c2e17;
    margin-top: 0;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: none;
}
.samimunay-premium-widget .widget-subtitle {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
    margin-bottom: 18px;
}
.samimunay-premium-widget .widget-item {
    display: flex;
    align-items: center;
    padding: 11px 4px;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.2s ease;
}
.samimunay-premium-widget .widget-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.samimunay-premium-widget .item-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}
.samimunay-premium-widget .widget-item:hover .item-icon {
    transform: scale(1.12);
}
.samimunay-premium-widget.widget-santo-silencio .item-icon {
    background: #fffbeb;
    border: 1px solid #fef3c7;
}
.samimunay-premium-widget.widget-santo-silencio .item-icon i {
    color: #d97706;
    font-size: 15px;
}
.samimunay-premium-widget.widget-sostenibilidad-local .item-icon {
    background: #f0fdf4;
    border: 1px solid #dcfce7;
}
.samimunay-premium-widget.widget-sostenibilidad-local .item-icon i {
    color: #1c2e17;
    font-size: 15px;
}
.samimunay-premium-widget .item-text {
    display: flex;
    flex-direction: column;
}
.samimunay-premium-widget .item-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 2px;
}
.samimunay-premium-widget .item-value {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 13.5px;
    color: #1e293b;
    line-height: 1.4;
}

/* Booking Card, WeTravel Embed, Inputs & WhatsApp Button */
.samimunay-booking-card {
    background: #ffffff;
    border: 1px solid #e1e6e1;
    border-radius: 14px;
    margin-bottom: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}
.samimunay-booking-card:hover {
    box-shadow: 0 15px 35px rgba(28, 46, 23, 0.09);
}
.samimunay-wetravel-container,
.sami-only-wetravel-wrapper,
.sami-tab-panel {
    width: 100%;
    min-height: 630px;
    overflow: hidden;
}
.samimunay-wetravel-container iframe,
.samimunay-wetravel-container > div iframe,
.sami-tabs-content iframe,
iframe[src*="wetravel.com"],
.wt-embed-iframe,
#wt-embed-iframe {
    width: 100% !important;
    min-height: 630px !important;
    height: 630px !important;
    max-height: 630px !important;
    border: none !important;
    overflow: hidden !important;
}
.samimunay-booking-form .form-group {
    margin-bottom: 14px;
}
.samimunay-booking-form .booking-input,
.booking-input {
    width: 100%;
    box-sizing: border-box;
    height: 46px;
    background: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 0 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #1e293b;
    outline: none;
    transition: all 0.25s ease;
    margin-bottom: 0;
}
.samimunay-booking-form .booking-input:focus,
.booking-input:focus {
    border-color: #1c2e17;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(28, 46, 23, 0.1);
}
.samimunay-booking-card .sami-whatsapp-submit-btn,
.samimunay-booking-form .sami-whatsapp-submit-btn,
button.sami-whatsapp-submit-btn {
    display: flex;
    width: 100%;
    background: #25d366;
    color: #ffffff;
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
    margin-top: 10px;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.samimunay-booking-card .sami-whatsapp-submit-btn:hover,
.samimunay-booking-form .sami-whatsapp-submit-btn:hover {
    background: #1eb857;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.45);
    transform: translateY(-1px);
}
.samimunay-booking-card .sami-tabs-header {
    display: flex;
    background: #f8fafc;
    border-bottom: 2px solid #e2e8f0;
    padding: 0;
    margin: 0;
}
.samimunay-booking-card .sami-tab-btn {
    flex: 1;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #64748b;
    padding: 14px 12px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    border-radius: 0;
    margin: 0;
    text-align: center;
}
.samimunay-booking-card .sami-tab-btn:hover {
    color: #1c2e17;
    background: #f1f5f9;
}
.samimunay-booking-card .sami-tab-btn.active {
    color: #1c2e17;
    border-bottom-color: #1c2e17;
    background: #ffffff;
    font-weight: 800;
}
.samimunay-booking-card .sami-tab-panel {
    display: none;
    padding: 20px;
    height: auto;
    min-height: 0;
}
.samimunay-booking-card .sami-tab-panel[id*="wetravel"] {
    padding: 8px 0 0 0;
}
.samimunay-booking-card .sami-tab-panel.active {
    display: block;
}

/* ==========================================================================
   Samimunay Elite Web Design - Subtle Breadcrumbs Navigation (Between Hero & Content)
   ========================================================================== */
.samimunay-breadcrumbs-wrapper {
    background: transparent;
    padding: 15px 0 10px 0;
    margin: 0;
    width: 100%;
}
.samimunay-breadcrumbs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}
.samimunay-breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 400;
    color: #888888;
}
.samimunay-breadcrumb-item {
    display: inline-flex;
    align-items: center;
    font-size: 12px !important;
}
.samimunay-breadcrumb-link {
    color: #0d5c64;
    text-decoration: none;
    font-size: 12px !important;
    transition: color 0.2s ease;
}
.samimunay-breadcrumb-link:hover {
    color: #e7a600;
    text-decoration: underline;
}
.samimunay-breadcrumb-separator {
    margin: 0 6px;
    color: #cccccc;
    font-size: 11px !important;
}
.samimunay-breadcrumb-current {
    color: #555555;
    font-size: 12px !important;
    font-weight: 600;
}

/* Hide WP Core Fallback Footer Line */
#footer[role="contentinfo"],
div#footer {
    display: none !important;
}







