/* ==========================================================================
    01. General and Typography 
========================================================================== */
body {
    /*font-family:'Kreon',serif;*/
    -webkit-font-smoothing:antialiased;
    -webkit-text-size-adjust:100%;
}
img {
    max-height:100%;
    max-width:100%;
}
section {
    position:relative;
    padding:0;
    background:#F0A830;
    color:#FFF;
    text-align:center;
}
h2 {
  font-size: 18px;
}
.bigger {font-size: 18px;}
.bigger p{margin: 0 0 2px;}
h1 {
  font-size: 30px;
}
a {
    text-shadow: 1px 1px 2px black;
}
section::before,section::after {
    position:absolute;
    content: '';
}
.numb{position: absolute;top: 0;}
.numb a{color: #fff;display: block;
font-size: 18px;    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;}
.numb a:hover{color: #456AD4;}
/* Separators Styles */
.ss-style-top::before {
    left:0;
    width:100%;
    height:30px;
    -webkit-background-size:20px 100%;
    -moz-background-size:25px 100%;
    -o-background-size:20px 100%;
    background-size:20px 100%;
    top:0;
    background-image:linear-gradient(315deg,#fbfbfb 50%,transparent 50%),linear-gradient(45deg,#fbfbfb 50%,transparent 50%);
    margin-top:-29px;
    z-index:100;
}
.ss-style-bottom::before {
    left:0;
    width:100%;
    height:30px;
    -webkit-background-size:20px 100%;
    -moz-background-size:25px 100%;
    -o-background-size:20px 100%;
    background-size:20px 100%;
    top:0;
    background-image:linear-gradient(583deg,#fbfbfb 50%,transparent 50%),linear-gradient(136deg,#fbfbfb 50%,transparent 50%);
    margin-top:-1px;
    z-index: 100;
}


/* ==========================================================================
    02. Header 
========================================================================== */
#header {
    background-image:url(../img/night.jpg);
    -webkit-background-size:/*@@prefixmycss->No equivalent*/;
    -moz-background-size:cover;
    -o-background-size:/*@@prefixmycss->No equivalent*/;
    background-size:cover;
    background-position:center center;
    background-attachment:fixed;
    background-repeat:no-repeat;
    position:relative;
}
.bg-overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(44,33,5,0.2);
    z-index:0;
}
#header .center {
    position:relative;
    z-index:1;
    color:white;
}
#header .bottom {
    color:white;
}
#header .center .slogan {
    font-size:26px;
    text-transform:uppercase;
}
#header .banner h1 {
    font-size: calc(5vw + 20px); /* Динамічний розмір тексту для адаптації */
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5); /* Напівпрозорий чорний фон */
    padding: 10px 15px;
    border-radius: 8px;
    max-width: 100%; /* Обмеження ширини блоку */
    box-sizing: border-box; /* Врахування padding у ширині */
    text-align: center;
    word-wrap: break-word; /* Перенесення слів для уникнення виходу за межі */
    margin: 0 auto; /* Центрування блоку */
}


/*#header .subtitle h4 {
    display:inline-block;
    background:white;
    color:#456AD4;
    font-size:38px;
    padding:0px 15px;
}*/

#header .subtitle h4 {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5); /* Напівпрозорий чорний фон */
    color: #FFFFFF; /* Білий текст */
    font-size: 32px; /* Розмір тексту */
    font-weight: 600; /* Напівжирний текст */
    padding: 12px 24px; /* Просторі відступи */
    border-radius: 12px; /* Згладжені кути */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3); /* Легка тінь */
    margin-top: 20px; /* Відступ від заголовка */
    text-align: center; /* Центрування тексту */
}

#header .subtitle h4 a {
    color: #B0BEC5; /* Світло-сірий для тексту */
    text-decoration: none; /* Забираємо підкреслення */
    font-weight: 700; /* Жирний текст */
    margin: 0 10px; /* Відступ між елементами */
    transition: color 0.3s ease; /* Плавний перехід кольору */
}

#header .subtitle h4 a:hover {
    color: #FFFFFF; /* Білий при наведенні */
}

#header .subtitle h4 i {
    margin-right: 10px; /* Відступ між іконкою та текстом */
    color: #FFD700; /* Золотистий колір іконки */
    font-size: 24px; /* Розмір іконки */
    vertical-align: middle; /* Вирівнювання з текстом */
    transition: color 0.3s ease; /* Плавна зміна кольору */
}

