:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-4b522be *//* ===================================
   TANDOORI HERO
=================================== */

.tandoori-hero {

    position: relative;

    min-height: 100vh;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 120px 24px;

    overflow: hidden;

    text-align: center;

    background: #133e24;

}


/* ===================================
   BACKGROUND IMAGE
=================================== */

.tandoori-hero-image {

    position: absolute;

    inset: -5%;

    z-index: 0;

    background-image:
        url("https://clovespiice.com/wp-content/uploads/2026/08/Paneer-Tikka.jpeg");

    background-size: cover;

    background-position: center;

    animation: tandooriHeroZoom 14s ease-in-out infinite alternate;

    transform-origin: center center;

}


/* ===================================
   CINEMATIC ZOOM
=================================== */

@keyframes tandooriHeroZoom {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.08);
    }

}


/* ===================================
   DARK GREEN OVERLAY
=================================== */

.tandoori-hero-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            180deg,
            rgba(8, 48, 28, 0.72) 0%,
            rgba(8, 48, 28, 0.63) 48%,
            rgba(8, 48, 28, 0.82) 100%
        );

}


/* ===================================
   HERO CONTENT
=================================== */

.tandoori-hero-inner {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1100px;

    margin: 0 auto;

}


/* ===================================
   TAG
=================================== */

.tandoori-tag {

    display: inline-block;

    margin-bottom: 18px;

    color: #f4771c;

    font-family: Poppins, sans-serif;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

}


/* ===================================
   HEADING
=================================== */

.tandoori-hero h1 {

    margin: 0 auto 25px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(58px, 7vw, 94px);

    font-weight: 500;

    line-height: 0.95;

    letter-spacing: -1px;

}


/* ===================================
   DESCRIPTION
=================================== */

.tandoori-hero p {

    max-width: 760px;

    margin: 0 auto 42px;

    color: rgba(255, 255, 255, 0.92);

    font-family: Poppins, sans-serif;

    font-size: 16px;

    line-height: 1.9;

}


/* ===================================
   PILLS
=================================== */

.tandoori-pills {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

    gap: 11px;

    max-width: 950px;

    margin: 0 auto;

}


/* Individual Pill */

.tandoori-pills a {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    min-height: 45px;

    padding: 10px 21px;

    border: 1px solid rgba(255, 255, 255, 0.38);

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.11);

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    color: #ffffff;

    font-family: Poppins, sans-serif;

    font-size: 13px;

    font-weight: 500;

    text-decoration: none;

    transition:
        background .35s ease,
        border-color .35s ease,
        transform .35s ease,
        box-shadow .35s ease;

}


/* Hover */

.tandoori-pills a:hover {

    background: #ee771c;

    border-color: #ee771c;

    color: #ffffff;

    transform: translateY(-3px);

    box-shadow:
        0 10px 28px rgba(0, 0, 0, 0.25);

}


/* ===================================
   MOBILE
=================================== */

@media (max-width: 767px) {

    .tandoori-hero {

        min-height: 720px;

        padding: 90px 20px;

    }


    .tandoori-tag {

        font-size: 11px;

        letter-spacing: 3px;

        margin-bottom: 15px;

    }


    .tandoori-hero h1 {

        font-size: 55px;

        line-height: 0.95;

        letter-spacing: 0;

    }


    .tandoori-hero p {

        font-size: 14px;

        line-height: 1.8;

        margin-bottom: 32px;

    }


    .tandoori-pills {

        gap: 8px;

    }


    .tandoori-pills a {

        min-height: 40px;

        padding: 8px 15px;

        font-size: 12px;

    }

}


/* ===================================
   REDUCED MOTION
=================================== */

@media (prefers-reduced-motion: reduce) {

    .tandoori-hero-image {

        animation: none;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ddf6f11 *//* =========================================
   TANDOORI MENU SECTION
========================================= */

.tandoori-menu-section {
    padding: 120px 6%;
    background: #f8f6ef;
    position: relative;
    overflow: hidden;
}

.tandoori-menu-section::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: #eeeade;
    border-radius: 50%;
    top: -220px;
    right: -100px;
    opacity: .75;
}

.tandoori-menu-container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}


/* =========================================
   HEADING
========================================= */

.tandoori-menu-heading {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
}

.tandoori-menu-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;
}

.tandoori-menu-heading h2 {
    margin: 0 0 25px;

    color: #133e24;

    font-family: "Cormorant Garamond", serif;
    font-size: 64px;
    font-weight: 500;
    line-height: .95;
}

.tandoori-menu-heading p {
    max-width: 680px;
    margin: 0 auto;

    color: #5f665f;

    font-family: Poppins, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}


/* =========================================
   GRID
========================================= */

.tandoori-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 28px;
}


/* =========================================
   CARD
========================================= */

.tandoori-card {
    display: grid;

    grid-template-columns: 210px 1fr;

    min-height: 250px;

    background: #ffffff;

    border: 1px solid #e5e1d7;

    border-radius: 20px;

    overflow: hidden;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
}

