/* =========================================================
   TITIRANGI INDIAN KITCHEN — GLOBAL POLISH / LOAD MOTION
   ========================================================= */

/* Preloader removed: page displays immediately. */

/* The first screen enters only once when the page is ready. */
html.tik-page-ready .tik-header {
  animation: tik-header-enter .72s cubic-bezier(.2,.75,.2,1) both;
}

html.tik-page-ready main > :first-child {
  animation: tik-first-screen-enter .9s .08s cubic-bezier(.2,.72,.2,1) both;
}

html.tik-page-ready .tik-hero__content,
html.tik-page-ready .tik-inner-hero__content {
  animation: tik-content-enter .95s .18s cubic-bezier(.2,.72,.2,1) both;
}

@keyframes tik-header-enter {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: none; }
}

@keyframes tik-first-screen-enter {
  from { opacity: 0; transform: translateY(22px) scale(.995); }
  to { opacity: 1; transform: none; }
}

@keyframes tik-content-enter {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: none; }
}

/* Consistent Remix Icon geometry everywhere. */
.tik-booking__benefit-icon,
.tik-booking__panel-foot i,
.tik-contact__card-icon,
.tik-contact__mini i,
.tik-experience-strip__icon {
  box-sizing: border-box;
}

.tik-booking__benefit-icon i,
.tik-booking__benefit-icon i::before,
.tik-booking__panel-foot i,
.tik-booking__panel-foot i::before,
.tik-contact__card-icon i,
.tik-contact__card-icon i::before,
.tik-contact__mini i,
.tik-contact__mini i::before,
.tik-experience-strip__icon i,
.tik-experience-strip__icon i::before {
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Reservation benefit icons: true optical centre. */
.tik-booking__benefit {
  grid-template-columns: 52px minmax(0,1fr) !important;
  align-items: center !important;
}

.tik-booking__benefit-icon {
  width: 50px !important;
  height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  flex: 0 0 50px !important;
}

.tik-booking__benefit-icon i {
  width: 100%;
  height: 100%;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  font-size: 20px !important;
}

.tik-booking__benefit-icon i::before {
  display: block !important;
  transform: translateY(0) !important;
}

/* Secure form / live availability row: fixed icon baseline and equal spacing. */
.tik-booking__panel-foot {
  min-height: 54px;
  padding: 12px clamp(18px,2.2vw,30px) 10px !important;
  display: grid !important;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-items: center !important;
  column-gap: 28px !important;
}

.tik-booking__panel-foot p {
  min-width: 0;
  display: grid !important;
  grid-template-columns: 20px minmax(0,1fr);
  align-items: center !important;
  gap: 9px !important;
  margin: 0 !important;
  line-height: 1.45 !important;
}

.tik-booking__panel-foot p:last-child { justify-self: end; }

.tik-booking__panel-foot i {
  width: 20px;
  height: 20px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  font-size: 14px !important;
}

/* Footer: one identical visual system on every page. */
.tik-footer {
  padding: 70px 0 24px !important;
}

.tik-footer__grid {
  grid-template-columns: 1.05fr .62fr .92fr 1.30fr !important;
  gap: clamp(34px,4vw,64px) !important;
}

.tik-footer__brand img {
  width: min(250px,100%) !important;
  margin-bottom: 22px !important;
}

.tik-footer__title {
  min-height: 18px;
  margin: 4px 0 20px !important;
}

.tik-footer__hours {
  min-width: 0;
}

.tik-footer #hoursWidget .omw-hours-table {
  width: 100%;
  table-layout: fixed;
  font-size: 12px !important;
}

.tik-footer #hoursWidget .omw-hours-table td {
  padding: 6px 0 !important;
  vertical-align: middle !important;
}

.tik-footer #hoursWidget .omw-day {
  width: 42%;
  min-width: 0 !important;
  padding-right: 12px !important;
  font-weight: 700;
}

.tik-footer #hoursWidget .omw-times {
  width: 58%;
  text-align: right;
}

.tik-footer #hoursWidget .omw-time-slot {
  display: block;
  margin: 0 !important;
  white-space: nowrap !important;
}

.tik-footer__bottom {
  margin-top: 48px !important;
}

@media (max-width: 1120px) {
  .tik-footer__grid {
    grid-template-columns: 1.1fr .7fr 1fr !important;
  }
  .tik-footer__hours {
    grid-column: 1 / -1;
    max-width: 720px;
  }
}

@media (max-width: 820px) {
  .tik-footer__grid {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
  }
  .tik-footer__hours {
    grid-column: auto;
    max-width: none;
  }
  .tik-booking__panel-foot {
    grid-template-columns: 1fr;
    row-gap: 7px !important;
  }
  .tik-booking__panel-foot p:last-child { justify-self: start; }
}