#header .subtitle h4 a:hover i {
    color: #FFFFFF; /* Білий колір іконки при наведенні */
}

#header .banner {
    position: relative; /* Для керування позиціонуванням */
    top: -70px; /* Піднімає текст вище */
    transform: translateY(-30%); /* Ще більше піднімає текст для корекції */
    text-align: center; /* Центрує текст горизонтально */
}

#header .subtitle {
    position: relative; /* Для впливу на текст під номерами */
    top: -90px; /* Піднімає блок з телефонами */
}



#header .bottom {
    text-align:center;
    width:100%;
    position:absolute;
    bottom:30px;
}
#header .bottom a {
    font-size:36px;
    color:whitesmoke;
    position:relative;
    top:-5px;
}
.navbar-nav>li:nth-child(3) {
    margin-right: 110px;
}


/* ==========================================================================
    03. Navigation 
========================================================================== */
#menu {
    background:rgba(33,45,57,0.8);
    margin-bottom:0;
}
.navbar-brand h2 {
    margin-top:0;
    font-weight:bold;
    color:white;
}
.navbar-brand {
    padding-top:8px;
    padding-bottom:0;
}
.navbar-inverse .navbar-nav>li>a {
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
    color:white;
    font-weight:bold;
}
.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>.active>a {
    background:#456AD4;
    color:white;
    text-shadow:none;
}
a:hover{text-decoration:none;    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;}

/* ==========================================================================
    04. Services 
========================================================================== */
.light-wrapper {
    background:#fbfbfb;
        margin-top: 1px;
}
.inner {
padding-top: 40px;
padding-bottom: 40px;
}
.section-title {
    font-size:36px;
    line-height:40px;
    text-transform:uppercase;
    margin-bottom:15px;
    font-weight:600;
}
.main.lead {
    margin-bottom:80px;
}
.lead {
    font-size:17px;
    line-height:24px;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:15px;
    color:#2e2e2e;
    position:relative;
}
.lead:after {
    position:absolute;
    content:' ';
    background:#456AD4;
    width:80px;
    height:3px;
    bottom:-22px;
    left:50%;
    margin-left:-40px;
}
.story .col-wrapper {
    padding:0 10px;
}
.story .icon-wrapper {
    position:relative;
    height:80px;
    margin-top: 40px;
}


/* ==========================================================================
    05. parallax 
========================================================================== */
.parallax {
    background:url(../img/parallax1.jpg) fixed no-repeat center center;
    -webkit-background-size:/*@@prefixmycss->No equivalent*/;
    -moz-background-size:cover;
    -o-background-size:/*@@prefixmycss->No equivalent*/;
    background-size:cover;
    position:relative;
    color:#FFF;
}
.parallax .inner {
padding-top: 80px;
padding-bottom: 80px;
}
.parallax.parallax2 {
    background-image:url(../img/parallax2.jpg);
}
.bm10 {
    margin-bottom:10px !important;
}
.facts h4 {
    font-size:40px;
    margin-bottom:20px;
}
.parallax h1,.parallax h2,.parallax h3,.parallax h4,.parallax h5,.parallax h6 {
    color:#fff;
}
.facts p {
    font-size:16px;
    text-transform:uppercase;
    margin:0;
}
.story .icon-wrapper i {
    font-size:70px;
}
.facts i {
    font-size: 70px;
}


/* ==========================================================================
    06. Food menu 
========================================================================== */
.menu-items {
    text-align:center;
    margin:0 auto;
}
.menu-titles h1 {
    text-shadow:none;
    color:#456AD4;
    text-align:center;
    margin:0 auto;
    padding-top:30px;
    padding-bottom:15px;
    text-transform: uppercase;
}
#food-menu ul {
    margin:0;
    padding:0;
    list-style:none;
}
.menu-images img {
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:50%;
    border:5px solid #dadada;
    display:block;
    margin:auto;
    margin-top: 40px;
	    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -o-transition:all 0.4s;
    transition:all 0.4s;
}

