a.bc-logo img {
    max-height: 100px !important; /* Added important just to be safe it overrides default theme settings */
}

/* ============================================
   Page Thumb Block - Professional Styling
   ============================================ */

.bc-page-thumb {
    padding: 60px 0;
    background: #fff;
}

.bc-page-thumb .section-header {
    margin-bottom: 40px;
}

.bc-page-thumb .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.bc-page-thumb .section-desc {
    font-size: 1.1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.bc-page-thumb .page-thumb-item {
    display: block;
    text-decoration: none;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.bc-page-thumb .page-thumb-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.bc-page-thumb .page-thumb-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f5f5f5;
}

.bc-page-thumb .page-thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.bc-page-thumb .page-thumb-item:hover .page-thumb-image img {
    transform: scale(1.08);
}

.bc-page-thumb .page-thumb-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
    padding: 20px;
    margin: 0;
    text-align: center;
    transition: color 0.3s ease;
}

.bc-page-thumb .page-thumb-item:hover .page-thumb-title {
    color: #007bff;
}

/* Column alignment for uniform rows */
.bc-page-thumb .row {
    align-items: stretch;
}

.bc-page-thumb .row > [class*="col-"] {
    display: flex;
}

/* ============================================
   Image Gallery Block - Professional Styling
   ============================================ */

.bc-image-gallery {

}

.box_content ul {
    margin-left: 30px;
}

.bc-image-gallery .section-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.bc-image-gallery .ig-thumb-frame {
    position: relative;
    overflow: hidden;
}

.bc-image-gallery .ig-thumb-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.02) 50%,
        rgba(0, 0, 0, 0.4) 100%
    );
    opacity: 0;
    transition: opacity 0.4s ease;
}

.bc-image-gallery .ig-thumb:hover .ig-thumb-frame::after {
    opacity: 1;
}

.bc-image-gallery .ig-thumb-img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bc-image-gallery .ig-thumb:hover .ig-thumb-img {
    transform: scale(1.1);
}

.bc-image-gallery .ig-thumb-title {
    transition: color 0.3s ease;
}

.bc-image-gallery .ig-cell:hover .ig-thumb-title {
    color: #007bff;
}

/* Enhanced Lightbox */
.bc-image-gallery .ig-lb-backdrop {
    background: rgba(10, 10, 10, 0.95);
    backdrop-filter: blur(8px);
}

.bc-image-gallery .ig-lb-img {
    animation: igLbFadeIn 0.3s ease;
}

@keyframes igLbFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.bc-image-gallery .ig-lb-btn {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(4px);
    transition: all 0.25s ease;
}

.bc-image-gallery .ig-lb-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-50%) scale(1.1);
}

.bc-image-gallery .ig-lb-close:hover {
    background: rgba(220, 53, 69, 0.8);
}

