@font-face {
    font-family: 'Futura Medium';
    src: url('../fonts/futura-medium.otf') format('opentype');
}

@font-face {
    font-family: 'Futura Bold';
    src: url('../fonts/futura-bold.otf') format('opentype');
}


@import url('https://fonts.googleapis.com/css2?family=Bevan:ital@0;1&family=Lobster&display=swap');

body {
    font-family: 'Bevan', serif;
    /* font-family: 'Lobster', cursive; */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}


.navbar {
    background-color: #202ED0;
    padding: 17px 0;
}

.container {
    max-width: 1666px;
}

/* Tekstpagina's / content pages */
.accessibility-section {
    padding: 3rem 0 4rem;
}

.accessibility-section .page-title {
    font-size: 1.75rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    line-height: 1.3;
    color: #333;
}

.accessibility-section .page-content {
    font-family: 'Futura Medium', 'Segoe UI', sans-serif;
    font-weight: 400;
    font-size: 1.0625rem;
    line-height: 1.7;
    color: #444;
    max-width: 42rem;
}

.accessibility-section .page-content p {
    margin: 0 0 1rem;
}

.accessibility-section .page-content p:last-child {
    margin-bottom: 0;
}

.accessibility-section .page-content h1,
.accessibility-section .page-content h2,
.accessibility-section .page-content h3 {
    font-family: 'Bevan', serif;
    font-size: 1.35rem;
    font-weight: 600;
    margin: 1.75rem 0 0.75rem;
    color: #222;
    line-height: 1.3;
}

.accessibility-section .page-content h1:first-child,
.accessibility-section .page-content h2:first-child,
.accessibility-section .page-content h3:first-child {
    margin-top: 0;
}

.accessibility-section .page-content ul,
.accessibility-section .page-content ol {
    margin: 0 0 1rem;
    padding-left: 1.5rem;
}

.accessibility-section .page-content li {
    margin-bottom: 0.35rem;
}

.accessibility-section .page-content a {
    color: #202ED0;
    text-decoration: underline;
}

.accessibility-section .page-content a:hover {
    color: #E70D7C;
}

.navbar-collapse {
    position: relative;
    align-items: flex-end;
}

.navbar-brand img {
    width: 129px;
    height: 155px;
}

.header-contact-button {
    position: absolute;
    top: 35px;
    right: 0;
    background-color: #E70D7C;
    border-color: #E70D7C;
    border-radius: 20px;
    font-size: 30px;
    line-height: 49px;
    padding: 0 14px;
}

.header-contact-button span {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    line-height: 38px;
    transform: rotate(-8deg);
    display: block;
    position: absolute;
    left: -40px;
    top: -22px;
}

.navbar-nav .nav-link {
    font-size: 20px;
    line-height: 32px;
    color: #FFFFFF;
}

.navbar-nav .nav-link.active {
    color: #26B4FF;
}

.navbar-nav .nav-link:hover {
    color: #26B4FF;
}

.navbar-nav {
    gap: 94px;
}

.hero-section {
    min-height: 840px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.hero-wrapper img {
    display: block;
    width: 393px;
    height: 473px;
}

.hero-wrapper .hero-button {
    background-color: #E91D25;
    border-color: #fff;
    border-width: 3px;
    border-radius: 30px;
    font-size: 50px;
    line-height: 81px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 50px;
    display: block;
    max-width: 288px;
    margin: 92px auto 0;
}

.hero-section .container {
    display: flex;
}

.home-bg {
    background-size: cover;
    background-position: 100% 95.5%;
}

.about-wrapper {
    position: relative;
    overflow: hidden;
}

.about-content-top {
    background-color: #E70D7C;
    padding: 33px 0 45px;
}

.about-content-top h2 {
    font-size: 28px !important;
    line-height: 44px !important;
    color: #fff;
    margin: 0;
}

.about-content-top h2 span {
    font-family: 'Lobster', cursive;
    font-size: 42px !important;
    line-height: 54px !important;
}

.about-content-top p,
.about-content-top * {
    font-size: 24px !important;
    line-height: 38px !important;
}

.us-flag {
    display: block;
    position: absolute;
    top: 0;
    right: -217px;
    width: 794px;
    height: 390px;
}

.about-content {
    position: relative;
    z-index: 1;
    margin-top: 93px;
}

.about-content img {
    width: 100%;
    height: 100%;
    max-height: 518px;
    display: block;
}

.about-content-item-title {
    background-color: #202ED0;
    height: 258px;
    display: flex;
    align-items: center;
    padding: 0 58px;
    margin-bottom: 4px;
}

.about-content-item-title h3 {
    font-size: 26px;
    line-height: 42px;
    color: #fff;
    margin: 0;
}

.about-content-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.about-content .about-content-item img {
    max-height: 50%;
}

.menu-section {
    padding: 100px 0;
}

.menu-wrapper h2 {
    font-size: 40px;
    line-height: 64px;
    color: #1076BB;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 80px;
}

.menu-item-image {
    position: relative;
    text-align: center;
    padding-bottom: 6px;
    height: 158px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.menu-item-image .menu-shape-bg {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 169px;
    height: 114px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.menu-item:hover .menu-item-image .menu-shape-bg {
    opacity: 1;
}

.menu-item-image .menu-shape-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 197px;
    height: 32px;
}

.menu-item-image-img {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 149px;
    max-height: 153px;
}

.menu-item h3 {
    display: block;
    text-align: center;
    font-size: 26px;
    line-height: 42px;
    color: #E70D7C;
    margin: 8px 0 0;
    text-transform: uppercase;
    text-decoration: none;
}

.col-6.col-md-3 > a,
.col-6.col-md-3 > a:hover {
    text-decoration: none;
}

a .menu-item,
a .menu-item h3 {
    text-decoration: none;
}

a:hover .menu-item,
a:hover .menu-item h3 {
    text-decoration: none;
}

.menus-category-container a,
.menus-category-content a,
.menus-category-toggel a {
    text-decoration: none;
}

.service-item {
    position: relative;
    padding: 33px 0 57px 50px;
    height: 100%;
}

.service-item-content {
    max-width: 260px;
}

.service-item-content h3 {
    font-size: 40px;
    line-height: 50px;
    color: #FFFFFF;
    margin-bottom: 22px;
    min-height: 100px;
}

.service-item-content p {
    font-size: 21px;
    line-height: 30px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: 'Futura Medium';
    margin: 0;
}

.service-item-image {
    position: absolute;
    bottom: 57px;
    right: 20px;
}

.service-item-image img {
    max-width: 162px;
    max-height: 150px;
}

.services-section {
    padding: 68px 0 126px;
}


.location-section {
    background-color: #E70D7C;
    padding: 53px 0 0;
    position: relative;
}

.location-wrapper {
    position: relative;
    padding-bottom: 200px;
}

.location-wrapper h2 {
    font-size: 40px;
    line-height: 64px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.location-section .container {
    max-width: 1240px;
}

.location-item {
    position: relative;
    z-index: 2;
}

.location-item h3 {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 24px;
    margin-top: 37px;
}

.location-item p {
    font-size: 21px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Futura Medium';
}

.location-item img {
    display: block;
    margin-top: 25px;
    max-width: 100%;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.location-flag {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    width: 700px;
    height: 677px;
}

.location-center {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 0;
}

.location-center-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 600px;
}

.location-open-7op7 {
    position: relative;
    z-index: 2;
    max-width: 100%;
    height: auto;
    margin-top: 0;
}

.location-girl {
    position: absolute;
    bottom: 0;
    left: 25%;
    z-index: 3;
    width: 704px;
    height: 526px;
    max-width: none;
}

.star-overlay {
    position: absolute;
    left: -370px;
    top: -470px;
    width: 636px;
    height: 723px;
}

.gallery-section {
    padding: 53px 0;
    position: relative;
}

.gallery-section .container {
    max-width: 1240px;
}

.gallery-wrapper {
    position: relative;
    padding-bottom: 50px;
}

.gallery-wrapper h2 {
    font-size: 40px;
    line-height: 64px;
    color: #1076BB;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 23px;
}

#algemeen-gallery {
    margin-top: 30px;
}


.footer {
    background-color: #202ED0;
    padding: 24px 0;
}

.footer-logo img {
    display: block;
    margin: auto;
    width: 129px;
    height: 155px;
}

.footer-contact {
    display: flex;
    gap: 34px;
}

.footer-contact-item {
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    font-family: 'Futura Medium';
}

.footer-contact-item a {
    color: inherit;
    text-decoration: none;
}

.footer-menu {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.footer-menu-item {
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF;
    font-family: 'Futura Medium';
    position: relative;
    display: flex;
    align-items: center;
}

.footer-menu-item a {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.footer-menu-item img {
    display: block;
    position: absolute;
    right: 00;
    bottom: 2px;
    width: 61px;
    height: 35px;
}

.footer-menu-item:before {
    content: "•";
    margin: 0 20px;
}

.footer-menu-item:first-child:before {
    content: "";
    margin: 0;
}

.footer-menu-item:last-child {
    padding-right: 70px;
}

.menus-section {
    background-size: cover;
    padding: 100px 0;
}

.menus-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.menus-category-container {
    width: 300px;
}

.menus-content-container {
    width: calc(100% - 300px);
}

.menus-content-container h1 {
    font-size: 40px;
    line-height: 64px;
    color: #1076BB;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.menus-content-container h2 {
    font-size: 60px;
    line-height: 75px;
    color: #E70D7C;
    font-family: 'Lobster', cursive;
    margin-bottom: 25px;
}

.menus-list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.menus-list-container.menus-challenge-container {
    overflow: visible;
}

/* Small grid for categories 15 and 16 */
.menus-list-small-grid {
    display: grid;
    grid-template-columns: repeat(5, 232px);
    gap: 20px;
    padding: 20px 0;
    justify-content: start;
    align-items: stretch;
}

.menus-list-small-item {
    width: 232px;
    max-width: 232px;
    height: 100%;
    display: flex;
}

.menus-list-item.menus-list-small-item.ice-milk-item {
    width: 220px !important;
}

.menus-list-small-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
}

.menus-list-small-image-wrapper {
    margin-bottom: 10px;
}

.menus-list-small-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.menus-list-small-content .menu-item-price {
    font-size: 22px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Futura Bold';
    margin-top: 8px;
    margin-bottom: 8px;
}

.menus-list-small-title {
    margin: 10px 0 5px 0;
    font-size: 16px;
    line-height: 1.2;
    word-wrap: break-word;
}

.menus-list-small-description {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    word-wrap: break-word;
    flex: 1;
}

/* Default grid container */
.menus-list-grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 300px);
    gap: 20px;
    padding: 20px 0;
    align-items: stretch;
    justify-content: start;
}

.menus-list-grid-item {
    width: 300px;
    height: 100%;
    display: flex;
}

.menus-list-grid-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
}