.menu-images img:hover {border:5px solid #456AD4;cursor:pointer}
/* ==========================================================================
    07. Special offers 
========================================================================== */
.hot-tag {
    position:absolute;
    bottom:0;
    right:0;
    z-index:15;
    display:inline-block;
    width:80px;
    height:80px;
    line-height:90px;
    text-align:center;
    font-weight:700;
    color:#fff;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
    border-radius:100px;
}
.br-red {
    background-color:#456AD4 !important;
}
.br-lblue {
    background-color:#32c8de !important;
}
.br-green {
    background-color:#51d466 !important;
}
.pricing {
    border-top:1px solid #f1f1f1;
}
.pricing .pricing-item {
    position:relative;
    margin-top:40px;
    margin-bottom:10px;
}
.pricing .pricing-item img {
    max-width:250px;
    float:left;
}
.pricing-item-details a,.pricing-item-details p,.pricing .lead {
    color:white;
    font-weight:bold;
}
.pricing .pricing-item .pricing-item-details {
    margin-left:265px;
}
.pricing .pricing-item .pricing-item-details h3 {
    margin-top:0;
    margin-bottom:8px;
    font-size:22px;
}
.pricing .pricing-item .pricing-item-details p {
}
.pricing .pricing-item .pricing-item-details a.btn {
    margin-top:10px;
}
.pricing .pricing-item .pricing-item-details a.view-link {
    display:inline-block;
    margin-top:7px;
    font-size:12px;
    border-bottom:1px dotted #aeaeae;
}
.pricing .pricing-item .hot-tag {
    top:0;
    left:0;
    margin-top:-15px;
    margin-left:-15px;
width: 63px;
height: 63px;
line-height: 55px;
    font-size:23px;
    font-weight:700;
    border: 4px solid white;
}


/* ==========================================================================
    08. Reservation 
========================================================================== */
.form-group {
    margin-bottom:24px;
}
.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor:not-allowed;
    background-color: transparent;
}
.form-control {
    height:38px;
    font-size:14px;
    vertical-align:middle;
    background-color:transparent;
    -webkit-border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    -webkit-box-shadow:none !important;
    -moz-box-shadow:none !important;
    box-shadow:none !important;
    -webkit-transition:none !important;
    -moz-transition:none !important;
    -o-transition:none !important;
    transition:none !important;
}

.form p {
    margin: 10px 0 30px 0;
}


/* ==========================================================================
    09. Chefs 
========================================================================== */
.chefs img {
    border:5px solid #e7e7e7;
    width: 80%;
}


/* ==========================================================================
    10. Footer 
========================================================================== */
.dark-wrapper {
    background:#456AD4;
    color:white;
    font-size:20px;
    font-weight:bold;
}
.dark-wrapper .ss-style-top::before {
    background-image:linear-gradient(315deg,#456AD4 50%,transparent 50%),linear-gradient(45deg,#456AD4 50%,transparent 50%);
}
.social-bar {
    width:100%;
    text-align:right;
}
.social-bar a {
    display:inline-block;
    margin-right:11px;
    font-size:2.15em;
    text-decoration:none;
    color:#fff;
    opacity:1;
    filter:alpha(opacity=100);
    -webkit-transition:opacity 350ms ease;
    -moz-transition:opacity 350ms ease;
    -o-transition:opacity 350ms ease;
    transition:opacity 350ms ease;
}
.social-bar a:hover {
    opacity:0.5;
    filter: alpha(opacity=50);
}

.themeBy{
    color: #456AD4;
    background: white;
}

/* ==========================================================================
    11. Responsive styles 
========================================================================== */

@media (max-width: 991px){
    .pricing .pricing-item .pricing-item-details {
        margin-left: 0;
    }

    .pricing .pricing-item a img {
        float: none;
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float:none !important;
        width:100%;
        text-align:center;
        margin-left: -14px;
    }
    .navbar-nav>li {
        display:inline-block;
        float:none;
    }
    #logo {
        position:absolute;
        display:block !important;
        width:110px;
        left:50%;
        margin-left:-55px;
        background:black;
        -webkit-border-radius:0 0 100% 100%;
        -moz-border-radius:0 0 100% 100%;
        border-radius:0 0 100% 100%;
        padding: 12px;
    }
}

@media (max-width:767px) {
    #header .banner h1 {
        font-size:40px;
    }
    #header .subtitle h4 {
        font-size: 22px;
    }
    .social-bar {
        text-align: left;
        margin-top: 30px;
    }
}