.bc-image-gallery .ig-lb-caption {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

/* Grid gap spacing */
.bc-image-gallery .ig-grid {
    gap: 1.5rem 1.5rem;
}

/* Hover overlay icon */
.bc-image-gallery .ig-thumb-frame::before {
    content: '\f00e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bc-image-gallery .ig-thumb:hover .ig-thumb-frame::before {
    transform: translate(-50%, -50%) scale(1);
}

/* ============================================
   Hotel Select Field - Search Form Styling
   ============================================ */

.g-field-search .form-group select.form-control {
    width: 100%;
    padding-right: 30px;
    cursor: pointer;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236c757d' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: border-color 0.2s ease;
}

.g-field-search .form-group select.form-control:hover,
.g-field-search .form-group select.form-control:focus {
    border-color: #007bff;
    box-shadow: none;
}

/* .sidebar {
    border: 1px solid #e9ecef;
    padding: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
} */

/* ============================================
   Page with Sidebar — Mobile Responsive
   ============================================ */

/* Tablet and below: stack sidebar after content */
@media (max-width: 991.98px) {
    .page-with-sidebar {
        flex-direction: column !important;
        gap: 0 !important;
    }

    /* Sidebar: full width, AFTER content (order: 2) */
    .page-with-sidebar .sidebar {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        order: 2;
        margin-top: 1.5rem;
    }

    /* Main content: BEFORE sidebar (order: 1) */
    .page-with-sidebar .main-content {
        flex: 1 1 100% !important;
        order: 1;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Sidebar link card: full width, clean spacing */
    .page-with-sidebar .sidebar .sidebar-link-card {
        width: 100%;
    }

    /* Sidebar link items: comfortable tap targets on mobile */
    .page-with-sidebar .sidebar-link-anchor {
        padding: 12px 16px;
        font-size: 0.9375rem;
    }

    .page-with-sidebar .sidebar-link-card-title {
        font-size: 1rem;
    }
}

/* Small mobile: tighter spacing */
@media (max-width: 575.98px) {
    .page-with-sidebar {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
    }

    .page-with-sidebar .sidebar {
        margin-top: 1rem;
    }

    .page-with-sidebar .sidebar-link-card {
        border-radius: 6px;
    }

    .page-with-sidebar .sidebar-link-card-title {
        padding: 12px 16px;
        font-size: 0.9375rem;
    }

    .page-with-sidebar .sidebar-link-anchor {
        padding: 10px 16px;
        font-size: 0.9rem;
    }
}

/* ===== Google Translate (engine only; UI is the native switcher) ===== */
/* The visible switcher is our own .gtranslate-switcher dropdown markup.
   Google's element.js is kept only as the translation engine and is
   hidden entirely. */
#google_translate_element {
    display: none !important;
}
/* Hide Google's injected top banner (old class) + its body offset. */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
/* New-style top banner frame (id=":N.container",
   class VIpgJd-ZVi9od-ORHb-OEVmcd) + its wrapping div. Scoped to the
   ".container" iframe so nothing else is affected. */
iframe.VIpgJd-ZVi9od-ORHb-OEVmcd,
iframe.skiptranslate[id$=".container"],
.skiptranslate:has(> iframe[id$=".container"]) {
    display: none !important;
}
body {
    top: 0 !important;
    position: static !important;
}
/* Flag spacing parity with the original native switcher */
.gtranslate-switcher .flag-icon {
    margin-right: 5px;
}
/* Google adds a highlight to translated text — keep it neutral */
.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

/* ---------------------------------------------------------------------------
   Weekly pricing breakdown card (booking summary on hotel detail page)
   --------------------------------------------------------------------------- */
.weekly-pricing-card {
    background: linear-gradient(180deg, #fff8ec 0%, #fffdf7 100%);
    border: 1px solid #f1d99a;
    border-radius: 10px;
    padding: 18px 20px;
    margin-bottom: 16px;
    box-shadow: 0 2px 6px rgba(218, 165, 32, 0.08);
}
.weekly-pricing-card__header {
    display: flex;
    align-items: baseline;
    gap: 6px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #e7d5a6;
    color: #8a6d1f;
}
.weekly-pricing-card__header i {
    color: #c79a31;
    font-size: 18px;
    margin-right: 4px;
}
.weekly-pricing-card__rate {
    font-size: 22px;
    font-weight: 700;
    color: #2c2c2c;
}
.weekly-pricing-card__rate-unit {
    font-size: 13px;
    color: #8a6d1f;
    font-weight: 500;
}
.weekly-pricing-card__rows {
    list-style: none;
    padding: 0;
    margin: 0;
}
.weekly-pricing-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(241, 217, 154, 0.4);
    font-size: 14px;
}
.weekly-pricing-card__row:last-child {
    border-bottom: none;
}
.weekly-pricing-card__row-label {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #444;
}
/* Season label on a breakdown row, e.g. "Högsäsong". */
.weekly-pricing-card__season {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    background: #eef3f8;
    color: #2b5a86;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: uppercase;
}
.weekly-pricing-card__units {
    font-weight: 500;
}
.weekly-pricing-card__weeks-rate {
    color: #888;
    font-size: 12px;
    font-weight: 400;
}
.weekly-pricing-card__weeks-rate-original {
    text-decoration: line-through;
    color: #b0b0b0;
    margin-right: 4px;
}
.weekly-pricing-card__weeks-rate-final {
    color: #1f7a3a;
    font-weight: 600;
}
.weekly-pricing-card__row:not(.weekly-pricing-card__row--discount) .weekly-pricing-card__weeks-rate-final {
    color: #2c2c2c;
    font-weight: 400;
}
.weekly-pricing-card__row-amount {
    font-weight: 600;
    color: #2c2c2c;
    white-space: nowrap;
    text-align: right;
}
.weekly-pricing-card__row-amount-original {
    display: block;
    text-decoration: line-through;
    color: #b0b0b0;
    font-weight: 400;
    font-size: 12px;
}
.weekly-pricing-card__row-amount-final {
    display: block;
}
.weekly-pricing-card__row--discount .weekly-pricing-card__row-label {
    color: #1f7a3a;
    font-weight: 500;
}
.weekly-pricing-card__row--discount .weekly-pricing-card__row-amount-final {
    color: #1f7a3a;
}
.weekly-pricing-card__discount-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 999px;
    background: #1f7a3a;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.4;
}
.weekly-pricing-card__savings {
    margin-top: 12px;
    padding: 10px 12px;
    background: #e9f7ee;
    border-left: 3px solid #1f7a3a;
    border-radius: 4px;
    color: #1f7a3a;
    font-size: 13px;
}
.weekly-pricing-card__savings i {
    margin-right: 6px;
    font-size: 16px;
    vertical-align: middle;
}
.weekly-pricing-card__savings strong {
    font-weight: 700;
}
.weekly-pricing-card__stay-info {
    margin-top: 8px;
    color: #8a8a8a;
    text-align: right;
}
.weekly-pricing-card__stay-info small {
    font-size: 12px;
}

