.preloader .loader-logo img,
.sticky-header .logo img,
.header-logo img,
.mobile-logo img,
.footer-wrapper .vs-widget-about img {
    max-height: 104px;
    width: auto;
    object-fit: contain;
}

.preloader {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.header-layout7 .header-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-layout7 .header-logo img {
    max-height: 120px;
}

.bubba-hero-template .ls-bg {
    filter: brightness(0.64) contrast(1.06);
}

.bubba-hero-template .vs-hero-slide,
.bubba-hero-template .ls-slide {
    position: relative;
}

.bubba-hero-template .vs-hero-slide::before,
.bubba-hero-template .ls-slide::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: min(72%, 820px);
    background:
        linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.78) 38%, rgba(0, 0, 0, 0.44) 68%, rgba(0, 0, 0, 0) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.52) 100%);
    pointer-events: none;
    z-index: 1;
}

.bubba-hero-template .ls-l {
    z-index: 5 !important;
}

.bubba-hero-template h1.ls-l,
.bubba-hero-template p.ls-l {
    display: inline-block;
    padding: 4px 26px 10px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.56) 58%, rgba(0, 0, 0, 0.08) 100%);
    border-radius: 18px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    text-shadow: 0 6px 28px rgba(0, 0, 0, 0.95), 0 2px 4px rgba(0, 0, 0, 0.95);
}

.bubba-hero-template p.ls-l {
    padding-top: 2px;
    padding-bottom: 4px;
}

.bubba-hero-logo {
    filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.65));
}

.bubba-hero-template .hero-btn .vs-btn,
.header-layout7 .header-btn .vs-btn {
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.bubba-hero-template {
    position: relative;
}

.bubba-hero-fixed-copy {
    position: absolute;
    left: clamp(18px, 5vw, 72px);
    top: 205px;
    z-index: 35;
    width: min(560px, calc(100% - 36px));
    padding: 34px 36px 36px;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.94) 0%, rgba(0, 0, 0, 0.78) 58%, rgba(82, 36, 5, 0.68) 100%);
    border-left: 5px solid #ff8a00;
    border-radius: 0 24px 24px 0;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.bubba-hero-fixed-copy span {
    display: block;
    margin-bottom: 10px;
    color: #ffe119;
    font-family: "Cookie", cursive;
    font-size: 36px;
    line-height: 1;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.85);
}

.bubba-hero-fixed-copy h1 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(40px, 5vw, 70px);
    line-height: 0.98;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.95);
}

.bubba-hero-fixed-copy p {
    max-width: 460px;
    margin: 0 0 24px;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.55;
}

.bubba-hero-fixed-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bubba-order-dock {
    position: fixed;
    right: 24px;
    bottom: 18px;
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px 10px 18px;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(17, 12, 8, 0.96), rgba(126, 56, 8, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
}

.bubba-order-dock span {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.bubba-order-dock span strong,
.bubba-order-dock span em {
    display: block;
    font-style: normal;
}

.bubba-order-dock span strong {
    font-size: 15px;
}

.bubba-order-dock span em {
    margin-top: 4px;
    color: #ffe119;
    font-size: 18px;
    letter-spacing: 0.2px;
}

.bubba-order-dock a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    color: #111111;
    background: #ffffff;
    border-radius: 999px;
    font-weight: 800;
    line-height: 1;
}

.bubba-order-dock a:hover {
    color: #111111;
    background: #ffe119;
}

.features-area .media-icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    overflow: hidden;
    border-radius: 50%;
    background: #111111;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.features-area .media-icon span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.header-top .bubba-event-location a {
    color: #ffe119;
    font-size: 18px;
    font-weight: 800;
}

.header-top .bubba-event-location i {
    color: #ffe119;
}

.food-box-layout7 .vs-food-box .food-img img,
.food-box-style1 .food-image img,
.food-box-style2 .food-image img,
.vs-promotional-banner2 .banner-img img,
.vs-food-box-wrapper.food-box-layout8 .food-img img,
.vs-blog-layout5 .blog-img img,
.vs-promotional-banner .banner-img img,
.sidemenu-wrapper .widget_shopping_cart img {
    object-fit: cover;
    object-position: center;
}

.food-box-layout7 .vs-food-box .food-img img {
    width: 175px;
    height: 145px;
    border-radius: 12px;
}

.food-box-style1 .food-image img {
    aspect-ratio: 1 / 1;
}

.vs-product-layout1 .product-img,
.food-box-style1 .food-image a,
.food-box-style2 .food-image a,
.vs-food-box2 .food-image a {
    display: block;
    overflow: hidden;
}

.vs-product-layout1 .product-img {
    aspect-ratio: 4 / 3;
}

.vs-product-layout1 .product-img img,
.food-box-style1 .food-image img,
.food-box-style2 .food-image img,
.vs-food-box2 .food-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.food-box-style2 .food-image img,
.vs-food-box2 .food-image img {
    aspect-ratio: 1.1 / 1;
}

.bubba-about-img img {
    width: 100%;
    max-height: 630px;
    object-fit: cover;
    object-position: top center;
}

.vs-promotional-banner2 .banner-img img {
    max-height: 620px;
    width: 100%;
    object-fit: contain;
}

.vs-food-box-wrapper.food-box-layout8 .food-img img {
    width: 250px;
    height: 210px;
    border-radius: 12px;
}

.vs-blog-layout5 .blog-img img {
    max-height: 520px;
}

.vs-promotional-banner .banner-img img {
    width: 100%;
    height: 165px;
}

