/* Appu G Studio — Base Styles (Black/White only)
   Tech: HTML5 + CSS3 (Flexbox/Grid) + Vanilla JS
*/

:root {
  --black: #000000;
  --white: #ffffff;
  --border: rgba(255, 255, 255, 0.16);
  --border-strong: rgba(255, 255, 255, 0.28);
  --text-dim: rgba(255, 255, 255, 0.72);
  --text-softer: rgba(255, 255, 255, 0.56);
  --panel: rgba(255, 255, 255, 0.04);
  --panel-strong: rgba(255, 255, 255, 0.06);
  --shadow: 0 18px 42px rgba(0, 0, 0, 0.55);
  --shadow-soft: 0 14px 32px rgba(0, 0, 0, 0.40);

  --container: 100%;
  --container-max: 1320px;
  --radius: 18px;
  --radius-sm: 12px;

  --header-h: 76px;

  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  --ease-soft: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }

html {
  scroll-behavior:smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 0.2px;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }

a {
  color: inherit;
  text-decoration: none;
}

button, input, textarea {
  font: inherit;
  color: inherit;
}

/* Utilities */
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 28px;
  padding-right: 28px;
}

.container--full {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 28px;
  padding-right: 28px;
}

@media (max-width: 420px) {
  .container { padding-left: 14px; padding-right: 14px; }
  .container--full {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.mt-18 { margin-top: 18px; }

.actions {
  margin-top: 18px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.actions--center {
  justify-content: center;
}

.m-0 { margin: 0; }
.mt-10 { margin-top: 10px; }

.text-muted { color: rgba(255, 255, 255, 0.62); }

.page-title {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
}

.section {
  padding: 88px 0;
}

.section--merged { padding-top: 24px; }

.section--tight { padding: 64px 0; }

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 12px;
  color: var(--text-softer);
}

.h2 {
  margin: 10px 0 0;
  font-size: clamp(26px, 3.4vw, 44px);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.lede {
  margin: 14px 0 0;
  color: var(--text-dim);
  max-width: 68ch;
}

.text-center {
  text-align: center;
}

.text-center .lede {
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: grid;
  gap: 18px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--border-strong);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), background 260ms var(--ease);
  position: relative;
  overflow: hidden;
}

.btn::after {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  opacity: 0;
  transform: scale(0.98);
  transition: opacity 260ms var(--ease), transform 260ms var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.03);
}

.btn:hover::after {
  opacity: 1;
  transform: scale(1);
}

.btn--solid {
  background: var(--white);
  color: var(--black);
  border-color: rgba(255, 255, 255, 0.9);
}

.btn--solid:hover {
  background: rgba(255, 255, 255, 0.92);
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-h);
  z-index: 1000;
  background: transparent;
  backdrop-filter: none;
  border-bottom: 1px solid transparent;
  transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              border-bottom-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              backdrop-filter 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.header.is-scrolled {
  background-color: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-width: 0;
}

.header__inner > * {
  min-width: 0;
}

.brand {
  font-family: "Montserrat", "Poppins", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 16px;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px;
  color: var(--text-dim);
  transition: color 220ms var(--ease);
  background: transparent;
  border: 0;
  cursor: pointer;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 4px;
  height: 1px;
  background: var(--white);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms var(--ease);
  opacity: 0.8;
}

.nav__link:hover { color: var(--white); }
.nav__link:hover::after { transform: scaleX(1); }

.nav__link[aria-current="page"] {
  color: var(--white);
}

.nav__link[aria-current="page"]::after {
  transform: scaleX(1);
}

.nav__icon,
.nav__chev {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.nav__icon path,
.nav__chev path {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav__chev {
  transition: transform 220ms var(--ease);
}

.nav__item--dropdown {
  position: relative;
}

.nav__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 230px;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(10px);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 220ms var(--ease), transform 240ms var(--ease);
}

.nav__item--dropdown:hover .nav__menu,
.nav__item--dropdown:focus-within .nav__menu,
.nav__item--dropdown.is-open .nav__menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav__item--dropdown:hover .nav__chev,
.nav__item--dropdown:focus-within .nav__chev,
.nav__item--dropdown.is-open .nav__chev {
  transform: rotate(180deg);
}

.nav__menu-link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text-dim);
  transition: background 220ms var(--ease), border-color 220ms var(--ease), color 220ms var(--ease);
}