/* ==========================================================================
   Modern header and hero 2026
========================================================================== */

:root {
    --modern-yellow: #f5b400;
    --modern-dark: #1f2933;
    --modern-text: #1f2933;
    --modern-white: #ffffff;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(31, 41, 51, 0.96);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.site-header__inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-header__logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.site-header__logo img {
    width: 86px;
    height: auto;
    display: block;
}

.site-header__nav {
    flex: 1 1 auto;
}

.modern-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.modern-nav li {
    list-style: none;
}

.modern-nav li a {
    display: block;
    padding: 12px 13px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 10px;
    text-shadow: none;
    transition: 0.25s ease;
}

.modern-nav li a:hover,
.modern-nav li.active a {
    background: rgba(245, 180, 0, 0.16);
    color: var(--modern-yellow);
}

.site-header__contacts {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 0 0 auto;
}

.site-header__phone {
    color: #ffffff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: none;
}

.site-header__phone:hover {
    color: var(--modern-yellow);
}

.site-header__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    background: var(--modern-yellow);
    color: #111111;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
    text-shadow: none;
}

.site-header__button:hover {
    background: #ffd24a;
    color: #111111;
}

.hero-section {
    position: relative;
    min-height: 720px;
    display: flex;
    align-items: center;
    background-image: url("../img/night.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    color: #ffffff;
}

.hero-section__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.78) 0%,
        rgba(0,0,0,0.56) 46%,
        rgba(0,0,0,0.22) 100%
    );
    z-index: 1;
}

.hero-section__inner {
    position: relative;
    z-index: 2;
    padding-top: 110px;
    padding-bottom: 70px;
}

.hero-section__content {
    max-width: 720px;
}

.hero-section__label {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    margin-bottom: 22px;
    border-radius: 999px;
    background: rgba(245, 180, 0, 0.18);
    color: var(--modern-yellow);
    font-size: 15px;
    font-weight: 800;
}

.hero-section h1 {
    margin: 0 0 24px;
    color: #ffffff;
    font-size: clamp(38px, 6vw, 74px);
    line-height: 1.05;
    font-weight: 900;
    text-transform: none;
    text-shadow: none;
}

.hero-section p {
    max-width: 630px;
    margin: 0 0 32px;
    color: rgba(255,255,255,0.9);
    font-size: 21px;
    line-height: 1.5;
    text-shadow: none;
}

.hero-section__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}

.hero-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    font-size: 17px;
    font-weight: 900;
    text-decoration: none;
    text-shadow: none;
}

.hero-section__button--primary {
    background: var(--modern-yellow);
    color: #111111;
}

.hero-section__button--primary:hover {
    background: #ffd24a;
    color: #111111;
}

.hero-section__button--secondary {
    background: rgba(255,255,255,0.13);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.32);
}

.hero-section__button--secondary:hover {
    background: rgba(255,255,255,0.22);
    color: #ffffff;
}

.hero-section__phones {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.hero-section__phones a {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    text-shadow: none;
}

.hero-section__phones a:hover {
    color: var(--modern-yellow);
}

@media (max-width: 991px) {
    .site-header__inner {
        min-height: 68px;
    }

    .site-header__nav {
        display: none;
    }

    .site-header__logo img {
        width: 70px;
    }

    .site-header__contacts {
        margin-left: auto;
    }
}

@media (max-width: 767px) {
    .site-header__phone {
        display: none;
    }

    .site-header__button {
        min-height: 38px;
        padding: 0 14px;
        font-size: 14px;
    }

    .hero-section {
        min-height: 640px;
        background-attachment: scroll;
    }

    .hero-section__inner {
        padding-top: 95px;
        padding-bottom: 50px;
    }

    .hero-section h1 {
        font-size: 40px;
    }

    .hero-section p {
        font-size: 18px;
    }

    .hero-section__actions {
        flex-direction: column;
    }

    .hero-section__button {
        width: 100%;
    }

    .hero-section__phones {
        flex-direction: column;
        gap: 8px;
    }
}

/* ==========================================================================
   Modern fixes 2026
========================================================================== */

.site-header__logo img {
    width: 100px;
}

.ss-style-top,
.ss-style-bottom,
.ss-style-top::before,
.ss-style-bottom::before {
    display: none !important;
}

@media (max-width: 767px) {
    .site-header__logo img {
        width: 86px;
    }

    .hero-section h1 {
        font-size: 42px;
        line-height: 1.08;
    }

    .hero-section__label {
        font-size: 14px;
        padding: 8px 14px;
    }

    .hero-section__phones a {
        font-size: 22px;
    }
}

/* ==========================================================================
   Modern products section 2026
========================================================================== */

#food-menu.light-wrapper {
    background: #f7f7f2;
}

