/* Dindigul Thalappakatti (pId 64316) brand stylesheet.
   Ported from CI3 assets/themes/ue_override/dindigul/dindigulStyle20260325.css.
   CI3 vars replaced inline with CI4 brand vars (maroon --brand-primary, gold
   --brand-secondary); Playfair @import dropped (no-new-fonts rule) -> system
   serif; illustration paths point to /assets/img/dindigul/. Loaded brand-scoped
   by base.php when the symlinked CI3 theme asset is absent. All selectors are
   Dindigul-specific custom classes, so this never affects other brands. */

.newhome-design h1,
.newhome-design h2,
.newhome-design h3,
.newhome-design h4,
.newhome-design h5,
.newhome-design h6 {
    line-height: 1.3;
    margin: 0;
}

.newhome-design h1,
.newhome-design h2 {
    font-family: Georgia, "Times New Roman", Times, serif;

}

.outlet-tabs-section h2 {
    font-family: var(--font-display, system-ui, sans-serif);

}

.newhome-design .about-heading {
    color: #fff;
}

.newhome-design .about-heading i {
    font-weight: 400;
}

.newhome-design p {
    line-height: 1.3;
}

.newhome-design .about-title {
    font-size: 48px;
    color: #fff;
    font-weight: 500;
}

.newhome-design .about-title .highlight {
    color: var(--brand-secondary, #ffbd23);
    font-weight: 400;
}

.bgimage {
    background-position: right center !important;
    background-repeat: no-repeat !important;
}

.darkbg {
    background: var(--brand-primary, #580201);
}

.newhome-design.common-space1,
.newhome-design .common-space {
    padding: 40px 0 40px 0 !important;
}

.secBgoverlay {
    position: relative;
    overflow: hidden;
}

.newhome-design .row {
    z-index: 1;
    position: relative;
}

.featured-placeholder img {

    aspect-ratio: 1 / 1;
}

.new-category-bg .slick-list {
    padding-bottom: 28px;
}

.secBgoverlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: var(--brand-primary, #580201);
    opacity: 0.03;
    z-index: -1;
}

.hero-banner {
    position: relative;
    overflow: hidden;
}

/* Slider */
.hero-slide {
    position: relative;
    padding: 70px 0;
}

/* Image */
.full-banner-two-cta{
    background-repeat: no-repeat;
    background-size: cover;
}
.hero-image {
    width: 100%;
    height: min(100vh, 720px);
    object-fit: cover;
    display: block;
}

.hero-actions .cta-primary {
    color: #222 !important;
}

.hero-actions .cta-width {
    width: 200px;
    max-width: initial;
    word-wrap: break-word;
    padding: 12px 15px !important;
}

/* Overlay */
.hero-slide .hero-overlay {
    /* position: absolute;
    inset: 0; */
    /* background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.75) 100%); */
    display: flex;
    align-items: center;
}

/* Content */
.heroSec .hero-slide .hero-content {
    color: #fff;
    text-align: center;
    padding: 0 20px;
    width: 100%;
}

.heroSec .hero-slide .subTag {
    display: inline-block;
    font-size: 12px !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--brand-secondary, #ffbd23);
    margin-bottom: 0.75rem;
    backdrop-filter: blur(12px);
    border: 1px solid #D4AF37;
    background: #0000004D;
    padding: 4px 16px;
    border-radius: 15px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 0px;

}

.heroSec .hero-slide .hero-title {
    line-height: 1.15;
    margin-bottom: 1rem;
    color: #fff;
    font-weight: 600;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.heroSec .hero-slide .hero-title span {
    color: var(--brand-secondary, #ffbd23);
}

.heroSec .hero-slide .cta-primary {
    color: #222;
}

.heroSec .hero-slide .cta-secondary--outline {
    border-color: #fff;
    background: transparent;
    color: #fff;
}

.heroSec .hero-slide .hero-description {
    line-height: 1.3;
    margin-bottom: 1.75rem;
    color: #fff;
    font-weight: 300;
    max-width: 700px;
    margin: 0px auto 40px;
}

.view-all-wrapper {
    position: relative;
    z-index: 1;
}

.newhome-design.common-space1 .category-main:after {
    background-image: url(/assets/img/dindigul/left--illustration.png);
    background-size: contain;
    background-position: center;
    content: "";
    position: absolute;
    bottom: -191px;
    left: -100px;
    width: 300px;
    height: 500px;
    display: inline-block;
}

/* FAQ Accordion Styles */
.newhome-design.CS-faqSection .container,
.newhome-design.Sectfeatures .container, .calltoaction-section .container{
    position: relative;
}

.newhome-design.CS-faqSection .container:after {
    background-image: url(/assets/img/dindigul/spice-ladyIllustration.png);
    bottom: -40px;
    left: 0;
}

.newhome-design.Sectfeatures .container:before {
    background-image: url(/assets/img/dindigul/spice-Illustration.png);
    left: initial;
    right: 10%;
    bottom: -12%;
}
.calltoaction-section .container:after {
    background-image: url(/assets/img/dindigul/experiencetasteillus.png);
    bottom: -40px;
    right: 0;
        bottom: -166px;
    right: 0;
    width: 230px !important;
}
.newhome-design.CS-faqSection .container:after,
.newhome-design.Sectfeatures .container:before, .calltoaction-section .container:after {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    width: 300px;
    height: 500px;
    display: inline-block;
}

.newhome-design.CS-faqSection #faqSection {
    background: none;
    border: none;
    margin: 0 auto;
    max-width: 780px;
}

.newhome-design.CS-faqSection #faqSection .card {
    background: #fff7f0;
    border: none;
    border-radius: 14px;
    margin-bottom: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    transition: box-shadow 0.2s;
}

.CS-faqSection #faqSection .card-header {
    background: none;
    border: none;
    padding: 0;
}

.CS-faqSection #faqSection .btn-link {
    display: flex;
    align-items: center;
    border: 1px solid color-mix(in srgb, var(--brand-secondary, #ffbd23) 20%, transparent) !important;
    justify-content: space-between;
    width: 100%;
    color: var(--text-1, #333);
    background: none;
    border: none;
    font-size: 1.15rem !important;
    font-weight: 500;
    padding: 16px 28px !important;
    border-radius: 14px 14px 0 0 !important;
    text-align: left;
    box-shadow: none;
    text-decoration: none;
}

.CS-faqSection #faqSection .btn-link:focus {
    outline: none;
    background: #f3e7db;
}

.CS-faqSection #faqSection .btn-link .las {
    font-size: 1rem;
    color: var(--text-1, #333);
    font-weight: bold;
    transition: transform 0.3s;
}

.CS-faqSection #faqSection .btn-link.collapsed .las {
    transform: rotate(0deg);
}

.CS-faqSection #faqSection .btn-link:not(.collapsed) .las {
    transform: rotate(180deg);
}