.nav__menu-link .nav__icon {
  width: 16px;
  height: 16px;
}

.nav__menu-link:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--white);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hamburger {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  transition: background 200ms var(--ease), transform 240ms var(--ease);
}

.hamburger:hover {
  background: rgba(255, 255, 255, 0.04);
  transform: translateY(-1px);
}

.hamburger:focus,
.hamburger:focus-visible {
  outline: none;
}

.hamburger__icon {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  color: currentColor;
}

.hamburger__bars {
  width: 18px;
  height: 12px;
  margin: 0 auto;
  position: relative;
}

.hamburger__bars span {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--white);
  opacity: 0.9;
  transition: transform 260ms var(--ease), top 260ms var(--ease), opacity 260ms var(--ease);
}

.hamburger__bars span:nth-child(1) { top: 1px; }
.hamburger__bars span:nth-child(2) { top: 6px; opacity: 0.75; }
.hamburger__bars span:nth-child(3) { top: 11px; }

/* Sidebar */
.sidebar {
  position: fixed;
  inset: 0;
  z-index: 1200;
  pointer-events: none;
  overflow: hidden;
}

.sidebar__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.38);
  opacity: 0;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: opacity 320ms var(--ease), backdrop-filter 320ms var(--ease);
}

.sidebar__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(300px, 78vw);
  background: rgba(0, 0, 0, 0.94);
  color: var(--white);
  border-left: 1px solid rgba(255, 255, 255, 0.10);
  transform: translate3d(105%, 0, 0);
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 520ms cubic-bezier(0.22, 0.86, 0.2, 1), opacity 420ms var(--ease);
  padding: 18px;
  box-shadow: var(--shadow);

  display: flex;
  flex-direction: column;
}

.sidebar__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.sidebar__profile {
  display: flex;
  align-items: center;
  gap: 0;
  min-width: 0;
  flex: 1;
}

.sidebar__avatar {
  display: none;
}

.sidebar__close {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.82);
  display: inline-grid;
  place-items: center;
}

.sidebar__close:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.10);
}

.sidebar__content {
  flex: 1;
  min-height: 0;
  overflow: auto;
  padding-top: 12px;
}

.sidebar__nav {
  display: grid;
  gap: 2px;
  padding: 0;
}

.sidebar__nav .side-link,
.sidebar__nav .side-menu__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
  text-align: left;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid transparent;
  border-left: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  transition: border-color 240ms var(--ease), background 240ms var(--ease), color 240ms var(--ease);
  cursor: pointer;
}

.sidebar__nav .side-link:hover,
.sidebar__nav .side-menu__link:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.10);
  color: rgba(255, 255, 255, 0.96);
}

.sidebar__nav .side-link[aria-current="page"] {
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.side-dropdown {
  display: grid;
  gap: 6px;
}

.side-menu {
  display: none;
  gap: 2px;
  padding-left: 14px;
  margin: 8px 0 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.side-dropdown.is-open > .side-menu {
  display: grid;
}

.side-menu__link {
  padding: 10px 12px;
  border-radius: 14px;
}

.sidebar__divider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.10);
  margin: 14px 0;
}

.side-dropdown.is-open .nav__chev {
  transform: rotate(180deg);
}

.sidebar--open {
  pointer-events: auto;
}

.sidebar--open .sidebar__backdrop { opacity: 1; }
.sidebar--open .sidebar__panel { transform: translate3d(0, 0, 0); opacity: 1; }

/* Page wrapper offset for fixed header */
.page {
  padding-top: var(--header-h);
}

/* Hero */
.hero {
  min-height: 100vh;
  min-height: 100svh;
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
  background-color: var(--black);

  /* Header overlays hero (transparent before scroll) */
  margin-top: calc(-1 * var(--header-h));
  padding-top: var(--header-h);
}

.hero__bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
    url("../images/hero.jpg"); /* Desktop */
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  will-change: transform;
}

/* Black fade to merge with next section - tied to the background layer */
.hero__bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 350px;
  background: linear-gradient(to bottom, transparent, var(--black) 90%);
  pointer-events: none;
}