.tandoori-card:hover {
    transform: translateY(-7px);

    border-color: rgba(238,119,28,.35);

    box-shadow:
        0 20px 50px rgba(19,62,36,.10);
}


/* =========================================
   IMAGE
========================================= */

.tandoori-image {
    height: 100%;
    min-height: 250px;

    overflow: hidden;

    background: #eeeade;
}

.tandoori-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition: transform .7s ease;
}

.tandoori-card:hover .tandoori-image img {
    transform: scale(1.08);
}


/* =========================================
   CONTENT
========================================= */

.tandoori-content {
    padding: 28px 28px 25px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tandoori-number {
    margin-bottom: 12px;

    color: #ee771c;

    font-family: Poppins, sans-serif;
    font-size: 11px;
    font-weight: 600;

    letter-spacing: 2px;
}

.tandoori-content h3 {
    margin: 0 0 12px;

    color: #133e24;

    font-family: "Cormorant Garamond", serif;
    font-size: 30px;
    font-weight: 600;

    line-height: 1.05;
}

.tandoori-content p {
    margin: 0 0 20px;

    color: #6b706b;

    font-family: Poppins, sans-serif;
    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   LINK
========================================= */

.tandoori-link {
    margin-top: auto;

    color: #ee771c !important;

    font-family: Poppins, sans-serif;
    font-size: 13px;
    font-weight: 600;

    text-decoration: none !important;

    transition: .3s ease;
}

.tandoori-link span {
    display: inline-block;

    margin-left: 5px;

    transition: transform .3s ease;
}

.tandoori-link:hover {
    color: #133e24 !important;
}

.tandoori-link:hover span {
    transform: translateX(5px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .tandoori-menu-section {
        padding: 100px 5%;
    }

    .tandoori-menu-heading h2 {
        font-size: 56px;
    }

    .tandoori-grid {
        grid-template-columns: 1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .tandoori-menu-section {
        padding: 80px 20px;
    }

    .tandoori-menu-section::before {
        width: 280px;
        height: 280px;

        top: -150px;
        right: -120px;
    }

    .tandoori-menu-heading {
        margin-bottom: 45px;
    }

    .tandoori-menu-heading h2 {
        font-size: 44px;
        line-height: 1;
    }

    .tandoori-menu-heading p {
        font-size: 14px;
    }

    .tandoori-grid {
        gap: 20px;
    }

    .tandoori-card {
        grid-template-columns: 1fr;
    }

    .tandoori-image {
        height: 230px;
        min-height: 230px;
    }

    .tandoori-content {
        padding: 25px;
    }

    .tandoori-content h3 {
        font-size: 28px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da13503 *//* =========================================
   TANDOORI EXPERIENCE
========================================= */

.tandoori-experience {

    padding: 120px 7%;

    background: #ffffff;

    overflow: hidden;

}

.tandoori-experience-container {

    max-width: 1250px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: .95fr 1.05fr;

    gap: 85px;

    align-items: center;

}


/* =========================================
   IMAGE
========================================= */

.tandoori-experience-image {

    position: relative;

    height: 620px;

    overflow: hidden;

    border-radius: 26px;

    background: #eeeade;

    box-shadow:
        0 25px 60px rgba(0,0,0,.12);

}

.tandoori-experience-image::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(19,62,36,0) 55%,
            rgba(19,62,36,.18) 100%
        );

    pointer-events: none;

}

.tandoori-experience-image img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 8s ease;

}

.tandoori-experience-image:hover img {

    transform: scale(1.07);

}


/* =========================================
   CONTENT
========================================= */

.tandoori-experience-content {

    max-width: 600px;

}

.tandoori-experience-tag {

    display: inline-block;

    margin-bottom: 18px;

    color: #ee771c;

    font-family: Poppins, sans-serif;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 3px;

    text-transform: uppercase;

}

.tandoori-experience-content h2 {

    margin: 0 0 25px;

    color: #133e24;

    font-family: "Cormorant Garamond", serif;

    font-size: 66px;

    font-weight: 500;

    line-height: .96;

}

.tandoori-experience-content > p {

    margin: 0 0 38px;

    color: #666;

    font-family: Poppins, sans-serif;

    font-size: 16px;

    line-height: 1.9;

}


/* =========================================
   FEATURES
========================================= */

.tandoori-experience-features {

    display: flex;

    flex-direction: column;

    gap: 20px;

    margin-bottom: 38px;

}

.tandoori-experience-feature {

    display: flex;

    align-items: center;

    gap: 17px;

}

.feature-icon {

    width: 48px;

    height: 48px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f8f3eb;

    border: 1px solid #eee3d5;

    border-radius: 50%;

    font-size: 20px;

}

.tandoori-experience-feature h3 {

    margin: 0 0 3px;

    color: #133e24;

    font-family: "Cormorant Garamond", serif;

    font-size: 22px;

    font-weight: 600;

}

.tandoori-experience-feature p {

    margin: 0;

    color: #777;

    font-family: Poppins, sans-serif;

    font-size: 12px;

    line-height: 1.5;

}


/* =========================================
   CTA
========================================= */

.tandoori-experience-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    padding: 15px 28px;

    background: #ee771c;

    border: 1px solid #ee771c;

    border-radius: 50px;

    color: #ffffff !important;

    font-family: Poppins, sans-serif;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none !important;

    transition:
        background .35s ease,
        border-color .35s ease,
        transform .35s ease,
        box-shadow .35s ease;

}

.tandoori-experience-btn span {

    font-size: 17px;

    line-height: 1;

    transition: transform .35s ease;

}

.tandoori-experience-btn:hover {

    background: #133e24;

    border-color: #133e24;

    color: #ffffff !important;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(19,62,36,.16);

}

.tandoori-experience-btn:hover span {

    transform: translateX(4px);

}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1024px) {

    .tandoori-experience {

        padding: 100px 6%;

    }

    .tandoori-experience-container {

        grid-template-columns: 1fr;

        gap: 55px;

    }

    .tandoori-experience-image {

        height: 550px;

    }

    .tandoori-experience-content {

        max-width: 750px;

    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .tandoori-experience {

        padding: 80px 24px;

    }

    .tandoori-experience-container {

        gap: 45px;

    }

    .tandoori-experience-image {

        height: 430px;

        border-radius: 20px;

    }

    .tandoori-experience-content h2 {

        font-size: 48px;

        line-height: .98;

    }

    .tandoori-experience-content > p {

        font-size: 14px;

        line-height: 1.8;

    }

    .tandoori-experience-feature {

        gap: 13px;

    }

    .feature-icon {

        width: 43px;

        height: 43px;

        font-size: 17px;

    }

    .tandoori-experience-feature h3 {

        font-size: 20px;

    }

    .tandoori-experience-btn {

        width: 100%;

    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-68bcfd0 *//* =========================================
   TANDOORI FINAL CTA
========================================= */

.tandoori-final-cta {

    position: relative;

    min-height: 560px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 100px 24px;

    overflow: hidden;

    text-align: center;

    background: #133e24;

}


/* =========================================
   BACKGROUND IMAGE
========================================= */

.tandoori-final-bg {

    position: absolute;

    inset: -5%;

    z-index: 0;

    background-image:
        url("https://clovespiice.com/wp-content/uploads/2026/07/WhatsApp-Image-2025-03-15-at-22.15.14_784743c2.jpg");

    background-size: cover;

    background-position: center;

    animation: tandooriCtaZoom 16s ease-in-out infinite alternate;

}


@keyframes tandooriCtaZoom {

    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.07);
    }

}


/* =========================================
   OVERLAY
========================================= */

.tandoori-final-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            180deg,
            rgba(10,48,29,.72),
            rgba(10,48,29,.82)
        );

}