#food-menu .inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

#food-menu .section-title {
    max-width: 820px;
    margin: 0 auto 22px;
    color: #1f2933;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    font-weight: 900;
    text-transform: none;
}

#food-menu .lead.main {
    max-width: 900px;
    margin: 0 auto 34px;
    color: #475467;
    font-size: 18px;
    line-height: 1.65;
    text-transform: none;
}

#food-menu .lead:after {
    display: none;
}

#food-menu .section-title a {
    color: #f5b400;
    text-shadow: none;
}

#food-menu .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu-items {
    margin-bottom: 28px;
}

.menu-images img {
    width: 210px;
    height: 210px;
    object-fit: cover;
    border-radius: 26px;
    border: 0;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.menu-images img:hover {
    border: 0;
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.18);
}

.menu-titles h1 {
    padding-top: 20px;
    padding-bottom: 8px;
    color: #1f2933;
    font-size: 26px;
    line-height: 1.15;
    font-weight: 900;
    text-transform: none;
    text-shadow: none;
}

.menu-items p {
    margin: 4px 0;
    color: #344054;
    font-size: 17px;
    line-height: 1.45;
}

.menu-items span {
    font-weight: 800;
    color: #1f2933;
}

@media (max-width: 767px) {
    #food-menu .inner {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    #food-menu .section-title {
        font-size: 32px;
    }

    #food-menu .lead.main {
        font-size: 16px;
        line-height: 1.55;
        margin-bottom: 26px;
    }

    .menu-images img {
        width: 180px;
        height: 180px;
    }

    .menu-titles h1 {
        font-size: 24px;
    }

    .menu-items p {
        font-size: 16px;
    }
}

/* ==========================================================================
   Modern products mobile fixes 2026
========================================================================== */

html {
    scroll-padding-top: 90px;
}

#food-menu,
#special-offser,
#reservation,
#chefs,
#story {
    scroll-margin-top: 90px;
}

#food-menu .section-title.text-center a {
    display: inline-block;
    font-size: clamp(28px, 7vw, 44px);
    line-height: 1.15;
}

#food-menu .section-title.text-center {
    word-break: normal;
}

@media (max-width: 767px) {
    #food-menu {
        padding-top: 20px;
    }

    #food-menu .section-title.text-center a {
        font-size: 32px;
    }

    #food-menu .section-title {
        padding-left: 12px;
        padding-right: 12px;
    }

    #food-menu .lead.main {
        padding-left: 16px;
        padding-right: 16px;
    }

    .menu-items {
        padding-left: 12px;
        padding-right: 12px;
    }
}

/* ==========================================================================
   Products CTA phones 2026
========================================================================== */

.products-cta {
    max-width: 760px;
    margin: 36px auto 54px;
    padding: 26px 28px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 16px 45px rgba(0,0,0,0.08);
    text-align: center;
}

.products-cta p {
    margin: 0 0 18px;
    color: #475467;
    font-size: 18px;
    line-height: 1.45;
}

.products-cta__phones {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.products-cta__phones a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    background: #f5b400;
    color: #111111;
    font-size: 18px;
    font-weight: 900;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}

.products-cta__phones a:hover {
    background: #ffd24a;
    color: #111111;
}

@media (max-width: 767px) {
    .products-cta {
        margin: 28px 16px 42px;
        padding: 22px 18px;
        border-radius: 20px;
    }

    .products-cta p {
        font-size: 16px;
    }

    .products-cta__phones {
        flex-direction: column;
    }

    .products-cta__phones a {
        width: 100%;
        font-size: 17px;
    }
}

/* ==========================================================================
   Modern services section 2026
========================================================================== */

