/* Override all Berlin Landing text to use the website's selected font.
   This relies on the --font-family CSS variable set from the business profile
   (see TenantSiteController and tenant Berlin landing layout). */
.tenant-site-root.theme-berlin-landing,
.tenant-site-root.theme-berlin-landing body,
.tenant-site-root.theme-berlin-landing .body,
.tenant-site-root.theme-berlin-landing p,
.tenant-site-root.theme-berlin-landing span,
.tenant-site-root.theme-berlin-landing li,
.tenant-site-root.theme-berlin-landing a,
.tenant-site-root.theme-berlin-landing button,
.tenant-site-root.theme-berlin-landing input,
.tenant-site-root.theme-berlin-landing select,
.tenant-site-root.theme-berlin-landing textarea,
.tenant-site-root.theme-berlin-landing label,
.tenant-site-root.theme-berlin-landing small,
.tenant-site-root.theme-berlin-landing strong,
.tenant-site-root.theme-berlin-landing em {
    font-family: var(--font-family, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif) !important;
}
/* Override Owl Carousel nav arrows for Berlin Landing sliders to use simple text arrows
   instead of icon fonts, so they always render correctly. */
.tenant-site-root.theme-berlin-landing .owl-carousel .owl-nav button.owl-prev,
.tenant-site-root.theme-berlin-landing .owl-carousel .owl-nav button.owl-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 9999px !important;
    background: rgba(0, 0, 0, 0.6) !important;
    border: none !important;
    color: #ffffff !important;
    position: absolute !important;
}

.tenant-site-root.theme-berlin-landing .owl-carousel .owl-nav button.owl-prev::before,
.tenant-site-root.theme-berlin-landing .owl-carousel .owl-nav button.owl-next::before {
    content: '' !important;
}

.tenant-site-root.theme-berlin-landing .owl-carousel .owl-nav button.owl-prev span,
.tenant-site-root.theme-berlin-landing .owl-carousel .owl-nav button.owl-next span {
    display: none !important;
}

.tenant-site-root.theme-berlin-landing .owl-carousel .owl-nav button.owl-prev::after,
.tenant-site-root.theme-berlin-landing .owl-carousel .owl-nav button.owl-next::after {
    content: '‹' !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 1 !important;
    color: #ffffff !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.tenant-site-root.theme-berlin-landing .owl-carousel .owl-nav button.owl-next::after {
    content: '›' !important;
}

/* Hero form submit: keep light text on hover (theme background) */
.tenant-site-root.theme-berlin-landing .hero-form-submit-btn:hover,
.tenant-site-root.theme-berlin-landing .hero-form-submit-btn:focus,
.tenant-site-root.theme-berlin-landing .hero-form-submit-btn:active {
    color: #fff !important;
}

