/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/*************** ADD CUSTOM CSS HERE.   ***************/
body {
	font-family: "Inter", sans-serif;
}
.header-button .button {
    text-transform: none;
    background-image: url(images/phone-btn.png);
    background-position: left 15px center;
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 400;
    background-repeat: no-repeat;
}
.icon-box-left {
    display: flex;
    align-items: center;
}
.icon-box-left p {
    margin-bottom: 0;
}

.absolute-footer {
    display: none;
}
.social-icons span {
    font-weight: normal;
}
.social-icons .button.is-outline {
    margin-bottom: 0;
}

.box-form {
	max-width: 950px;
	background-color: #FFE5F3;
	padding: 20px;
	display: block;
	margin: auto;
	margin-top: 60px;
}
.box-form label {
    font-size: 18px;
}
.box-form input {
    height: 40px;
    border-radius: 6px;
    box-shadow: none;
}
.box-form input.wpcf7-submit {
    display: block;
    margin: auto;
    width: 350px;
    height: 60px;
    margin-top: 40px;
}
.wpcf7-spinner {
    position: absolute;
}

/* -------------------------------------------
   General Layout and Design
-------------------------------------------- */
.menu-wrapper-cf7 {
}

.menu-wrapper-cf7 h2 {
    color: #004a99;
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 700;
}

.menu-wrapper-cf7 .instruction {
    color: #333333;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 500;
}

/* -------------------------------------------
   Breakfast Section (BỮA SÁNG)
-------------------------------------------- */
.topping-label {
    background-color: #004a99;
    color: #fff;
    display: inline-block;
    padding: 6px 20px;
    font-weight: bold;
    border-radius: 0 6px 6px 0px;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: absolute;
    left: 52%;
    top: 0;
    z-index: 2;
    border-left: 11px solid #D9117C;
    width: 175px;
}

.menu-item {
    display: flex;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
    padding: 20px 25px;
}

.dish-container {
    flex: 1;
    position: relative;
    min-height: 200px;
}

.dish-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dish-name-bar {
    background-color: #5cb85c;
    color: #fff;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.dish-name-bar.green-bar {
    background-color: #64bd69;
}

.dish-name-bar .logo-circle {
    width: 63px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dish-name-bar .logo-circle img {
    
}

.dish-name-bar h3 {
    margin: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: white;
    width: auto;
    font-size: 35px;
}

.topping-container {
    flex: 1;
    padding: 20px 20px 20px 60px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    border-left: 1px solid #eee;
}

.watermark-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 313px;
    z-index: 0;
    pointer-events: none;
}

/* -------------------------------------------
   Topping Radio Buttons
-------------------------------------------- */
.radio-topping-row {
    margin-bottom: 10px;
    z-index: 2;
    width: 100%;
}

.radio-topping-row label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    max-width: 300px;
    padding: 3px 10px;
    background-color: #D9117C;
    border-radius: 8px;
    font-size: 16px;
    height: 43px;
}

.radio-topping-row input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    accent-color: #d81b60;
    cursor: pointer;
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0;
}

/* -------------------------------------------
   Lunch/Dinner Section (BỮA TRƯA/TỐI)
-------------------------------------------- */
.combo-grid {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.combo-card {
    flex: 1;
    min-width: 300px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    display: flex;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.2s;
}

.combo-img {
    width: 45%;
    position: relative;
}

.combo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.combo-content {
    width: 55%;
    padding: 10px 15px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #0F5BA3;
    font-weight: bold;
}
.menu-list ul li::marker {
	display: none;
	content: none;
}

.menu-list li {
    margin-bottom: 8px;
    color: #004a99;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    padding-left: 18px;
    line-height: 1.4;
    margin-left: 0 !important;
}

.menu-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #007bff;
    font-size: 12px;
}

/* -------------------------------------------
   Main Radio Button Styles
-------------------------------------------- */
.main-radio-row {
    margin-top: 0px;
    display: flex;
    align-items: center;
}

.main-radio-row label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #d81b60;
    display: flex;
    align-items: center;
    width: 177px;
    height: 42px;
    border-radius: 6px;
    padding: 0 10px;
}
.main-radio-row label input {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
}

.real-radio-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    accent-color: #d81b60;
    cursor: pointer;
}

.watermark-small {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 165px;
    z-index: 0;
}

/* -------------------------------------------
   Active State Styles
-------------------------------------------- */
.is-selected {
    border-color: #d81b60 !important;
    box-shadow: 0 0 15px rgba(216, 27, 96, 0.2) !important;
    background-color: #fff5f8;
}

/* -------------------------------------------
   Mobile Responsiveness
-------------------------------------------- */
@media (max-width: 600px) {
    .menu-item {
        flex-direction: column;
    }

    .dish-container {
        height: 200px;
    }

    .topping-container {
        padding: 15px;
        border-left: none;
        border-top: 1px solid #eee;
    }

    .combo-card {
        flex-direction: column;
    }

    .combo-img {
        width: 100%;
        height: 180px;
    }

    .combo-content {
        width: 100%;
    }
    .radio-topping-row label {
        max-width: none;
        width: 100%;
    }
    .topping-label {
        position: initial;
    }
    .topping-label {
        font-size: 16px;
    }
}


@media only screen and (max-width: 480px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .transparent .header-main {
        height: 50px !important;
    }
    .transparent #logo img {
        max-height: 55px !important;
    }
    .menu-wrapper-cf7 h2 {
        font-size: 24px;
    }
    .dish-name-bar h3 {
        font-size: 20px;
    }
    .dish-name-bar .logo-circle {
        width: 33px;
        height: 30px;
    }
}
.menu-section {
    margin-bottom: 40px;
}