/* Template    : TastyBites - Fast Food Restaurant Landing Page Template
   Author      : ZRTHEMES
   Version     : 1.0
   Author URI  : https://www.templatemonster.com/authors/zrthemes/
*/

/*-----------------------------------
 * Generale Style
 -----------------------------------*/

/* REMOVED SELF-IMPORT LOOP */

:root {
    --primColor: black;
    --bannerColor: #d5d5d5;
    --fontColor: Black;
    --logoSize: 100px;
    --logoSizeMobile: 100px;
    --bg-image: #BG_IMAGE#;
    --bg_color: white;
}

body {
    background: #ffffff;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    overflow-x: hidden;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}

h1, h4, h5, h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333;
    line-height: 1.5;
}

a {
    color: #febb5c;
    text-decoration: none !important;
    transition: color 0.3s ease-in-out; /* Optimized transition */
}

    a:hover, a:focus {
        color: #e0a045; /* Slightly darker on hover for better visibility */
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #929292;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.z-index {
    z-index: 9;
}

.position-relative {
    position: relative !important;
}

.form-control:focus {
    box-shadow: none;
    outline: 0 none;
    border-bottom: 1px solid #febb5c;
}

.btn:focus, button:focus, .button:focus {
    outline: none !important;
    box-shadow: none;
}

.black {
    color: #000 !important;
}

.delivery {
    color: #fdb959;
    font-size: 22px;
}

    .delivery img {
        max-width: 70px;
    }

/* --- Button Styling --- */
.button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 9px 35px;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0px;
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    /* Optimized transition for performance */
    transition: color 0.3s ease;
}

    .button img {
        max-width: 70px;
    }

    .button a {
        color: #fff;
    }

    .button:hover {
        color: #fff;
    }

    .button:before, .button:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #febb5c;
        transition: transform 0.3s;
        transform: scaleY(0);
        transform-origin: left top;
    }

    .button:before {
        opacity: .5;
    }

    .button:hover:before {
        transform: scaleY(1);
    }

    .button:hover:after {
        transition-delay: 0.2s;
        transform: scaleY(1);
    }

.bg-gray {
    background-color: #f8f8f9;
}

.bg-none {
    background: none !important;
}

.color-text {
    color: #febb5c;
}

dl, ol, ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mr-15 {
    margin-right: 15px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

h5 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.7px;
    font-family: 'Roboto', sans-serif;
}

/* --- Back to Top --- */
.back-to-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    color: #ffffff;
    background: #febb5c;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.9s;
}

    .back-to-top:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #5b5b5b;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }

    .back-to-top:hover:before, .back-to-top:focus:before {
        opacity: 1;
        visibility: visible;
    }

    .back-to-top.active {
        top: 97%;
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible;
    }

    .back-to-top i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: 0.5s;
        font-size: 20px;
    }

        .back-to-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%;
        }

    .back-to-top:hover i:first-child {
        opacity: 0;
        top: 0;
        visibility: hidden;
    }

    .back-to-top:hover i:last-child {
        opacity: 1;
        visibility: visible;
        top: 50%;
    }

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.valign {
    display: flex;
    align-items: center;
}

/* [ Start Overlay ] */
[data-overlay-dark], [data-overlay-light] {
    position: relative;
}

    [data-overlay-dark] .container, [data-overlay-light] .container {
        position: relative;
        z-index: 2;
    }

    [data-overlay-dark]:before, [data-overlay-light]:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    [data-overlay-light]:before {
        background: #fff;
    }

    /* Combine text color selectors */
    [data-overlay-dark] h1, [data-overlay-dark] h2, [data-overlay-dark] h3,
    [data-overlay-dark] h4, [data-overlay-dark] h5, [data-overlay-dark] h6,
    [data-overlay-dark] span,
    .bg-dark h1, .bg-dark span, .bg-color h1, .bg-color span {
        color: #fff;
    }

.bg-b {
    background-color: #000000;
}