#special-offser.parallax {
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.82), rgba(15, 23, 42, 0.82)),
        url("../img/parallax1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

#special-offser .inner {
    padding-top: 80px;
    padding-bottom: 80px;
}

#special-offser .section-title {
    max-width: 820px;
    margin: 0 auto 18px;
    color: #ffffff;
    font-size: clamp(32px, 5vw, 52px);
    line-height: 1.1;
    font-weight: 900;
    text-transform: none;
    text-shadow: none;
}

#special-offser .lead.main {
    max-width: 760px;
    margin: 0 auto 52px;
    color: rgba(255,255,255,0.86);
    font-size: 19px;
    line-height: 1.55;
    text-transform: none;
    font-weight: 400;
    text-shadow: none;
}

#special-offser .lead:after {
    display: none;
}

#special-offser .row {
    display: flex;
    flex-wrap: wrap;
}

#special-offser .pricing-item {
    height: 100%;
    margin-top: 0;
    margin-bottom: 28px;
    padding: 18px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.22);
    backdrop-filter: blur(4px);
}

#special-offser .pricing-item img {
    width: 170px;
    height: 150px;
    object-fit: cover;
    float: none;
    max-width: none;
    margin: 0 0 16px;
    border: 0;
    border-radius: 18px;
    box-shadow: none;
}

#special-offser .pricing-item .pricing-item-details {
    margin-left: 0;
}

#special-offser .pricing-item .pricing-item-details h3 {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 900;
    text-shadow: none;
}

#special-offser .pricing-item .pricing-item-details h3 a {
    color: #ffffff;
    text-shadow: none;
}

#special-offser .pricing-item .pricing-item-details p {
    color: rgba(255,255,255,0.84);
    font-size: 16px;
    line-height: 1.45;
    font-weight: 400;
    text-shadow: none;
}

#special-offser .pricing-item .pricing-item-details a.btn {
    margin-top: 12px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #f5b400;
    border: 0;
    color: #111111;
    font-weight: 900;
    text-shadow: none;
}

#special-offser .pricing-item .pricing-item-details a.btn:hover {
    background: #ffd24a;
    color: #111111;
}

#special-offser .hot-tag {
    top: 8px;
    left: 8px;
    width: 46px;
    height: 46px;
    line-height: 39px;
    margin: 0;
    border: 4px solid #ffffff;
    font-size: 22px;
}

@media (max-width: 767px) {
    #special-offser .inner {
        padding-top: 58px;
        padding-bottom: 58px;
    }

    #special-offser .lead.main {
        margin-bottom: 34px;
        font-size: 17px;
    }

    #special-offser .pricing-item {
        text-align: left;
        margin-bottom: 20px;
    }

    #special-offser .pricing-item img {
        width: 100%;
        height: 190px;
    }

    #special-offser .pricing-item .pricing-item-details h3 {
        font-size: 21px;
    }
}

/* ==========================================================================
   Modern about / contacts section 2026
========================================================================== */

#story.light-wrapper {
    background: #ffffff;
}

#story .inner {
    padding-top: 76px;
    padding-bottom: 76px;
}

#story .section-title {
    max-width: 760px;
    margin: 0 auto 20px;
    color: #1f2933;
    font-size: clamp(30px, 5vw, 46px);
    line-height: 1.15;
    font-weight: 900;
    text-transform: none;
    text-shadow: none;
}

#story .lead.main {
    max-width: 820px;
    margin: 0 auto 50px;
    color: #475467;
    font-size: 18px;
    line-height: 1.6;
    text-transform: none;
    font-weight: 400;
    text-shadow: none;
}

#story .lead:after {
    display: none;
}

#story .story {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#story .story .col-wrapper {
    height: 100%;
    padding: 30px 22px;
    background: #f7f7f2;
    border-radius: 24px;
    box-shadow: 0 14px 40px rgba(0,0,0,0.07);
}

#story .story .icon-wrapper {
    height: auto;
    margin-top: 0;
    margin-bottom: 18px;
}

#story .story .icon-wrapper i {
    font-size: 48px;
    color: #f5b400;
}

#story h3 {
    margin: 0;
    color: #1f2933;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    text-shadow: none;
}

#story h3 p {
    margin: 0 0 8px;
}

#story h3 a {
    color: #1f2933;
    text-decoration: none;
    text-shadow: none;
}