.CS-faqSection #faqSection .card-body {
    background: #fff;
    padding: 20px 28px 18px 28px;
    border-top: 1px solid #f3e7db;
    font-size: 1rem;
    color: var(--text-1, #333);
}

.CS-faqSection #faqSection .plight {
    margin: 0;
    color: var(--text-1, #333);
    font-size: 0.98rem;
    line-height: 1.7;
}

/* Blog Card Slider Styles */
/* .Secblog .slick-track, .Secblog .slick-list {
    display: flex;
    justify-content: center;
} */

.Secblog {
    z-index: 100;
    position: relative;

}


.blog-card {
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 0 0 24px 0;
    /* min-width: 340px;
    max-width: 370px;
    flex: 0 0 370px; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    scroll-snap-align: start;

    align-items: flex-start;
    margin-bottom: 12px;
    padding-bottom: 25px !important;

}

.Secblog .blog-title,
.Secblog .blog-desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.Secblog .blog-title {
    -webkit-line-clamp: 1;
    /* 2 lines title */
}

.Secblog .slick-track {
    padding: 10px 0;
    gap: 25px;
}

.Secblog .blog-desc {
    -webkit-line-clamp: 5;
    /* 3 lines description */
    height: 125px;
}

.Secblog .blog-desc {
    flex-grow: 1;
    /* pushes button to bottom */
}

.Secblog .blog-btn {
    margin: 0 20px;

}

.Secblog .blog-img {
    width: 100%;

    overflow: hidden;

    margin-bottom: 16px;
    padding: 12px 12px 0px 12px;
}