.menus-list-grid-content .menu-item-price {
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: 'Futura Bold';
    margin-top: 10px;
    margin-bottom: 10px;
}

.menus-list-grid-description {
    flex: 1;
}

.menu-allergies-inline {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 3px !important;
}

.menus-list-item-allergies {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 3px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    align-self: flex-end !important;
}

.menus-list-grid-allergies {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
    gap: 3px !important;
    margin-top: auto !important;
    padding-top: 10px !important;
}

.menu-allergy-icon {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain !important;
    display: inline-block !important;
    flex-shrink: 0 !important;
}

.menus-list-item-content {
    background-image: url('../images/us-flag-big.png');
    background-size: calc(100% - 20px);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 10px 36px 62px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.menus-list-item {
    background-color: #1076BB;
    width: calc(33.33% - 27px);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.menus-list-item-content img {
    display: block;
    margin: auto;
    width: 287px;
    height: 258px;
}

.menus-list-item-content h3 {
    font-size: 23px;
    line-height: 37px;
    color: #FFFFFF;
    margin: 12px 0 14px;
}

.menus-list-item-content p {
    font-size: 21px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Futura Medium';
    margin-bottom: 20px;
    flex: 1;
}

.menu-item-price {
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: 'Futura Bold';
    margin-top: 10px;
    margin-bottom: 10px;
}

.menus-list-item-content a {
    background-color: #E91D25;
    border: 3px solid #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 250px;
    height: 56px;
    margin: auto;
    font-size: 16px !important;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 12px;
    margin-top: auto;
}

.menus-list-item:hover {
    background-color: #E70D7C;
}

.menus-content-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 52px;
}

.menus-content-header-title {
    flex: 1;
}

.menus-content-header-title h1 {
    font-size: 40px;
    line-height: 64px;
    color: #1076BB;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.menus-content-header-title h2 {
    font-size: 60px;
    line-height: 75px;
    color: #E70D7C;
    font-family: 'Lobster', cursive;
    margin: 0;
}

.menus-content-header-your-choice-container {
    position: relative;
    padding-top: 0;
    flex-shrink: 0;
    width: auto;
    margin-left: auto;
}

.menus-content-header-your-choice-wrapper {
    position: relative;
    z-index: 2;
}

.menus-content-header-your-choice-container > a {
    text-decoration: none;
    display: block;
    transition: transform 0.2s ease;
}

.menus-content-header-your-choice-container > a:hover {
    transform: scale(1.02);
}

.menus-content-header-your-choice {
    background-color: #E70D7C;
    border: 3px solid #fff;
    border-radius: 20px;
    padding: 15px 30px;
    margin-right: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    position: relative;
    z-index: 2;
}

.menus-header-burger-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.menus-content-header-your-choice h3 {
    font-size: 18px !important;
    line-height: 22px !important;
    color: #FFFFFF;
    font-weight: normal;
    margin: 0 0 5px 0;
    font-family: 'Bevan', serif;
    white-space: nowrap;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 3;
}

.menus-content-header-your-choice h4 {
    font-size: 24px !important;
    line-height: 28px !important;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    font-family: 'Bevan', serif;
    white-space: nowrap;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 3;
}

.menus-content-header-your-choice-container img {
    position: absolute;
    right: 18px;
    top: 43px;
    transform: translateY(-50%);
    width: 287px;
    height: 258px;
    z-index: 10;
}

.menus-content-header-your-choice-container .change-menu-link {
    font-size: 18px !important;
    line-height: 24px !important;
    color: #1076BB;
    padding: 10px 0 0 0;
    display: block;
    text-decoration: underline;
    font-weight: 500;
    position: relative;
    z-index: 15;
}

.menu-ingredients-item {
    background-color: #1076BB;
    padding: 26px 24px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    transition: all 0.5s ease;
}

.menu-ingredients-item + .menu-ingredients-item {
    margin-top: 24px;
}

.menu-ingredients-item-images {
    width: 62px;
}

.menu-ingredients-item-images img {display: block;max-width: 100%;}

.menu-ingredients-item-content {
    width: calc(100% - 62px);
    padding-left: 24px;
}

.menu-ingredients-item-content h3 {
    font-size: 28px;
    line-height: 45px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.menu-ingredients-item-content p {
    font-size: 21px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Futura Medium';
    margin-bottom: 10px;
}

.menu-ingredients-item-content .menu-item-price {
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: 'Futura Bold';
    margin-top: 10px;
    margin-bottom: 10px;
}

.menu-ingredients-item-content h4 {
    font-size: 21px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Futura Bold';
}

.menu-ingredients-item:hover {
    background-color: #E70D7C;
}

/* Menu Challenge Styles (Category 17) */
.menus-challenge-container {
    flex-direction: column;
    gap: 30px;
    overflow: visible;
}

.menus-challenge-item {
    width: 80% !important;
    position: relative;
    margin-bottom: 150px;
    padding: 31px;
    overflow: visible !important;
    min-height: fit-content;
}

.menus-challenge-item-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.menus-challenge-item-image {
    flex: 0 0 auto;
    width: 287px;
    height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../images/us-flag-big.png');
    background-size: calc(100% - 20px);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 10px;
    position: relative;
}

.menus-challenge-item-image .normal-menu-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0;
    position: relative;
    z-index: 1;
}

.menus-challenge-item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 0 20px;
    background-image: none;
    position: relative;
    overflow: visible;
}

.menus-challenge-famous-label {
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
    font-family: 'Futura Bold', 'Bevan', serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}

.menus-challenge-banner {
    background-color: #E70D7C;
    padding: 0px 25px;
    margin-bottom: 20px;
    border-radius: 5px;
    width: fit-content;
}