[data-overlay-dark] p, .bg-dark p, .bg-color p {
    color: #dad6d6;
}

/* Overlay Opacities */
[data-overlay-dark="0"]:before, [data-overlay-light="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before, [data-overlay-light="1"]:before {
    opacity: .1;
}

[data-overlay-dark="2"]:before, [data-overlay-light="2"]:before {
    opacity: .2;
}

[data-overlay-dark="3"]:before, [data-overlay-light="3"]:before {
    opacity: .3;
}

[data-overlay-dark="4"]:before, [data-overlay-light="4"]:before {
    opacity: .4;
}

[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
    opacity: .5;
}

[data-overlay-dark="6"]:before, [data-overlay-light="6"]:before {
    opacity: .6;
}

[data-overlay-dark="7"]:before, [data-overlay-light="7"]:before {
    opacity: .7;
}

[data-overlay-dark="8"]:before, [data-overlay-light="8"]:before {
    opacity: .8;
}

[data-overlay-dark="9"]:before, [data-overlay-light="9"]:before {
    opacity: .9;
}

[data-overlay-dark="10"]:before, [data-overlay-light="10"]:before {
    opacity: 1;
}

/*-----------------------------------
 * Preloader Area CSS
 *-----------------------------------*/
.preloader {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999999;
    height: 100%;
    width: 100%;
    background-color: #fff;
}

    .preloader .preloader-wapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100vh;
    }

.spinner-loader {
    display: inline-block;
    position: relative;
    width: 70px;
    height: 70px;
}

    .spinner-loader img {
        position: absolute;
        animation: beat 0.3s infinite alternate;
    }

@keyframes beat {
    to {
        transform: scale(1.4);
    }
}

.spinner-loader div:nth-child(2) {
    animation-delay: -0.5s;
    border-radius: 50%;
}

@keyframes spinner-loader {
    0% {
        top: 35px;
        left: 35px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 70px;
        height: 70px;
        opacity: 0;
    }
}

/*-----------------------------------
 * Slider Home Style
 *-----------------------------------*/
.slider {
    position: relative;
}

    .slider.fixed-slider {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
    }

    .slider .swiper-slide-active {
        z-index: 3;
    }

    .slider .parallax-slider {
        position: relative;
    }

.swiper-button-next:after, .swiper-button-prev:after {
    color: #febb5c;
}

.slider .parallax-slider .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    max-height: 700px;
    padding-bottom: 50px;
}

    .slider .parallax-slider .swiper-slide .bg-img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
    }

.slider .parallax-slider .swiper-slide-active .caption h1 {
    opacity: 1;
    animation: fadeInLeft .8s;
    animation-delay: .3s;
}

.slider .parallax-slider .caption {
    text-align: left;
    margin-top: 50px;
}

    /* Parallax Shapes */
    .slider .parallax-slider .caption:before, .slider .parallax-slider .caption:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0.4;
        text-align: center;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }

    .slider .parallax-slider .caption:before {
        left: -8%;
        top: -47%;
        max-width: 122px;
        background-image: url(../images/shape-design-1.png);
        animation: beat 5s infinite alternate;
    }

    .slider .parallax-slider .caption:after {
        right: -8%;
        bottom: 0;
        max-width: 900px;
        background-image: url(../images/shape-design-2.png);
        animation: beat 3s infinite alternate;
    }

    .slider .parallax-slider .caption h2 {
        text-transform: uppercase;
        font-weight: bold;
        color: white;
    }

    .slider .parallax-slider .caption h1 {
        font-size: 5rem;
        font-weight: 900;
        color: #fff;
        opacity: 1;
        visibility: visible;
        font-family: 'Roboto', sans-serif;
        display: inline-block;
        position: relative;
    }

        .slider .parallax-slider .caption h1:after {
            content: '';
            height: 4px;
            background: white;
            position: absolute;
            top: 7px;
            width: 111px;
            display: inline-block;
            left: 0;
            right: 0;
        }

    .slider .parallax-slider .caption p {
        color: #fff;
        font-weight: 500;
        margin-top: 10px;
        opacity: 1;
    }

