/* Small additions on top of the Mobel theme for Big Home. */

nav .navigation .logo .logo-text {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
}

nav.navbar-fixed.fixed .navigation .logo .logo-text,
nav.navbar-default .navigation .logo .logo-text {
    color: #333;
}

nav .navigation-top .nav-wa i {
    color: #25d366;
}

nav .navigation-top .nav-settings-list li a {
    color: inherit;
    display: block;
}

@media (min-width: 992px) {
    nav .navigation-main .floating-menu > ul > li.nav-cta {
        margin-left: 14px;
    }

    nav .navigation-main .floating-menu > ul > li.nav-cta > a {
        padding: 9px 16px;
        line-height: 1.4;
    }

    nav .navigation-main .floating-menu > ul > li.nav-cta > a:after {
        display: none;
    }
}

.search-wrapper .search-form {
    display: flex;
}

.search-wrapper .search-form .form-control {
    flex: 1;
}

.wa-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 1000;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 30px;
    line-height: 56px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s ease;
}

.wa-float:hover,
.wa-float:focus {
    color: #fff;
    transform: scale(1.08);
}

.products article .btn-add {
    cursor: pointer;
}

.products article .btn-add a {
    color: inherit;
}

.product-colors .color-btn[style] {
    border-color: rgba(0, 0, 0, 0.1);
}

.product-colors .color-name {
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    line-height: 25px;
}

.products article .figure-grid .image {
    padding: 78px 20px 20px;
    background: #fff;
}

.products article .figure-grid .image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 2px;
}

@media (max-width: 991px) {
    .products article .figure-grid .image {
        padding: 10px 10px 0;
    }

    .products article .figure-grid .image img {
        height: 180px;
    }
}

.blog article .image img,
.portfolio-grid article .image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.alert-status {
    margin-top: 20px;
}

.form-group .help-block.error {
    color: #c0392b;
    font-size: 12px;
}

.contact-form textarea.form-control {
    min-height: 140px;
}

.product-spec-table th {
    width: 40%;
    font-weight: 500;
}

.owl-product-gallery img {
    max-height: 500px;
    object-fit: contain;
}

.blog-post-text img {
    max-width: 100%;
    height: auto;
}

.stretcher-item figure h4,
.stretcher-item figure figcaption {
    color: #fff;
}

.hp {
    position: absolute;
    left: -9999px;
}

.pagination-wrapper .pagination > li > span {
    background: #f0f0f0;
}

/* Photos are brighter than the theme's demo shots; keep hero copy readable. */
.header-content .owl-slider .item {
    position: relative;
}

.header-content .owl-slider .item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0.1) 100%);
}

@media (min-width: 768px) {
    /* Category icons overlap the bottom of the slider; keep copy clear of them. */
    .header-content .item .box {
        top: 42%;
    }
}

.stretcher-item .stretcher-logo {
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.6);
}

.main-header {
    position: relative;
}

.main-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

.main-header header {
    position: relative;
}

/* Bootstrap 3 draws a focus ring with a negative offset that overlaps text;
   hide it for mouse clicks, keep a clean ring for keyboard navigation. */
a:focus:not(:focus-visible),
.btn:focus:not(:focus-visible) {
    outline: none;
}

a:focus-visible,
.btn:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

@media (min-width: 992px) {
    /* Separator moves to the list item so the rounded hover pill sits above it. */
    nav .navigation-main .navbar-dropdown .navbar-box ul > li {
        border-bottom: 1px solid #ffc933;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    nav .navigation-main .navbar-dropdown .navbar-box ul > li:last-child,
    nav .navigation-main .navbar-dropdown .navbar-box ul > li.label {
        border-bottom: 0;
    }

    nav .navigation-main .navbar-dropdown .navbar-box ul > li > a {
        border-bottom: 0;
        padding: 6px 10px;
        margin: 0 -10px;
        border-radius: 6px;
        transition: background-color 0.15s ease, color 0.15s ease;
    }

    nav .navigation-main .navbar-dropdown .navbar-box ul > li > a:hover {
        background-color: rgba(0, 0, 0, 0.1);
        color: #111;
    }
}

/* ---------------------------------------------------------------------------
   Typography: one modern family (Plus Jakarta Sans) replaces the template's
   Roboto + Montserrat, headings drop the all-caps, buttons get softer.
--------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.btn,
.btn.btn-buy:after,
nav .navigation-main .floating-menu > ul > li > a,
nav .navigation-main .navbar-dropdown .navbar-box ul > li.label,
nav .search-wrapper .search-results .search-result-items ul li a .name,
.owl-icons-wrapper .owl-icons figcaption {
    font-family: "Plus Jakarta Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    text-transform: none;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.header-content .item .title {
    font-weight: 800;
    letter-spacing: -0.015em;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}

.header-content .item .box p {
    font-size: 17px;
    line-height: 1.6;
}

nav .navigation-main .floating-menu > ul > li > a {
    text-transform: none;
    font-weight: 600;
    font-size: 15px;
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li.label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.owl-icons-wrapper .owl-icons figcaption,
.categories figure figcaption {
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
}

.btn {
    border-radius: 10px;
    font-weight: 600;
    letter-spacing: 0;
    text-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn.btn-main {
    text-shadow: none;
    padding: 12px 24px;
    font-size: 15px;
}

.btn.btn-main.btn-sm,
.btn.btn-sm {
    padding: 7px 14px;
    font-size: 13px;
    border-radius: 8px;
}

.btn.btn-main:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

@media (min-width: 992px) {
    nav .navigation-main .floating-menu > ul > li.nav-cta > a {
        border-radius: 10px;
    }
}