#story h3 a:hover {
    color: #f5b400;
}

#story .title {
    font-weight: 900;
    margin-bottom: 12px;
}

#story .info-block .btn {
    margin-top: 12px;
    border-radius: 999px;
    padding: 10px 18px;
    border: 0;
    background: #f5b400;
    color: #111111;
    font-weight: 800;
    text-shadow: none;
}

#story .info-block .btn:hover {
    background: #ffd24a;
    color: #111111;
}

#story h3 span {
    word-break: break-word;
}

@media (max-width: 767px) {
    #story .inner {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    #story .lead.main {
        margin-bottom: 32px;
        font-size: 16px;
    }

    #story .story .col-sm-4 {
        margin-bottom: 18px;
    }

    #story .story .col-wrapper {
        padding: 26px 18px;
    }

    #story h3 {
        font-size: 19px;
    }
}

/* ==========================================================================
   Modern tech gallery section 2026
========================================================================== */

#facts.parallax,
.parallax.parallax2 {
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.78)),
        url("../img/parallax2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

#facts .inner {
    padding-top: 76px;
    padding-bottom: 76px;
}

.tech-section-content {
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
}

.tech-section-content .section-title {
    max-width: 780px;
    margin: 0 auto 18px;
    color: #ffffff;
    font-size: clamp(30px, 5vw, 46px);
    line-height: 1.15;
    font-weight: 900;
    text-transform: none;
    text-shadow: none;
}

.tech-section-content .lead.main {
    max-width: 760px;
    margin: 0 auto 36px;
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.6;
    text-transform: none;
    font-weight: 400;
    text-shadow: none;
}

.tech-section-content .lead:after {
    display: none;
}

.tech-gallery {
    max-width: 900px;
    margin: 0 auto;
}

.tech-gallery img,
#facts img {
    max-width: 100%;
    height: auto;
    border-radius: 22px;
    border: 0;
    box-shadow: 0 18px 50px rgba(0,0,0,0.28);
}

#facts h3 {
    color: #ffffff;
    text-shadow: none;
    font-size: 20px;
    line-height: 1.45;
}

#facts hr {
    display: none;
}

@media (max-width: 767px) {
    #facts .inner {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    .tech-section-content .lead.main {
        margin-bottom: 28px;
        font-size: 16px;
    }

    .tech-gallery img,
    #facts img {
        border-radius: 16px;
    }
}

/* ==========================================================================
   Modern order form section 2026
========================================================================== */

#reservation.light-wrapper {
    background: #f7f7f2;
}

#reservation .inner {
    padding-top: 76px;
    padding-bottom: 76px;
}

#reservation .section-title {
    max-width: 760px;
    margin: 0 auto 18px;
    color: #1f2933;
    font-size: clamp(30px, 5vw, 46px);
    line-height: 1.15;
    font-weight: 900;
    text-transform: none;
    text-shadow: none;
}

#reservation .lead.main {
    max-width: 760px;
    margin: 0 auto 42px;
    color: #475467;
    font-size: 18px;
    line-height: 1.6;
    text-transform: none;
    font-weight: 400;
    text-shadow: none;
}

#reservation .lead:after {
    display: none;
}

.modern-order-form {
    max-width: 860px;
    margin: 0 auto;
    padding: 34px;
    background: #ffffff;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.08);
}

.modern-order-form__header {
    margin-bottom: 28px;
}

.modern-order-form__header h3 {
    margin: 0 0 10px;
    color: #1f2933;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    text-shadow: none;
}

.modern-order-form__header p {
    margin: 0;
    color: #475467;
    font-size: 16px;
    line-height: 1.55;
}

.modern-order-form label {
    display: block;
    margin-bottom: 8px;
    color: #1f2933;
    font-size: 15px;
    font-weight: 800;
}

.modern-order-form .form-group {
    margin-bottom: 22px;
}

.modern-order-form .form-control {
    width: 100%;
    height: 52px;
    padding: 12px 14px;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 14px;
    color: #1f2933;
    font-size: 16px;
    box-shadow: none !important;
}

.modern-order-form textarea.form-control {
    min-height: 120px;
    height: auto;
    resize: vertical;
}

