:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d8f773e *//* =========================================
   INDO-CHINESE HERO
========================================= */

.indo-chinese-hero {

    position: relative;

    min-height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 110px 30px;

    overflow: hidden;

    background: #133e24;

}


/* =========================================
   BACKGROUND IMAGE
========================================= */

.indo-chinese-hero-bg {

    position: absolute;

    inset: -5%;

    z-index: 0;

    background-image:
        url("https://clovespiice.com/wp-content/uploads/2026/08/WhatsApp-Image-2026-03-19-at-11.11.40-PM-1.jpeg");

    background-size: cover;

    background-position: center;

    animation:
        indoChineseHeroZoom 16s
        ease-in-out
        infinite
        alternate;

}


/* =========================================
   CINEMATIC ZOOM
========================================= */

@keyframes indoChineseHeroZoom {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }

}


/* =========================================
   GREEN OVERLAY
========================================= */

.indo-chinese-hero-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(7,48,29,.86),
            rgba(13,67,39,.70)
        );

}


/* =========================================
   HERO CONTENT
========================================= */

.indo-chinese-hero-content {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

    text-align: center;

}


/* =========================================
   EYEBROW
========================================= */

.indo-chinese-hero-tag {

    display: inline-block;

    margin-bottom: 18px;

    color: #ee771c;

    font-family: Poppins, sans-serif;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

}


/* =========================================
   HERO HEADING
========================================= */

.indo-chinese-hero h1 {

    margin: 0 auto 25px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(58px, 7vw, 88px);

    font-weight: 500;

    line-height: .94;

    letter-spacing: -1px;

}


/* =========================================
   DESCRIPTION
========================================= */

.indo-chinese-hero-content > p {

    max-width: 720px;

    margin: 0 auto;

    color: rgba(255,255,255,.90);

    font-family: Poppins, sans-serif;

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================
   DISH PILLS
========================================= */

.indo-chinese-dish-pills {

    max-width: 1000px;

    margin: 42px auto 0;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;

}


/* =========================================
   INDIVIDUAL PILL
========================================= */

.indo-chinese-dish-pills a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 46px;

    padding: 10px 23px;

    border: 1px solid rgba(255,255,255,.45);

    border-radius: 50px;

    background: rgba(255,255,255,.055);

    backdrop-filter: blur(7px);

    -webkit-backdrop-filter: blur(7px);

    color: #ffffff !important;

    font-family: Poppins, sans-serif;

    font-size: 12px;

    font-weight: 500;

    text-decoration: none !important;

    white-space: nowrap;

    transition:
        background .35s ease,
        border-color .35s ease,
        transform .35s ease,
        box-shadow .35s ease;

}


/* =========================================
   HOVER
========================================= */

.indo-chinese-dish-pills a:hover {

    background: #ee771c;

    border-color: #ee771c;

    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.22);

}


/* =========================================
   OPTIONAL ACTIVE PILL
========================================= */

.indo-chinese-dish-pills a.active {

    background: #ee771c;

    border-color: #ee771c;

    color: #ffffff !important;

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .indo-chinese-hero {

        min-height: 680px;

        padding: 100px 25px;

    }

    .indo-chinese-dish-pills {

        max-width: 850px;

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .indo-chinese-hero {

        min-height: auto;

        padding: 100px 18px 80px;

    }

    .indo-chinese-hero-bg {

        background-position: center;

    }

    .indo-chinese-hero h1 {

        font-size: 52px;

        line-height: .98;

        letter-spacing: -.5px;

    }

    .indo-chinese-hero-content > p {

        font-size: 14px;

        line-height: 1.75;

    }

    .indo-chinese-dish-pills {

        margin-top: 32px;

        gap: 8px;

    }

    .indo-chinese-dish-pills a {

        min-height: 40px;

        padding: 8px 14px;

        font-size: 10.5px;

    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .indo-chinese-hero {

        padding-left: 15px;

        padding-right: 15px;

    }

    .indo-chinese-hero h1 {

        font-size: 45px;

    }

    .indo-chinese-dish-pills a {

        font-size: 10px;

        padding: 8px 12px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c43436 *//* =========================================
   OUR INDO-CHINESE KITCHEN
========================================= */

.indo-kitchen-section {

    padding: 120px 6%;

    background: #133e24;

    overflow: hidden;

}

.indo-kitchen-container {

    max-width: 1240px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 85px;

    align-items: center;

}


/* =========================================
   IMAGE
========================================= */

.indo-kitchen-image {

    position: relative;

    height: 650px;

    overflow: hidden;

    border-radius: 26px;

    box-shadow:
        0 25px 60px rgba(0,0,0,.22);

}

.indo-kitchen-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 8s ease;

}

.indo-kitchen-image:hover img {

    transform: scale(1.07);

}


/* Image gradient */

.indo-kitchen-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            to top,
            rgba(0,0,0,.55),
            transparent 55%
        );

    pointer-events: none;

}


/* =========================================
   IMAGE BADGE
========================================= */

.indo-kitchen-image-badge {

    position: absolute;

    left: 30px;

    bottom: 30px;

    z-index: 2;

    display: flex;

    flex-direction: column;

    gap: 4px;

}

.indo-kitchen-image-badge span {

    color: #f5a06b;

    font-family: Poppins, sans-serif;

    font-size: 10px;

    font-weight: 600;

    letter-spacing: 3px;

}

.indo-kitchen-image-badge strong {

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;

    font-size: 32px;

    font-weight: 500;

}


/* =========================================
   CONTENT
========================================= */

.indo-kitchen-content {

    max-width: 590px;

}

.indo-kitchen-tag {

    display: inline-block;

    margin-bottom: 18px;

    color: #ee771c;

    font-family: Poppins, sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

}

.indo-kitchen-content h2 {

    margin: 0 0 25px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;

    font-size: 62px;

    font-weight: 500;

    line-height: .96;

}

.indo-kitchen-intro {

    margin: 0 0 40px;

    color: rgba(255,255,255,.78);

    font-family: Poppins, sans-serif;

    font-size: 15px;

    line-height: 1.9;

}


/* =========================================
   POINTS
========================================= */

.indo-kitchen-points {

    display: flex;

    flex-direction: column;

    gap: 24px;

}

.indo-kitchen-point {

    display: flex;

    align-items: flex-start;

    gap: 17px;

}

.indo-kitchen-icon {

    width: 48px;

    height: 48px;

    flex: 0 0 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.14);

    border-radius: 50%;

    font-size: 19px;

}