/* 📲 Medium screens (Tablets) */
@media (max-width: 1024px) {
  .hero__bg {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
      url("../images/1147-indian-wedding-addington-palace2.jpg");
  }
}

/* 📱 Mobile screens */
@media (max-width: 600px) {
  .hero__bg {
    background-image:
      linear-gradient(rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)),
      url("../images/heromob.jpg");
  }
}

.hero__inner {
  position: relative;
  z-index: 2; /* Ensures content stays above the black fade */
  padding-top: 96px;
  padding-bottom: 72px;
}

.hero__content {
  max-width: 920px;
}

.hero__title {
  margin: 0;
  font-family: "Montserrat", "Poppins", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(42px, 8.6vw, 92px);
  line-height: 0.98;
}

.hero__title-top,
.hero__title-bottom {
  display: inline;
}

.hero__subtitle {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.9vw, 20px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .btn {
  padding: 14px 22px;
  font-size: 15px;
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), background 260ms var(--ease), box-shadow 260ms var(--ease);
}

.hero .btn:hover {
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.26),
    0 0 26px rgba(255, 255, 255, 0.22);
}

.hero__cta {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* Premium load animation */
.page-fade {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 520ms var(--ease), transform 520ms var(--ease);
}

.page-fade.is-ready {
  opacity: 1;
  transform: translateY(0);
}

.hero__content {
  opacity: 0;
  transform: translateY(12px) scale(0.985);
  transition: opacity 780ms var(--ease), transform 860ms var(--ease);
}

.is-ready .hero__content {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Split section */
.split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 26px;
  align-items: center;
}



.panel {
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.panel--padded { padding: 22px; }

.panel__img {
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 120px;
  height: clamp(220px, 28vw, 420px);
}

.panel__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Services */
.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 22px;
}

.cards--no-top { margin-top: 0; }

.card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: var(--shadow-soft);
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), background 260ms var(--ease);
  position: relative;
  overflow: hidden;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(600px 220px at 20% 0%, rgba(255,255,255,0.06), transparent 45%);
  opacity: 0;
  transition: opacity 260ms var(--ease);
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
}

.card:hover::before { opacity: 1; }

.card__icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  place-items: center;
}

.card__title {
  margin: 14px 0 0;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.card__text {
  margin: 8px 0 0;
  color: var(--text-dim);
}

/* Services — Image cards (reference-style) */
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 22px;
}

.svc-card {
  position: relative;
  border-radius: calc(var(--radius) + 10px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow-soft);
  min-height: 330px;
  padding: 26px;
  isolation: isolate;
  transition: transform 340ms var(--ease-soft), border-color 320ms var(--ease);
}

.svc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--svc-img);
  background-size: cover;
  background-position: center;
  transform: scale(1.08);
  filter: grayscale(1) contrast(1.06) brightness(0.72);
  transition: transform 900ms cubic-bezier(0.2, 0.9, 0.2, 1), filter 900ms cubic-bezier(0.2, 0.9, 0.2, 1);
  z-index: -2;
}

.svc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(520px 300px at 18% 10%, rgba(255, 255, 255, 0.10), transparent 48%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.92));
  opacity: 0.92;
  transition: opacity 420ms var(--ease);
  z-index: -1;
}

.svc-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.22);
}

.svc-card:hover::before {
  transform: scale(1.14);
  filter: grayscale(1) contrast(1.08) brightness(0.78);
}

.svc-card:hover::after {
  opacity: 0.86;
}

.svc-card__icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
}

.svc-card__icon .icon {
  width: 20px;
  height: 20px;
}

.svc-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 18px;
}

.svc-card__num {
  font-weight: 600;
  letter-spacing: 0.08em;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.70);
}

.svc-card__rule {
  height: 1px;
  flex: 1;
  background: rgba(255, 255, 255, 0.18);
}

.svc-card__title {
  margin: 16px 0 0;
  font-size: clamp(22px, 2.3vw, 32px);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.svc-card__text {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
  max-width: 52ch;
}

.svc-card__actions {
  margin-top: 18px;
}

.svc-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--white);
  color: var(--black);
  border: 1px solid rgba(255, 255, 255, 0.92);
  font-weight: 600;
  transition: transform 260ms var(--ease), background 260ms var(--ease);
}

.svc-card__btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
}

.svc-card__arrow {
  width: 18px;
  height: 18px;
}
.svc-icon-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  
}