.price-summary {
    margin-bottom: 14px;
    padding: 14px 16px;
    background: #ffffff;
    border: 1px solid #ecdcb6;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.price-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
    font-size: 14px;
}
.price-summary__row--original .price-summary__value {
    text-decoration: line-through;
    color: #b0b0b0;
    font-weight: 500;
}
.price-summary__row--original .price-summary__label {
    color: #8a8a8a;
}
.price-summary__row--discount {
    color: #1f7a3a;
    font-weight: 500;
}
.price-summary__row--final {
    margin-top: 8px;
    padding-top: 10px;
    border-top: 1px dashed #ecdcb6;
    font-size: 16px;
    font-weight: 700;
    color: #2c2c2c;
}
.price-summary__row--final .price-summary__value {
    color: #d8a635;
}

@media (max-width: 576px) {
    .weekly-pricing-card {
        padding: 14px 16px;
    }
    .weekly-pricing-card__rate {
        font-size: 18px;
    }
}

/* ============================================
   Daterangepicker prev/next arrows fix
   Theme stylesheets were overriding the border
   color, leaving the arrows invisible.
   ============================================ */
.daterangepicker .calendar-table .next,
.daterangepicker .calendar-table .prev {
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 4px;
}
.daterangepicker .calendar-table .next:hover,
.daterangepicker .calendar-table .prev:hover {
    background: #e0e0e0;
}
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    display: inline-block !important;
    width: 8px;
    height: 8px;
    border: solid #2c2c2c !important;
    border-width: 0 2px 2px 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: transparent !important;
    vertical-align: middle;
}
.daterangepicker .calendar-table .next span {
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    margin-left: -2px;
}
.daterangepicker .calendar-table .prev span {
    transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    margin-right: -2px;
}
/* Footer contact info (address / email / phone) */
.footer-contact {
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-contact .footer-contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px 40px;
}
.footer-contact .footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    line-height: 1.4;
}
.footer-contact .footer-contact-list li i {
    font-size: 20px;
    color: var(--bc-main-color, #1a7b8c);
    flex-shrink: 0;
}
.footer-contact .footer-contact-list li a {
    color: inherit;
    text-decoration: none;
}
.footer-contact .footer-contact-list li a:hover {
    text-decoration: underline;
}
@media (max-width: 767px) {
    .footer-contact .footer-contact-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}