.indo-kitchen-point h3 {

    margin: 0 0 4px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;

    font-size: 23px;

    font-weight: 600;

}

.indo-kitchen-point p {

    margin: 0;

    color: rgba(255,255,255,.62);

    font-family: Poppins, sans-serif;

    font-size: 12px;

    line-height: 1.7;

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .indo-kitchen-section {

        padding: 95px 6%;

    }

    .indo-kitchen-container {

        grid-template-columns: 1fr;

        gap: 55px;

    }

    .indo-kitchen-image {

        height: 560px;

    }

    .indo-kitchen-content {

        max-width: 750px;

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .indo-kitchen-section {

        padding: 80px 24px;

    }

    .indo-kitchen-container {

        gap: 45px;

    }

    .indo-kitchen-image {

        height: 440px;

        border-radius: 20px;

    }

    .indo-kitchen-image-badge {

        left: 22px;

        bottom: 22px;

    }

    .indo-kitchen-image-badge strong {

        font-size: 28px;

    }

    .indo-kitchen-content h2 {

        font-size: 48px;

        line-height: .98;

    }

    .indo-kitchen-intro {

        font-size: 14px;

        line-height: 1.8;

    }

    .indo-kitchen-point {

        gap: 13px;

    }

    .indo-kitchen-icon {

        width: 43px;

        height: 43px;

        flex-basis: 43px;

        font-size: 17px;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-06490c9 *//* =========================================
   INDO-CHINESE FINAL CTA
========================================= */

.indo-chinese-cta {

    position: relative;

    min-height: 560px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 100px 24px;

    overflow: hidden;

    background: #133e24;

    text-align: center;

}


/* =========================================
   BACKGROUND IMAGE
========================================= */

.indo-chinese-cta-bg {

    position: absolute;

    inset: -5%;

    z-index: 0;

    background-image:
        url("https://clovespiice.com/wp-content/uploads/2026/08/WhatsApp-Image-2026-03-19-at-11.11.40-PM.jpeg");

    background-size: cover;

    background-position: center;

    animation:
        indoChineseCtaZoom 16s
        ease-in-out
        infinite
        alternate;

}

@keyframes indoChineseCtaZoom {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.07);
    }

}


/* =========================================
   OVERLAY
========================================= */

.indo-chinese-cta-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            180deg,
            rgba(7,48,29,.72),
            rgba(7,48,29,.86)
        );

}


/* =========================================
   CONTENT
========================================= */

.indo-chinese-cta-content {

    position: relative;

    z-index: 2;

    max-width: 800px;

    margin: 0 auto;

}


.indo-chinese-cta-tag {

    display: inline-block;

    margin-bottom: 18px;

    color: #ee771c;

    font-family: Poppins, sans-serif;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

}


.indo-chinese-cta-content h2 {

    margin: 0 0 22px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(58px, 7vw, 84px);

    font-weight: 500;

    line-height: .94;

}


.indo-chinese-cta-content p {

    max-width: 650px;

    margin: 0 auto 36px;

    color: rgba(255,255,255,.88);

    font-family: Poppins, sans-serif;

    font-size: 15px;

    line-height: 1.8;

}


/* =========================================
   BUTTONS
========================================= */

.indo-chinese-cta-buttons {

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 14px;

    flex-wrap: wrap;

}


.indo-cta-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 50px;

    padding: 13px 28px;

    border-radius: 50px;

    font-family: Poppins, sans-serif;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none !important;

    transition: all .35s ease;

}


/* Primary */

.indo-cta-btn.primary {

    background: #ee771c;

    border: 1px solid #ee771c;

    color: #ffffff !important;

}


.indo-cta-btn.primary:hover {

    background: #ffffff;

    border-color: #ffffff;

    color: #133e24 !important;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(0,0,0,.18);

}


.indo-cta-btn.primary span {

    font-size: 17px;

    transition: transform .3s ease;

}


.indo-cta-btn.primary:hover span {

    transform: translateX(4px);

}


/* Secondary */

.indo-cta-btn.secondary {

    background: transparent;

    border: 1px solid rgba(255,255,255,.55);

    color: #ffffff !important;

}


.indo-cta-btn.secondary:hover {

    background: #ffffff;

    border-color: #ffffff;

    color: #133e24 !important;

    transform: translateY(-3px);

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .indo-chinese-cta {

        min-height: 520px;

        padding: 80px 22px;

    }

    .indo-chinese-cta-content h2 {

        font-size: 52px;

    }

    .indo-chinese-cta-content p {

        font-size: 14px;

        line-height: 1.75;

    }

    .indo-chinese-cta-buttons {

        flex-direction: column;

        width: 100%;

    }

    .indo-cta-btn {

        width: 100%;

    }

}/* End custom CSS */