/* =====================================================================
   About Us + Services redesign (India Village Restaurant, 2026-07-11)
   Warm, premium, fully-responsive. Namespaced .asx-* so nothing else
   changes. Theme orange (--theme-color) + charcoal ink. Preserves the
   existing SVG icon partials + localized titles.
   ===================================================================== */
:root {
    --asx-ink: #201a14;
    --asx-accent: var(--theme-color, #f0592b);
    --asx-gold: #e0a53c;
    --asx-cream: #fbf6ef;
    --asx-line: #efe4d5;
}

.asx-section { padding: 96px 0; }
.asx-section.asx-cream { background: var(--asx-cream); }
.asx-wrap { max-width: 1240px; margin: 0 auto; padding: 0 16px; }

/* ---- section heading ---- */
.asx-head { text-align: center; max-width: 720px; margin: 0 auto 46px; }
.asx-eyebrow {
    display: inline-flex; align-items: center; gap: 9px;
    color: var(--asx-accent); font-weight: 700; letter-spacing: 3px;
    text-transform: uppercase; font-size: 12.5px; margin-bottom: 14px;
}
.asx-eyebrow::before, .asx-eyebrow::after { content: ""; width: 26px; height: 2px; background: var(--asx-accent); opacity: .55; }
.asx-title { color: var(--asx-ink); font-size: clamp(28px, 3.4vw, 42px); line-height: 1.15; margin: 0; }
.asx-head .asx-lead { color: #6f6456; font-size: 15.5px; line-height: 1.75; margin-top: 16px; }

/* ---- feature / service cards ---- */
.asx-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    gap: 22px;
}
.asx-card {
    position: relative; background: #fff; border: 1px solid var(--asx-line);
    border-radius: 18px; padding: 30px 24px; text-align: center;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
    overflow: hidden;
}
.asx-card::before {
    content: ""; position: absolute; inset: 0 0 auto 0; height: 4px;
    background: linear-gradient(90deg, var(--asx-accent), var(--asx-gold));
    transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.asx-card:hover { transform: translateY(-6px); box-shadow: 0 26px 50px -30px rgba(32, 26, 20, .5); border-color: transparent; }
.asx-card:hover::before { transform: scaleX(1); }
.asx-ic {
    width: 84px; height: 84px; margin: 0 auto 18px; border-radius: 50%;
    display: grid; place-items: center;
    background: radial-gradient(circle at 30% 25%, #fff, var(--asx-cream));
    border: 1px solid var(--asx-line);
    transition: background .28s ease, transform .28s ease;
}
.asx-card:hover .asx-ic { background: linear-gradient(135deg, rgba(240,89,43,.14), rgba(224,165,60,.14)); transform: scale(1.05); }
.asx-ic img, .asx-ic svg { width: 48px; height: 48px; object-fit: contain; }
.asx-card-title { color: var(--asx-ink); font-size: 18px; margin: 0; line-height: 1.35; font-weight: 600; }
.asx-card-title a { color: inherit; text-decoration: none; }
.asx-card:hover .asx-card-title { color: var(--asx-accent); }

/* ---- About split (image + story) ---- */
.asx-about { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.asx-about-figure { position: relative; }
.asx-about-figure .asx-about-img {
    width: 100%; border-radius: 22px; display: block;
    box-shadow: 0 40px 80px -46px rgba(32, 26, 20, .55);
}
.asx-about-figure::after {
    content: ""; position: absolute; left: -18px; bottom: -18px; width: 62%; height: 62%;
    border: 2px solid var(--asx-accent); border-radius: 22px; z-index: -1; opacity: .5;
}
.asx-about-badge {
    position: absolute; right: 18px; top: 18px; background: rgba(32, 26, 20, .82);
    color: #fff; border-radius: 14px; padding: 12px 18px; text-align: center; backdrop-filter: blur(3px);
}
.asx-about-badge b { display: block; font-size: 26px; color: var(--asx-gold); line-height: 1; }
.asx-about-badge span { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; }
.asx-about-body .asx-eyebrow { justify-content: flex-start; }
.asx-about-body .asx-eyebrow::after { display: none; }
.asx-about-body .asx-title { text-align: left; font-size: clamp(26px, 3vw, 38px); }
.asx-about-body p { color: #6f6456; font-size: 15.5px; line-height: 1.8; margin: 16px 0 0; }
.asx-about-sign { margin-top: 26px; display: flex; align-items: center; gap: 14px; }
.asx-about-sign .asx-line { flex: 0 0 46px; height: 2px; background: var(--asx-accent); }
.asx-about-sign b { color: var(--asx-ink); font-size: 18px; }

/* ---- History timeline ---- */
.asx-story { background: var(--asx-ink); position: relative; }
.asx-story .asx-title, .asx-story .asx-eyebrow { color: #fff; }
.asx-story .asx-eyebrow { color: var(--asx-gold); }
.asx-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; position: relative; }
.asx-timeline::before {
    content: ""; position: absolute; left: 6%; right: 6%; top: 118px; height: 2px;
    background: linear-gradient(90deg, transparent, rgba(224,165,60,.5), transparent);
}
.asx-tl { text-align: center; position: relative; }
.asx-tl-img { width: 150px; height: 150px; margin: 0 auto 20px; border-radius: 50%; padding: 6px; background: linear-gradient(135deg, var(--asx-accent), var(--asx-gold)); }
.asx-tl-img img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; border: 4px solid var(--asx-ink); }
.asx-tl-year {
    display: inline-block; background: linear-gradient(135deg, var(--asx-accent), #c53d12);
    color: #fff; font-weight: 700; padding: 5px 16px; border-radius: 40px; font-size: 15px; margin-bottom: 10px;
    box-shadow: 0 10px 22px -12px rgba(240,89,43,.9);
}
.asx-tl p { color: #cdbfad; font-size: 14px; line-height: 1.65; margin: 0; }

/* ---- video teaser ---- */
.asx-video { position: relative; border-radius: 22px; overflow: hidden; max-width: 1000px; margin: 0 auto; box-shadow: 0 40px 80px -48px rgba(32,26,20,.6); }
.asx-video img { width: 100%; display: block; }
.asx-video .play-btn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* ---- CTA banner ---- */
.asx-cta { position: relative; background-size: cover; background-position: center; border-radius: 0; }
.asx-cta::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(20,16,12,.82), rgba(20,16,12,.35)); }
.asx-cta-inner { position: relative; max-width: 620px; margin-left: auto; text-align: center; color: #fff; padding: 20px 0; }
.asx-cta-inner .asx-eyebrow { color: var(--asx-gold); justify-content: center; }
.asx-cta-inner h2 { color: #fff; font-size: clamp(26px, 3vw, 40px); margin: 0 0 24px; }

/* ---- responsive ---- */
@media (max-width: 991.98px) {
    .asx-section { padding: 68px 0; }
    .asx-about { grid-template-columns: 1fr; gap: 40px; }
    .asx-about-figure { max-width: 520px; margin: 0 auto; }
    .asx-timeline { grid-template-columns: repeat(2, 1fr); gap: 40px 26px; }
    .asx-timeline::before { display: none; }
    .asx-cta-inner { margin: 0 auto; }
}
@media (max-width: 575.98px) {
    .asx-section { padding: 52px 0; }
    .asx-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 14px; }
    .asx-card { padding: 22px 14px; border-radius: 15px; }
    .asx-ic { width: 68px; height: 68px; }
    .asx-ic img, .asx-ic svg { width: 38px; height: 38px; }
    .asx-card-title { font-size: 15px; }
    .asx-timeline { grid-template-columns: 1fr; }
    .asx-about-figure::after { display: none; }
}