.vs-promotional-banner2 .food-box-shep3 img {
    max-width: 220px;
    border-radius: 14px;
    opacity: 0.2;
    object-fit: cover;
}

.footer-wrapper .newsletter-form .form-control {
    text-transform: none;
}

.footer-brand-logo {
    max-width: 150px;
}

.footer-widget-layout1 .vs-widget-recent-post .recent-post {
    align-items: flex-start !important;
    gap: 18px;
}

.footer-widget-layout1 .vs-widget-recent-post .media-img {
    flex: 0 0 138px;
    width: 138px;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
}

.footer-widget-layout1 .vs-widget-recent-post .media-img img {
    display: block;
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center top;
}

.footer-widget-layout1 .vs-widget-recent-post .media-body {
    min-width: 0;
    padding-left: 0 !important;
}

.footer-widget-layout1 .widget-about-text,
.footer-widget-layout3 .widget-about-text,
.footer-copyright p {
    overflow-wrap: anywhere;
}

.footer-widget-layout1 .recent-post-title a,
.footer-widget-layout1 .vs-widget-recent-post .media-body a,
.vs-subscribe-layout2 h2,
.vs-subscribe-layout2 p {
    white-space: normal;
    overflow-wrap: anywhere;
}

.vs-subscribe-form.subscribe-form-style1 .form-control::placeholder,
.vs-subscribe-form.subscribe-form-style1 .form-control::-webkit-input-placeholder {
    text-transform: none;
}

.bubba-service-card {
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.bubba-service-img {
    display: block;
    overflow: hidden;
}

.bubba-service-img img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
}

.bubba-service-card:hover .bubba-service-img img {
    transform: scale(1.04);
}

.bubba-service-content {
    padding: 24px 24px 26px;
}

.bubba-service-content span {
    display: block;
    margin-bottom: 8px;
    color: var(--theme-color);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1.2;
}

.bubba-service-content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.12;
}

.bubba-service-content p {
    margin: 0;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .header-layout7 .header-logo img,
    .mobile-logo img {
        max-height: 84px;
    }

    .bubba-service-content h3 {
        font-size: 21px;
    }

    .bubba-hero-template .vs-hero-slide::before,
    .bubba-hero-template .ls-slide::before {
        width: 100%;
        background:
            linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.74) 58%, rgba(0, 0, 0, 0.32) 100%),
            linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.62) 100%);
    }

    .bubba-order-dock {
        left: 12px;
        right: 12px;
        bottom: 10px;
        justify-content: space-between;
        transform: none;
    }

    .bubba-order-dock span {
        font-size: 13px;
    }

    .bubba-order-dock span em {
        font-size: 15px;
    }

    .bubba-order-dock a {
        padding: 0 14px;
    }

    .bubba-hero-fixed-copy {
        top: 130px;
        padding: 24px 22px 26px;
        border-radius: 0 18px 18px 0;
    }

    .bubba-hero-fixed-copy span {
        font-size: 30px;
    }

    .bubba-hero-fixed-copy h1 {
        font-size: clamp(34px, 10vw, 52px);
    }

    .bubba-hero-fixed-copy p {
        font-size: 15px;
    }

    .footer-widget-layout1 .vs-widget-recent-post .media-img {
        flex-basis: 118px;
        width: 118px;
    }

    .footer-widget-layout1 .vs-widget-recent-post .media-img img {
        height: 132px;
    }
}

@media (max-width: 575px) {
    html,
    body {
        overflow-x: hidden;
    }

    .vs-subscribe-wrapper,
    .footer-wrapper {
        max-width: 100vw;
        overflow: hidden;
    }

    .vs-subscribe-wrapper .container,
    .footer-widget-layout1 .container,
    .footer-copyright .container {
        width: 100%;
        max-width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }

    .footer-widget-layout1 .row {
        margin-right: 0;
        margin-left: 0;
    }

    .footer-widget-layout1 [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .vs-subscribe-layout2 .vs-subscribe {
        padding-right: 0;
        padding-left: 0;
    }

    .vs-subscribe-layout2 h2 {
        max-width: 310px;
        margin-right: auto;
        margin-left: auto;
        font-size: 24px;
        line-height: 1.15;
    }

    .vs-subscribe-layout2 p {
        max-width: 330px;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
        line-height: 1.45;
    }

    .vs-subscribe-form.subscribe-form-style1 {
        display: block !important;
        padding-left: 0;
    }

    .vs-subscribe-form.subscribe-form-style1 .subscribe-form-icon {
        left: 28px;
        top: 24px;
    }

    .vs-subscribe-form.subscribe-form-style1 input {
        width: 100%;
        padding-left: 58px;
        text-transform: none;
    }

    .vs-subscribe-form.subscribe-form-style1 .vs-btn {
        right: auto;
        display: block;
        width: 100%;
        margin-top: 16px;
    }

    .footer-widget-layout1 .widget-about-text,
    .footer-widget-layout1 .menu a,
    .footer-copyright p {
        max-width: 320px;
    }

    .footer-widget-layout1 .widget-about-text,
    .footer-copyright p {
        font-size: 14px;
        line-height: 1.7;
    }

    .footer-widget-layout1 .vs-widget-recent-post .recent-post {
        display: block;
    }

    .footer-widget-layout1 .vs-widget-recent-post .media-img {
        width: min(150px, 45vw);
        margin-bottom: 14px;
    }

    .footer-widget-layout1 .vs-widget-recent-post .media-img img {
        height: 140px;
    }
}