.modern-order-form .form-control:focus {
    border-color: #f5b400;
    outline: none;
    box-shadow: 0 0 0 3px rgba(245, 180, 0, 0.18) !important;
}

.modern-order-form__policy {
    margin: 8px 0 22px;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
}

.modern-order-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 28px;
    background: #f5b400;
    border: 0;
    border-radius: 999px;
    color: #111111;
    font-size: 17px;
    font-weight: 900;
    text-shadow: none;
}

.modern-order-form__submit:hover {
    background: #ffd24a;
    color: #111111;
}

@media (max-width: 767px) {
    #reservation .inner {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    #reservation .lead.main {
        margin-bottom: 30px;
        font-size: 16px;
    }

    .modern-order-form {
        margin-left: 0;
        margin-right: 0;
        padding: 24px 18px;
        border-radius: 22px;
    }

    .modern-order-form__header h3 {
        font-size: 28px;
    }

    .modern-order-form__submit {
        width: 100%;
    }
}

/* ==========================================================================
   Modern order form compact fix 2026
========================================================================== */

.modern-order-form {
    max-width: 620px;
    padding: 26px;
}

.modern-order-form .form-group {
    margin-bottom: 18px;
}

.modern-order-form label {
    margin-bottom: 7px;
}

.modern-order-form label span {
    color: #f5b400;
}

.modern-order-form .form-control {
    height: 50px;
    border-radius: 14px;
}

.modern-order-form textarea.form-control {
    min-height: 96px;
}

.modern-order-form__policy {
    margin-top: 4px;
}

@media (max-width: 767px) {
    .modern-order-form {
        max-width: none;
        width: auto;
        margin-left: 14px;
        margin-right: 14px;
        padding: 22px 16px;
        border-radius: 20px;
    }

    .modern-order-form .form-group {
        margin-bottom: 16px;
    }

    .modern-order-form .form-control {
        height: 48px;
        padding-left: 14px;
        padding-right: 14px;
    }

    .modern-order-form textarea.form-control {
        min-height: 90px;
    }
}

/* ==========================================================================
   Modern map and footer 2026
========================================================================== */

#chefs.parallax {
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.78), rgba(15, 23, 42, 0.78)),
        url("../img/parallax1.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

#chefs .inner {
    padding-top: 76px;
    padding-bottom: 76px;
}

#chefs .section-title {
    max-width: 760px;
    margin: 0 auto 16px;
    color: #ffffff;
    font-size: clamp(30px, 5vw, 46px);
    line-height: 1.15;
    font-weight: 900;
    text-transform: none;
    text-shadow: none;
}

#chefs .lead.main {
    max-width: 720px;
    margin: 0 auto 38px;
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    line-height: 1.5;
    text-transform: none;
    font-weight: 700;
    text-shadow: none;
}

#chefs .lead:after {
    display: none;
}

#chefs .icon-wrapper {
    max-width: 920px;
    margin: 0 auto;
    padding: 14px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.28);
}

#chefs iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0 !important;
    border-radius: 18px;
}

#chefs .img-thumbnail {
    padding: 0;
    background: transparent;
    border: 0;
}

#footer.dark-wrapper {
    background: #1f2933;
    color: #ffffff;
}

#footer .inner {
    padding-top: 26px;
    padding-bottom: 26px;
}

#footer .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#footer,
#footer p,
#footer a {
    text-shadow: none;
}

#footer .col-sm-6:first-child {
    font-size: 16px;
    font-weight: 700;
}

#footer .social-bar {
    text-align: right;
}

#footer .social-bar p {
    margin: 0;
    font-size: 14px !important;
    color: rgba(255,255,255,0.75);
}

#footer .themeBy {
    display: inline-block;
    padding: 3px 7px;
    border-radius: 6px;
    background: rgba(255,255,255,0.12);
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 800;
}

@media (max-width: 767px) {
    #chefs .inner {
        padding-top: 56px;
        padding-bottom: 56px;
    }

    #chefs iframe {
        height: 260px;
    }

    #chefs .icon-wrapper {
        padding: 10px;
        border-radius: 18px;
    }

    #chefs iframe {
        border-radius: 14px;
    }

    #footer .row {
        display: block;
    }

    #footer .col-sm-6:first-child {
        font-size: 15px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    #footer .social-bar {
        text-align: left;
        margin-top: 0;
    }
}