@media (max-width: 560px) {
  .tik-footer { padding-top: 54px !important; }
  .tik-footer__grid { grid-template-columns: 1fr !important; gap: 30px !important; }
  .tik-footer__hours { grid-column: auto; }
  .tik-footer #hoursWidget .omw-day { width: 40%; }
  .tik-footer #hoursWidget .omw-times { width: 60%; }
}

@media (prefers-reduced-motion: reduce) {
  html.tik-page-ready .tik-header,
  html.tik-page-ready main > :first-child,
  html.tik-page-ready .tik-hero__content,
  html.tik-page-ready .tik-inner-hero__content {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* =========================================================
   MOBILE STABILITY PATCH
   Keeps the navigation drawer above third-party iframes and
   makes the reservation panel behave cleanly on small screens.
   ========================================================= */
@media (max-width: 900px) {
  .tik-header {
    z-index: 10050 !important;
  }

  .tik-nav-wrap,
  .tik-nav,
  .tik-actions,
  .tik-toggle {
    position: relative;
    z-index: 10052;
  }

  .tik-menu {
    z-index: 10051 !important;
    top: 78px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: calc(100dvh - 78px) !important;
    min-height: calc(100vh - 78px) !important;
    padding: 22px 24px 34px !important;
    background: #090806 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .tik-menu.is-open {
    display: flex !important;
  }

  .tik-menu__link {
    flex: 0 0 auto;
    width: 100%;
    min-height: 58px;
    display: flex;
    align-items: center;
    padding: 14px 2px !important;
    color: rgba(255,253,248,.88);
    border-bottom: 1px solid rgba(185,144,61,.16);
  }

  .tik-menu__link.is-active {
    color: var(--tik-gold-light);
  }

  .tik-order-btn--mobile {
    flex: 0 0 auto;
    margin-top: 22px !important;
  }

  /* Prevent cross-origin iframes/media from visually bleeding through the open drawer. */
  body.tik-menu-open main,
  body.tik-menu-open .tik-footer,
  body.tik-menu-open > [data-om-widget] {
    visibility: hidden !important;
  }

  .tik-booking__layout,
  .tik-booking__panel,
  .tik-booking__frame {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .tik-booking__panel {
    overflow: hidden;
  }

  .tik-booking__frame {
    overflow: hidden !important;
  }

  .tik-booking .restaurant-booking {
    display: block !important;
    width: 1px !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
  }
}

@media (max-width: 680px) {
  .tik-booking {
    padding: 58px 0 !important;
  }

  .tik-booking .tik-shell {
    width: calc(100% - 20px) !important;
  }

  .tik-booking__side {
    padding: 24px 20px 26px !important;
  }

  .tik-booking__panel {
    padding: 5px !important;
  }

  .tik-booking__panel-head {
    min-height: 64px !important;
    padding: 12px 14px !important;
    gap: 10px !important;
  }

  .tik-booking__panel-head strong {
    font-size: 20px !important;
  }

  .tik-booking__frame,
  .tik-booking .restaurant-booking {
    min-height: 600px !important;
  }

  .tik-booking__panel-foot {
    min-height: 0 !important;
    grid-template-columns: 1fr !important;
    row-gap: 8px !important;
    padding: 12px 14px 10px !important;
  }

  .tik-booking__panel-foot p,
  .tik-booking__panel-foot p:last-child {
    width: 100%;
    justify-self: stretch !important;
    grid-template-columns: 18px minmax(0,1fr) !important;
    gap: 8px !important;
    font-size: 10px !important;
  }

  .tik-booking__panel-foot i {
    width: 18px !important;
    height: 18px !important;
  }
}

@media (max-width: 520px) {
  .tik-nav {
    min-height: 68px !important;
  }

  .tik-brand {
    width: min(175px, 62vw) !important;
  }

  .tik-toggle {
    width: 42px !important;
    height: 40px !important;
  }

  .tik-menu {
    top: 68px !important;
    height: calc(100dvh - 68px) !important;
    min-height: calc(100vh - 68px) !important;
    padding: 16px 18px 28px !important;
  }

  .tik-menu__link {
    min-height: 54px;
    font-size: 21px !important;
  }

  .tik-booking .tik-shell {
    width: calc(100% - 14px) !important;
  }

  .tik-booking__panel-head {
    min-height: 58px !important;
    padding: 10px 12px !important;
  }

  .tik-booking__panel-kicker {
    font-size: 9px !important;
  }

  .tik-booking__panel-head strong {
    font-size: 18px !important;
  }

  .tik-booking__frame,
  .tik-booking .restaurant-booking {
    min-height: 640px !important;
  }
}