.Secblog .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.Secblog .blog-meta {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    font-size: 15px;
    color: var(--text-1, #333);
    margin-bottom: 10px;

    align-items: center;
    width: 100%;
    padding: 0 15px;
}

.Secblog .blog-meta svg {
    color: var(--brand-primary, #580201);
    margin-right: 4px;
    font-size: 1.1em;
    margin-top: -3px;
}

.Secblog .blog-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 18px 0;
    color: var(--text-1, #333);
}

.Secblog .blog-desc {
    font-size: 1rem;
    color: #707070;
    padding: 0 18px 0;
    line-height: 1.5;
    position: relative;
    text-align: left;
}

.Secblog .cta-secondary--outline {
    border-radius: 12px !important;
    margin: auto;
    border: 3px solid var(--brand-secondary, #ffbd23);
    /* Border color */
    border-radius: 10px;
    /* Optional rounded corners */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    /* Shadow effect */
}

.blog-readtime {
    display: block;
    text-align: right;
    font-size: 12px;
    color: var(--text-1, #333);
    font-weight: 600;
    margin-top: 8px;
}

.blog-btn {
    padding: 10px 32px;

    border-radius: 8px;
    font-weight: 600;
    background: #fff;
    transition: background 0.2s, color 0.2s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
}

.blog-btn:hover {
    background: var(--brand-primary, #580201);
    color: #fff;
    border-color: var(--brand-primary, #580201);
}

.secBgoverlay-1 p,
.secBgoverlay-1 h2,
.secBgoverlay-1 h3,
.secBgoverlay-1 h4,
.secBgoverlay-1 h1 {
    color: #fff;

}

.secBgoverlay-1 .subTag {

    color: var(--brand-secondary, #ffbd23);

}

.secBgoverlay-1:after {
    opacity: 1 !important;
}

.newhome-design.top-offers .slick-list {
    padding: 0 0% 0 0 !important;
}

.testimonial-slider {
    display: flex;
    gap: 32px;
    padding: 20px 0 0;
    justify-content: center;
    align-items: stretch;
}

.testimonial-slider .slick-track {
    display: flex;
    gap: 32px;
    justify-content: center;
    align-items: stretch;
}

.testimonial-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
    padding: 28px 24px 20px 24px;
    min-width: 340px;
    max-width: 370px;
    flex: 0 0 370px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 12px;
    height: 100%;
}

.testimonial-stars {
    color: #ffd600;
    font-size: 1.4rem;
    margin-bottom: 12px;
    display: flex;
}

.testimonial-stars img {
    height: 20px;
    margin-right: 3px;
}

.testimonial-text {
    font-size: 1.05rem;
    color: #374151;
    margin-bottom: 22px;
    line-height: 1.6;
    min-height: 90px;
    font-weight: 400;
}

.testimonial-user {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.testimonial-user img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.testimonial-name {
    font-weight: 700;
    color: var(--brand-primary, #580201);
    font-size: 1.08rem;
}

.testimonial-city {
    color: #4B5563;
    font-size: 0.98rem;
    margin-top: 2px;
    font-weight: 400;
}

.media-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 60px;
    gap: 20px;
    overflow: hidden;
}

.media-logos span {
    font-size: 2rem;
    font-weight: 600;
    color: #aab0bb;
    font-family: 'Montserrat', 'Arial', sans-serif;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.media-quote {
    background: #fff;
    border-radius: 14px;
    padding: 32px 36px 24px 36px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    font-size: 1.18rem;
    color: #3a3a3a;
    position: relative;

}

.media-quote-icon {
    font-size: 2.2rem;
    font-family: serif;
    vertical-align: top;
    margin-right: 10px;
    position: absolute;
    left: 30px;
    top: 30px;

}

.media-quote-icon svg {
    color: var(--brand-primary, #580201);
}

.media-quote-text {
    display: inline-block;
    padding-left: 30px;
}

.media-quote-source {
    margin-top: 18px;
    font-size: 1rem;
    color: var(--brand-primary, #580201);
    font-weight: 700;
    letter-spacing: 0.2px;
}

.media-quote-source span {
    color: var(--brand-primary, #580201);
    font-weight: 700;
}

.feature-row {
    display: flex;
    align-items: flex-start;
    /* gap: 24px; */
    /* padding: 36px 0 24px 0; */
    margin: 0 auto 0 auto;
    align-items: stretch;
    flex-wrap: wrap;
}

.newhome-design.Sectfeatures .feature-row {
    justify-content: center;
}

.feature-col {
    flex: 0 0 24.33%;
    max-width: 24.33%;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.feature-col p {
    margin-bottom: 0;

}

.newhome-design.top-offers .container {
    padding-left: 0;
}

.feature-icon {
    width: 84px;
    height: 84px;
    background: #faf5f0;
    border-radius: 50%;
    margin: 0 auto 18px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    color: var(--brand-primary, #580201);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.feature-icon svg {
    fill: var(--brand-primary, #580201);
}
.feature-icon img {
    height: 44px;
}
.feature-title {
    font-weight: 700;
    color: var(--brand-primary, #580201);
    font-size: 1.18rem;
    margin-bottom: 10px;
    margin-top: 2px;
}

.feature-desc {
    color: #333;
    font-size: 1.01rem;
    line-height: 1.5;
}

.location-box {
    background: #fff;
    border-radius: 16px;
    padding: 18px 24px 18px 24px;
    max-width: 900px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.location-box-title {
    font-size: 1.08rem;
    color: #222;
    margin-bottom: 18px;
}

.location-box-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.location-or {
    font-size: 1.08rem;
    color: #222;
    margin: 0 8px;
}

.location-link-manual {
    color: #222;
    font-size: 16px;
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s;
}

.location-link-manual i {
    font-size: 1.2em;
}

.location-box-login-title {
    gap: 10px;
}

.location-link-manual:hover {
    color: var(--brand-primary, #580201);
}

.location-box-login {
    margin-top: 10px;
    color: #222;
    font-size: 1.02rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.location-box-login i {
    font-size: 1.2em;
    color: #888;
}

.location-btn-login {
    background: #f3f3f3;
    color: #222;
    border: none;
    border-radius: 12px !important;
    padding: 6px 22px;
    font-size: 1rem;
    font-weight: 600;
    margin-left: 8px;
    cursor: pointer;
    transition: background 0.2s;
}

.location-btn-login:hover {
    background: #e0e0e0;
}

.newhome-design .featured-outer {
    padding: 0;
    margin-right: 15px;

}

.newhome-design .cart-btn-outer {
    bottom: 20px;
}

.newhome-design .new-category-sliderz .slick-track {
    display: flex;
}



/* Responsive */

/* Buttons */
.heroSec .hero-slide .hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.hightlighted {
    color: #f2c94c;
    font-style: italic;
    font-weight: 400 !important;
}

.blog-slider1 .slick-track {
    gap: 28px;
    display: flex;
    justify-content: center;
}



.main-navigation .logo-section .container {
    position: relative;
}

.header-icons {
    position: absolute;
    right: 7%;
}

.outlet-legacy {
    color: var(--brand-secondary, #ffbd23);
}

.subTag {
    color: var(--brand-secondary, #ffbd23);
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    letter-spacing: 1.2px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* =====================================================
4. BUTTONS (GLOBAL)
===================================================== */
.cta-primary {
    font-size: 16px;
    background-color: var(--brand-primary, #580201);
    color: var(--brand-secondary, #ffbd23);
    opacity: 1;
    border: 1px solid var(--brand-primary, #580201);
    padding: 12px 24px !important;
    font-weight: 600;
    border-radius: 12px !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.3;
    display: inline-block;
    font-size: 16px;
}

.cta-primary--yellow {
    background-color: var(--brand-secondary, #ffbd23) !important;
    border: 1px solid var(--brand-secondary, #ffbd23) !important;
    color: #fff;

}

.cta-primary:hover {
    background-color: var(--brand-primary, #580201);
    opacity: 0.8;
    color: #fff;
}

.cta-secondary--outline {
    font-size: 16px;
    border: 1px solid var(--brand-primary, #580201);
    color: var(--brand-primary, #580201);
    background-color: #fff;
    padding: 10px 24px !important;
    font-weight: 600;
    border-radius: 12px !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1.3;
    display: inline-block;
    width: auto;
}

.cta-primary--icon,
.cta-secondary--outline--icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-secondary--outline:hover {
    background-color: #fff;
    color: var(--brand-primary, #580201);
    border-color: var(--brand-primary, #580201);
    opacity: 0.7;
}


.legacy-title {
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.legacy-highlight {
    color: #f7c948;
    font-weight: 400;
    font-style: italic;
}

.legacy-desc {
    font-size: 1.13rem;
    color: #E4E4E4;
    margin-bottom: 2em !important;
    line-height: 1.7;
    font-weight: 400;
}

.legacy-stats-row {
    display: flex;
    gap: 36px;
    margin-bottom: 2em;
    /* flex-wrap: wrap; */
}

.legacy-stat {
    border-left: 2px solid #fff;
    padding-left: 18px;
}

.legacy-stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #f7c948;
    margin-bottom: 0.2em;
}

.legacy-stat-label {
    font-size: 14px;
    color: #E4E4E4;
    line-height: 1.3;
    margin-top: 10px;
}

.legacy-cta {
    display: inline-block;
    margin-top: 8px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border-bottom: 1.5px solid #f7c948;
    align-self: flex-start;
}

.legacy-cta svg,
.legacy-cta svg path {
    fill: #fff !important;
}

.legacy-cta:hover {
    color: #fff;
    border-bottom: 1.5px solid #fff;
}


.legacy-block-image img {
    width: 100%;
    border: 6px solid #fff;
    border-radius: 10px;

    /* 3D illusion shadow */
    box-shadow:
        0 4px 10px rgba(0, 0, 0, 0.3),
        0 10px 20px rgba(0, 0, 0, 0.2),
        inset 0 2px 3px rgba(255, 255, 255, 0.6);

    transition: all 0.4s ease;
}

/* Hover illusion */
.legacy-block-image img:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.4),
        0 18px 35px rgba(0, 0, 0, 0.3);
}

.newhome-design .category-main li>div {
    z-index: 1;
    position: relative;
}

@media screen and (min-width: 768px) {
    .heroSec .hero-slide .subTag {

        padding: 4px 35px !important;
    }

    .heroSec h1 {
        font-size: 68px;
    }

    .heroSec p {
        font-size: 20px;
    }

    .newhome-design h2 {
        font-size: 36px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .newhome-design h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .newhome-design h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .newhome-design p {
        font-size: 16px;
    }

    .secCommon p {
        font-size: 16px;
    }
}

@media screen and (min-width: 992px) {
    .newhome-design.Sectfeatures .feature-col {
        flex: 0 0 24.33%;
        max-width: 24.33%;

    }

    header .halal-icon {
        height: 42px;
        margin-right: 10px;
    }

    header .whatsapp-icon {
        height: 42px;
    }

    .noCss {
        border: 0;
        color: var(--text-1, #333);
        padding: 0;
        background: none;

    }
}

@media screen and (min-width: 1200px) {


    .newhome-design .category-main li>div {
        background-color: #fff;
        display: inline-block;
        padding: 12px 12px;
        border-radius: 15px !important;
        height: 100%;
        max-width: 240px;
        width: 100%;
        box-shadow: 0px 0px 5px rgb(0 0 0 / 15%) !important;
    }
}

@media screen and (min-width: 1440px) {

    .heroSec h1 {
        font-size: 96px;
    }

    .heroSec p {
        font-size: 20px;
    }

    .newhome-design h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .newhome-design h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .newhome-design p {
        font-size: 18px;
        margin-bottom: 0;
    }

    .secCommon p {
        font-size: 18px;
        margin-bottom: 0;
    }

}

@media screen and (max-width: 1199px) {
    .newhome-design.common-space1 .category-main:after {

        left: 0;

    }
}

@media (max-width: 991px) {


    .newhome-design.Sectfeatures .feature-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .newhome-design.Sectfeatures:before {
        left: 0;
        right: 0;
        bottom: -98px;
        margin: auto;
    }

    .newhome-design.common-space1,
    .newhome-design .common-space {
        padding: 30px 0 30px 0 !important;
    }

    .feature-row {
        flex-wrap: wrap;
        gap: 20px !important;
        padding: 18px 0;
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    .feature-col {

        max-width: 100%;
        flex: 1 1 40%;
    }

    .location-box-actions {
        flex-direction: column;
    }

    section#Sectestimonials {
        overflow: hidden;
    }

    .testimonial-slider {
        gap: 18px;
        padding: 0 10px;
    }

    .testimonial-card {
        min-width: 100%;
        max-width: 100%;
    }

    .blog-slider {
        gap: 18px;
        padding: 18px 0;
    }

    .legacy-block-inner {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
    }

    .legacy-block-image {
        justify-content: flex-start;
        margin-top: 18px;
        max-width: 100%;
    }

    .legacy-block-image img {
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .dining-experience-box .cta-primary {
    margin: auto !important;
    display: block;
    width: 43%;
    text-align: center;
}
    .newhome-design.about-focus-section .about-right-bottom {
    bottom: -26px;
    right: 0;
    width: 100%;
}
    .testimonial-slider .slick-track {
        gap: 0;
        display: flex;
        justify-content: center;
    }

    .newhome-design.darkbg .slick-dots li.slick-active button {
        background-color: #fff;
        border: 1px solid var(--brand-secondary, #ffbd23);
    }

    .heroSec .hero-slide .hero-title {
        line-height: 1.3;
        font-size: 44px !important;
    }

    .Secblog .blog-card {

        min-width: 100%;
    }

    .secRecognition .row-gap-3 {
        row-gap: 25px;
    }

    .newhome-design h2,
    .newhome-design h3,
    .newhome-design h4 {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .hero-overlay {
        align-items: center;
        padding-bottom: 2.5rem;
    }

    .hero-content {
        text-align: center;
    }

    .hero-actions {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .newhome-design.Sectfeatures .feature-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .legacy-title {
        font-size: 32px !important;
    }

    .Secblog .slick-track {
        gap: 0px;
    }

    .newhome-design .featured-outer {

        margin-right: 2px;
    }

    .feature-col {
        max-width: 90vw;
    }
}

@media screen and (max-width: 575.98px) {
    .Sect3columns-box .feature-row {
        grid-template-columns: repeat(2, 1fr);
    }
        .newhome-design h2, .newhome-design h3, .newhome-design h4 {
     
        font-size: 18px;
    }
.feature-icon1 img {
    width: auto;
    height: auto;
    
    aspect-ratio: 1 / 1;
}
    .newhome-design.Sectfeatures:before {

        right: 0;
        left: 0;
        margin: auto;
        bottom: -5%;
    }

    .newhome-design .category-item>div {
        padding: 16px;
    }

    .location-link-manual {
        font-size: 16px;
    }

    .newhome-design .cta-primary {
        font-size: 16px;
        padding: 15px 20px !important;
    }

    .location-box {
        border-radius: 12px;
        padding: 22px 10px 22px 10px;

    }



    .location-box-actions {

        gap: 10px;

    }
}

@media screen and (max-width: 475px) {
    .newhome-design.Sectfeatures .container:before {
  
    right: 0;
    bottom: -10%;
    width: 67% !important;
    }
    .hero-slide .hero-overlay {
        padding-bottom: 0 !important;
    }

    .heroSec .hero-slide .hero-title {
        line-height: 1.3;
        font-size: 32px !important;
    }

    .heroSec .hero-slide .hero-actions {

        gap: 8px;
        flex-wrap: nowrap;

    }

    .hero-actions .cta-width {
        width: 100%;
        max-width: initial;
        word-wrap: break-word;
        padding: 12px !important;
        font-size: 14px;
    }

    .heroSec .hero-slide .hero-content {

        padding: 0 10px;
    }

    .feature-col {
        flex: 1 1 100%;
    }
}

@media screen and (max-width: 410px) {
    section#about-focus-section {
    padding-bottom: 40% !important;
}


        
    .newhome-design.CS-faqSection .container:after {
    bottom: -261px;
    width: 200px !important;
    height: 100% !important;
}
    .newhome-design .about-title {
    font-size: 28px;
    }
        .Sect3columns-box .feature-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .location-box-login {

        flex-direction: column;
    }

    .newhome-design.Sectfeatures .feature-row {
        grid-template-columns: repeat(1, 1fr);
    }
    .newhome-design.CS-faqSection:after, .newhome-design.Sectfeatures:before {

    width: 91%;
}
}
/* CI4 blog widget uses `.blog-slider--scroll` (CSS scroll-snap rail), not CI3's
   slick `.blog-slider` — and CI3 commented out `.blog-card`'s width for the
   slick build. So the card had no width and ballooned full-width. Give the rail
   a centered flex track + fixed-width cards (mirrors the testimonial rail). */
.blog-slider--scroll {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 4px 16px 16px;
}
.blog-slider--scroll::-webkit-scrollbar { display: none; }
.blog-slider--scroll > .blog-card {
    flex: 0 0 360px;
    min-width: 340px;
    max-width: 370px;
    scroll-snap-align: start;
}
@media (max-width: 767px) {
    .blog-slider--scroll { justify-content: flex-start; }
    .blog-slider--scroll > .blog-card { flex-basis: 86%; min-width: 0; max-width: 86%; }
}

/* Dindigul is also theme_used=ue_silver, so the shared `[data-theme="ue_silver"]
   .home-bg` scaffolding (brand-tint ::before overlay + 2rem section padding,
   authored for the blossom-style layout) bleeds onto this page — it added the
   white gaps around the full-bleed banner and an unwanted maroon page tint.
   Dindigul self-spaces via .common-space1 (40px) / .hero-slide (70px) and gives
   each section its own background, so neutralize that scaffolding. 64316.css
   loads only for Dindigul, so other ue_silver brands (e.g. blossom) keep it. */
[data-theme="ue_silver"] .home-bg::before { display: none; }
[data-theme="ue_silver"] .home-bg > .section {
    padding: 0;
    background: transparent;
}

/* =====================================================================
   INNER PAGES — ported from CI3 inner-pagesStyle.css + aboutStyle.css.
   Merged here so the single auto-loaded brand file covers every dindigul
   override view (about / contact / careers / feedback / investors /
   media / nutritional / gallery pages) after their inline CI3 <link>
   tags were stripped. CI3 --main-bg-color -> --brand-primary,
   --secondary-bg-color -> --brand-secondary. Used-classes only.
   ===================================================================== */

/* ── About page ─────────────────────────────────────────────────── */
.SectaboutBanner-box .about-title {
    color: var(--brand-secondary, #ffbd23);
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0 !important;
}
.SectaboutBanner-box .about-heading {
    color: #fff;
    font-weight: 500;
}
.borderRadius { border-radius: 12px; }
.bgwhite { background: #fff; padding: 48px 32px; }
.histroyYear {
    font-size: 50px !important;
    color: color-mix(in srgb, var(--brand-primary, #580201) 32%, transparent);
    opacity: 0.4;
    font-weight: 600;
    margin-bottom: 10px;
}
.hightlight-text { color: var(--brand-secondary, #ffbd23); }
.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;
    height: 100%;
}
.about-feature p,
.about-feature h3 { color: #fff; }
.about-feature p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
}
.lightbg { background: #F9F5F0; }
.lightbg .about-heading h2,
.lightbg .about-heading p,
.lightbg .about-feature p,
.lightbg .about-feature h3 { color: #222; }
.lightbg .about-feature { background-color: #fff; }
.secRecognition .about-feature { text-align: center; height: 100%; }
.secRecognition .about-feature h3 {
    font-size: 48px;
    margin-bottom: 8px;
    color: var(--brand-secondary, #ffbd23);
    font-weight: 700;
}
.secRecognition .about-feature h4 {
    font-size: 24px;
    margin-bottom: 12px;
    color: #222;
}
.secRecognition .about-feature p {
    font-size: 18px;
    margin-bottom: 8px;
    color: #222;
    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));
}
.feature-icon1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.feature-icon1 img {
    width: 195px;
    height: 195px;
    object-position: center;
    object-fit: cover;
    border-radius: 20px;
    image-rendering: -webkit-optimize-contrast;
    display: block;
}
.feature-col p { color: var(--brand-secondary, #ffbd23); }
.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(--brand-secondary, #ffbd23);
    border-radius: 50%;
    display: inline-block;
}
.feature-dot:after {
    content: '';
    position: absolute;
    left: 8px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    transform: rotate(45deg);
}
.dining-experience-img img {
    background: #fff;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.07);
}

/* ── Feedback / contact / careers forms ─────────────────────────── */
.feedback-form {
    background: #fff;
    border-radius: 28px;
    width: 100%;
    max-width: 100%;
    padding: 40px 48px 32px 48px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.feedback-row { display: flex; gap: 24px; margin-bottom: 0; }
.feedback-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
.feedback-group label {
    font-weight: 500;
    margin-bottom: 8px;
    color: #222;
    font-size: 16px;
}
.feedback-group input,
.feedback-group textarea {
    background: rgba(249, 245, 240, 0.5);
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 14px;
    color: #444;
    margin-bottom: 0;
    outline: none;
    transition: box-shadow 0.2s;
    box-shadow: 0 0 0 1.5px var(--brand-primary, #580201);
    resize: none;
}
.feedback-group input:focus,
.feedback-group textarea:focus {
    box-shadow: 0 0 0 2px var(--brand-primary, #580201);
}
.feedback-group textarea { min-height: 110px; max-height: 220px; }
.feedback-note {
    text-align: center;
    margin-top: 10px;
    color: #888;
    font-size: 14px;
    letter-spacing: 0.01em;
}
.action-cta .cta-primary { width: 240px; }

/* file upload (careers résumé) */
.file-upload-area {
    border: 2px dashed #000;
    border-radius: 12px;
    padding: 15px 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: rgba(249, 245, 240, 0.5);
}
.file-upload-area:hover,
.file-upload-area.dragover {
    border-color: var(--brand-primary, #580201);
    background-color: color-mix(in srgb, var(--brand-primary, #580201) 5%, transparent);
}
.upload-placeholder i {
    font-size: 48px;
    color: var(--brand-primary, #580201);
    margin-bottom: 15px;
}
.upload-placeholder p { color: #555; margin-bottom: 10px; font-size: 16px; }
.browse-link {
    color: var(--brand-primary, #580201);
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}
.file-types { font-size: 14px; color: #888; }
.file-preview { margin-top: 20px; display: none; }
.file-preview.active { display: block; }

/* ── Gallery / outlet pages ─────────────────────────────────────── */
.noscroll { overflow: hidden; }
.noscroll header { z-index: 1; }
.noscroll .CS-faqSection { position: relative; z-index: 0; }
.scrolltabs {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.scrolltabs::-webkit-scrollbar { display: none; }
.scrolltabs .tab {
    flex: 0 0 auto;
    padding: 10px 12px;
    cursor: pointer;
    font-weight: 400;
}
.scrolltabs .tab.active {
    color: var(--brand-primary, #580201);
    font-weight: 500;
    position: relative;
}
.scrolltabs .tab.active::before {
    content: "";
    border-bottom: 2px solid var(--brand-primary, #580201);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.outlet-gallery-wrapper {
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
}
.outlet-header { text-align: center; padding: 0 1em 2.5em 1em; }
.outlet-header h1 { font-weight: 600; color: #222; margin-bottom: 10px; }
.outlet-subtitle { color: #555; margin-bottom: 0; }
.outlet-tabs-section { background: #f3efea; }
.outlet-img img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
    width: auto !important;
}
.n-information .outlet-gallery-grid .outlet-img img { aspect-ratio: auto; }
.outlet-city {
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    margin-bottom: 0;
    color: #333;
    padding: 16px 0;
}
.outlet-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 0;
    background: #fff;
    padding-top: 1.2em;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}
.outlet-tabs .tab {
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    color: #666;
    padding: 0.5em 1em 0.7em 1em;
    cursor: pointer;
    transition: color 0.2s;
}
.outlet-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2em;
    place-items: start;
    align-items: stretch;
}
.outlet-img-ni img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 16px;
}
.outlet-experience-content { text-align: center; padding: 0 1em; }
.outlet-experience-content h2 { font-weight: 600; color: #222; }
.outlet-experience-content p { color: #222; }
.outlet-experience-btns {
    display: flex;
    justify-content: center;
    gap: 1em;
}
.outlet-img.award-card {
    background: #f7f6f4;
    border-radius: 18px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
}
.outlet-img.award-card img {
    width: 100% !important;
    border-radius: 18px 18px 0 0;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.award-caption {
    padding: 12px 10px 10px 10px;
    font-size: 1em;
    color: #222;
    text-align: center;
    background: #f7f6f4;
    border-radius: 0 0 18px 18px;
}

/* reports (investors) */
.reports-section { margin-top: 40px; }
.reports-section .reports-section--inner {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.report-card {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease;
    max-width: 300px;
    width: 100%;
}
.report-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}
.report-card .report-icon { border: none; }
.report-icon img { width: 80px; margin-bottom: 20px; }
.report-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    text-decoration: none;
    color: #222;
}
.report-title { font-size: 18px; font-weight: 600; text-align: center; }

/* lightbox (media / nutritional / gallery) */
.lightbox {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.lightbox.active { display: flex; }
.lightbox-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
}
.lightbox-wrapper {
    position: relative;
    width: auto;
    max-width: 900px;
    max-height: 90vh;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lightbox-img { max-width: 100%; max-height: 70vh; object-fit: contain; }
.lightbox-counter {
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}
.lightbox-close {
    position: absolute;
    top: -15px;
    right: -12px;
    font-size: 2em;
    color: #222;
    cursor: pointer;
    background: #ffffffad;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 1px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: center;
}
.n-information .lightbox-close { top: 10px; right: 10px; }
.lightbox .prev, .lightbox .next {
    position: absolute;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55px !important;
    height: 55px;
    border: none;
    border-radius: 50% !important;
    font-size: 22px;
    color: #222;
    cursor: pointer;
    background: #ffffffad;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 5;
    display: inline-block;
    max-width: 55px !important;
}
.lightbox .prev { left: 30px; }
.lightbox .next { right: 30px; }

@media (max-width: 900px) {
    .feedback-form { padding: 28px 12px 24px 12px; }
    .feedback-row { flex-direction: column; gap: 18px; }
    .outlet-tabs { flex-wrap: nowrap; }
    .outlet-gallery-wrapper { max-width: 100%; border-radius: 0; }
    .outlet-gallery-grid { grid-template-columns: repeat(3, 1fr); padding: 1em; }
}
@media (max-width: 991px) {
    .unchanged-taste-frame-img { max-width: 90vw; margin-top: 24px; }
    .unchanged-taste-box { padding: 20px; }
    .bgwhite { padding: 28px 22px; }
    .dining-experience-img { min-height: 180px; margin-top: 24px; }
}
@media (max-width: 767px) {
    .outlet-tabs-media .outlet-gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    }
}
@media (max-width: 600px) {
    .lightbox .prev, .lightbox .next { width: 34px !important; height: 34px; }
    .outlet-tabs { padding-left: 25px; justify-content: start; }
    .outlet-gallery-grid {
        gap: 0.8em;
        grid-template-columns: repeat(2, 1fr);
        padding: 0.5em;
    }
    .outlet-header { padding: 1.2em 0.5em 0.5em 0.5em; }
    .outlet-experience-btns { gap: 0.7em; }
}
@media (max-width: 480px) {
    .outlet-tabs-media .outlet-gallery-grid { grid-template-columns: repeat(1, 1fr); }
}