.slider .parallax-slider .swiper-slide-active .caption p {
    animation: fadeInRight .8s;
}

.home-slider-btn {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    position: relative;
    opacity: 1;
    animation: fadeInUp 1s;
    transition: all .4s;
    color: white;
}

    /* Reuse .button styles but overriding colors */
    .home-slider-btn .button {
        font-size: 18px;
        font-weight: 400;
        border: 0;
        background: var(--primColor);
        margin-top: 25px;
    }

        .home-slider-btn .button:before {
            background-color: #171717;
        }

        .home-slider-btn .button:after {
            background-color: var(--primColor);
            color: white;
        }

.slider .control-text {
    position: absolute;
    bottom: 0;
    z-index: 8;
    width: 100%;
    height: auto;
    align-items: center;
}

    .slider .control-text .swiper-nav-ctrl {
        color: #eee;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 3px;
        margin-left: 50px;
        margin-right: 50px;
        position: static;
        display: inline-block;
        background: transparent;
        padding: 6px 10px;
        border-radius: 3px;
    }

        .slider .control-text .swiper-nav-ctrl:after {
            font-size: 25px;
            width: 60px;
            height: 60px;
            line-height: 60px;
            border-radius: 50%;
            display: block;
            text-align: center;
            background: rgb(0, 0, 0, 0.3);
        }

.slider .swiper-pagination-bullets {
    bottom: 20px;
}

.slider .swiper-pagination-bullet {
    background: #f6a640;
    opacity: .4;
    width: 30px;
    border: 0;
    border-radius: 10px;
}

.slider .swiper-pagination-bullet-active {
    background: #f6a640;
    opacity: 1;
}

.header-chef-image {
    position: absolute;
    bottom: 0;
    z-index: 90;
    right: 0;
}

    .header-chef-image img {
        width: 100%;
        max-width: 600px;
    }

#modal-landing {
    text-align: center;
    margin: auto;
}

.selection-landing {
    display: flex;
    justify-content: center; /* Improved centering */
    gap: 20px; /* Space between items */
    flex-wrap: wrap;
}

/*-----------------------------------
 * Service Cards Style & Media Queries
 *-----------------------------------*/

/* DESKTOP VIEW */
@media (min-width: 1025px) {
    .tasty-bites-theme-single-service-card {
        position: relative;
        border-radius: 3px;
        overflow: hidden;
        padding: 20px;
        /* Removed hard margin-left: 110px. Centering is handled by .selection-landing (flex) */
        min-width: 200px; /* Ensure uniform size */
    }

        .tasty-bites-theme-single-service-card img {
            max-width: 160px;
            margin-bottom: 20px;
            transition: transform 0.2s;
        }

            .tasty-bites-theme-single-service-card img:hover {
                transform: scale(1.1);
            }

    #slider-home {
        margin-top: 120px;
    }
}

/* MOBILE/TABLET SHARED */
@media (min-width: 320px) {
    .tasty-bites-theme-single-service-card {
        position: relative;
        border-radius: 3px;
        overflow: hidden;
        margin: auto;
    }

        .tasty-bites-theme-single-service-card img {
            max-width: 100px;
        }

    img {
        transition: all 0.2s;
    }
}

.modal-header {
    background: var(--bannerColor);
    color: white;
    border: none;
}