.svc-card__arrow path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.svc-card--wedding { --svc-img: url("../images/appu-g-studio-nellithope-pondicherry-video-shooting-services-a0eku1e66c.avif"); }
.svc-card--prewedding { --svc-img: url("../images/appu-g-studio-nellithope-pondicherry-video-shooting-services-ee1o7r0kz7.jpg"); }
.svc-card--birthday { --svc-img: url("../images/appu-g-studio-nellithope-pondicherry-video-shooting-services-1jht27f51o.jpg"); }
.svc-card--portrait { --svc-img: url("../images/appu-video-nellithope-pondicherry-video-shooting-services-sn78979n91.jpg"); }
.svc-card--maternity { --svc-img: url("../images/appu-g-studio-nellithope-pondicherry-video-shooting-services-8q95idok51.jpg"); }
.svc-card--commercial { --svc-img: url("../images/appu-video-nellithope-pondicherry-video-shooting-services-25fmnoom25.avif"); }

/* Featured portfolio masonry grid */
.feature-grid {
  margin-top: 22px;
  columns: 3;
  column-gap: 18px;
}

@media (max-width: 1024px) {
  .feature-grid {
    columns: 2;
  }
}

@media (max-width: 640px) {
  .feature-grid {
    columns: 2;
    column-gap: 12px;
  }
}

.tile {
  display: inline-block;
  width: 100%;
  margin-bottom: 18px;
  break-inside: avoid;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow-soft);
}

@media (max-width: 640px) {
  .tile {
    margin-bottom: 12px;
  }
}

.tile img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.02);
  transition: transform 420ms var(--ease);
}

.tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.78), rgba(0,0,0,0.14));
  opacity: 0.92;
  transition: opacity 320ms var(--ease);
}

.tile__label {
  position: absolute;
  left: 16px;
  bottom: 14px;
  right: 16px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
}

.tile__label strong {
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 12px;
}

.tile__label span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.70);
}

.tile:hover img {
  transform: scale(1.08);
}

.tile:hover .tile__overlay { opacity: 0.78; }

/* Home: image showcase strips */
.strips {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.strips--full {
  width: 100%;
  margin-left: 0;
}

.strips--full .strip {
  border-radius: 0;
  border-left: none;
  border-right: none;
}

.strip {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.02);
  box-shadow: var(--shadow-soft);
  position: relative;
  min-height: 220px;
}

.strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 520ms var(--ease);
}

.strip:hover img {
  transform: scale(1.06);
}

.strip__caption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(0, 0, 0, 0.55);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
}

/* Testimonials */
.testimonials {
  margin-top: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Testimonials carousel */
.carousel {
  margin-top: 22px;
  position: relative;
}

.carousel__viewport {
  overflow: hidden;
  border-radius: var(--radius);
}

.carousel__track {
  display: flex;
  gap: 18px;
  padding: 2px;
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carousel__track::-webkit-scrollbar { height: 10px; }
.carousel__track::-webkit-scrollbar-track { background: rgba(255, 255, 255, 0.05); }
.carousel__track::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.18); border-radius: 999px; }

.carousel__slide {
  flex: 0 0 calc((100% - 36px) / 3);
  min-width: 320px;
  scroll-snap-align: start;
}

.carousel__controls {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.carousel__btns {
  display: flex;
  gap: 10px;
}

.carousel__btn {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.02);
  cursor: pointer;
  transition: transform 240ms var(--ease), border-color 240ms var(--ease), background 240ms var(--ease);
}

.carousel__btn:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.04);
}

.carousel__dots {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.carousel__dot {
  width: 26px;
  height: 2px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.18);
  cursor: pointer;
  transition: background 240ms var(--ease), transform 240ms var(--ease);
}

.carousel__dot[aria-current="true"] {
  background: rgba(255, 255, 255, 0.55);
  transform: scaleX(1.08);
}

@media (max-width: 1024px) {
  .carousel__slide { flex-basis: calc((100% - 18px) / 2); }
}

@media (max-width: 768px) {
  .carousel__slide { flex-basis: 100%; min-width: 100%; }
  .carousel__controls { flex-direction: column; align-items: stretch; }
  .carousel__dots { justify-content: flex-start; }
}

