:root {
    --color-white: #ffffff;
}

.about-heading h2,
.about-heading p {
    color: var(--color-white);
}

.SectaboutBanner-box .about-title {
    color: var(--secondary-bg-color);
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0 !important;
}

.SectaboutBanner-box .about-heading {
    color: var(--color-white);
    font-weight: 500;
}

.borderRadius {
    border-radius: 12px;
}

.bgwhite {
    background: var(--color-white);
    padding: 48px 32px;

}

.histroyYear {
    font-size: 50px;
    color: rgba(var(--main-bg-color), 0.32);
    opacity: 0.4;

    margin-bottom: 10px;
}

.hightlight-text {
    color: var(--secondary-bg-color);
}

.about-focus-section {
    background: var(--main-bg-color);
    margin-bottom: 0;
}

.alignHeight {
    align-items: stretch;
}

.Sect3columns-box .feature-row {
    padding-top: 0px !important;
}

.Sect3columns-box .feature-col {
    background-color: var(--color-white);
    opacity: 1;
    border-radius: 16px;
    max-width: 100% !important;
    padding: 15px 20px;
}

.about-feature {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    background-color: #FFFFFF0D;
    border: 1px solid #FFFFFF1A;
    padding: 20px 25px;
    border-radius: 12px;
}

.about-feature p,
.about-feature h3 {

    color: var(--color-white);
}

.about-focus-section .cta-secondary--outline {
    border: 1px solid var(--color-white) !important;
    color: var(--color-white) !important;
    background: transparent;
    padding: 15px 30px;
}

.about-feature p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
}

.secRecognition .about-feature {
    text-align: center;
    height: 100%;
}

.secRecognition .about-feature h3 {
    font-size: 48px;
    margin-bottom: 8px;
    color: var(--secondary-bg-color);
    font-weight: 700;
}

.secRecognition .about-feature p {
    font-size: 18px;
    margin-bottom: 8px;
    color: #D1D5DB;
    line-height: 1.3;
}


.unchanged-taste-box {
    background: #fff7f0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    padding: 48px;

}

.unchanged-taste-box h2 {
    font-size: 2rem;
    color: #222;
}

.unchanged-taste-box p {
    font-size: 1.08rem;
    color: #333;
    margin-bottom: 18px;
}

.unchanged-taste-frame-img {
    max-width: 340px;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 8px 24px rgba(93, 14, 14, 0.12));
}

@media (max-width: 991px) {
    .unchanged-taste-frame-img {
        max-width: 90vw;
        margin-top: 24px;
    }
}


.dining-features li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 18px;
    font-size: 1.05rem;
    color: #222;
}

.feature-dot {
    position: absolute;
    left: 0;
    top: 5px;
    width: 25px;
    height: 25px;
    background: var(--secondary-bg-color);
    border-radius: 50%;
    display: inline-block;
}

.dining-experience-img img {
    background: #fff;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
    /* Add your image as background-image if needed */
}

@media (max-width: 991px) {
    .dining-features p {
        font-size: 14px;
    }

    .dining-features h3 {
        font-size: 18px;
    }

    .unchanged-taste-box {

        padding: 20px;
    }

    .about-us-image img {
        width: 100%;
    }

    .bgwhite {
        background: var(--color-white);
        padding: 28px 22px;
    }

    .dining-experience-img {
        min-height: 180px;
        margin-top: 24px;
    }
}

@media screen and (max-width: 585px) {
    .dining-features p {
        font-size: 14px;
    }

    .dining-features h3 {
        font-size: 16px;
    }

    .newhome-design h2 {
        font-size: 26px;
    }

    .dining-features .feature-dot {

        top: 2px;
        width: 20px;
        height: 20px;

    }

    .dining-features .feature-dot:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;

    }
}

.feature-dot:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid var(--color-white);
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    transform: rotate(45deg);
}