.menus-challenge-banner h3 {
    margin: 0;
    font-weight: normal;
    font-size: 23px;
    line-height: 15px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.menus-challenge-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.menus-challenge-description .menu-item-price {
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    font-family: 'Futura Bold';
    margin-top: 10px;
    margin-bottom: 10px;
}

.menus-challenge-description p {
    font-weight: normal;
    font-size: 21px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Futura Medium';
    margin: 0;
}

.menus-challenge-highlight {
    background-color: #E70D7C;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 21px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: 'Futura Medium';
    font-weight: normal;
    margin: 0;
    display: block;
}

.menus-challenge-king-section {
    position: absolute;
    top: 70%;
    right: -50px;
    width: 700px;
    max-width: 68%;
    padding: 20px 25px;
    background-color: #DC143C;
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    z-index: 15;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.menus-challenge-king-label {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    font-family: 'Futura Bold', 'Bevan', serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
}

.menus-challenge-king-icon {
    font-size: 20px;
    display: inline-block;
    rotate: -40deg;
    position: relative;
    z-index: 1;
}

.menus-challenge-king-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.menus-challenge-king-text {
    flex: 1;
}

.menus-challenge-king-title-box {
    background-color: #202ED0;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 15px;
    width: fit-content;
    position: relative;
    display: inline-block;
}

.menus-challenge-king-title-box .menus-challenge-king-icon {
    font-size: 20px;
    display: inline-block;
    position: absolute;
    top: -8px;
    left: -8px;
    z-index: 1;
}

.menus-challenge-king-title-box h4 {
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Futura Bold', 'Bevan', serif;
    position: relative;
    z-index: 0;
}

.menus-challenge-king-image {
    flex: 0 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-self: flex-end;
    position: relative;
    width: 200px;
    height: 220px;
    overflow: visible;
}

.menus-challenge-king-image::before {
    content: '';
    position: absolute;
    top: 10px;
    right: -155px;
    width: 300px;
    height: 300px;
    background-color: #FFFFFF;
    border-radius: 50%;
    z-index: 0;
}

.menus-challenge-king-image .king-img {
    max-width: 251px;
    height: auto;
    object-fit: contain;
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.menus-challenge-king-description {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: 'Futura Medium', Arial, sans-serif;
    margin: 0 0 15px 0;
}

.menus-challenge-king-description p {
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    font-family: 'Futura Medium', Arial, sans-serif;
}

.menus-challenge-king-record-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menus-challenge-king-button-box {
    background-color: #FFFFFF;
    padding: 8px 18px;
    border-radius: 8px;
    width: fit-content;
    display: inline-block;
}

.menus-challenge-king-button-box span {
    font-size: 18px;
    line-height: 24px;
    color: #202ED0;
    font-family: 'Futura Bold', 'Bevan', serif;
    font-weight: bold;
    white-space: nowrap;
}

.menus-challenge-king-record {
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    font-family: 'Futura Medium', Arial, sans-serif;
    margin: 0;
}

.menus-challenge-item-content a {
    margin-top: auto;
    margin-left: 0;
    margin-right: auto;
}

.menus-challenge-overlap-image {
    position: absolute;
    bottom: 0;
    right: 1%;
    width: 150px;
    height: auto;
    z-index: 10;
    object-fit: contain;
    opacity: 0.8;
    pointer-events: none;
    transform: translateY(50%);
}

/* Menu Allergies Styles */
.menu-allergies-container {
    margin-bottom: 40px;
    padding-bottom: 0;
}

.menu-allergies-title {
    margin-bottom: 20px;
}

.menu-allergies-title h3 {
    font-size: 32px;
    line-height: 40px;
    color: #E70D7C;
    font-family: 'Bevan', serif;
    margin: 0;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}

.menu-allergies-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.menu-allergy-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px 18px;
    border-radius: 8px;
    border: 2px solid #E70D7C;
    transition: all 0.3s ease;
}

.menu-allergy-item:hover {
    background-color: #E70D7C;
    border-color: #E70D7C;
    transform: translateY(-2px);
}

.menu-allergy-item:hover .menu-allergy-name {
    color: #FFFFFF;
}

.menu-allergy-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-color: rgba(231, 13, 124, 0.1);
    border-radius: 50%;
    padding: 5px;
}

.menu-allergy-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

.menu-allergy-name {
    font-size: 20px;
    line-height: 28px;
    color: #1076BB;
    font-family: 'Bevan', serif;
    white-space: nowrap;
    font-weight: bold;
}

/* Responsive styles for allergies */
/* Responsive styles for challenge king section */
@media (max-width: 1919px) {
    .menus-challenge-king-section {
        width: 650px;
        max-width: 65%;
        right: -40px;
    }
    
    .menus-challenge-king-image::before {
        right: -140px;
        width: 280px;
        height: 280px;
    }
    
    .menus-challenge-king-image .king-img {
        max-width: 240px;
    }
}

@media (max-width: 1440px) {
    .menus-challenge-king-section {
        width: 580px;
        max-width: 62%;
        right: -35px;
        padding: 18px 20px;
    }
    
    .menus-challenge-item {
        margin-bottom: 180px;
    }
    
    .menus-challenge-king-image {
        width: 170px;
        height: 190px;
    }
    
    .menus-challenge-king-image::before {
        right: -125px;
        width: 260px;
        height: 260px;
    }
    
    .menus-challenge-king-image .king-img {
        max-width: 210px;
    }
    
    .menus-challenge-king-title-box h4 {
        font-size: 21px;
        line-height: 27px;
    }
    
    .menu-allergies-container {
        margin-bottom: 2.778vw; /* 40px */
    }

    .menus-list-item.menus-list-small-item.ice-milk-item {
        width: 173px !important;
    }    
    
    .menu-allergies-title {
        margin-bottom: 1.389vw; /* 20px */
    }
    
    .menu-allergies-title h3 {
        font-size: 2.222vw; /* 32px */
        line-height: 2.778vw; /* 40px */
    }
    
    .menu-allergies-list {
        gap: 1.389vw; /* 20px */
    }
    
    .menu-allergy-item {
        gap: 0.833vw; /* 12px */
        padding: 0.694vw 1.25vw; /* 10px 18px */
    }
    
    .menu-allergy-icon {
        width: 2.778vw; /* 40px */
        height: 2.778vw; /* 40px */
    }
    
    .menu-allergy-name {
        font-size: 1.389vw; /* 20px */
        line-height: 1.944vw; /* 28px */
    }
}

@media (max-width: 1024px) {
    .menus-challenge-king-section {
        width: 500px;
        max-width: 60%;
        right: -25px;
        padding: 16px 18px;
    }
    
    .menus-challenge-item {
        margin-bottom: 160px;
    }
    
    .menus-challenge-king-image {
        width: 150px;
        height: 170px;
    }
    
    .menus-challenge-king-image::before {
        right: -100px;
        width: 220px;
        height: 220px;
    }
    
    .menus-challenge-king-image .king-img {
        max-width: 180px;
    }
    
    .menus-challenge-king-title-box {
        padding: 8px 16px;
    }
    
    .menus-challenge-king-title-box h4 {
        font-size: 19px;
        line-height: 25px;
    }
    
    .menus-challenge-king-description,
    .menus-challenge-king-description p {
        font-size: 16px;
        line-height: 23px;
    }
}

@media (max-width: 768px) {
    .menu-allergies-container {
        margin-bottom: 25px;
    }
    
    .menu-allergies-title {
        margin-bottom: 15px;
    }
    
    .menu-allergies-title h3 {
        font-size: 24px;
        line-height: 30px;
    }
    
    .menu-allergies-list {
        gap: 15px;
    }
    
    .menu-allergy-item {
        gap: 10px;
        padding: 8px 14px;
    }
    
    .menu-allergy-icon {
        width: 35px;
        height: 35px;
    }
    
    .menu-allergy-name {
        font-size: 18px;
        line-height: 24px;
    }
}

.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.contact-image {
    width: 40%;
}

.contact-content {
    width: 60%;
    padding: 136px 0 128px 140px;
}

.contact-image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-content h1 {
    font-size: 40px;
    line-height: 44px;
    color: #1076BB;
    text-transform: uppercase;
    margin-bottom: 58px;
}

.contact-content h1 span {
    display: block;
    color: #E70D7C;
}

.contact-content-items {
    display: flex;
    flex-wrap: wrap;
    gap: 86px;
    max-width: 742px;
}

.contact-content-item {
    width: calc(50% - 43px);
}

.contact-content-item h2 {
    font-size: 30px;
    line-height: 1;
    color: #1076BB;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contact-content-item p {
    font-size: 21px;
    line-height: 30px;
    color: #1076BB;
    font-family: 'Futura Medium';
    margin-bottom: 32px;
}

a.contact-content-item-phone {
    background-color: #E70D7C;
    border-radius: 20px;
    padding: 0 12px;
    font-size: 23px;
    line-height: 37px;
    color: #FFFFFF;
    text-decoration: none;
}

a.contact-content-item-email {
    display: block;
    margin-top: 19px;
    font-size: 21px;
    line-height: 30px;
    color: #1076BB;
    font-family: 'Futura Medium';
    text-decoration: none;
    margin-bottom: 58px;
}

.contact-content-item iframe {
    width: 328px;
    height: 236px;
}

/* Media Query for screens between 991px and 1199px - Converting px to vw based on 1199px viewport */
@media (min-width: 991px) and (max-width: 1199px) {
    .navbar {
        padding: 1.418vw 0; /* 17px */
    }

    .container {
        max-width: 138.949vw; /* 1666px */
    }

    .navbar-brand img {
        width: 10.759vw; /* 129px */
        height: 12.927vw; /* 155px */
    }

    .header-contact-button {
        top: 2.919vw; /* 35px */
        border-radius: 1.668vw; /* 20px */
        font-size: 2.169vw; /* 26px */
        line-height: 4.087vw; /* 49px */
        padding: 0 1.168vw; /* 14px */
    }

    .header-contact-button span {
        font-size: 2.169vw; /* 26px */
        line-height: 3.169vw; /* 38px */
        left: -3.336vw; /* -40px */
        top: -1.835vw; /* -22px */
    }

    .navbar-nav .nav-link {
        font-size: 1.501vw; /* 18px */
        line-height: 2.502vw; /* 30px */
    }

    .navbar-nav {
        gap: 3.336vw; /* 40px */
    }

    .hero-section {
        min-height: 70.059vw; /* 840px */
    }

    .hero-wrapper img {
        width: 28.357vw; /* 340px */
        height: 35.029vw; /* 420px */
    }

    .hero-wrapper .hero-button {
        border-width: 0.25vw; /* 3px */
        border-radius: 2.502vw; /* 30px */
        font-size: 2.336vw; /* 40px */
        line-height: 5.921vw; /* 71px */
        padding: 1.001vw 4.17vw 0.667vw; /* 12px 50px 8px */
        max-width: 24.02vw; /* 288px */
        margin: 7.673vw auto 0; /* 92px */
    }

    .about-content-top {
        padding: 2.752vw 0 3.753vw; /* 33px 0 45px */
    }

    .about-content-top h2 {
        font-size: 1.75vw !important; /* ~21px */
        line-height: 2.75vw !important; /* ~33px */
    }

    .about-content-top h2 span {
        font-size: 2.6vw !important; /* ~31px */
        line-height: 3.4vw !important; /* ~41px */
    }

    .about-content-top p,
    .about-content-top * {
        font-size: 1.5vw !important; /* ~18px */
        line-height: 2.4vw !important; /* ~29px */
    }

    .us-flag {
        right: -18.098vw; /* -217px */
        width: 49.541vw; /* 594px */
        height: 23.353vw; /* 280px */
    }

    .about-content {
        margin-top: 7.757vw; /* 93px */
    }

    .about-content img {
        max-height: 43.203vw; /* 518px */
    }

    .about-content-item-title {
        height: 21.518vw; /* 258px */
        padding: 0 4.003vw; /* 48px */
        margin-bottom: 0.334vw; /* 4px */
    }

    .about-content-item-title h3 {
        font-size: 1.751vw; /* 21px */
        line-height: 3.086vw; /* 37px */
    }

    .menu-section {
        padding: 8.34vw 0; /* 100px */
    }

    .menu-wrapper {
        overflow: hidden;
    }

    .menu-wrapper h2 {
        font-size: 2.669vw; /* 32px */
        line-height: 4.67vw; /* 56px */
        margin-bottom: 6.672vw; /* 80px */
    }

    .menu-item-image {
        padding-bottom: 0.501vw; /* 6px */
        height: 13.178vw; /* 158px */
    }

    .menu-item-image .menu-shape-bg {
        bottom: 1.835vw; /* 22px */
        width: 14.095vw; /* 169px */
        height: 9.508vw; /* 114px */
    }

    .menu-item-image .menu-shape-bottom {
        width: 16.43vw; /* 197px */
        height: 2.669vw; /* 32px */
    }

    .menu-item-image-img {
        max-width: 12.427vw; /* 149px */
        max-height: 12.76vw; /* 153px */
    }

    .menu-item h3 {
        font-size: 1.751vw; /* 21px */
        line-height: 3.086vw; /* 37px */
        margin: 0.668vw 0 0; /* 8px */
    }

    .service-item {
        padding: 2.502vw 0 2.502vw 1.668vw; /* 30px 0 30px 20px */
        height: 100%;
    }

    .service-item-content {
        max-width: 18.349vw; /* 220px */
    }

    .service-item-content h3 {
        font-size: 2.502vw; /* 30px */
        line-height: 3.336vw; /* 40px */
        margin-bottom: 1.835vw; /* 22px */
        min-height: 6.672vw; /* 80px */
    }

    .service-item-content p {
        font-size: 1.501vw; /* 18px */
        line-height: 2.252vw; /* 27px */
    }

    .service-item-image {
        bottom: 2.502vw; /* 30px */
        right: 1.668vw; /* 20px */
    }

    .service-item-image img {
        max-width: 8.507vw; /* 102px */
        max-height: 7.506vw; /* 90px */
    }

    .services-section {
        padding: 5.671vw 0 10.509vw; /* 68px 0 126px */
    }

    .location-section {
        padding: 4.42vw 0 0; /* 53px 0 0 */
    }

    .location-wrapper {
        padding-bottom: 8.34vw; /* 100px */
    }

    .location-wrapper h2 {
        font-size: 2.669vw; /* 32px */
        line-height: 4.67vw; /* 56px */
        margin-bottom: 1.919vw; /* 23px */
    }

    .location-section .container {
        max-width: 103.419vw; /* 1240px */
    }

    .location-item h3 {
        font-size: 2.502vw; /* 30px */
        line-height: 2.502vw; /* 30px */
        margin-bottom: 2.002vw; /* 24px */
        margin-top: 3.086vw; /* 37px */
    }

    .location-item p {
        font-size: 1.751vw; /* 21px */
        line-height: 2.502vw; /* 30px */
    }

    .location-item img {
        margin-top: 2.085vw; /* 25px */
        height: 25.042vw; /* 300px */
        object-fit: cover;
        object-position: center;
    }

    .location-flag {
        width: 50.042vw; /* 600px */
        height: 48.124vw; /* 577px */
    }

    .location-center-wrapper {
        min-height: 50.042vw; /* 600px */
    }

    .location-girl {
        width: 50.375vw; /* 604px */
        height: 35.529vw; /* 426px */
        left: -8.34vw; /* -100px */
    }

    .star-overlay {
        left: -18.349vw; /* -220px */
        top: -20.851vw; /* -250px */
        width: 28.024vw; /* 336px */
        height: 35.279vw; /* 423px */
    }

    .footer {
        padding: 2.002vw 0; /* 24px */
    }

    .footer-logo img {
        width: 10.759vw; /* 129px */
        height: 12.927vw; /* 155px */
    }

    .footer-contact {
        gap: 2.836vw; /* 34px */
    }

    .footer-contact-item {
        font-size: 1.501vw; /* 18px */
        line-height: 2.085vw; /* 25px */
    }

    .footer-menu-item {
        font-size: 1.501vw; /* 18px */
        line-height: 2.169vw; /* 26px */
    }

    .footer-menu-item a {
        gap: 0.668vw; /* 8px */
    }

    .footer-menu-item img {
        bottom: 0.167vw; /* 2px */
    }

    .footer-menu-item:before {
        margin: 0 1.668vw; /* 20px */
    }

    .footer-menu-item:last-child {
        padding-right: 5.838vw; /* 70px */
    }

    .menus-category-container {
        width: 18.349vw; /* 220px */
    }

    .menus-content-container {
        width: calc(100% - 18.349vw); /* calc(100% - 220px) */
        padding-left: 1.668vw; /* 20px */
    }

    .menus-list-container {
        gap: 1.668vw; /* 20px */
    }

    .menus-list-item {
        width: calc(33.33% - 1.168vw); /* calc(33.33% - 14px) */
    }

    .menus-list-item-content {
        padding: 0.834vw 1.335vw 2.502vw; /* 10px 16px 30px */
    }

    .menus-list-item-content img {
        width: 18.933vw; /* 227px */
        height: 16.514vw; /* 198px */
    }

    .menus-section {
        padding: 8.34vw 0; /* 100px 0 */
    }

    .menus-content-container h1 {
        font-size: 3.336vw; /* 40px */
        line-height: 5.338vw; /* 64px */
        margin-bottom: 0.834vw; /* 10px */
    }

    .menus-content-container h2 {
        font-size: 5.004vw; /* 60px */
        line-height: 6.255vw; /* 75px */
        margin-bottom: 2.085vw; /* 25px */
    }

    .menus-list-item-content h3 {
        font-size: 1.918vw; /* 23px */
        line-height: 3.086vw; /* 37px */
        margin: 1.001vw 0 1.168vw; /* 12px 0 14px */
    }

    .menus-list-item-content p {
        font-size: 1.752vw; /* 21px */
        line-height: 2.502vw; /* 30px */
        margin-bottom: 3.586vw; /* 43px */
    }

    .menus-list-item-content a {
        border-width: 0.25vw; /* 3px */
        border-radius: 1.668vw; /* 20px */
        max-width: 20.851vw; /* 250px */
        height: 4.671vw; /* 56px */
        font-size: 1.335vw !important; /* ~16px */
        padding: 0 1vw; /* 0 12px */
    }

    .menus-content-header {
        padding-bottom: 4.337vw; /* 52px */
    }

    .menus-content-header-your-choice-container {
        padding-top: 1.668vw; /* 20px */
    }

    .menus-content-header-your-choice {
        background-color: #E70D7C;
        border: 0.25vw solid #fff; /* 3px */
        border-radius: 1.668vw; /* 20px */
        padding: 1.251vw 2.502vw; /* 15px 30px */
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        z-index: 20;
    }

    .menus-header-burger-icon {
        width: 2.919vw; /* 35px */
        height: 2.919vw; /* 35px */
    }

    .menus-content-header-your-choice h3 {
        font-size: 1.502vw !important; /* ~18px */
        line-height: 1.835vw !important; /* ~22px */
        margin: 0 0 0.417vw 0; /* 0 0 5px 0 */
    }

    .menus-content-header-your-choice {
        width: auto;
    }

    .menus-content-header-your-choice h4 {
        font-size: 2.002vw !important; /* ~24px */
        line-height: 2.336vw !important; /* ~28px */
        margin: 0;
        text-transform: uppercase;
    }

    .menus-content-header-your-choice-container img {
        right: 1.501vw; /* 18px */
        top: 3.336vw; /* 40px */
        width: 19.767vw; /* 237px */
        height: 17.348vw; /* 208px */
    }

    .menus-content-header-your-choice-container a {
        font-size: 1.668vw; /* 20px */
        line-height: 2.669vw; /* 32px */
        padding: 0.25vw 0 0 2.502vw; /* 3px 0 0 30px */
    }

    .menus-content-container .menus-content-header h2 {
        font-size: 3.169vw; /* 38px */
        line-height: 1;
    }

    .menu-ingredients-item {
        padding: 2.169vw 2.002vw; /* 26px 24px */
        border-radius: 0.834vw; /* 10px */
    }

    .menu-ingredients-item + .menu-ingredients-item {
        margin-top: 2.002vw; /* 24px */
    }

    .menu-ingredients-item-images {
        width: 5.171vw; /* 62px */
    }

    .menu-ingredients-item-content {
        width: calc(100% - 5.171vw); /* calc(100% - 62px) */
        padding-left: 2.002vw; /* 24px */
    }

    .menu-ingredients-item-content h3 {
        font-size: 2.335vw; /* 28px */
        line-height: 3.753vw; /* 45px */
        margin-bottom: 0.834vw; /* 10px */
    }

    .menu-ingredients-item-content p {
        font-size: 1.752vw; /* 21px */
        line-height: 2.502vw; /* 30px */
        margin-bottom: 0.834vw; /* 10px */
    }

    .menu-ingredients-item-content h4 {
        font-size: 1.752vw; /* 21px */
        line-height: 2.502vw; /* 30px */
    }

    .contact-content {
        padding: 3.336vw 3.336vw 3.336vw 1.668vw; /* 40px 40px 40px 20px */
    }

    .contact-content h1 {
        font-size: 2.502vw; /* 30px */
        line-height: 2.836vw; /* 34px */
    }

    .contact-content-items {
        gap: 5.421vw; /* 65px */
    }

    .contact-content-item {
        width: calc(50% - 2.752vw); /* calc(50% - 33px) */
    }

    .contact-content-item h2 {
        font-size: 2.002vw; /* 24px */
    }

    .contact-content-item p {
        font-size: 1.501vw; /* 18px */
        line-height: 1.4;
        margin-bottom: 1.668vw; /* 20px */
    }

    a.contact-content-item-phone {
        font-size: 1.501vw; /* 18px */
    }

    a.contact-content-item-email {
        font-size: 1.501vw; /* 18px */
        margin-bottom: 3.336vw; /* 40px */
    }

    .contact-content-item iframe {
        width: 24.354vw; /* 292px */
        height: 15.013vw; /* 180px */
    }
    .contact-image {
        min-height: calc(100vh - 29.9vw);
    }
}

/* Media Query for screens between 1200px and 1920px - Converting px to vw based on 1920px viewport */
/* Responsive grid for menu items on large screens */
@media (min-width: 1400px) {
    .menus-list-grid-container {
        grid-template-columns: repeat(auto-fill, 300px) !important;
    }
    
    .menus-list-grid-item {
        width: 300px !important;
    }
}

@media (min-width: 1600px) {
    .menus-list-grid-container {
        grid-template-columns: repeat(auto-fill, 350px) !important;
    }
    
    .menus-list-grid-item {
        width: 350px !important;
    }
}

@media (min-width: 1920px) {
    .menus-list-grid-container {
        grid-template-columns: repeat(auto-fill, 500px) !important;
    }
    
    .menus-list-grid-item {
        width: 500px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1920px) {
    .navbar {
        padding: 0.885vw 0; /* 17px */
    }

    .container {
        max-width: 86.771vw; /* 1666px */
    }

    .navbar-brand img {
        width: 6.719vw; /* 129px */
        height: 8.073vw; /* 155px */
    }

    .header-contact-button {
        top: 1.823vw; /* 35px */
        border-radius: 1.042vw; /* 20px */
        font-size: 1.563vw; /* 30px */
        line-height: 2.552vw; /* 49px */
        padding: 0 0.729vw; /* 14px */
    }

    .header-contact-button span {
        font-size: 1.563vw; /* 30px */
        line-height: 1.979vw; /* 38px */
        left: -2.083vw; /* -40px */
        top: -1.146vw; /* -22px */
    }

    .navbar-nav .nav-link {
        font-size: 1.042vw; /* 20px */
        line-height: 1.667vw; /* 32px */
    }

    .navbar-nav {
        gap: 4.896vw; /* 94px */
    }

    .hero-section {
        min-height: 43.75vw; /* 840px */
    }

    .hero-wrapper img {
        width: 20.469vw; /* 393px */
        height: 24.635vw; /* 473px */
    }

    .hero-wrapper .hero-button {
        border-width: 0.156vw; /* 3px */
        border-radius: 1.563vw; /* 30px */
        font-size: 1.604vw; /* 50px */
        line-height: 4.219vw; /* 81px */
        padding: 0.625vw 2.604vw; /* 12px 50px */
        max-width: 15vw; /* 288px */
        margin: 4.792vw auto 0; /* 92px */
    }

    .about-content-top {
        padding: 1.719vw 0 2.344vw; /* 33px 0 45px */
    }

    .about-content-top h2 {
        font-size: 1.458vw !important; /* ~28px */
        line-height: 2.292vw !important; /* ~44px */
    }

    .about-content-top h2 span {
        font-size: 2.188vw !important; /* ~42px */
        line-height: 2.813vw !important; /* ~54px */
    }

    .about-content-top p,
    .about-content-top * {
        font-size: 1.25vw !important; /* ~24px */
        line-height: 1.979vw !important; /* ~38px */
    }

    .us-flag {
        right: -11.302vw; /* -217px */
        width: 41.354vw; /* 794px */
        height: 20.313vw; /* 390px */
    }

    .about-content {
        margin-top: 4.844vw; /* 93px */
    }

    .about-content img {
        max-height: 26.979vw; /* 518px */
    }

    .about-content-item-title {
        height: 13.438vw; /* 258px */
        padding: 0 3.021vw; /* 58px */
        margin-bottom: 0.208vw; /* 4px */
    }

    .about-content-item-title h3 {
        font-size: 1.354vw; /* 26px */
        line-height: 2.188vw; /* 42px */
    }

    .menu-section {
        padding: 5.208vw 0; /* 100px */
    }

    .menu-wrapper h2 {
        font-size: 2.083vw; /* 40px */
        line-height: 3.333vw; /* 64px */
        margin-bottom: 4.167vw; /* 80px */
    }

    .menu-item-image {
        padding-bottom: 0.313vw; /* 6px */
        height: 8.229vw; /* 158px */
    }

    .menu-item-image .menu-shape-bg {
        bottom: 1.146vw; /* 22px */
        width: 8.802vw; /* 169px */
        height: 5.938vw; /* 114px */
    }

    .menu-item-image .menu-shape-bottom {
        width: 10.26vw; /* 197px */
        height: 1.667vw; /* 32px */
    }

    .menu-item-image-img {
        max-width: 7.76vw; /* 149px */
        max-height: 7.969vw; /* 153px */
    }

    .menu-item h3 {
        font-size: 1.354vw; /* 26px */
        line-height: 2.188vw; /* 42px */
        margin: 0.417vw 0 0; /* 8px */
    }

    .service-item {
        padding: 1.719vw 0 2.969vw 2.604vw; /* 33px 0 57px 50px */
    }

    .service-item-content {
        max-width: 13.542vw; /* 260px */
    }

    .service-item-content h3 {
        font-size: 2.083vw; /* 40px */
        line-height: 2.604vw; /* 50px */
        margin-bottom: 1.146vw; /* 22px */
        min-height: 5.208vw; /* 100px */
    }

    .service-item-content p {
        font-size: 1.094vw; /* 21px */
        line-height: 1.563vw; /* 30px */
    }

    .service-item-image {
        bottom: 2.969vw; /* 57px */
        right: 1.042vw; /* 20px */
    }

    .service-item-image img {
        max-width: 8.438vw; /* 162px */
        max-height: 7.813vw; /* 150px */
    }

    .services-section {
        padding: 3.542vw 0 6.563vw; /* 68px 0 126px */
    }

    .location-section {
        padding: 2.76vw 0 0; /* 53px 0 0 */
    }

    .location-wrapper {
        padding-bottom: 10.417vw; /* 200px */
    }

    .location-wrapper h2 {
        font-size: 2.083vw; /* 40px */
        line-height: 3.333vw; /* 64px */
        margin-bottom: 1.198vw; /* 23px */
    }

    .location-section .container {
        max-width: 64.583vw; /* 1240px */
    }

    .location-item h3 {
        font-size: 1.563vw; /* 30px */
        line-height: 1.563vw; /* 30px */
        margin-bottom: 1.25vw; /* 24px */
        margin-top: 1.927vw; /* 37px */
    }

    .location-item p {
        font-size: 1.094vw; /* 21px */
        line-height: 1.563vw; /* 30px */
    }

    .location-item img {
        margin-top: 1.302vw; /* 25px */
        height: 15.625vw; /* 300px */
        object-fit: cover;
        object-position: center;
    }

    .location-flag {
        width: 36.458vw; /* 700px */
        height: 35.26vw; /* 677px */
    }

    .location-center-wrapper {
        min-height: 31.25vw; /* 600px */
    }

    .location-girl {
        width: 36.667vw; /* 704px */
        height: 27.396vw; /* 526px */
    }

    .star-overlay {
        left: -19.271vw; /* -370px */
        top: -24.479vw; /* -470px */
        width: 33.125vw; /* 636px */
        height: 37.656vw; /* 723px */
    }

    .footer {
        padding: 1.25vw 0; /* 24px */
    }

    .footer-logo img {
        width: 6.719vw; /* 129px */
        height: 8.073vw; /* 155px */
    }

    .footer-contact {
        gap: 1.771vw; /* 34px */
    }

    .footer-contact-item {
        font-size: 1.042vw; /* 20px */
        line-height: 1.406vw; /* 27px */
    }

    .footer-menu-item {
        font-size: 1.042vw; /* 20px */
        line-height: 1.406vw; /* 27px */
    }

    .footer-menu-item a {
        gap: 0.417vw; /* 8px */
    }

    .footer-menu-item img {
        bottom: 0.104vw; /* 2px */
        width: 3.188vw; /* 61px */
        height: 1.823vw; /* 35px */
    }

    .footer-menu-item:before {
        margin: 0 1.042vw; /* 20px */
    }

    .footer-menu-item:last-child {
        padding-right: 3.646vw; /* 70px */
    }

    .menus-category-container {
        width: 15.625vw; /* 300px */
    }

    .menus-content-container {
        width: calc(100% - 15.625vw); /* calc(100% - 300px) */
    }

    .menus-content-container h1 {
        font-size: 2.083vw; /* 40px */
        line-height: 3.333vw; /* 64px */
        margin-bottom: 0.521vw; /* 10px */
    }

    .menus-content-container h2 {
        font-size: 3.125vw; /* 60px */
        line-height: 3.906vw; /* 75px */
        margin-bottom: 1.302vw; /* 25px */
    }

    .menus-section {
        padding: 5.208vw 0; /* 100px 0 */
    }

    .menus-list-container {
        gap: 2.083vw; /* 40px */
    }

    .menus-list-item-content img {
        width: 14.948vw; /* 287px */
        height: 13.438vw; /* 258px */
    }

    .menus-list-item-content {
        background-size: calc(100% - 1.042vw); /* calc(100% - 20px) */
        background-position: 0.521vw 0.521vw; /* 10px 10px */
        padding: 0.521vw 1.875vw 3.229vw; /* 10px 36px 62px */
    }

    .menus-list-item {
        width: calc(33.33% - 1.406vw); /* calc(33.33% - 27px) */
        border-radius: 0.521vw; /* 10px */
    }

    .menus-list-item-content h3 {
        font-size: 1.198vw; /* 23px */
        line-height: 1.927vw; /* 37px */
        margin: 0.625vw 0 0.729vw; /* 12px 0 14px */
    }

    .menus-list-item-content p {
        font-size: 1.094vw; /* 21px */
        line-height: 1.563vw; /* 30px */
        margin-bottom: 2.24vw; /* 43px */
    }

    .menus-list-item-content a {
        border-width: 0.156vw; /* 3px */
        border-radius: 1.042vw; /* 20px */
        max-width: 13.021vw; /* 250px */
        height: 2.917vw; /* 56px */
        font-size: 0.833vw !important; /* ~16px */
        padding: 0 0.625vw; /* 0 12px */
    }

    .menus-content-header {
        padding-bottom: 2.708vw; /* 52px */
    }

    .menus-content-header-your-choice-container {
        padding-top: 2.656vw; /* 51px */
    }

    .menus-content-header-your-choice {
        background-color: #E70D7C;
        border: 0.156vw solid #fff; /* 3px */
        border-radius: 1.042vw; /* 20px */
        padding: 0.781vw 1.563vw; /* 15px 30px */
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        z-index: 20;
    }

    .menus-header-burger-icon {
        width: 1.823vw; /* 35px */
        height: 1.823vw; /* 35px */
    }

    .menus-content-header-your-choice h3 {
        font-size: 0.938vw !important; /* ~18px */
        line-height: 1.146vw !important; /* ~22px */
        margin: 0 0 0.26vw 0; /* 0 0 5px 0 */
    }

    .menus-content-header-your-choice {
        width: auto;
    }

    .menus-content-header-your-choice h4 {
        font-size: 1.251vw !important; /* ~24px */
        line-height: 1.46vw !important; /* ~28px */
        margin: 0;
        text-transform: uppercase;
    }

    .menus-content-header-your-choice-container img {
        right: 0.938vw; /* 18px */
        top: 2.24vw; /* 43px */
        width: 14.948vw; /* 287px */
        height: 13.438vw; /* 258px */
    }

    .menus-content-header-your-choice-container a {
        font-size: 1.042vw; /* 20px */
        line-height: 1.667vw; /* 32px */
        padding: 0.156vw 0 0 1.563vw; /* 3px 0 0 30px */
    }

    .menu-ingredients-item {
        padding: 1.354vw 1.25vw; /* 26px 24px */
        border-radius: 0.521vw; /* 10px */
    }

    .menu-ingredients-item + .menu-ingredients-item {
        margin-top: 1.25vw; /* 24px */
    }

    .menu-ingredients-item-images {
        width: 3.229vw; /* 62px */
    }

    .menu-ingredients-item-content {
        width: calc(100% - 3.229vw); /* calc(100% - 62px) */
        padding-left: 1.25vw; /* 24px */
    }

    .menu-ingredients-item-content h3 {
        font-size: 1.458vw; /* 28px */
        line-height: 2.344vw; /* 45px */
        margin-bottom: 0.521vw; /* 10px */
    }

    .menu-ingredients-item-content p {
        font-size: 1.094vw; /* 21px */
        line-height: 1.563vw; /* 30px */
        margin-bottom: 0.521vw; /* 10px */
    }

    .menu-ingredients-item-content h4 {
        font-size: 1.094vw; /* 21px */
        line-height: 1.563vw; /* 30px */
    }

    .contact-content {
        padding: 7.083vw 0 6.667vw 7.292vw; /* 136px 0 128px 140px */
    }

    .contact-content h1 {
        font-size: 2.083vw; /* 40px */
        line-height: 2.292vw; /* 44px */
        margin-bottom: 3.021vw; /* 58px */
    }

    .contact-content-items {
        gap: 4.479vw; /* 86px */
        max-width: 38.646vw; /* 742px */
    }

    .contact-content-item {
        width: calc(50% - 2.24vw); /* calc(50% - 43px) */
    }

    .contact-content-item h2 {
        font-size: 1.563vw; /* 30px */
        margin-bottom: 0.625vw; /* 12px */
    }

    .contact-content-item p {
        font-size: 1.094vw; /* 21px */
        line-height: 1.563vw; /* 30px */
        margin-bottom: 1.667vw; /* 32px */
    }

    a.contact-content-item-phone {
        border-radius: 1.042vw; /* 20px */
        padding: 0 0.625vw; /* 0 12px */
        font-size: 1.198vw; /* 23px */
        line-height: 1.927vw; /* 37px */
    }

    a.contact-content-item-email {
        margin-top: 0.99vw; /* 19px */
        font-size: 1.094vw; /* 21px */
        line-height: 1.563vw; /* 30px */
        margin-bottom: 3.021vw; /* 58px */
    }

    .contact-content-item iframe {
        width: 17.083vw; /* 328px */
        height: 12.292vw; /* 236px */
    }
    .contact-image {
        min-height: calc(100vh - 21.21vw);
    }
}


@media (max-width: 991px) {
    .navbar {
        padding: 6px 0;
    }
    .navbar-brand img {
        width: auto;
        height: auto;
        max-height: 80px;
    }

    .navbar-toggler {
        border: none;
        padding: 0.25rem 0.5rem;
        z-index: 1001;
        position: relative;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-collapse {
        position: fixed;
        top: 100px;
        right: -100%;
        width: 100vw;
        height: 100vh;
        background-color: #202ED0;
        z-index: 1000;
        transition: right 0.3s ease-in-out;
        padding: 100px 20px 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }

    .navbar-collapse.show {
        right: 0;
    }

    .navbar-nav {
        flex-direction: column;
        width: 100%;
        gap: 0px;
        margin: 0;
    }

    .navbar-nav .nav-link {
        font-size: 24px;
        line-height: 1.2;
        color: #FFFFFF;
        text-align: center;
        padding: 15px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        width: 100%;
    }

    .hero-wrapper img {
        width: auto;
        height: auto;
        max-width: 240px;
    }
    
    .hero-wrapper .hero-button {
        font-size: 20px;
        line-height: 1.8;
        padding: 12px 50px 8px;
    }
    
    .hero-section {
        min-height: 640px;
        /* background-size: cover; */
    }
    
    .about-content-top h2 {
        font-size: 26px !important;
        line-height: 1.4 !important;
    }
    
    .about-content-top h2 span {
        font-size: 38px !important;
        line-height: 1.4 !important;
    }

    .about-content-top p,
    .about-content-top * {
        font-size: 22px !important;
        line-height: 1.6 !important;
    }
    
    .about-content-top {
        padding: 20px 0 21px;
        position: relative;
        z-index: 1;
    }
    
    .us-flag {
        width: auto;
        height: auto;
        max-width: 390px;
        right: -120px;
    }
    
    .about-content-item-title {
        padding: 0 20px;
        height: 120px;
    }
    
    .about-content-item-title h3 {
        font-size: 18px;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    .about-content img {
        max-height: 240px;
    }
    
    .menu-wrapper h2 {
        font-size: 32px;
        line-height: 1;
    }
    
    .menu-item-image-img {
        max-height: 70px;
        max-width: 60px;
    }
    
    .menu-item-image .menu-shape-bg {
        width: auto;
        height: auto;
        max-width: 100px;
        bottom: 5px;
    }
    
    .menu-item-image .menu-shape-bottom {
        width: auto;
        height: auto;
        max-width: 100px;
    }
    
    .menu-item h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .menu-item-image {
        height: 75px;
    }
    
    .service-item {
        padding: 20px 20px 160px;
    }
    
    .service-item-content h3 {
        font-size: 20px;
        line-height: normal;
        min-height: 64px;
        margin-bottom: 10px;
    }
    
    .service-item-image {
        bottom: 20px;
        right: 20px;
    }
    
    .service-item-image img {
        max-height: 132px;
    }
    
    .service-item-content p {
        font-size: 18px;
        line-height: 1.4;
    }
    
    .star-overlay {
        width: auto;
        height: auto;
        left: -80px;
        top: -100px;
        max-width: 160px;
    }
    
    .location-wrapper h2 {
        font-size: 32px;
        line-height: 1.2;
    }
    
    .location-item h3 {
        font-size: 20px;
        line-height: 1;
        margin-bottom: 20px;
    }
    
    .location-item p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .location-item img {
        height: 250px;
        object-fit: cover;
        object-position: center;
    }
    
    .location-center-wrapper {
        min-height: 400px;
    }

    .location-girl {
        width: auto;
        height: auto;
        max-width: 380px;
        left: -50px;
    }
    
    .location-flag {
        width: auto;
        height: auto;
        max-width: 380px;
    }
    
    .location-wrapper {
        padding-bottom: 80px;
    }
    
    .menu-wrapper {
        overflow: hidden;
    }
    
    .footer-contact {
        flex-direction: column;
        gap: 20px;
    }
    
    .footer-contact-item {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .footer-menu {
        flex-wrap: wrap;
    }
    
    .footer-menu-item:last-child:before {
        display: none;
    }
    
    .footer-menu-item:last-child {
        padding-top: 30px;
        padding-right: 59px;
        width: 100%;
        justify-content: flex-end;
    }
    
    .footer-menu-item {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .footer-menu-item img {
        width: auto;
        height: auto;
        max-width: 48px;
    }
    
    /* Horizontal scroll for menu categories */
    .menus-category-container {
        width: 100%;
        margin-bottom: 30px;
    }
    
    .menus-category-content {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 20px;
        padding: 10px 0 0;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #E70D7C #f1f1f1;
    }
    
    .menus-category-content::-webkit-scrollbar {
        height: 8px;
    }
    
    .menus-category-content::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    
    .menus-category-content::-webkit-scrollbar-thumb {
        background: linear-gradient(90deg, #E70D7C, #202ED0);
        border-radius: 10px;
        transition: background 0.3s ease;
    }
    
    .menus-category-content::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(90deg, #202ED0, #1076BB);
    }
    
    .menus-category-content .menu-item {
        flex: 0 0 auto;
        min-width: 120px;
        text-align: center;
    }
    
    
    .menus-category-content .menu-item h3 {
        font-size: 14px;
        line-height: 1.2;
        margin: 0;
        color: #E70D7C;
    }

    .menus-content-container {
        width: 100%;
        padding-left: 0;
    }

    .menus-section {
        padding: 40px 0;
    }
    
    .menus-content-container h1 {
        font-size: 32px;
        line-height: 1;
    }
    
    .menus-content-container h2 {
        font-size: 40px;
        line-height: 1;
    }
    
    .menus-list-item {
        width: calc(50% - 20px);
    }
    
    .menus-list-item-content img {
        width: 100%;
        height: 100%;
        max-width: 180px;
    }
    
    .menus-list-item-content h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    
    .menus-list-item-content p {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    
    .menus-list-item-content a {
        max-width: 100%;
        height: 48px;
        border-width: 2px;
        font-size: 14px !important;
        padding: 0 10px;
    }
    .menus-list-item-content {
        padding: 20px;
    }
    .menus-content-header-your-choice-container img {
        width: 160px;
        height: 140px;
        top: 20px;
    }
    
    .menus-content-header-your-choice {
        background-color: #E70D7C;
        border: 3px solid #fff;
        border-radius: 20px;
        padding: 12px 24px;
        width: auto;
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .menus-header-burger-icon {
        width: 30px;
        height: 30px;
    }
    
    .menus-content-header-your-choice h3 {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .menus-content-header-your-choice h4 {
        font-size: 20px !important;
        line-height: 26px !important;
        margin-top: 6px;
    }
    
    .menus-content-header-your-choice-container a {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .menus-content-header-your-choice-container {
        padding-top: 10px;
    }
    
    .menus-content-container .menus-content-header h2 {
        font-size: 32px;
    }
    
    .menus-content-header {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    
    .menu-ingredients-item {
        padding: 20px;
    }
    
    .menu-ingredients-item-images {
        width: 40px;
    }
    
    .menu-ingredients-item-content {
        width: calc(100% - 40px);
        padding-left: 20px;
    }
    
    .menu-ingredients-item-content h3 {
        font-size: 24px;
        line-height: 1;
    }
    
    .menu-ingredients-item-content p {
        font-size: 18px;
        line-height: 1;
    }
    
    .menu-ingredients-item-content h4 {
        font-size: 18px;
        line-height: 1.2;
    }
    
    .menus-challenge-container {
        gap: 20px;
    }
    
    .menus-challenge-item {
        margin-bottom: 20px;
        width: 100% !important;
    }
    
    .menus-challenge-king-section {
        position: absolute;
        top: 70%;
        right: -40px;
        width: 600px;
        max-width: 65%;
        padding: 18px 22px;
    }
    
    .menus-challenge-item {
        margin-bottom: 200px;
    }
    
    .menus-challenge-king-image {
        width: 180px;
        height: 200px;
    }
    
    .menus-challenge-king-image::before {
        top: 5px;
        right: -130px;
        width: 280px;
        height: 280px;
    }
    
    .menus-challenge-king-image .king-img {
        max-width: 220px;
    }
    
    .menus-challenge-king-title-box h4 {
        font-size: 22px;
        line-height: 28px;
    }
    
    .menus-challenge-king-description,
    .menus-challenge-king-description p {
        font-size: 17px;
        line-height: 25px;
    }
    
    .menus-challenge-item-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .menus-challenge-item-image {
        width: 100%;
        max-width: 287px;
        height: auto;
        margin: 0 auto;
        background-size: calc(100% - 10px);
        background-position: 5px 5px;
        padding: 5px;
    }
    
    .menus-challenge-item-image .normal-menu-img {
        width: 100%;
        height: auto;
    }
    
    .menus-challenge-item-content {
        padding: 10px 36px 62px;
    }
    
    .menus-challenge-famous-label {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    
    .menus-challenge-banner {
        padding: 12px 20px;
        margin-bottom: 15px;
    }
    
    .menus-challenge-banner h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .menus-challenge-description p,
    .menus-challenge-highlight {
        font-size: 18px;
        line-height: 24px;
    }
    
    .menus-challenge-king-section {
        position: absolute;
        top: 70%;
        right: -15px;
        width: 90%;
        max-width: 450px;
        padding: 15px 18px;
    }
    
    .menus-challenge-item {
        margin-bottom: 150px;
    }
    
    .menus-challenge-king-label {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    .menus-challenge-king-content-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    
    .menus-challenge-king-image {
        width: 140px;
        height: 160px;
        align-self: flex-end;
    }
    
    .menus-challenge-king-image::before {
        top: 0;
        right: -80px;
        width: 200px;
        height: 200px;
    }
    
    .menus-challenge-king-image .king-img {
        max-width: 150px;
    }
    
    .menus-challenge-king-title-box {
        padding: 7px 15px;
        margin-bottom: 10px;
    }
    
    .menus-challenge-king-title-box h4 {
        font-size: 18px;
        line-height: 24px;
    }
    
    .menus-challenge-king-description,
    .menus-challenge-king-description p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    
    .menus-challenge-king-button-box {
        padding: 6px 14px;
        margin-bottom: 8px;
    }
    
    .menus-challenge-king-button-box span {
        font-size: 15px;
        line-height: 21px;
    }
    
    .menus-challenge-king-record {
        font-size: 15px;
        line-height: 21px;
    }
    
    .menus-challenge-overlap-image {
        bottom: 0;
        right: -20%;
        width: 200px;
        opacity: 0.6;
        transform: translateY(50%);
    }
    
    .contact-content {
        width: 100%;
        padding: 40px 20px;
    }
    
    .contact-content h1 {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 40px;
    }
    
    .contact-content-item h2 {
        font-size: 20px;
    }
    
    .contact-content-item p {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    a.contact-content-item-phone {
        font-size: 16px;
    }
    
    a.contact-content-item-email {
        font-size: 16px;
        line-height: 1;
    }
    
    .contact-content-item iframe {
        width: 100%;
    }
    
    .contact-image {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .header-contact-button {
        right: 20px;
        top: 20px;
    }
    .about-content img {
        max-width: 100%;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .about-content-item {
        height: auto;
    }
    
    .hero-wrapper img {
        max-width: 180px;
    }
    
    .hero-wrapper .hero-button {
        font-size: 24px;
        margin-top: 50px;
    }
    
    .hero-section {
        min-height: 460px;
    }
    
    .about-content-top h2 {
        font-size: 24px !important;
    }
    
    .about-content-top h2 span {
        font-size: 36px !important;
    }

    .about-content-top p,
    .about-content-top * {
        font-size: 20px !important;
        line-height: 1.6 !important;
    }
    
    .menu-section {
        padding: 80px 0;
    }
    
    .menu-wrapper h2 {
        margin-bottom: 40px;
    }
    
    .services-section {
        padding: 20px  0 60px;
    }
    
    .service-item-content h3 {
        min-height: auto;
    }
    
    .service-item-content {
        max-width: 100%;
    }
    
    .location-item h3 {
        margin-bottom: 10px;
        margin-top: 20px;
    }
    
    .location-girl {
        display: none;
    }
    
    .location-flag {
        display: none;
    }
    .footer-menu-item:last-child {
        width: auto;
        padding-top: 0;
    }
    
    .footer-menu-item:last-child:before {
        display: block;
    }
    
    .footer-menu {
        justify-content: flex-start;
    }
    
    /* Enhanced mobile optimizations for menu categories */
    .menus-category-content {
        gap: 15px;
        padding: 15px 0;
    }
    
    .menus-category-content .menu-item {
        min-width: 100px;
    }
    
    
    .menus-category-content .menu-item h3 {
        font-size: 12px;
        line-height: 1.1;
    }
    
    .menus-category-content::-webkit-scrollbar {
        height: 6px;
    }
    .menus-list-item {
        width: 100%;
    }
    .menus-list-container {
        gap: 20px;
    }
    
    .menus-list-small-grid {
        grid-template-columns: repeat(auto-fill, 232px);
        gap: 15px;
        padding: 15px 0;
    }
    
    .menus-list-small-item {
        width: 100%;
        max-width: 100%;
    }
    
    .menus-list-grid-container {
        grid-template-columns: repeat(auto-fill, 250px);
        gap: 15px;
    }
    
    .menus-list-grid-item {
        width: 100%;
    }
    
    .menus-content-header {
        flex-wrap: wrap;
    }
    
    .menus-content-header-title {
        width: 100%;
    }
    
    .menus-content-header-your-choice-container {
        padding-top: 40px;
        width: 100%;
    }
    
    .menus-content-header-your-choice-container img {
        top: 48px;
        right: 0;
    }
    
    .menus-content-header-your-choice {
        padding-right: 100px;
        width: calc(100% - 30px);
        margin-right: 0;
    }
    
    .menu-ingredients-item {
        padding: 20px 12px;
    }
    
    .menu-ingredients-item-images {
        width: 30px;
    }
    
    .menu-ingredients-item-content {
        width: calc(100% - 30px);
        padding-left: 10px;
    }
    
    .menu-ingredients-item-content h3 {
        font-size: 18px;
    }
    
    .menu-ingredients-item-content p {
        font-size: 14px;
    }
    
    .menu-ingredients-item-content h4 {
        font-size: 14px;
    }
    
    .menu-ingredients-item + .menu-ingredients-item {
        margin-top: 16px;
    }
    
    /* Menu section mobile optimizations */
    .menus-section {
        padding: 30px 0;
    }
    
    .menus-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .menus-category-container {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .menus-category-toggel {
        margin-bottom: 15px;
    }
    
    .menus-content-container {
        width: 100%;
        padding: 0 15px;
    }
    
    .menus-content-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 0;
        gap: 20px;
    }
    
    .menus-content-header-title {
        width: 100%;
    }
    
    .menus-content-header-title h1 {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    
    .menus-content-header-title h2 {
        font-size: 36px;
        line-height: 1.2;
    }
    
    .menus-content-header-your-choice-container {
        width: 100%;
        padding-top: 20px;
        position: relative;
    }
    
    .menus-content-header-your-choice-wrapper {
        width: 100%;
    }
    
    .menus-content-header-your-choice {
        width: 100%;
        max-width: 100%;
        padding: 12px 20px;
        margin-right: 0;
        padding-right: 80px;
    }
    
    .menus-content-header-your-choice-container img {
        width: 120px;
        height: 105px;
        top: 35px;
        right: 10px;
    }
    
    .menus-content-header-your-choice h3 {
        font-size: 12px !important;
        line-height: 16px !important;
    }
    
    .menus-content-header-your-choice h4 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    
    .change-menu-link {
        font-size: 14px !important;
        padding: 8px 0 0 0 !important;
        margin-left: 0 !important;
    }
    
    /* Menu list items mobile */
    .menus-list-item {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .menus-list-item-content {
        padding: 15px;
    }
    
    .menus-list-item-content img {
        max-width: 100%;
        height: auto;
        margin-bottom: 15px;
    }
    
    .menus-list-item-content h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .menus-list-item-content p,
    .menus-list-item-content div {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    
    .menus-list-item-content .menu-item-price {
        font-size: 20px;
        line-height: 28px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .menus-list-item-content a {
        width: 100%;
        max-width: 100%;
        font-size: 14px !important;
        padding: 12px 20px;
        text-align: center;
    }
    
    /* Menu ingredients (burgers) mobile */
    .menu-ingredients-container {
        width: 100%;
    }
    
    .menu-ingredients-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }
    
    .menu-ingredients-item-images {
        width: 100%;
        display: flex;
        gap: 8px;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
    
    .menu-ingredients-item-images img {
        width: 35px;
        height: 35px;
    }
    
    .menu-ingredients-item-content {
        width: 100%;
        padding-left: 0;
    }
    
    .menu-ingredients-item-content .menu-item-price {
        font-size: 20px;
        line-height: 28px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .menu-ingredients-item-content h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    
    .menu-ingredients-item-content p,
    .menu-ingredients-item-content div {
        font-size: 15px;
        line-height: 1.5;
    }
    
    /* Challenge/Specials mobile */
    .menus-challenge-container {
        gap: 15px;
    }
    
    .menus-challenge-item {
        width: 100% !important;
        padding: 20px 15px;
        margin-bottom: 30px;
    }
    
    .menus-challenge-item-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    
    .menus-challenge-item-image {
        width: 100%;
        text-align: center;
    }
    
    .menus-challenge-item-image img {
        max-width: 100%;
        height: auto;
    }
    
    .menus-challenge-item-content {
        width: 100%;
    }
    
    .menus-challenge-famous-label {
        font-size: 14px;
        margin-bottom: 8px;
    }
    
    .menus-challenge-banner h3 {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    
    .menus-challenge-description p {
        font-size: 15px;
        line-height: 1.5;
    }
    
    .menus-challenge-description .menu-item-price {
        font-size: 18px;
        line-height: 24px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .menus-challenge-king-section {
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
        margin-top: 20px;
    }
    
    .menus-challenge-king-content-wrapper {
        flex-direction: column;
        gap: 20px;
    }
    
    .menus-challenge-king-text {
        width: 100%;
    }
    
    .menus-challenge-king-image {
        width: 100%;
        text-align: center;
    }
    
    .menus-challenge-king-image img {
        max-width: 150px;
        height: auto;
    }
    
    .menus-challenge-king-label {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .menus-challenge-king-title-box h4 {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .menus-challenge-king-description {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    
    .menus-challenge-king-record-wrapper {
        margin-top: 15px;
    }
    
    .menus-challenge-king-record {
        font-size: 14px;
        line-height: 1.5;
    }
    
    /* Small items (milkshake, icecream) mobile */
    .menus-list-small-item {
        width: 100%;
        max-width: 100%;
    }
    
    .menus-list-small-content {
        flex-direction: row;
        align-items: center;
        gap: 15px;
    }
    
    .menus-list-small-content .menu-item-price {
        font-size: 18px;
        line-height: 24px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .menus-list-small-image-wrapper {
        width: 80px;
        flex-shrink: 0;
    }
    
    .menus-list-small-img {
        width: 80px;
        height: 80px;
    }
    
    .menus-list-small-title {
        font-size: 18px;
        margin-bottom: 5px;
    }
    
    .menus-list-small-description {
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* Grid items mobile */
    .menus-list-grid-container {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .menus-list-grid-item {
        width: 100%;
    }
    
    .menus-list-grid-content {
        padding: 15px;
    }
    
    .menus-list-grid-content img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    
    .menus-list-grid-content h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 8px;
    }
    
    .menus-list-grid-content .menu-item-price {
        font-size: 20px;
        line-height: 28px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    
    .menus-list-grid-description {
        font-size: 15px;
        line-height: 1.5;
    }
    
    /* Allergies mobile */
    .menu-allergies-inline {
        gap: 5px;
        margin-top: 10px;
    }
    
    .menu-allergy-icon {
        width: 24px;
        height: 24px;
    }
    
    .menus-list-item-allergies {
        margin-top: 10px;
    }
    
    .contact-content-item {
        width: 100%;
    }
    
    .contact-content {
        padding: 40px 12px;
    }
    
    .contact-content h1 {
        font-size: 24px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    a.contact-content-item-email {
        margin-bottom: 20px;
    }
    
    .contact-content-items {
        gap: 60px;
    }
}

.pink-section-text font {
    font-size: 2vw !important;
    line-height: 4.003vw !important;
}

.menus-challenge-item {
    margin-bottom: 100px !important;
}

.menus-challenge-item-content .menus-challenge-famous-label {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
}

.menus-challenge-item-content .menus-challenge-banner h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    line-height: 9px;
    padding: 0px;
}

.menus-list-item:hover .menus-challenge-banner {
    background-color: #1076BB;
}