.tasty-bites-theme-single-service-card h5 {
    /* FIXED SYNTAX ERROR: removed semicolon inside var() */
    background: -webkit-linear-gradient(180deg, var(--primColor), #126905);
    background: linear-gradient(180deg, var(--primColor), #126905);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: var(--primColor); /* Fallback */
    margin-top: 10px;
}

/* Animations */
@keyframes ripple-white {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4), 0 0 0 20px rgba(255, 255, 255, 0.4), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.animation-bounce {
    animation: bounce 3s infinite ease-in-out;
}

@keyframes bounce {
    0% {
        transform: translateY(-5px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.bg-grey {
    background: #f5f5f5;
}

.bg-dark {
    background: #17161c !important;
}

/*-----------------------------------
 * Footer Section Style
 *-----------------------------------*/
.footer-section {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

    .footer-section::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.9;
        z-index: 0;
        background: var(--bannerColor);
    }

    .footer-section .contact-info {
        margin-bottom: 10px;
    }

        .footer-section .contact-info i,
        .footer-section .contact-info h6,
        .footer-section .contact-info p {
            color: var(--fontColor);
        }

        .footer-section .contact-info i {
            margin-right: 10px;
        }

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #febb5c;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

    .cta-text h4 {
        color: #febb5c;
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 2px;
    }

    .cta-text span {
        color: #757575;
        font-size: 15px;
    }

.footer-content {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

.footer-logo {
    margin-bottom: 30px;
    color: white;
}

    .footer-logo img {
        max-width: 50px;
        padding: 5px;
        /* FIXED SYNTAX ERROR: removed semicolon inside var() */
        background: linear-gradient(180deg, var(--fontColor));
        border-radius: 50%;
    }

    .footer-logo h1 {
        color: var(--fontColor);
        font-size: 23px;
        margin-left: 10px;
    }

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: var(--fontColor);
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    text-align: center;
    line-height: 41px;
    border-radius: 50%;
}

    .footer-social-icon i:hover {
        color: #febb5c;
    }

.footer-widget-heading h3 {
    color: var(--fontColor);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    margin-top: 10px;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

    .footer-widget ul li a {
        color: var(--fontColor);
        text-transform: capitalize;
    }

        .footer-widget ul li a:hover {
            color: #febb5c;
            margin-left: 10px;
        }

        .footer-widget ul li a i {
            margin-right: 10px;
        }

.subscribe-form {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    outline: none;
}

    .subscribe-form input {
        width: 100%;
        padding: 14px 28px;
        background: var(--fontColor);
        border: 1px solid var(--fontColor);
        color: #000;
        outline: none;
    }

    .subscribe-form button {
        position: absolute;
        right: 0;
        background: #febb5c;
        padding: 16px 20px;
        /* FIXED: Border honeydew was invalid */
        border: none;
        top: 0px;
    }

        .subscribe-form button i {
            color: #fff;
            font-size: 22px;
            transform: rotate(-6deg);
        }

        .subscribe-form button:hover {
            background: #2e2e2e;
        }

.copyright-area {
    background: var(--color-primary);
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: var(--fontColor);
}

    .copyright-text p a {
        color: var(--color-primary);
    }

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

    .footer-menu li a {
        font-size: 14px;
        color: var(--fontColor);
    }

        .footer-menu li a:hover {
            color: #febb5c;
        }

.margin-bottom-30 {
    margin-bottom: 30px;
}

.hidden {
    display: none;
}

/* --------------------------------------------------------
   MEDIA QUERY SPECIFICS (Logic preserved as requested)
   --------------------------------------------------------
*/

@media only screen and (max-width: 767px) {
    .button {
        height: 65px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .tasty-bites-theme-menu-header-navber-area .nav-top-bar {
        display: none;
    }

    #navbarDefault {
        height: 303px;
        overflow-y: scroll;
        width: 100%;
        background: rgb(255 255 255);
    }

    .home-area {
        padding-top: 130px;
    }

        .home-area .home-content h1 {
            font-size: 65px;
        }

    /* slider */
    .slider .parallax-slider .caption {
        text-align: center !important;
        padding: 0 30px;
    }

        .slider .parallax-slider .caption h2 {
            font-size: 1.5rem;
        }

        .slider .parallax-slider .caption h1 {
            font-size: 2rem;
        }

            .slider .parallax-slider .caption h1:after {
                display: none;
            }

    .slider .control-text .swiper-nav-ctrl {
        margin-left: 10px;
        margin-right: 10px;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .menu-day-product-content .menu-day-tab-list li {
        padding: 10px 15px;
        margin: 15px 0;
        border: 0;
    }

        .menu-day-product-content .menu-day-tab-list li a {
            font-size: 16px;
        }

    .TastyBites-theme-reservation-area h2 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .gallery-area .gallery-list .nav li {
        margin: 10px 10px;
        min-width: auto;
    }

    .theme-single-press-content {
        margin-bottom: 15px;
    }

        .theme-single-press-content h3 {
            padding-bottom: 15px;
        }

    .contact-box {
        margin-bottom: 30px;
    }

    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .footer-area {
        text-align: center;
    }

        .footer-area .footer-link ul {
            margin-top: 10px;
            text-align: center;
            list-style-type: none;
        }

    .header-chef-image img {
        max-width: 200px;
    }

    .navbar-nav {
        margin-top: 15px;
    }

    .navbar-b .nav-link {
        text-align: center;
    }

    .top-call-to-action {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .book-now a {
        display: inline-block;
    }

    .TastyBites-theme-reservation-area .text-right {
        text-align: left !important;
    }

    .tasty-bites-theme-single-service {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .home-area .home-content h1 {
        font-size: 80px;
    }

    .home-area {
        padding-top: 170px;
        padding-bottom: 40px;
    }

    .about-image {
        text-align: center;
        margin-top: 30px;
    }

    .tab .tabs li {
        margin: 0 20px;
    }

    .theme-single-press-content {
        margin-bottom: 30px;
    }

        .theme-single-press-content h3 {
            padding-bottom: 15px;
        }

    .contact-box {
        margin-bottom: 30px;
    }

    #navbarDefault {
        height: 303px;
        overflow-y: scroll;
        background: rgb(255 255 255 / 78%);
    }

    .header-chef-image img {
        max-width: 200px;
    }

    .navbar-nav {
        margin-top: 85px;
    }

    .book-now a {
        display: inline-block;
    }

    .TastyBites-theme-reservation-area .text-right {
        text-align: left !important;
    }

    .tasty-bites-theme-single-service {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 320px) {
    .section-title h2 {
        font-size: 30px;
    }

    .navbar-nav {
        margin-top: 15px;
    }

    .navbar-b .nav-item {
        margin-bottom: 10px;
    }

        .navbar-b .nav-item:last-child {
            margin-bottom: 0px;
        }

    #navbarDefault {
        width: 100%;
    }

    .home-area .home-content {
        margin-bottom: 30px;
        text-align: center;
    }

    .home-area {
        padding-top: 130px;
    }

        .home-area .home-content h1 {
            font-size: 40px;
        }

    .slider .parallax-slider .caption h1 {
        font-size: 40px;
    }

    .slider .control-text .swiper-nav-ctrl {
        display: none;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .TastyBites-theme-reservation-area h2 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .gallery-area .gallery-list .nav li {
        margin: 10px 10px;
    }

    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .footer-area {
        text-align: center;
    }

        .footer-area .footer-link ul {
            margin-top: 10px;
            text-align: center;
            list-style-type: none;
        }
}

@media only screen and (max-width: 479px) {
    .section-title h2 {
        font-size: 30px;
    }

    .navbar-b .nav-item {
        margin-bottom: 0;
    }

        .navbar-b .nav-item:last-child {
            margin-bottom: 0px;
        }

    .home-area .home-content h1 {
        font-size: 50px;
    }

    .slider .control-text .swiper-nav-ctrl {
        display: none;
    }

    .about-content h2 {
        font-size: 30px;
    }

    .TastyBites-theme-reservation-area h2 {
        font-size: 35px;
        margin-bottom: 0;
    }

    .theme-single-press-content h3 {
        padding-bottom: 15px;
    }

    .contact-box {
        margin-bottom: 30px;
    }

    .form-container-box {
        padding: 25px 15px;
        margin-top: 30px;
    }

    .footer-area {
        text-align: center;
    }

        .footer-area .footer-link ul {
            margin-top: 10px;
            text-align: center;
            list-style-type: none;
        }
}