/* Hero CTA button: theme background + light text on hover */
.tenant-site-root.theme-berlin-landing .hero-cta-btn:hover,
.tenant-site-root.theme-berlin-landing .hero-cta-btn:focus,
.tenant-site-root.theme-berlin-landing .hero-cta-btn:active {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
}
.tenant-site-root.theme-berlin-landing .hero-cta-btn:hover strong,
.tenant-site-root.theme-berlin-landing .hero-cta-btn:focus strong,
.tenant-site-root.theme-berlin-landing .hero-cta-btn:active strong,
.tenant-site-root.theme-berlin-landing .hero-cta-btn:hover .fa-solid,
.tenant-site-root.theme-berlin-landing .hero-cta-btn:focus .fa-solid,
.tenant-site-root.theme-berlin-landing .hero-cta-btn:active .fa-solid {
    color: #fff !important;
}
.tenant-site-root.theme-berlin-landing .hero-cta-btn:hover span,
.tenant-site-root.theme-berlin-landing .hero-cta-btn:focus span,
.tenant-site-root.theme-berlin-landing .hero-cta-btn:active span {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

/* Compact contact form styling for sidebar-sized layouts */
.tenant-site-root.theme-berlin-landing .contact-section {
    padding-top: 1.25rem !important;
    padding-bottom: 1.5rem !important;
}

.tenant-site-root.theme-berlin-landing .contact-section > .container,
.tenant-site-root.theme-berlin-landing .contact-section > .container-fluid,
.tenant-site-root.theme-berlin-landing .contact-section > .container-xl {
    max-width: 100% !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.tenant-site-root.theme-berlin-landing .contact-section .badge.bg-gradient-light-primary-rgba-20 {
    font-size: 0.65rem;
    padding: 0.35rem 0.9rem;
    margin-bottom: 0.4rem !important;
}

.tenant-site-root.theme-berlin-landing .contact-section h2 {
    font-size: clamp(1.6rem, 2.1vw, 2.1rem);
    margin-bottom: 0.25rem !important;
}

.tenant-site-root.theme-berlin-landing .contact-section .contact-form {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Reduce extra vertical gaps between typography blocks in sidebar contact section */
.tenant-site-root.theme-berlin-landing .contact-section .row.pt-4,
.tenant-site-root.theme-berlin-landing .contact-section .row.pt-4.pt-lg-5 {
    padding-top: 0.75rem !important;
}

.tenant-site-root.theme-berlin-landing .contact-section .row.pt-3 {
    padding-top: 0.35rem !important;
}

.tenant-site-root.theme-berlin-landing .contact-section .contact-form h4 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.tenant-site-root.theme-berlin-landing .contact-section .contact-form p {
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
}

.tenant-site-root.theme-berlin-landing .contact-section .contact-form .form-control,
.tenant-site-root.theme-berlin-landing .contact-section .contact-form select.form-control {
    font-size: 0.9rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    min-height: 42px;
}

.tenant-site-root.theme-berlin-landing .contact-section .contact-form .btn {
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
    font-size: 0.9rem;
}

/* Make sidebar contact form fields span edge-to-edge inside card */
.tenant-site-root.theme-berlin-landing .contact-section .contact-form .row {
    margin-left: 0;
    margin-right: 0;
}

.tenant-site-root.theme-berlin-landing .contact-section .contact-form .form-group[class*="col-"],
.tenant-site-root.theme-berlin-landing .contact-section .contact-form .form-group[class*="col-lg-"] {
    padding-left: 0;
    padding-right: 0;
}

/* Video slider – Berlin Landing */
.tenant-site-root.theme-berlin-landing .bl-video-slider {
    border-radius: 18px;
}
.tenant-site-root.theme-berlin-landing .bl-video-slide {
    border-radius: 18px;
    overflow: hidden;
    background: #020617;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
}
.tenant-site-root.theme-berlin-landing .bl-video-media {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #020617;
}
.tenant-site-root.theme-berlin-landing .bl-video-media > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    filter: saturate(1.05) contrast(1.03);
}
.tenant-site-root.theme-berlin-landing .bl-video-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 40%, rgba(255,255,255,0.10), rgba(15,23,42,0.7) 60%, rgba(15,23,42,0.9));
    pointer-events: none;
}
.tenant-site-root.theme-berlin-landing .bl-video-play {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    z-index: 2;
}
.tenant-site-root.theme-berlin-landing .bl-video-play-inner {
    width: 68px;
    height: 68px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.94);
    color: #020617;
    box-shadow: 0 16px 40px rgba(0,0,0,0.45);
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
.tenant-site-root.theme-berlin-landing .bl-video-play:hover .bl-video-play-inner {
    transform: scale(1.05);
    background: #ffffff;
    color: var(--primary, #111827);
}
.tenant-site-root.theme-berlin-landing .bl-video-meta {
    padding: 14px 18px;
    background: rgba(255,255,255,0.97);
    border-top: 1px solid rgba(15,23,42,0.06);
}
.tenant-site-root.theme-berlin-landing .bl-video-title {
    font-weight: 700;
    color: #020617;
    font-size: 1rem;
    line-height: 1.25;
}

.tenant-site-root.theme-berlin-landing .bl-video-slide .ratio iframe {
    border-radius: 0;
}

/* Product slider – Berlin Landing */
.tenant-site-root.theme-berlin-landing .bl-product-slider .owl-stage-outer {
    padding: 14px 0 22px;
}
.tenant-site-root.theme-berlin-landing .bl-product-slider .owl-item {
    transition: opacity 0.18s ease, transform 0.18s ease;
    opacity: 0.55;
    transform: scale(0.96);
}
.tenant-site-root.theme-berlin-landing .bl-product-slider .owl-item.active {
    opacity: 0.85;
}
.tenant-site-root.theme-berlin-landing .bl-product-slider .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
}
.tenant-site-root.theme-berlin-landing .bl-product-card {
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.tenant-site-root.theme-berlin-landing .bl-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.22);
}
.tenant-site-root.theme-berlin-landing .bl-product-media {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    background: #f3f4f6;
    overflow: hidden;
}
.tenant-site-root.theme-berlin-landing .bl-product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
    transition: transform 0.25s ease;
}
.tenant-site-root.theme-berlin-landing .bl-product-card:hover .bl-product-media img {
    transform: scale(1.08);
}
.tenant-site-root.theme-berlin-landing .bl-product-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.00) 35%, rgba(0,0,0,0.58) 100%);
    pointer-events: none;
}
.tenant-site-root.theme-berlin-landing .bl-product-cta {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
}
.tenant-site-root.theme-berlin-landing .bl-product-cta-inner {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,0.95);
    color: #020617;
    box-shadow: 0 12px 28px rgba(0,0,0,0.28);
    transition: transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