/* Testimonials marquee */
.tmarquee {
  margin-top: 22px;
  position: relative;
  --t-gap: 14px;
  overflow: hidden;
  padding: 10px 0;
}

.tmarquee::before,
.tmarquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
  z-index: 2;
}

.tmarquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.tmarquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.tmarquee__row {
  overflow: hidden;
}

.tmarquee__row + .tmarquee__row {
  margin-top: 14px;
}

.tmarquee__track {
  display: flex;
  gap: var(--t-gap);
  width: max-content;
  align-items: stretch;
  will-change: transform;
}

.tmarquee__group {
  display: flex;
  gap: var(--t-gap);
  align-items: stretch;
}

@keyframes tmarquee-left {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(calc(-50% - (var(--t-gap) / 2)), 0, 0); }
}

@keyframes tmarquee-right {
  from { transform: translate3d(calc(-50% - (var(--t-gap) / 2)), 0, 0); }
  to { transform: translate3d(0, 0, 0); }
}

.tmarquee__track--a {
  animation: tmarquee-right 26s linear infinite;
}

.tmarquee__track--b {
  animation: tmarquee-left 28s linear infinite;
}

/* JS-driven marquee disables CSS animation to avoid hover "cracks" */
.tmarquee--js .tmarquee__track--a,
.tmarquee--js .tmarquee__track--b {
  animation: none !important;
}

.tcard {
  width: clamp(320px, 24vw, 420px);
  min-height: 310px;
  border-radius: 16px;
 
  background-image:
    linear-gradient(180deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.94)),
    var(--tcard-bg);
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  background-size: 100% 100%, cover;
  background-position: 0 0, center;
  background-repeat: no-repeat, no-repeat;
  overflow: hidden;
}

.tcard__divider {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.12);
}

.tcard__stars {
  letter-spacing: 0.12em;
  font-size: 13px;
  opacity: 0.95;
  color: #f5c542;
}

.tcard__quote {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  line-height: 1.6;
  font-size: 15px;
}

.tcard__footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tcard__avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  display: grid;
  place-items: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 12px;
  overflow: hidden;
}

.tcard__avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}

.tcard--bg-1 { --tcard-bg: url("../images/camera.jpg"); }
.tcard--bg-2 { --tcard-bg: url("../images/camera2.avif"); }
.tcard--bg-3 { --tcard-bg: url("../images/appu-video-nellithope-pondicherry-video-shooting-services-605mt882bs.avif"); }
.tcard--bg-4 { --tcard-bg: url("../images/appu-video-nellithope-pondicherry-video-shooting-services-a01q9pvp5k.avif"); }
.tcard--bg-5 { --tcard-bg: url("../images/appu-video-nellithope-pondicherry-video-shooting-services-hf5jx8s0a3.avif"); }
.tcard--bg-6 { --tcard-bg: url("../images/appu-video-nellithope-pondicherry-video-shooting-services-n4hzjtowc1.avif"); }
.tcard--bg-7 { --tcard-bg: url("../images/appu-video-nellithope-pondicherry-video-shooting-services-swyv54j09x.avif"); }
.tcard--bg-8 { --tcard-bg: url("../images/appu-video-nellithope-pondicherry-video-shooting-services-7djzjo05s0.avif"); }
.tcard--bg-9 { --tcard-bg: url("../images/appu-video-nellithope-pondicherry-video-shooting-services-wyl4srjemv.avif"); }
.tcard--bg-10 { --tcard-bg: url("../images/appu-video-nellithope-pondicherry-video-shooting-services-998cc8myp0.avif"); }

.tcard__name {
  margin: 0;
  font-weight: 700;
  font-size: 14px;
}

.tcard__role {
  margin: 2px 0 0;
  font-size: 12px;
  opacity: 0.75;
}

@media (max-width: 768px) {
  .tcard { width: min(420px, 86vw); padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .tmarquee__track--a,
  .tmarquee__track--b {
    animation: none;
  }
}

.quote {
  padding: 22px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-soft);
}

.quote p {
  margin: 0;
  color: var(--text-dim);
}

.quote footer {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* CTA band */
.cta {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.02);
}

.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.35), rgba(0,0,0,0.1)),
  url("../images/appu-video-nellithope-pondicherry-video-shooting-services-hf5jx8s0a3.avif");
  background-size: cover;
  background-position: center;
  
  z-index: 0;
}

.cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.60);
  z-index: 0;
}

/* Big text, but shorter section height */
.section.cta {
  padding: clamp(56px, 5.8vw, 82px) 0;
}

.cta .kicker {
  font-size: 13px;
  letter-spacing: 0.26em;
}

.cta__title {
  margin-top: 10px;
  font-size: clamp(40px, 7.2vw, 104px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.cta__text {
  margin-top: 12px;
  font-size: clamp(17px, 2.3vw, 24px);
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}

.cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 22px;
}

.cta__inner .actions {
  margin-top: 6px;
  gap: 14px;
  justify-content: center;
}

.cta .btn {
  padding: 14px 22px;
  font-size: 15px;
}

@media (max-width: 600px) {
  .section.cta {
    padding: 52px 0;
  }
}

/* Footer */
/* Modern Footer Redesign */
.footer {
  padding: 100px 0 40px;
  background-color: #080808;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer__newsletter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-bottom: 80px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 80px;
}

.footer__newsletter-content {
  flex: 1;
  min-width: 300px;
}

.footer__newsletter-title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.footer__newsletter-text {
  color: var(--text-dim);
  font-size: 16px;
  max-width: 400px;
}

.footer__newsletter-form {
  flex: 1;
  min-width: 300px;
  max-width: 500px;
  display: flex;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 6px;
  transition: all 0.3s ease;
}

.footer__newsletter-form:focus-within {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.05);
}

.footer__newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 0 20px;
  color: var(--white);
  font-size: 15px;
  outline: none;
}

.footer__newsletter-btn {
  padding: 12px 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.footer__main {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 60px;
  margin-bottom: 80px;
}

.footer__brand {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.footer__brand-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer__logo {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
}

.footer__brand-text {
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.7;
  max-width: 320px;
}

.footer__social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.footer__nav-group .footer__social-links {
  margin-top: 4px;
}

.footer__social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  transition: all 0.3s ease;
  font-size: 16px;
}

.footer__social-btn:hover {
  background: var(--white);
  color: var(--black);
  transform: translateY(-3px);
}

.footer__nav-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer__nav-group {
    padding-bottom: 10px;
  }

  .footer__nav-title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  color: var(--white);
}

.footer__nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__nav-list a {
  color: var(--text-dim);
  font-size: 15px;
  transition: all 0.2s ease;
  text-decoration: none;
}

.footer__nav-list a:hover {
  color: var(--white);
  padding-left: 4px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  gap: 20px;
  flex-wrap: wrap;
}

.footer__copyright {
  color: var(--text-softer);
  font-size: 14px;
}

.footer__bottom-links {
  display: flex;
  gap: 24px;
}

.footer__bottom-links a {
  color: var(--text-softer);
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer__bottom-links a:hover {
  color: var(--white);
}

@media (max-width: 1024px) {
  .footer__main {
    display: flex;
    flex-direction: column-reverse; /* Put navigation above brand info on mobile */
    gap: 60px;
    align-items: stretch;
  }
  
  .footer__brand {
    align-items: center;
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
  
  .footer__brand-text {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 60px 0 30px;
  }
  
  .footer__newsletter {
    text-align: center;
    justify-content: center;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  
  .footer__newsletter-text {
    margin: 0 auto;
  }
  
  .footer__nav-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  
  .footer__bottom {
    flex-direction: column-reverse;
    gap: 20px;
    padding-top: 32px;
    text-align: center;
  }

  .footer__bottom-links {
    justify-content: center;
    gap: 32px;
  }

  .footer__copyright {
    font-size: 13px;
    opacity: 0.7;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 60px 20px 30px;
  }

  .footer__newsletter {
    flex-direction: column;
    text-align: center;
    gap: 32px;
  }

  .footer__newsletter-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 12px;
  }
  
  .footer__newsletter-text {
    font-size: 15px;
    margin: 0 auto 24px;
    max-width: 280px;
  }

  .footer__newsletter-form {
    flex-direction: column;
    border-radius: 20px;
    background: transparent;
    border: none;
    padding: 0;
    gap: 12px;
    width: 100%;
    max-width: 100%;
  }
  
  .footer__newsletter-input {
    width: 100%;
    height: 54px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    text-align: center;
    font-size: 16px;
    color: var(--white);
    outline: none;
  }
  
  .footer__newsletter-input:focus {
    border-color: var(--white);
    background: rgba(255, 255, 255, 0.12);
  }
  
  .footer__newsletter-btn {
    width: 100%;
    height: 54px;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }

  .footer__nav-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 15px;
    align-items: flex-start;
  }

  .footer__social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-start;
  }

  .footer__social-btn {
    width: 38px;
    height: 38px;
    font-size: 15px;
  }
}