/* =========================================
   CONTENT
========================================= */

.tandoori-final-content {

    position: relative;

    z-index: 2;

    max-width: 800px;

    margin: auto;

}


.tandoori-final-tag {

    display: inline-block;

    margin-bottom: 18px;

    color: #f4771c;

    font-family: Poppins, sans-serif;

    font-size: 13px;

    font-weight: 600;

    letter-spacing: 4px;

    text-transform: uppercase;

}


.tandoori-final-content h2 {

    margin: 0 0 22px;

    color: #ffffff;

    font-family: "Cormorant Garamond", serif;

    font-size: clamp(55px, 7vw, 82px);

    font-weight: 500;

    line-height: .95;

}


.tandoori-final-content p {

    max-width: 650px;

    margin: 0 auto 35px;

    color: rgba(255,255,255,.9);

    font-family: Poppins, sans-serif;

    font-size: 16px;

    line-height: 1.8;

}


/* =========================================
   BUTTONS
========================================= */

.tandoori-final-buttons {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 14px;

    flex-wrap: wrap;

}


.tandoori-final-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 9px;

    min-height: 50px;

    padding: 13px 27px;

    border-radius: 50px;

    font-family: Poppins, sans-serif;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none !important;

    transition: all .35s ease;

}


.tandoori-final-btn.primary {

    background: #ee771c;

    border: 1px solid #ee771c;

    color: #ffffff !important;

}


.tandoori-final-btn.primary:hover {

    background: #ffffff;

    border-color: #ffffff;

    color: #133e24 !important;

    transform: translateY(-3px);

}


.tandoori-final-btn.primary span {

    font-size: 17px;

    transition: transform .3s ease;

}


.tandoori-final-btn.primary:hover span {

    transform: translateX(4px);

}


.tandoori-final-btn.secondary {

    background: transparent;

    border: 1px solid rgba(255,255,255,.55);

    color: #ffffff !important;

}


.tandoori-final-btn.secondary:hover {

    background: #ffffff;

    border-color: #ffffff;

    color: #133e24 !important;

    transform: translateY(-3px);

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .tandoori-final-cta {

        min-height: 520px;

        padding: 80px 24px;

    }

    .tandoori-final-content h2 {

        font-size: 50px;

    }

    .tandoori-final-content p {

        font-size: 14px;

        line-height: 1.75;

    }

    .tandoori-final-buttons {

        flex-direction: column;

        width: 100%;

    }

    .tandoori-final-btn {

        width: 100%;

    }

}/* End custom CSS */