.tenant-site-root.theme-berlin-landing .bl-product-card:hover .bl-product-cta-inner {
    transform: translateY(-1px);
    background: #ffffff;
    color: var(--primary, #111827);
}
.tenant-site-root.theme-berlin-landing .bl-product-body {
    padding: 14px 16px 16px;
}
.tenant-site-root.theme-berlin-landing .bl-product-title {
    font-weight: 800;
    color: #020617;
    font-size: 1.05rem;
    line-height: 1.25;
    margin-bottom: 6px;
}
.tenant-site-root.theme-berlin-landing .bl-product-desc {
    color: rgba(15,23,42,0.78);
    font-size: 0.9rem;
    line-height: 1.55;
    min-height: 2.6em;
}
.tenant-site-root.theme-berlin-landing .bl-product-slider .owl-dots {
    margin-top: 16px;
}
.tenant-site-root.theme-berlin-landing .bl-product-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: rgba(15,23,42,0.25);
}
.tenant-site-root.theme-berlin-landing .bl-product-slider .owl-dots .owl-dot.active span {
    width: 22px;
    border-radius: 999px;
    background: rgba(15,23,42,0.75);
}

/* Image slider – Berlin Landing */
.tenant-site-root.theme-berlin-landing .bl-image-slider .owl-stage-outer {
    padding: 10px 0 22px;
}
.tenant-site-root.theme-berlin-landing .bl-image-slider .owl-item {
    transition: opacity 0.18s ease, transform 0.18s ease;
    opacity: 0.7;
    transform: scale(0.98);
}
.tenant-site-root.theme-berlin-landing .bl-image-slider .owl-item.active {
    opacity: 0.95;
}
.tenant-site-root.theme-berlin-landing .bl-image-slider .owl-item.active.center {
    opacity: 1;
    transform: scale(1);
}
.tenant-site-root.theme-berlin-landing .bl-image-card {
    border-radius: 18px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.30);
}
.tenant-site-root.theme-berlin-landing .bl-image-media {
    background: #000;
    width: 100%;
    display: block;
    height: auto;
}
.tenant-site-root.theme-berlin-landing .bl-image-media img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: none;
    display: block;
    object-fit: contain;
}
.tenant-site-root.theme-berlin-landing .bl-image-card:hover .bl-image-media img {
    transform: none;
}
.tenant-site-root.theme-berlin-landing .bl-image-slider .owl-dots {
    margin-top: 12px;
}
.tenant-site-root.theme-berlin-landing .bl-image-slider .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    background: rgba(255,255,255,0.30);
}
.tenant-site-root.theme-berlin-landing .bl-image-slider .owl-dots .owl-dot.active span {
    width: 22px;
    border-radius: 999px;
    background: #ffffff;
}