.social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.icon-btn {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.02);
  display: grid;
  place-items: center;
  transition: transform 240ms var(--ease), border-color 240ms var(--ease), background 240ms var(--ease);
}

.icon-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.04);
}

.icon {
  width: 18px;
  height: 18px;
  stroke: var(--white);
  fill: none;
  opacity: 0.9;
}

/* Reveal-on-scroll animations */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), 
              transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered Reveal Delays */
.reveal--delay-1 { transition-delay: 0.1s; }
.reveal--delay-2 { transition-delay: 0.2s; }
.reveal--delay-3 { transition-delay: 0.3s; }
.reveal--delay-4 { transition-delay: 0.4s; }
.reveal--delay-5 { transition-delay: 0.5s; }

/* Scale-up reveal variant */
.reveal--scale {
  transform: scale(0.95) translateY(20px);
}

.reveal--scale.is-visible {
  transform: scale(1) translateY(0);
}

/* Fade-in only reveal variant */
.reveal--fade {
  transform: none;
}

/* Slide-in from left/right reveal variants */
.reveal--left { transform: translateX(-30px); }
.reveal--right { transform: translateX(30px); }

.reveal--left.is-visible,
.reveal--right.is-visible {
  transform: translateX(0);
}

/* Enhanced Hover Effects */
.tile {
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.tile:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.btn {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
              color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
  transform: translateY(-1px) scale(1);
}

/* Smooth Entrance for Hero Section */
@keyframes heroEntrance {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero__content {
  animation: heroEntrance 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.hero__bg {
  transition: transform 1.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero:hover .hero__bg {
  transform: scale(1.05);
}

/* Page heading */
.page-hero {
  padding: 76px 0 40px;
}

.page-hero__inner {
  display: grid;
  gap: 10px;
}

/* Portfolio/Gallery collage grid */
.collage {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-rows: 90px;
  gap: 10px;
  grid-auto-flow: dense;
}

.collage a {
  display: block;
}

/* Tile spans (collage) */
.span-6x4 { grid-column: span 6; grid-row: span 4; }
.span-6x3 { grid-column: span 6; grid-row: span 3; }
.span-5x4 { grid-column: span 5; grid-row: span 4; }
.span-4x4 { grid-column: span 4; grid-row: span 4; }
.span-4x3 { grid-column: span 4; grid-row: span 3; }
.span-3x3 { grid-column: span 3; grid-row: span 3; }
.span-3x4 { grid-column: span 3; grid-row: span 4; }
.span-3x2 { grid-column: span 3; grid-row: span 2; }
.span-8x4 { grid-column: span 8; grid-row: span 4; }
.span-8x3 { grid-column: span 8; grid-row: span 3; }
.span-7x4 { grid-column: span 7; grid-row: span 4; }

.span-2x2 { grid-column: span 2; grid-row: span 2; }
.span-4x2 { grid-column: span 4; grid-row: span 2; }
.span-6x2 { grid-column: span 6; grid-row: span 2; }

/* Contact form */
.form {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.field {
  display: grid;
  gap: 8px;
}

label {
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--text-softer);
}

input, textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
  outline: none;
  transition: border-color 240ms var(--ease), background 240ms var(--ease);
}

textarea { min-height: 140px; resize: vertical; }

input:focus, textarea:focus {
  border-color: rgba(255, 255, 255, 0.44);
  background: rgba(255, 255, 255, 0.03);
}

.form__note {
  margin: 10px 0 0;
  color: var(--text-dim);
}

.form__status {
  margin: 10px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
  display: none;
}

.form__status.is-showing { display: block; }

.form__status[data-variant="error"] {
  border-color: rgba(255, 255, 255, 0.26);
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; animation: none !important; }
}
