:root {
  --navy: #102746;
  --navy2: #17365d;
  --blue: #6577ff;
  --blue2: #4f61ea;
  --green: #18b86b;
  --ink: #17243a;
  --muted: #718096;
  --line: #e5eaf1;
  --soft: #f5f7fb;
  --white: #fff;
  --dark: #202b3c;
  --shadow: 0 18px 55px rgba(16, 39, 70, .11);
  --shadow-lg: 0 35px 90px rgba(16, 39, 70, .18);
  --radius: 24px
}

* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0;
  font-family: Inter, system-ui, sans-serif;
  color: var(--ink);
  overflow-x: hidden
}

a {
  text-decoration: none
}

.site-nav {
  padding: 17px 0;
  transition: .35s;
  background: transparent
}

.site-nav.scrolled {
  background: rgba(16, 39, 70, .96);
  backdrop-filter: blur(18px);
  padding: 10px 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, .12)
}

.page-loader {
  position: fixed;
  inset: 0;
  background: var(--navy);
  z-index: 5000;
  display: grid;
  place-items: center;
  transition: .5s ease
}

.page-loader.hide {
  opacity: 0;
  visibility: hidden
}

.loader-brand {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 12px
}

.loader-brand span span {
  color: #20d97e
}

.loader-brand small {
  display: block;
  font-size: 9px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aab7cb;
  margin-top: 2px
}

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--blue), #8a96ff);
  display: grid;
  place-items: center
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff !important
}

.site-nav.scrolled .brand {
  color: #fff !important
}

.brand-logo {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1.3px;
  position: relative
}

.brand-yatra {
  color: #1264e8
}

.brand-nest {
  color: #17bd6d
}

.brand-logo i {
  font-size: 11px;
  color: #1264e8;
  position: absolute;
  top: -4px;
  right: -12px
}

.brand-product {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  padding-left: 12px;
  border-left: 1px solid rgba(255, 255, 255, .25);
 
}

.brand i,
.footer-brand i {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--green);
  border-radius: 50%;
  margin-left: 4px;
  margin-bottom: 4px
}

.nav-link {
  color: rgba(255, 255, 255, .78) !important;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 13px !important
}

.nav-link:hover {
  color: #fff !important
}

.btn-nav {
  background: #fff;
  color: var(--navy);
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 12px
}

.btn-nav:hover {
  background: #e9edff;
  color: var(--navy)
}

.nav-toggler {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .25);
  font-size: 23px
}

.product-menu {
  border: 0;
  border-radius: 18px;
  padding: 10px;
  min-width: 275px;
  box-shadow: var(--shadow-lg)
}

.product-menu .dropdown-item {
  display: flex;
  gap: 12px;
  padding: 11px;
  border-radius: 12px;
  align-items: center
}

.product-menu .dropdown-item:hover {
  background: var(--soft)
}

.product-menu i {
  font-size: 20px;
  color: var(--blue)
}

.product-menu span {
  display: flex;
  flex-direction: column
}

.product-menu b {
  font-size: 13px
}

.product-menu small {
  font-size: 10px;
  color: var(--muted);
  margin-top: 2px
}

.page-loader {
  position: fixed;
  inset: 0;
  background: var(--navy);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: .6s
}

.page-loader.hide {
  opacity: 0;
  visibility: hidden
}

.loader-logo {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -2px
}

.loader-logo span {
  color: #fff
}

.loader-logo {
  color: var(--green)
}

.loader-line {
  width: 180px;
  height: 2px;
  background: rgba(255, 255, 255, .15);
  margin: 18px 0 10px;
  overflow: hidden
}

.loader-line span {
  display: block;
  width: 40%;
  height: 100%;
  background: var(--green);
  animation: load 1s infinite
}

.page-loader small {
  font-size: 9px;
  letter-spacing: 3px;
  color: #8ea1b8
}

@keyframes load {
  0% {
    transform: translateX(-100%)
  }

  100% {
    transform: translateX(500%)
  }
}

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  z-index: 10001
}

.scroll-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: var(--green)
}

.hero {
  min-height: 790px;
  background: radial-gradient(circle at 78% 38%, #173f69 0, #102746 42%, #07182d 100%);
  position: relative;
  overflow: hidden;
  padding: 145px 0 95px;
  color: #fff
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgba(255, 255, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px);
  background-size: 70px 70px
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  opacity: .18;
  filter: blur(1px)
}

.orb-a {
  width: 420px;
  height: 420px;
  background: var(--green);
  right: -160px;
  top: 80px
}

.orb-b {
  width: 270px;
  height: 270px;
  background: #6577ff;
  left: -140px;
  bottom: -120px
}

.hero-row {
  min-height: 540px
}

.eyebrow,
.section-kicker {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #68dba8;
  display: inline-flex;
  align-items: center;
  gap: 8px
}

.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(24, 184, 107, .13);
  animation: pulse 2s infinite
}

@keyframes pulse {
  50% {
    box-shadow: 0 0 0 13px rgba(24, 184, 107, 0)
  }
}

.hero-title {
  font-size: clamp(50px, 5.7vw, 80px);
  line-height: .99;
  letter-spacing: -4.5px;
  font-weight: 900;
  margin: 20px 0
}

.hero-title span,
.section-title span,
.light-title span {
  color: var(--green)
}

.hero-copy {
  max-width: 610px;
  color: #b8c8da;
  font-size: 17px;
  line-height: 1.75
}

.hero-actions {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-top: 28px
}

.btn-primary-custom {
  background: var(--green);
  color: #08233b;
  border: 0;
  padding: 13px 19px;
  border-radius: 12px;
  font-weight: 800;
  font-size: 13px;
  display: inline-block
}

.btn-primary-custom:hover {
  background: #57d899;
  color: #062038
}

.btn-ghost-custom {
  border: 1px solid rgba(255, 255, 255, .24);
  color: #fff;
  padding: 13px 19px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 13px;
  display: inline-block
}

.btn-ghost-custom:hover {
  background: rgba(255, 255, 255, .08);
  color: #fff
}

.hero-trust {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 27px;
  color: #9eb2c7;
  font-size: 11px
}

.hero-trust i {
  color: var(--green);
  margin-right: 5px
}

.dashboard-stage {
  height: 545px;
  position: relative;
  max-width: 610px;
  margin: auto
}

.dashboard-shell {
  position: absolute;
  left: 4%;
  top: 38px;
  width: 92%;
  height: 425px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  box-shadow: 0 35px 90px rgba(0, 0, 0, .3);
  transform: perspective(1200px) rotateY(-4deg);
  animation: floatDash 6s ease-in-out infinite
}

@keyframes floatDash {
  50% {
    transform: perspective(1200px) rotateY(-4deg) translateY(-8px)
  }
}

.dash-sidebar {
  width: 145px;
  background: #102746;
  padding: 20px 12px;
  color: #94a8bf
}

.dash-logo {
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  margin: 0 7px 24px;
  letter-spacing: -1px
}

.dash-logo span {
  color: var(--green)
}

.dash-side {
  font-size: 9px;
  padding: 11px 9px;
  border-radius: 8px;
  margin-bottom: 4px
}

.dash-side i {
  margin-right: 7px
}

.dash-side.active {
  background: rgba(101, 119, 255, .2);
  color: #fff
}

.dash-main {
  flex: 1;
  padding: 20px;
  background: #f6f8fb;
  color: var(--ink)
}

.dash-head {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.dash-head small {
  font-size: 7px;
  color: #7c8b9d;
  letter-spacing: 1px
}

.dash-head h5 {
  font-size: 15px;
  margin: 4px 0 0
}

.dash-head h5 span {
  color: var(--blue)
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #dfe5ff;
  color: var(--blue2);
  display: grid;
  place-items: center;
  font-size: 9px;
  font-weight: 800
}

.kpi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0
}

.kpi-row>div,
.chart-card,
.donut-card,
.booking-lines {
  background: #fff;
  border: 1px solid #e8edf3;
  border-radius: 11px;
  padding: 12px
}

.kpi-row small {
  display: block;
  font-size: 7px;
  color: #8997a7
}

.kpi-row b {
  display: block;
  font-size: 15px;
  margin: 4px 0
}

.kpi-row em {
  font-style: normal;
  font-size: 7px;
  color: var(--green)
}

.chart-row {
  display: grid;
  grid-template-columns: 1.65fr 1fr;
  gap: 8px
}

.mini-head {
  display: flex;
  justify-content: space-between;
  font-size: 8px
}

.mini-head small {
  color: #8a98a8
}

.fake-chart {
  height: 120px;
  display: flex;
  align-items: end;
  gap: 9px;
  padding: 15px 5px 4px
}

.fake-chart i {
  display: block;
  width: 11%;
  border-radius: 5px 5px 2px 2px;
  background: linear-gradient(180deg, var(--blue), #a9b3ff);
  height: 35%;
  animation: bars 2.5s ease-in-out infinite alternate
}

.fake-chart i:nth-child(2) {
  height: 48%
}

.fake-chart i:nth-child(3) {
  height: 40%
}

.fake-chart i:nth-child(4) {
  height: 68%
}

.fake-chart i:nth-child(5) {
  height: 55%
}

.fake-chart i:nth-child(6) {
  height: 80%
}

.fake-chart i:nth-child(7) {
  height: 70%
}

@keyframes bars {
  to {
    transform: scaleY(.75)
  }
}

.donut-card {
  text-align: center
}

.donut {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 15px auto 10px;
  background: conic-gradient(var(--green) 0 72%, #dfe6ef 72% 100%);
  position: relative
}

.donut:after {
  content: "78%";
  position: absolute;
  inset: 15px;
  background: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 800
}

.donut-card b {
  display: block;
  font-size: 9px
}

.donut-card small {
  font-size: 7px;
  color: #8997a7
}

.booking-lines {
  margin-top: 8px;
  padding: 0
}

.booking-lines div {
  display: flex;
  align-items: center;
  padding: 9px 12px;
  border-bottom: 1px solid #edf0f4;
  font-size: 8px
}

.booking-lines div:last-child {
  border: 0
}

.booking-lines span {
  flex: 1
}

.booking-lines b {
  margin-right: 13px
}

.booking-lines em {
  font-style: normal;
  color: var(--green)
}

.floating-stat {
  position: absolute;
  background: #fff;
  color: var(--ink);
  border-radius: 12px;
  padding: 12px 15px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
  z-index: 4;
  display: flex;
  flex-direction: column
}

.floating-stat small {
  font-size: 7px;
  color: #718096
}

.floating-stat strong {
  font-size: 18px
}

.floating-stat span {
  font-size: 7px;
  color: var(--green)
}

.stat-top {
  right: -5px;
  top: 8px
}

.stat-bottom {
  left: 8px;
  bottom: 35px
}

.stat-bottom i {
  color: #f2b01e;
  margin-bottom: 5px;
  font-size: 12px
}

.stat-bottom strong {
  font-size: 9px
}

.stat-bottom span {
  color: #718096;
  margin-top: 2px
}

.ecosystem-strip {
  background: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 30px rgba(16, 39, 70, .05);
  position: relative;
  z-index: 5
}

.ecosystem-strip-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px
}

.strip-label {
  font-size: 9px;
  letter-spacing: 1.8px;
  color: #8a98a9;
  font-weight: 800
}

.ecosystem-strip b {
  font-size: 12px
}

.ecosystem-strip i {
  color: var(--green)
}

.section-padding {
  padding: 105px 0
}

.section-heading {
  max-width: 850px;
  margin: 0 auto 48px
}

.section-title {
  font-size: clamp(36px, 4.2vw, 57px);
  line-height: 1.05;
  letter-spacing: -2.8px;
  font-weight: 900;
  margin: 14px 0
}

.section-intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
  max-width: 700px;
  margin: auto
}

.essentials {
  background: #fff
}

.essential-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px
}

.essential-card {
  min-height: 145px;
  border: 1px solid var(--line);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  box-shadow: 0 10px 35px rgba(16, 39, 70, .04);
  transition: .3s
}

.essential-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow)
}

.essential-card i {
  font-size: 24px;
  color: var(--blue);
  margin-bottom: 15px
}

.essential-card b {
  font-size: 11px
}

.essential-card span {
  font-size: 9px;
  color: #8a98a9;
  margin-top: 5px
}

.modules-section {
  background: var(--soft)
}

.module-timeline {
  display: flex;
  flex-direction: column;
  gap: 68px
}

.module-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center
}

.module-row.reverse .module-copy {
  order: 2
}

.module-row.reverse .module-ui {
  order: 1
}

.module-copy {
  position: relative;
  padding-left: 2px
}

.module-no {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e7ebff;
  color: var(--blue2);
  display: grid;
  place-items: center;
  font-size: 10px;
  font-weight: 900;
  margin-bottom: 18px
}

.module-copy>small {
  font-size: 8px;
  letter-spacing: 1.6px;
  font-weight: 900;
  color: #8b99aa
}

.module-copy h3 {
  font-size: 29px;
  line-height: 1.13;
  letter-spacing: -1.3px;
  margin: 9px 0 14px
}

.module-copy h3 span {
  color: var(--blue2)
}

.module-copy p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--muted);
  max-width: 490px
}

.module-copy ul {
  list-style: none;
  padding: 0;
  margin: 17px 0 0
}

.module-copy li {
  font-size: 11px;
  color: #5f7085;
  margin: 8px 0
}

.module-copy li:before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e3f8ed;
  color: var(--green);
  font-size: 9px;
  font-weight: 900;
  margin-right: 8px
}

.module-ui {
  min-height: 250px;
  border: 1px solid #e1e7ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow);
  padding: 19px;
  position: relative;
  overflow: hidden
}

.module-ui:before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  right: -80px;
  top: -80px;
  background: rgba(101, 119, 255, .08)
}

.ui-title {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #66778a;
  margin-bottom: 17px
}

.ui-title b {
  color: var(--blue2);
  font-size: 8px
}

.ui-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px
}

.ui-kpis span {
  background: #f7f9fc;
  border: 1px solid #edf0f5;
  border-radius: 10px;
  padding: 12px
}

.ui-kpis b {
  display: block;
  font-size: 16px
}

.ui-kpis small {
  font-size: 8px;
  color: #8997a7
}

.ui-bars {
  height: 115px;
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 14px
}

.ui-bars i {
  width: 11%;
  background: linear-gradient(180deg, var(--blue), #c5cbff);
  height: 45%;
  border-radius: 6px 6px 2px 2px
}

.ui-bars i:nth-child(2) {
  height: 60%
}

.ui-bars i:nth-child(3) {
  height: 48%
}

.ui-bars i:nth-child(4) {
  height: 78%
}

.ui-bars i:nth-child(5) {
  height: 66%
}

.ui-bars i:nth-child(6) {
  height: 85%
}

.ui-bars i:nth-child(7) {
  height: 74%
}

.booking-table {
  display: grid;
  grid-template-columns: 1.3fr 1fr .6fr .9fr;
  gap: 0;
  border: 1px solid #e9edf2;
  border-radius: 11px;
  overflow: hidden
}

.booking-table>* {
  padding: 10px 8px;
  border-bottom: 1px solid #edf0f4;
  font-size: 8px
}

.booking-table span {
  background: #f6f8fb;
  color: #8997a7;
  font-weight: 700
}

.booking-table em {
  font-style: normal;
  color: var(--green);
  background: #f4fcf8
}

.order-mini {
  max-width: 490px
}

.order-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #edf0f4
}

.order-item i {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #eaf8f1;
  color: var(--green);
  display: grid;
  place-items: center
}

.order-item span {
  flex: 1;
  font-size: 10px;
  font-weight: 700
}

.order-item small {
  display: block;
  color: #8997a7;
  font-size: 8px;
  margin-top: 3px;
  font-weight: 400
}

.order-item>b {
  font-size: 10px
}

.order-total {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  font-size: 10px
}

.order-mini button {
  border: 0;
  background: var(--navy);
  color: #fff;
  border-radius: 9px;
  width: 100%;
  padding: 10px;
  font-size: 9px;
  font-weight: 700
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px
}

.room-grid span {
  min-height: 52px;
  border-radius: 10px;
  padding: 8px;
  font-size: 9px;
  font-weight: 800;
  background: #f3f5f8
}

.room-grid small {
  display: block;
  font-size: 7px;
  margin-top: 5px;
  font-weight: 500
}

.room-grid .clean {
  background: #e9f8f1;
  color: #16875b
}

.room-grid .dirty {
  background: #fff0f0;
  color: #c26a6a
}

.room-grid .service {
  background: #fff7df;
  color: #a87a16
}

.service-line {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid #edf0f4
}

.service-line>i {
  color: var(--blue);
  font-size: 17px
}

.service-line span {
  flex: 1;
  font-size: 9px;
  font-weight: 700
}

.service-line small {
  display: block;
  font-weight: 400;
  color: #8997a7;
  font-size: 7px;
  margin-top: 3px
}

.service-line button {
  border: 0;
  background: #e7f7ef;
  color: #17875c;
  border-radius: 7px;
  padding: 6px 8px;
  font-size: 7px
}

.inventory-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 17px 0
}

.inventory-row>span {
  width: 55px;
  font-size: 8px;
  font-weight: 700
}

.inventory-row i {
  height: 22px;
  flex: 1;
  border-radius: 5px;
  background: #eef2f7;
  position: relative
}

.inventory-row i:nth-child(2) {
  background: #e6eaff
}

.inventory-row i:nth-child(3) {
  background: #e6f7ef
}

.inventory-row b {
  display: block;
  width: 70%;
  height: 100%;
  background: var(--blue);
  border-radius: 5px;
  opacity: .8
}

.inventory-row:nth-child(3) b {
  width: 45%;
  background: var(--green)
}

.inventory-scale {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  color: #9aa7b5;
  font-size: 7px
}

.food-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px
}

.food-grid>div {
  border: 1px solid #e9edf2;
  border-radius: 11px;
  padding: 8px
}

.food-art {
  height: 70px;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 50% 55%, #f5c27a 0 20%, #d96d39 21% 42%, #42684e 43% 52%, #ece7d8 53%)
}

.food-art.pasta {
  background: radial-gradient(ellipse at 50% 55%, #f1ca6b 0 25%, #d89b4c 26% 44%, #486a4d 45% 52%, #eee7d9 53%)
}

.food-art.curry {
  background: radial-gradient(circle at 50% 55%, #db8b3d 0 30%, #79502e 31% 45%, #54734f 46% 52%, #eee8dc 53%)
}

.food-grid b {
  display: block;
  font-size: 8px
}

.food-grid small {
  font-size: 7px;
  color: var(--green)
}

.revenue-mini>strong {
  font-size: 22px;
  display: block;
  margin: 8px 0
}

.revenue-bars {
  height: 105px;
  display: flex;
  align-items: end;
  gap: 16px;
  padding: 10px
}

.revenue-bars i {
  flex: 1;
  background: linear-gradient(180deg, var(--green), #a8ead0);
  height: 35%;
  border-radius: 4px 4px 0 0
}

.revenue-bars i:nth-child(2) {
  height: 50%
}

.revenue-bars i:nth-child(3) {
  height: 42%
}

.revenue-bars i:nth-child(4) {
  height: 65%
}

.revenue-bars i:nth-child(5) {
  height: 77%
}

.revenue-bars i:nth-child(6) {
  height: 88%
}

.months {
  display: flex;
  justify-content: space-around;
  font-size: 7px;
  color: #8d9aaa
}

.platform-cta {
  margin-top: 75px;
  border-radius: 25px;
  background: linear-gradient(135deg, #102746, #17365d);
  color: #fff;
  text-align: center;
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-lg)
}

.platform-cta:after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(24, 184, 107, .1);
  left: 50%;
  top: -260px;
  transform: translateX(-50%)
}

.platform-cta>* {
  position: relative;
  z-index: 1
}

.platform-cta>span {
  font-size: 8px;
  letter-spacing: 2px;
  color: #72dcae
}

.platform-cta h2 {
  font-size: 34px;
  letter-spacing: -1.5px;
  margin: 10px 0
}

.platform-cta h2 b {
  color: var(--green)
}

.platform-cta p {
  max-width: 620px;
  margin: 0 auto 22px;
  color: #aebfd0;
  font-size: 12px;
  line-height: 1.7
}

.cta-meta {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 23px;
  color: #a5b6c8;
  font-size: 9px
}

.cta-meta i {
  color: var(--green);
  margin-right: 4px
}

.business-section {
  background: #fff
}

.business-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px
}

.business-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 25px;
  min-height: 190px;
  transition: .3s
}

.business-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow)
}

.business-card i {
  font-size: 25px;
  color: var(--green)
}

.business-card h3 {
  font-size: 17px;
  margin: 20px 0 8px
}

.business-card p {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted)
}

.running-card {
  margin-top: 42px;
  background: linear-gradient(120deg, #f5f8ff, #f0faf6);
  border: 1px solid #e5ebf1;
  border-radius: 25px;
  padding: 48px 55px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  overflow: hidden
}

.running-card h2 {
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -2px;
  margin: 12px 0
}

.running-card h2 span {
  color: var(--blue2)
}

.running-card p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.75;
  max-width: 500px
}

.text-link {
  color: var(--blue2);
  font-weight: 800;
  font-size: 11px;
  margin-left: 14px
}

.laptop {
  max-width: 390px;
  margin: auto;
  filter: drop-shadow(0 25px 25px rgba(16, 39, 70, .18))
}

.laptop-screen {
  height: 205px;
  border: 8px solid #202b3c;
  border-bottom-width: 12px;
  border-radius: 13px 13px 5px 5px;
  background: #fff;
  padding: 14px;
  position: relative
}

.screen-top {
  font-size: 8px;
  font-weight: 900;
  color: var(--navy);
  display: flex;
  justify-content: space-between
}

.screen-top span {
  font-size: 6px;
  color: var(--green)
}

.screen-chart {
  height: 95px;
  display: flex;
  align-items: end;
  gap: 10px;
  padding: 15px 10px
}

.screen-chart i {
  flex: 1;
  height: 30%;
  background: linear-gradient(180deg, var(--blue), #b8c0ff);
  border-radius: 4px
}

.screen-chart i:nth-child(2) {
  height: 52%
}

.screen-chart i:nth-child(3) {
  height: 45%
}

.screen-chart i:nth-child(4) {
  height: 70%
}

.screen-chart i:nth-child(5) {
  height: 85%
}

.screen-cards {
  display: flex;
  gap: 7px
}

.screen-cards span {
  height: 27px;
  flex: 1;
  background: #f2f5f9;
  border-radius: 5px
}

.laptop-base {
  width: 110%;
  height: 13px;
  margin-left: -5%;
  background: #cbd2db;
  border-radius: 0 0 10px 10px
}

.technology-section {
  background: var(--navy);
  color: #fff
}

.light-title {
  color: #fff
}

.light-copy {
  color: #aebfd0;
  line-height: 1.8;
  font-size: 14px
}

.tech-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 25px
}

.tech-tags span {
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .05);
  padding: 9px 11px;
  border-radius: 20px;
  font-size: 9px;
  color: #b8c8d7
}

.architecture {
  height: 390px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .045);
  border-radius: 25px;
  padding: 22px;
  position: relative;
  overflow: hidden
}

.arch-top {
  display: flex;
  justify-content: space-between
}

.arch-pill,
.arch-live {
  font-size: 8px;
  letter-spacing: 1.5px;
  color: #9fb2c6
}

.arch-live i {
  color: var(--green);
  font-size: 6px
}

.arch-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 225px
}

.arch-node,
.arch-hub {
  width: 112px;
  min-height: 105px;
  border-radius: 17px;
  border: 1px solid rgba(255, 255, 255, .14);
  background: rgba(255, 255, 255, .06);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.arch-node i,
.arch-hub i {
  font-size: 23px;
  color: #75dcb4
}

.arch-node b,
.arch-hub b {
  font-size: 11px;
  margin-top: 7px
}

.arch-node small,
.arch-hub small {
  font-size: 7px;
  color: #8ea4bb;
  letter-spacing: 1px
}

.arch-hub {
  width: 140px;
  border-color: rgba(24, 184, 107, .45);
  background: rgba(24, 184, 107, .08)
}

.arch-connector {
  width: 60px;
  height: 1px;
  background: rgba(80, 210, 157, .4);
  position: relative
}

.arch-connector span {
  position: absolute;
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  top: -3px;
  animation: move 2.2s linear infinite
}

@keyframes move {
  0% {
    left: 0
  }

  100% {
    left: 100%
  }
}

.arch-bottom {
  position: absolute;
  bottom: 22px;
  left: 22px;
  right: 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px
}

.arch-bottom div {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #9cb0c4;
  font-size: 8px
}

.arch-bottom i {
  color: var(--green);
  margin-right: 4px
}

.cta-section {
  padding: 110px 0;
  background: linear-gradient(120deg, #0b203a, #17365d);
  color: #fff;
  position: relative;
  overflow: hidden
}

.cta-orb {
  position: absolute;
  border-radius: 50%;
  opacity: .16
}

.cta-a {
  width: 480px;
  height: 480px;
  background: var(--green);
  left: -270px;
  top: -240px
}

.cta-b {
  width: 380px;
  height: 380px;
  background: var(--blue);
  right: -220px;
  bottom: -230px
}

.cta-inner {
  position: relative;
  text-align: center
}

.cta-inner h2 {
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.03;
  letter-spacing: -3px;
  margin: 15px 0 20px
}

.cta-inner h2 span {
  color: var(--green)
}

.cta-inner>p {
  max-width: 650px;
  margin: auto;
  color: #aebfd0;
  line-height: 1.8;
  font-size: 13px
}

.cta-contact {
  display: flex;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  color: #9db0c3;
  font-size: 10px;
  margin-top: 24px
}

.cta-contact i {
  color: var(--green);
  margin-right: 5px
}

.site-footer {
  background: #07182d;
  color: #fff;
  padding: 65px 0 22px
}

.footer-brand {
  display: inline-flex;
  align-items: center
}

.footer-brand span {
  color: #fff
}

.footer-brand i {
  color: var(--green)
}

.footer-copy {
  max-width: 440px;
  color: #8295aa;
  line-height: 1.8;
  font-size: 12px;
  margin: 18px 0
}

.footer-contact {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  color: #9eb0c2;
  font-size: 10px
}

.footer-contact i {
  color: var(--green);
  margin-right: 5px
}

.site-footer h6 {
  font-size: 9px;
  letter-spacing: 1.7px;
  color: #6f849a;
  margin-bottom: 15px
}

.site-footer a {
  display: block;
  color: #9eb0c2;
  font-size: 11px;
  margin-bottom: 10px
}

.site-footer a:hover {
  color: #fff
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .08);
  margin-top: 45px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  color: #60758c;
  font-size: 9px
}

.footer-bottom i {
  color: var(--green)
}

.back-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 0;
  background: var(--navy);
  color: #fff;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-shadow: var(--shadow)
}

.back-top.show {
  opacity: 1;
  visibility: visible
}

.back-top:hover {
  background: var(--green);
  color: var(--navy)
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .8s ease, transform .8s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

.delay-1 {
  transition-delay: .12s
}

.delay-2 {
  transition-delay: .22s
}

.delay-3 {
  transition-delay: .32s
}

.delay-4 {
  transition-delay: .42s
}

@media(max-width:991px) {
  .site-nav {
    background: rgba(16, 39, 70, .97)
  }

  .navbar-collapse {
    background: var(--navy);
    padding: 14px;
    border-radius: 0 0 18px 18px
  }

  .hero {
    padding-top: 125px
  }

  .dashboard-stage {
    margin-top: 40px
  }

  .module-row {
    grid-template-columns: 1fr;
    gap: 30px
  }

  .module-row.reverse .module-copy {
    order: 1
  }

  .module-row.reverse .module-ui {
    order: 2
  }

  .essential-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .business-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .running-card {
    grid-template-columns: 1fr;
    gap: 35px
  }

  .technology-section .architecture {
    margin-top: 15px
  }
}

@media(max-width:767px) {
  .hero {
    min-height: auto;
    padding: 115px 0 65px
  }

  .hero-title {
    font-size: 48px;
    letter-spacing: -3px
  }

  .hero-copy {
    font-size: 14px
  }

  .hero-trust {
    flex-direction: column;
    gap: 9px
  }

  .dashboard-stage {
    height: 390px;
    transform: scale(.82);
    transform-origin: top center;
    margin-bottom: -60px;
    margin-left: -7%;
    margin-right: -7%
  }

  .dashboard-shell {
    height: 380px
  }

  .dash-sidebar {
    width: 105px;
    padding: 15px 8px
  }

  .dash-side {
    font-size: 7px
  }

  .dash-main {
    padding: 13px
  }

  .kpi-row b {
    font-size: 11px
  }

  .chart-row {
    grid-template-columns: 1fr
  }

  .donut-card {
    display: none
  }

  .ecosystem-strip-inner {
    gap: 10px;
    flex-wrap: wrap;
    padding: 18px
  }

  .strip-label {
    width: 100%;
    text-align: center
  }

  .section-padding {
    padding: 75px 0
  }

  .section-title {
    letter-spacing: -2px
  }

  .essential-grid {
    grid-template-columns: 1fr 1fr
  }

  .module-row {
    gap: 25px
  }

  .module-copy h3 {
    font-size: 25px
  }

  .module-ui {
    min-height: 230px
  }

  .food-grid {
    grid-template-columns: repeat(3, 1fr)
  }

  .platform-cta {
    padding: 38px 20px
  }

  .platform-cta h2 {
    font-size: 27px
  }

  .business-grid {
    grid-template-columns: 1fr
  }

  .running-card {
    padding: 32px 22px
  }

  .running-card h2 {
    font-size: 30px
  }

  .laptop {
    transform: scale(.85);
    margin-bottom: -20px
  }

  .architecture {
    height: 410px
  }

  .arch-flow {
    transform: scale(.76);
    margin-left: -38px;
    margin-right: -38px
  }

  .arch-bottom {
    grid-template-columns: 1fr
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px
  }

  .cta-section {
    padding: 85px 0
  }

  .cta-inner h2 {
    font-size: 43px
  }
}

/* =========================================================
   YATRANEST PREMIUM GLASS / GLOSS SYSTEM
   ========================================================= */
:root {
  --navy: #102746;
  --navy2: #17365d;
  --blue: #6577ff;
  --blue2: #4f61ea;
  --green: #18b86b;
  --green2: #4f61ea;
  --ink: #17243a;
  --muted: #718096;
  --line: #e5eaf1;
  --soft: #f5f7fb;
  --white: #fff;
  --dark: #202b3c;
  --shadow: 0 18px 55px rgba(16, 39, 70, .11);
  --shadow-lg: 0 35px 90px rgba(16, 39, 70, .18);
  --glass: rgba(255, 255, 255, .72);
}

body {
  background: #f8faff
}

body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background: radial-gradient(circle at 10% 10%, rgba(101, 119, 255, .045), transparent 30%), radial-gradient(circle at 90% 70%, rgba(24, 184, 107, .04), transparent 28%)
}

/* navigation */
.site-nav {
  padding: 19px 0;
  background: rgba(16, 39, 70, .08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, .08)
}

.site-nav.scrolled {
  background: rgba(16, 39, 70, .91);
  border-color: rgba(255, 255, 255, .08);
  box-shadow: 0 14px 45px rgba(3, 18, 38, .18)
}

.brand {
  font-size: 27px;
  text-shadow: 0 5px 20px rgba(0, 0, 0, .15)
}

.btn-nav {
  box-shadow: 0 8px 25px rgba(255, 255, 255, .08);
  transition: .3s
}

.btn-nav:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 255, 255, .14)
}

.product-menu {
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, .8);
  box-shadow: 0 25px 70px rgba(16, 39, 70, .18)
}

/* loader */
.page-loader {
  background: radial-gradient(circle at 50% 35%, #17365d, #102746 48%, #07182d 100%)
}

.loader-logo {
  animation: loaderPulse 1.6s ease-in-out infinite
}

.loader-logo .loader-dot {
  box-shadow: 0 0 30px rgba(24, 184, 107, .65)
}

.loader-line {
  height: 3px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 0 25px rgba(24, 184, 107, .08)
}

.loader-line span {
  border-radius: 10px;
  box-shadow: 0 0 18px rgba(24, 184, 107, .7)
}

@keyframes loaderPulse {
  50% {
    transform: scale(1.035);
    filter: brightness(1.12)
  }
}

/* hero atmosphere */
.hero {
  background: radial-gradient(circle at 72% 32%, #214c79 0, #17365d 28%, #102746 58%, #07182d 100%);
  isolation: isolate
}

.hero:after {
  content: "";
  position: absolute;
  inset: auto -10% -65% 35%;
  height: 600px;
  background: radial-gradient(circle, rgba(101, 119, 255, .17), transparent 65%);
  filter: blur(20px);
  z-index: -1;
  animation: heroGlow 9s ease-in-out infinite alternate
}

.hero-grid {
  opacity: .18;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
  animation: gridDrift 18s linear infinite
}

.hero-orb {
  filter: blur(2px);
  box-shadow: 0 0 120px currentColor
}

.orb-a {
  color: var(--green);
  animation: orbFloat 8s ease-in-out infinite
}

.orb-b {
  color: var(--blue);
  animation: orbFloat 10s ease-in-out infinite reverse
}

@keyframes gridDrift {
  to {
    transform: translate3d(70px, 70px, 0)
  }
}

@keyframes heroGlow {
  to {
    transform: translate3d(-90px, -50px, 0) scale(1.15)
  }
}

@keyframes orbFloat {
  50% {
    transform: translate3d(-25px, 25px, 0) scale(1.06)
  }
}

.hero-title {
  text-shadow: 0 15px 50px rgba(0, 0, 0, .18)
}

.hero-title span {
  background: linear-gradient(90deg, #18b86b, #72e1ad, #18b86b);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shineText 5s linear infinite
}

@keyframes shineText {
  to {
    background-position: 200% center
  }
}

.btn-primary-custom {
  box-shadow: 0 12px 30px rgba(24, 184, 107, .22);
  transition: .3s;
  position: relative;
  overflow: hidden
}

.btn-primary-custom:before {
  content: "";
  position: absolute;
  top: 0;
  left: -110%;
  width: 70%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .45), transparent);
  transform: skewX(-18deg);
  transition: .65s
}

.btn-primary-custom:hover:before {
  left: 140%
}

.btn-primary-custom:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(24, 184, 107, .3)
}

.btn-ghost-custom {
  backdrop-filter: blur(12px);
  transition: .3s
}

.btn-ghost-custom:hover {
  transform: translateY(-3px)
}

/* glossy hero dashboard */
.dashboard-stage {
  filter: drop-shadow(0 30px 55px rgba(0, 0, 0, .18))
}

.dashboard-shell {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 45px 100px rgba(0, 0, 0, .3), inset 0 1px rgba(255, 255, 255, .9);
  animation: dashboardFloat 6s ease-in-out infinite
}

.dashboard-shell:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, .22), transparent 30%, transparent 70%, rgba(101, 119, 255, .06));
  mix-blend-mode: screen
}

@keyframes dashboardFloat {

  0%,
  100% {
    transform: perspective(1200px) rotateY(-4deg) translateY(0)
  }

  50% {
    transform: perspective(1200px) rotateY(-2deg) translateY(-11px)
  }
}

.floating-stat {
  border: 1px solid rgba(255, 255, 255, .75);
  backdrop-filter: blur(18px);
  animation: floatCard 4s ease-in-out infinite
}

.stat-bottom {
  animation-delay: -1.8s
}

@keyframes floatCard {
  50% {
    transform: translateY(-9px) rotate(1deg)
  }
}

/* section headers */
.section-padding {
  padding: 125px 0
}

.section-kicker {
  padding: 7px 11px;
  border: 1px solid rgba(101, 119, 255, .13);
  border-radius: 999px;
  background: rgba(101, 119, 255, .045);
  box-shadow: 0 6px 20px rgba(101, 119, 255, .05)
}

.section-title {
  font-weight: 900
}

.section-title span {
  background: linear-gradient(90deg, var(--blue2), #7585ff, var(--blue2));
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shineText 6s linear infinite
}

/* essentials */
.essentials {
  background: linear-gradient(180deg, #fff, #f7f9fd)
}

.essential-grid {
  gap: 18px
}

.essential-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(246, 249, 253, .88));
  border: 1px solid rgba(229, 234, 241, .95);
  box-shadow: 0 18px 45px rgba(16, 39, 70, .06), inset 0 1px rgba(255, 255, 255, .9);
  transition: .45s cubic-bezier(.2, .8, .2, 1)
}

.essential-card:before {
  content: "";
  position: absolute;
  width: 140px;
  height: 140px;
  right: -75px;
  top: -75px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 119, 255, .16), transparent 68%);
  transition: .5s
}

.essential-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, .75) 48%, transparent 62%);
  transform: translateX(-130%);
  transition: .8s
}

.essential-card:hover {
  transform: translateY(-10px) scale(1.015);
  box-shadow: 0 28px 65px rgba(16, 39, 70, .13)
}

.essential-card:hover:after {
  transform: translateX(130%)
}

.essential-card:hover:before {
  transform: scale(1.5)
}

.essential-card i {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #fff, #edf1ff);
  box-shadow: 0 10px 25px rgba(79, 97, 234, .12);
  transition: .4s
}

.essential-card:hover i {
  transform: rotate(-7deg) scale(1.08);
  box-shadow: 0 15px 35px rgba(79, 97, 234, .2)
}

/* premium module system */
.modules-section {
  background: linear-gradient(180deg, #f7f9fc 0%, #f3f6fb 100%);
  position: relative;
  overflow: hidden
}

.modules-section:before {
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 119, 255, .08), transparent 65%);
  left: -400px;
  top: 300px;
  pointer-events: none
}

.modules-section:after {
  content: "";
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(24, 184, 107, .055), transparent 65%);
  right: -380px;
  bottom: 300px;
  pointer-events: none
}

.module-timeline {
  gap: 38px;
  position: relative;
  z-index: 1
}

.module-row {
  position: relative;
  isolation: isolate;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 55px;
  padding: 43px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, .95);
  background: linear-gradient(135deg, rgba(255, 255, 255, .9), rgba(247, 250, 253, .74));
  box-shadow: 0 22px 70px rgba(16, 39, 70, .07), inset 0 1px rgba(255, 255, 255, .95);
  overflow: hidden;
  transition: transform .5s cubic-bezier(.2, .8, .2, 1), box-shadow .5s ease, border-color .5s ease
}

.module-row:before {
  content: "";
  position: absolute;
  inset: -1px;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, .8) 45%, transparent 58%);
  transform: translateX(-120%);
  transition: 1s;
  pointer-events: none
}

.module-row:hover:before {
  transform: translateX(120%)
}

.module-row:hover {
  transform: translateY(-7px);
  border-color: rgba(101, 119, 255, .2);
  box-shadow: 0 35px 90px rgba(16, 39, 70, .12), inset 0 1px rgba(255, 255, 255, 1)
}

.module-row.reverse .module-copy {
  order: 2
}

.module-row.reverse .module-ui {
  order: 1
}

.module-copy {
  padding: 4px 10px
}

.module-no {
  position: relative;
  background: linear-gradient(145deg, #eef0ff, #dfe4ff);
  box-shadow: 0 9px 25px rgba(79, 97, 234, .12);
  transition: .4s
}

.module-row:hover .module-no {
  transform: rotate(-8deg) scale(1.12);
  box-shadow: 0 14px 30px rgba(79, 97, 234, .2)
}

.module-copy h3 {
  font-size: 34px;
  line-height: 1.1;
  letter-spacing: -1.8px
}

.module-copy h3 span {
  background: linear-gradient(90deg, var(--blue2), #7b8aff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.module-copy p {
  font-size: 14px;
  max-width: 530px
}

.module-copy li {
  transition: .25s
}

.module-row:hover .module-copy li {
  transform: translateX(4px)
}

.module-row:hover .module-copy li:nth-child(2) {
  transition-delay: .04s
}

.module-row:hover .module-copy li:nth-child(3) {
  transition-delay: .08s
}

.module-ui {
  min-height: 290px;
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .97), rgba(244, 247, 252, .94));
  border: 1px solid rgba(255, 255, 255, .95);
  box-shadow: 0 28px 60px rgba(16, 39, 70, .12), inset 0 1px rgba(255, 255, 255, 1);
  transform: perspective(1100px) rotateY(-1.5deg) rotateX(.5deg);
  transition: transform .18s ease, box-shadow .4s ease;
  will-change: transform
}

.module-ui:before {
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(101, 119, 255, .13), transparent 68%);
  right: -120px;
  top: -120px
}

.module-ui:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .45), transparent 28%, transparent 72%, rgba(101, 119, 255, .025));
  pointer-events: none
}

.module-row:hover .module-ui {
  box-shadow: 0 35px 80px rgba(16, 39, 70, .17), inset 0 1px rgba(255, 255, 255, 1)
}

.ui-title {
  position: relative;
  z-index: 1;
  font-size: 10px
}

.ui-kpis span,
.booking-table,
.order-item,
.room-grid span,
.service-line,
.inventory-row,
.food-grid>div,
.revenue-bars {
  transition: .3s
}

.ui-kpis span:hover,
.booking-table b:hover,
.room-grid span:hover,
.food-grid>div:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(16, 39, 70, .07)
}

.ui-bars i,
.revenue-bars i {
  animation: uiBarPulse 2.8s ease-in-out infinite alternate;
  transform-origin: bottom
}

.ui-bars i:nth-child(2),
.revenue-bars i:nth-child(2) {
  animation-delay: .12s
}

.ui-bars i:nth-child(3),
.revenue-bars i:nth-child(3) {
  animation-delay: .24s
}

.ui-bars i:nth-child(4),
.revenue-bars i:nth-child(4) {
  animation-delay: .36s
}

.ui-bars i:nth-child(5),
.revenue-bars i:nth-child(5) {
  animation-delay: .48s
}

.ui-bars i:nth-child(6),
.revenue-bars i:nth-child(6) {
  animation-delay: .6s
}

.ui-bars i:nth-child(7) {
  animation-delay: .72s
}

@keyframes uiBarPulse {
  to {
    transform: scaleY(.72);
    opacity: .76
  }
}

.booking-table em {
  border-left: 1px solid rgba(24, 184, 107, .08)
}

.order-mini button {
  box-shadow: 0 10px 22px rgba(16, 39, 70, .15);
  transition: .3s
}

.order-mini button:hover {
  transform: translateY(-2px);
  background: var(--blue2)
}

.room-grid span {
  transition: .35s
}

.room-grid span:hover {
  transform: translateY(-4px) scale(1.03)
}

.food-grid>div {
  overflow: hidden
}

.food-art {
  transition: .5s
}

.food-grid>div:hover .food-art {
  transform: scale(1.08)
}

.platform-cta {
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 35px 90px rgba(16, 39, 70, .2), inset 0 1px rgba(255, 255, 255, .1);
  background: linear-gradient(135deg, #102746, #17365d 55%, #102746);
  overflow: hidden
}

.platform-cta:before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .08);
  right: -70px;
  bottom: -120px;
  animation: ringFloat 8s linear infinite
}

.platform-cta:after {
  animation: ctaGlow 7s ease-in-out infinite alternate
}

@keyframes ringFloat {
  to {
    transform: rotate(360deg)
  }
}

@keyframes ctaGlow {
  to {
    transform: translateX(-50%) scale(1.25);
    opacity: .16
  }
}

/* business cards */
.business-section {
  background: #fff
}

.business-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff, #f8faff);
  box-shadow: 0 14px 40px rgba(16, 39, 70, .05);
  transition: .45s cubic-bezier(.2, .8, .2, 1)
}

.business-card:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  right: -80px;
  top: -70px;
  background: radial-gradient(circle, rgba(24, 184, 107, .13), transparent 68%);
  transition: .5s
}

.business-card:hover {
  transform: translateY(-9px) scale(1.015);
  box-shadow: 0 28px 65px rgba(16, 39, 70, .12);
  border-color: rgba(24, 184, 107, .18)
}

.business-card:hover:before {
  transform: scale(1.5)
}

.business-card i {
  transition: .4s
}

.business-card:hover i {
  transform: scale(1.15) rotate(-6deg)
}

.running-card {
  position: relative;
  background: linear-gradient(120deg, #f4f7ff, #eefaf5);
  box-shadow: 0 25px 70px rgba(16, 39, 70, .08);
  border-color: rgba(255, 255, 255, .9)
}

.running-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, .6) 48%, transparent 60%);
  transform: translateX(-120%);
  animation: cardShine 7s ease-in-out infinite
}

@keyframes cardShine {

  0%,
  65% {
    transform: translateX(-120%)
  }

  80%,
  100% {
    transform: translateX(120%)
  }
}

.laptop {
  animation: laptopFloat 5s ease-in-out infinite
}

.laptop-screen {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2)
}

@keyframes laptopFloat {
  50% {
    transform: translateY(-9px) rotate(1deg)
  }
}

/* technology */
.technology-section {
  background: radial-gradient(circle at 75% 30%, #173f69, #102746 45%, #07182d 100%);
  overflow: hidden
}

.architecture {
  box-shadow: 0 30px 80px rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .08);
  backdrop-filter: blur(18px)
}

.arch-node,
.arch-hub {
  transition: .35s
}

.arch-node:hover,
.arch-hub:hover {
  transform: translateY(-7px);
  background: rgba(255, 255, 255, .1)
}

.arch-hub {
  box-shadow: 0 0 45px rgba(24, 184, 107, .08)
}

.arch-connector span {
  box-shadow: 0 0 12px rgba(24, 184, 107, .7)
}

.tech-tags span {
  transition: .3s
}

.tech-tags span:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .09);
  border-color: rgba(24, 184, 107, .3)
}

/* CTA */
.cta-section {
  background: radial-gradient(circle at 50% 0, #173f69, #102746 45%, #07182d 100%)
}

.cta-inner {
  z-index: 1
}

.cta-inner h2 span {
  background: linear-gradient(90deg, #18b86b, #8be8bd, #18b86b);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shineText 5s linear infinite
}

.cta-contact span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035)
}

/* footer */
.site-footer {
  background: #07182d;
  border-top: 1px solid rgba(255, 255, 255, .06)
}

.footer-brand span {
  color: #fff
}

.footer-brand i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  margin-left: 5px;
  box-shadow: 0 0 15px rgba(24, 184, 107, .7)
}

.site-footer a {
  transition: .25s
}

.site-footer a:hover {
  transform: translateX(4px);
  color: #fff
}

/* scroll/reveal polish */
.scroll-progress span {
  box-shadow: 0 0 12px rgba(24, 184, 107, .65)
}

.reveal {
  transform: translateY(34px) scale(.985);
  filter: blur(2px);
  transition: opacity .85s ease, transform .85s cubic-bezier(.2, .8, .2, 1), filter .85s ease
}

.reveal.visible {
  transform: none;
  filter: none
}

/* module-specific color accents */
.module-row:nth-child(2) .module-no,
.module-row:nth-child(6) .module-no {
  background: linear-gradient(145deg, #e9edff, #dce2ff);
  color: var(--blue2)
}

.module-row:nth-child(3) .module-no,
.module-row:nth-child(7) .module-no {
  background: linear-gradient(145deg, #e7faf1, #d4f3e4);
  color: #118557
}

.module-row:nth-child(4) .module-no {
  background: linear-gradient(145deg, #fff5df, #ffedc0);
  color: #a77817
}

.module-row:nth-child(5) .module-no {
  background: linear-gradient(145deg, #f0eaff, #e5ddff);
  color: #7656d8
}

@media(max-width:991px) {
  .site-nav {
    background: rgba(16, 39, 70, .94)
  }

  .module-row {
    padding: 30px;
    gap: 30px
  }

  .module-copy h3 {
    font-size: 29px
  }
}

@media(max-width:767px) {
  .section-padding {
    padding: 88px 0
  }

  .module-timeline {
    gap: 25px
  }

  .module-row {
    grid-template-columns: 1fr;
    padding: 25px;
    border-radius: 27px;
    gap: 24px
  }

  .module-row.reverse .module-copy,
  .module-row.reverse .module-ui {
    order: initial
  }

  .module-copy {
    padding: 0
  }

  .module-copy h3 {
    font-size: 28px
  }

  .module-ui {
    min-height: 245px;
    transform: none
  }

  .module-ui:hover {
    transform: none
  }

  .essential-grid {
    grid-template-columns: 1fr 1fr
  }

  .business-grid {
    grid-template-columns: 1fr 1fr
  }

  .running-card {
    grid-template-columns: 1fr;
    padding: 34px 25px
  }

  .laptop {
    margin-top: 25px
  }
}

@media(max-width:480px) {

  .essential-grid,
  .business-grid {
    grid-template-columns: 1fr
  }

  .module-row {
    padding: 21px
  }

  .module-copy h3 {
    font-size: 25px
  }

  .food-grid {
    grid-template-columns: 1fr 1fr
  }

  .food-grid>div:last-child {
    display: none
  }
}

@media(prefers-reduced-motion:reduce) {

  *,
  *:before,
  *:after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important
  }
}

/* =========================================================
   YATRANEST HMS — GLOSSY BENTO MODULES
   ========================================================= */
.premium-modules {
  background: radial-gradient(circle at 12% 18%, rgba(101, 119, 255, .10), transparent 25%), radial-gradient(circle at 88% 70%, rgba(24, 184, 107, .08), transparent 25%), linear-gradient(180deg, #f8faff 0%, #f3f6fb 100%)
}

.module-bento {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  position: relative;
  z-index: 2
}

.bento-card {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .94), rgba(246, 249, 253, .78));
  box-shadow: 0 24px 75px rgba(16, 39, 70, .075), inset 0 1px rgba(255, 255, 255, 1);
  backdrop-filter: blur(20px);
  transition: transform .55s cubic-bezier(.2, .8, .2, 1), box-shadow .55s ease, border-color .4s ease;
  isolation: isolate
}

.bento-card:before {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(115deg, transparent 24%, rgba(255, 255, 255, .95) 45%, transparent 60%);
  transform: translateX(-130%);
  transition: 1.1s ease;
  pointer-events: none;
  z-index: 4
}

.bento-card:after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  right: -180px;
  top: -180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 119, 255, .13), transparent 68%);
  z-index: -1;
  transition: .7s
}

.bento-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 38px 100px rgba(16, 39, 70, .14), inset 0 1px #fff;
  border-color: rgba(101, 119, 255, .18)
}

.bento-card:hover:before {
  transform: translateX(130%)
}

.bento-card:hover:after {
  transform: scale(1.25)
}

.bento-wide {
  grid-column: 1/-1;
  min-height: 405px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 35px
}

.bento-tall {
  min-height: 530px
}

.bento-copy {
  position: relative;
  z-index: 5
}

.module-badge {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: linear-gradient(145deg, #eef0ff, #dfe4ff);
  color: #4f61ea;
  box-shadow: 0 12px 30px rgba(79, 97, 234, .16), inset 0 1px #fff;
  margin-bottom: 22px;
  transition: .45s
}

.module-badge span {
  font-size: 10px;
  font-weight: 900
}

.module-badge i {
  font-size: 17px
}

.bento-card:hover .module-badge {
  transform: translateY(-4px) rotate(-5deg) scale(1.06)
}

.module-badge.blue {
  background: linear-gradient(145deg, #edf2ff, #dfe6ff);
  color: #5366ef
}

.module-badge.green {
  background: linear-gradient(145deg, #e9fbf3, #d4f3e5);
  color: #12915d
}

.module-badge.orange {
  background: linear-gradient(145deg, #fff7e5, #ffedc5);
  color: #a87510
}

.module-badge.violet {
  background: linear-gradient(145deg, #f1edff, #e3dcff);
  color: #7656d8
}

.module-badge.pink {
  background: linear-gradient(145deg, #fff0f6, #ffe0ec);
  color: #c24c79
}

.module-label {
  display: block;
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 900;
  color: #8a98aa;
  margin-bottom: 10px
}

.bento-copy h3 {
  font-size: 32px;
  line-height: 1.08;
  letter-spacing: -1.6px;
  margin: 0 0 15px;
  color: #17243a
}

.bento-wide .bento-copy h3 {
  font-size: 39px
}

.bento-copy h3 span {
  background: linear-gradient(90deg, #4f61ea, #7e8cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}

.bento-copy p {
  font-size: 13px;
  line-height: 1.8;
  color: #718096;
  max-width: 520px;
  margin: 0
}

.feature-pills {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 20px
}

.feature-pills span {
  padding: 8px 10px;
  border: 1px solid #e4eaf2;
  border-radius: 999px;
  background: rgba(255, 255, 255, .7);
  font-size: 9px;
  color: #61738a;
  box-shadow: 0 5px 15px rgba(16, 39, 70, .04)
}

.gloss-ui {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 25px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .98), rgba(240, 244, 250, .9));
  box-shadow: 0 25px 60px rgba(16, 39, 70, .13), inset 0 1px rgba(255, 255, 255, 1);
  padding: 18px;
  transition: transform .2s ease, box-shadow .4s ease;
  will-change: transform
}

.gloss-ui:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -150px;
  top: -160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 119, 255, .16), transparent 67%);
  pointer-events: none
}

.gloss-ui:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, .42), transparent 27%, transparent 72%, rgba(79, 97, 234, .035));
  pointer-events: none
}

.bento-card:hover .gloss-ui {
  box-shadow: 0 35px 80px rgba(16, 39, 70, .17), inset 0 1px #fff
}

.ui-chrome {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  font-size: 8px;
  color: #728298;
  letter-spacing: .8px
}

.ui-chrome>span {
  display: flex;
  gap: 4px
}

.ui-chrome>span i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d3dce6
}

.ui-chrome b {
  font-size: 8px;
  color: #53657b
}

.ui-chrome em {
  font-style: normal;
  color: #16a968;
  font-size: 7px;
  font-weight: 900
}

.ui-chrome em i {
  font-size: 5px;
  margin-right: 4px
}

.command-ui {
  min-height: 320px
}

.command-top {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px
}

.command-top>div {
  padding: 12px;
  border: 1px solid #edf1f6;
  border-radius: 13px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 20px rgba(16, 39, 70, .04)
}

.command-top small {
  display: block;
  font-size: 7px;
  color: #8795a7
}

.command-top strong {
  display: block;
  font-size: 17px;
  color: #17243a;
  margin: 5px 0
}

.command-top em {
  font-style: normal;
  color: #18a968;
  font-size: 7px
}

.command-chart {
  height: 125px;
  margin-top: 14px;
  border-radius: 15px;
  border: 1px solid #e9eef4;
  background: linear-gradient(180deg, #fbfcff, #f4f7fb);
  position: relative;
  overflow: hidden
}

.chart-grid {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 0 12px
}

.chart-grid i {
  height: 1px;
  background: #e9edf3
}

.chart-wave {
  position: absolute;
  inset: 20px 10px 12px;
  display: flex;
  align-items: flex-end;
  gap: 8px
}

.chart-wave b {
  flex: 1;
  height: 30%;
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, #6577ff, #bfc6ff);
  animation: glossBars 3.2s ease-in-out infinite alternate
}

.chart-wave b:nth-child(2) {
  height: 48%;
  animation-delay: .15s
}

.chart-wave b:nth-child(3) {
  height: 38%;
  animation-delay: .3s
}

.chart-wave b:nth-child(4) {
  height: 64%;
  animation-delay: .45s
}

.chart-wave b:nth-child(5) {
  height: 53%;
  animation-delay: .6s
}

.chart-wave b:nth-child(6) {
  height: 77%;
  animation-delay: .75s
}

.chart-wave b:nth-child(7) {
  height: 68%;
  animation-delay: .9s
}

.chart-wave b:nth-child(8) {
  height: 88%;
  animation-delay: 1.05s
}

.chart-wave b:nth-child(9) {
  height: 80%;
  animation-delay: 1.2s
}

.command-foot {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px
}

.command-foot span {
  font-size: 7px;
  color: #718096;
  padding: 7px 9px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #e7ecf2
}

.command-foot i {
  color: #18b86b;
  margin-right: 3px
}

.guest-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 35px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 10px;
  border-bottom: 1px solid #e9eef3
}

.guest-card:last-child {
  border: 0
}

.avatar-mini {
  width: 32px;
  height: 32px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #dfe5ff, #aeb9ff);
  color: #4f61ea;
  font-size: 8px;
  font-weight: 900
}

.avatar-mini.purple {
  background: linear-gradient(145deg, #eee6ff, #d1bcff);
  color: #7656d8
}

.avatar-mini.green {
  background: linear-gradient(145deg, #dff8ec, #b5e8d0);
  color: #168a59
}

.guest-card strong {
  display: block;
  font-size: 9px
}

.guest-card small {
  font-size: 7px;
  color: #8a98a8
}

.guest-card>span {
  font-size: 7px;
  padding: 5px 7px;
  border-radius: 7px;
  background: #f0f8f4;
  color: #15895b
}

.guest-card:not(.active)>span {
  background: #f2f5f8;
  color: #728298
}

.reservation-ui {
  min-height: 270px
}

.kot-status {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  background: #f5f7fa;
  margin-bottom: 5px
}

.kot-status span {
  font-size: 7px;
  color: #6d7e92
}

.kot-status span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #18b86b;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(24, 184, 107, .1);
  margin-right: 5px
}

.kot-status b {
  font-size: 8px
}

.kot-status em {
  font-size: 7px;
  font-style: normal;
  color: #a77513
}

.order-line {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 3px;
  border-bottom: 1px solid #e9eef3
}

.order-line>i {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #e8f8f1;
  color: #16a968
}

.order-line span {
  flex: 1;
  font-size: 8px;
  font-weight: 800
}

.order-line small {
  display: block;
  font-size: 7px;
  color: #8a98a8;
  font-weight: 400;
  margin-top: 2px
}

.order-line>b {
  font-size: 9px
}

.order-progress {
  height: 5px;
  border-radius: 999px;
  background: #e9edf3;
  margin: 16px 2px 10px;
  overflow: hidden
}

.order-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #18b86b, #70dfac);
  animation: progressGlow 2.8s ease-in-out infinite alternate
}

.order-ui-foot {
  display: flex;
  justify-content: space-between;
  font-size: 8px;
  color: #8290a1
}

.order-ui-foot strong {
  font-size: 12px;
  color: #17243a
}

.room-summary {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-bottom: 12px
}

.room-summary span {
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid #edf1f5
}

.room-summary b {
  display: block;
  font-size: 16px
}

.room-summary small {
  font-size: 7px;
  color: #8795a7
}

.room-map {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px
}

.room-map i {
  font-style: normal;
  padding: 11px 5px;
  border-radius: 10px;
  text-align: center;
  font-size: 8px;
  font-weight: 900;
  background: #f1f4f8;
  color: #718096;
  transition: .3s
}

.room-map i:hover {
  transform: translateY(-3px) scale(1.04)
}

.room-map small {
  display: block;
  font-size: 6px;
  font-weight: 500;
  margin-top: 4px
}

.room-map .ready {
  background: #e7f8f0;
  color: #168b5d
}

.room-map .occupied {
  background: #e9edff;
  color: #5365ea
}

.room-map .cleaning {
  background: #fff6df;
  color: #aa7813
}

.room-map .maintenance {
  background: #ffedf0;
  color: #bd6170
}

.task-chip {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  padding: 9px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
  border: 1px solid #e7edf2;
  font-size: 7px
}

.task-chip i {
  color: #18b86b;
  font-size: 13px
}

.task-chip span {
  flex: 1
}

.task-chip b {
  color: #18a968;
  font-size: 6px
}

.revenue-value {
  position: relative;
  z-index: 2;
  padding: 7px 2px 12px
}

.revenue-value small {
  display: block;
  font-size: 7px;
  color: #8795a7
}

.revenue-value strong {
  font-size: 27px;
  letter-spacing: -1px;
  margin-right: 8px
}

.revenue-value span {
  font-size: 7px;
  color: #18a968
}

.revenue-graph {
  height: 115px;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid #e9eef4;
  background: linear-gradient(180deg, #fbfcff, #f5f7fb);
  padding: 12px
}

.graph-line {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 40px;
  height: 2px;
  background: linear-gradient(90deg, #cdd3ff, #18b86b);
  transform: skewY(-8deg);
  filter: drop-shadow(0 3px 6px rgba(101, 119, 255, .2));
  animation: graphSweep 3s ease-in-out infinite alternate
}

.graph-bars {
  position: absolute;
  inset: 15px 12px 8px;
  display: flex;
  align-items: flex-end;
  gap: 8px
}

.graph-bars i {
  flex: 1;
  height: 25%;
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(180deg, rgba(101, 119, 255, .2), rgba(101, 119, 255, .05));
  animation: glossBars 2.6s ease-in-out infinite alternate
}

.graph-bars i:nth-child(2) {
  height: 35%;
  animation-delay: .12s
}

.graph-bars i:nth-child(3) {
  height: 28%;
  animation-delay: .24s
}

.graph-bars i:nth-child(4) {
  height: 52%;
  animation-delay: .36s
}

.graph-bars i:nth-child(5) {
  height: 46%;
  animation-delay: .48s
}

.graph-bars i:nth-child(6) {
  height: 68%;
  animation-delay: .6s
}

.graph-bars i:nth-child(7) {
  height: 82%;
  animation-delay: .72s
}

.stock-row {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 7px;
  margin-top: 11px;
  font-size: 7px;
  color: #718096
}

.stock-row>span i {
  font-size: 5px;
  color: #18b86b;
  margin-right: 4px
}

.stock-row>b {
  font-size: 7px;
  color: #17243a
}

.stock-row>div {
  grid-column: 1/-1;
  height: 4px;
  background: #e9edf2;
  border-radius: 999px;
  overflow: hidden
}

.stock-row>div i {
  display: block;
  height: 100%;
  width: 84%;
  border-radius: 999px;
  background: linear-gradient(90deg, #18b86b, #7be0b0)
}

.stock-row:nth-last-child(1)>div i {
  width: 91%
}

.guest-ui {
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center
}

.phone-frame {
  position: relative;
  z-index: 3;
  width: 180px;
  height: 330px;
  border: 6px solid #1a2b43;
  border-radius: 30px;
  background: linear-gradient(180deg, #fff, #f5f7fb);
  box-shadow: 0 25px 50px rgba(16, 39, 70, .2), inset 0 1px #fff;
  padding: 16px 13px;
  animation: phoneFloat 5s ease-in-out infinite
}

.phone-top {
  display: flex;
  justify-content: space-between;
  font-size: 7px;
  color: #60728a;
  margin-bottom: 15px
}

.guest-brand {
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.8px;
  color: #17243a
}

.guest-brand span {
  color: #18b86b
}

.phone-frame>small {
  display: block;
  font-size: 6px;
  color: #9aa7b5;
  letter-spacing: 1.3px;
  margin-top: 26px
}

.phone-frame h4 {
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: -.5px;
  margin: 6px 0 17px
}

.guest-action {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 7px;
  border: 1px solid #e7edf3;
  border-radius: 10px;
  background: #fff;
  margin: 7px 0;
  box-shadow: 0 5px 15px rgba(16, 39, 70, .04)
}

.guest-action i {
  width: 25px;
  height: 25px;
  border-radius: 8px;
  background: #e9edff;
  color: #5265ea;
  display: grid;
  place-items: center;
  font-size: 11px
}

.guest-action span {
  font-size: 7px;
  flex: 1
}

.guest-action b {
  font-size: 13px;
  color: #a0adbb
}

.feedback-float,
.sync-float {
  position: absolute;
  z-index: 5;
  padding: 11px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .88);
  border: 1px solid rgba(255, 255, 255, .95);
  box-shadow: 0 18px 45px rgba(16, 39, 70, .15);
  backdrop-filter: blur(14px)
}

.feedback-float {
  right: 12%;
  top: 18%;
  display: grid;
  grid-template-columns: auto auto;
  gap: 2px 9px
}

.feedback-float span {
  color: #ffb42d;
  font-size: 8px;
  grid-column: 1/-1
}

.feedback-float strong {
  font-size: 14px
}

.feedback-float small {
  font-size: 6px;
  color: #8795a7;
  align-self: center
}

.sync-float {
  left: 8%;
  bottom: 18%;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 7px
}

.sync-float i {
  color: #18b86b;
  font-size: 14px
}

.sync-float b {
  font-size: 6px;
  color: #18a968
}

@keyframes glossBars {
  to {
    transform: scaleY(.78);
    opacity: .72
  }
}

@keyframes progressGlow {
  to {
    width: 88%;
    filter: brightness(1.08)
  }
}

@keyframes graphSweep {
  to {
    transform: skewY(8deg) translateY(-8px)
  }
}

@keyframes phoneFloat {
  50% {
    transform: translateY(-8px) rotate(1deg)
  }
}

@media(max-width:991px) {
  .module-bento {
    grid-template-columns: 1fr
  }

  .bento-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    min-height: 0
  }

  .bento-wide .bento-copy h3 {
    font-size: 34px
  }

  .bento-tall {
    min-height: 0
  }

  .guest-ui {
    min-height: 400px
  }
}

@media(max-width:767px) {
  .module-bento {
    gap: 16px
  }

  .bento-card {
    padding: 23px;
    border-radius: 26px;
    min-height: 0
  }

  .bento-wide .bento-copy h3,
  .bento-copy h3 {
    font-size: 27px
  }

  .gloss-ui {
    padding: 14px;
    border-radius: 21px
  }

  .command-ui {
    min-height: 280px
  }

  .command-top {
    gap: 5px
  }

  .command-top>div {
    padding: 9px
  }

  .command-top strong {
    font-size: 14px
  }

  .room-map {
    gap: 5px
  }

  .guest-ui {
    min-height: 360px
  }

  .phone-frame {
    transform: scale(.9)
  }
}

@media(max-width:480px) {
  .command-top {
    grid-template-columns: 1fr 1fr
  }

  .command-top>div:last-child {
    display: none
  }

  .feedback-float {
    right: 3%;
    top: 10%
  }

  .sync-float {
    left: 2%;
    bottom: 9%
  }

  .feature-pills span {
    font-size: 8px
  }
}

/* =========================================================
   YATRANEST HMS — LIVE ACTION SECTION
========================================================= */

.hms-action-section {
    position: relative;
    padding: 125px 0;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 82% 48%,
            rgba(24, 184, 107, .10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #f8fafc 0%,
            #eef3f8 100%
        );
}


/* BACKGROUND GLOWS */

.hms-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(2px);
}

.hms-glow-one {
    width: 520px;
    height: 520px;
    right: -240px;
    top: 30px;
    background: rgba(24, 184, 107, .08);
}

.hms-glow-two {
    width: 300px;
    height: 300px;
    left: -180px;
    bottom: -120px;
    background: rgba(79, 97, 234, .06);
}


/* MAIN CARD */

.hms-action-card {
    position: relative;
    min-height: 690px;
    border-radius: 38px;
    overflow: hidden;

    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;

    padding: 75px 65px;

    background:
        radial-gradient(
            circle at 85% 50%,
            rgba(24, 184, 107, .16),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #071a33,
            #102746 55%,
            #071a33
        );

    box-shadow:
        0 35px 90px rgba(16, 39, 70, .20);

    border: 1px solid rgba(255,255,255,.08);
}


/* subtle grid */

.hms-action-card::before {
    content: "";
    position: absolute;
    inset: 0;

    opacity: .08;

    background-image:
        linear-gradient(
            rgba(255,255,255,.2) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255,255,255,.2) 1px,
            transparent 1px
        );

    background-size: 65px 65px;

    pointer-events: none;
}


/* CONTENT */

.hms-action-content {
    position: relative;
    z-index: 5;
    max-width: 550px;
}

.hms-kicker {
    color: #67dbaa;
}

.hms-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);

    box-shadow:
        0 0 0 7px rgba(24,184,107,.12);

    animation: hmsPulse 2s infinite;
}

@keyframes hmsPulse {

    50% {
        box-shadow:
            0 0 0 13px rgba(24,184,107,0);
    }

}


.hms-action-content h2 {
    color: #fff;

    font-size: clamp(
        42px,
        4.5vw,
        66px
    );

    line-height: 1.03;

    letter-spacing: -3px;

    font-weight: 900;

    margin: 20px 0 25px;
}

.hms-action-content h2 span {
    display: block;
    color: var(--green);
}


.hms-action-content > p {
    max-width: 510px;

    color: #aebfd0;

    font-size: 15px;

    line-height: 1.85;

    margin: 0;
}


/* BUTTONS */

.hms-action-buttons {
    display: flex;
    align-items: center;
    gap: 22px;

    flex-wrap: wrap;

    margin-top: 32px;
}


.hms-action-buttons .btn-primary-custom {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 14px 21px;

    box-shadow:
        0 10px 30px rgba(24,184,107,.22);
}

.hms-action-buttons .btn-primary-custom i {
    transition: .3s;
}

.hms-action-buttons .btn-primary-custom:hover i {
    transform: translateX(4px);
}


.hms-text-link {
    color: #fff;

    font-size: 13px;

    font-weight: 800;

    display: inline-flex;

    align-items: center;

    gap: 9px;

    transition: .3s;
}

.hms-text-link i {
    color: var(--green);

    transition: .3s;
}

.hms-text-link:hover {
    color: #fff;
}

.hms-text-link:hover i {
    transform: translateX(5px);
}


/* TRUST */

.hms-trust-row {
    display: flex;

    gap: 18px;

    flex-wrap: wrap;

    margin-top: 32px;

    color: #849bb1;

    font-size: 10px;
}

.hms-trust-row span {
    display: inline-flex;

    align-items: center;

    gap: 6px;
}

.hms-trust-row i {
    color: var(--green);
}


/* =========================================================
   DASHBOARD VISUAL
========================================================= */

.hms-dashboard-visual {
    position: relative;

    height: 590px;

    display: flex;

    align-items: center;

    justify-content: center;

    perspective: 1400px;
}


/* BIG GLOW */

.dashboard-glow {
    position: absolute;

    width: 430px;
    height: 430px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(24,184,107,.18),
            rgba(24,184,107,0) 68%
        );

    filter: blur(10px);

    animation:
        dashboardGlow 5s ease-in-out infinite;
}

@keyframes dashboardGlow {

    0%,100% {
        transform: scale(1);
        opacity: .75;
    }

    50% {
        transform: scale(1.12);
        opacity: 1;
    }

}


/* =========================================================
   LAPTOP
========================================================= */

.hms-laptop {
    position: relative;

    width: 600px;

    transform:
        perspective(1200px)
        rotateX(3deg)
        rotateY(-4deg);

    animation:
        laptopFloat 6s ease-in-out infinite;

    z-index: 3;
}

@keyframes laptopFloat {

    0%,100% {
        transform:
            perspective(1200px)
            rotateX(3deg)
            rotateY(-4deg)
            translateY(0);
    }

    50% {
        transform:
            perspective(1200px)
            rotateX(3deg)
            rotateY(-4deg)
            translateY(-10px);
    }

}


/* SCREEN FRAME */

.laptop-screen-frame {
    position: relative;

    padding: 10px;

    background:
        linear-gradient(
            145deg,
            #25384d,
            #071321
        );

    border-radius: 18px 18px 8px 8px;

    box-shadow:
        0 30px 70px rgba(0,0,0,.42),
        inset 0 1px 1px rgba(255,255,255,.2);

    border: 1px solid rgba(255,255,255,.12);
}


/* CAMERA */

.laptop-camera {
    position: absolute;

    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: #1b2a39;

    left: 50%;
    top: 4px;

    transform: translateX(-50%);

    z-index: 10;
}


/* SCREEN */

.dashboard-screen {
    height: 350px;

    overflow: hidden;

    border-radius: 10px;

    background: #f5f7fb;

    box-shadow:
        inset 0 0 0 1px rgba(0,0,0,.08);
}


/* DASHBOARD HEADER */

.dashboard-header {
    height: 43px;

    background: #fff;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 15px;

    border-bottom: 1px solid #e7edf2;
}


.dashboard-brand {
    display: flex;

    align-items: center;

    gap: 7px;

    font-size: 10px;

    color: #17243a;
}

.dashboard-brand-icon {
    width: 22px;
    height: 22px;

    border-radius: 7px;

    display: grid;

    place-items: center;

    background: var(--green);

    color: #062038;

    font-weight: 900;

    font-size: 10px;
}


.dashboard-header-right {
    display: flex;

    align-items: center;

    gap: 10px;

    font-size: 7px;

    color: #7d8b9a;
}


.dashboard-live {
    display: flex;

    align-items: center;

    gap: 4px;

    color: #16a667;

    font-weight: 800;
}

.dashboard-live i {
    width: 5px;
    height: 5px;

    border-radius: 50%;

    background: var(--green);

    box-shadow:
        0 0 0 4px rgba(24,184,107,.10);
}

.dashboard-user {
    width: 22px;
    height: 22px;

    border-radius: 50%;

    display: grid;

    place-items: center;

    background: #eaf0f5;

    color: #607286;
}


/* DASHBOARD BODY */

.dashboard-body {
    display: flex;

    height: calc(100% - 43px);
}


/* SIDEBAR */

.dashboard-sidebar {
    width: 48px;

    background: #0d2139;

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 9px;

    padding-top: 15px;
}


.sidebar-item {
    width: 28px;
    height: 28px;

    border-radius: 8px;

    display: grid;

    place-items: center;

    color: #71869c;

    font-size: 11px;

    transition: .25s;
}


.sidebar-item.active {
    background: rgba(24,184,107,.16);

    color: var(--green);
}


/* MAIN */

.dashboard-main {
    flex: 1;

    padding: 15px 17px;

    overflow: hidden;
}


.dashboard-title-row {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 12px;
}


.dashboard-title-row small {
    display: block;

    color: #99a6b5;

    font-size: 6px;

    letter-spacing: 1px;

    font-weight: 800;
}


.dashboard-title-row h4 {
    margin: 3px 0 0;

    font-size: 12px;

    letter-spacing: -.2px;

    color: #17243a;
}


.dashboard-title-row button {
    border: 1px solid #e2e8ee;

    background: #fff;

    border-radius: 7px;

    padding: 5px 8px;

    font-size: 7px;

    color: #68798c;
}


/* STATS */

.dashboard-stat-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 8px;
}


.dashboard-stat {
    background: #fff;

    border: 1px solid #e6ebf0;

    border-radius: 9px;

    padding: 9px;

    display: flex;

    align-items: center;

    gap: 8px;
}


.dashboard-stat > span {
    width: 26px;
    height: 26px;

    border-radius: 7px;

    display: grid;

    place-items: center;

    background: #e5f8ef;

    color: var(--green);

    font-size: 11px;
}


.dashboard-stat small {
    display: block;

    color: #8b99a8;

    font-size: 6px;
}


.dashboard-stat strong {
    display: block;

    color: #17243a;

    font-size: 11px;

    margin-top: 2px;
}


/* CHART */

.dashboard-chart-card {
    margin-top: 10px;

    padding: 11px;

    border-radius: 10px;

    background: #fff;

    border: 1px solid #e5ebf0;
}


.chart-heading {
    display: flex;

    justify-content: space-between;

    align-items: center;
}


.chart-heading small {
    display: block;

    color: #9aa7b5;

    font-size: 6px;

    letter-spacing: 1px;
}


.chart-heading strong {
    display: block;

    font-size: 14px;

    color: #17243a;

    margin-top: 2px;
}


.chart-heading > span {
    padding: 5px 7px;

    border-radius: 6px;

    background: #e5f8ef;

    color: #16a667;

    font-size: 7px;

    font-weight: 800;
}


.chart-area {
    position: relative;

    height: 100px;

    margin-top: 7px;

    overflow: hidden;
}


.chart-grid {
    position: absolute;

    inset: 0;

    background-image:
        linear-gradient(
            rgba(23,36,58,.05) 1px,
            transparent 1px
        );

    background-size:
        100% 25px;
}


.revenue-chart {
    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    overflow: visible;
}


.chart-fill {
    fill: url(#chartGradient);
}


.chart-line {
    fill: none;

    stroke: var(--green);

    stroke-width: 3;

    stroke-linecap: round;

    stroke-linejoin: round;

    stroke-dasharray: 700;

    stroke-dashoffset: 700;

    animation:
        chartDraw 3s ease forwards;
}


@keyframes chartDraw {

    to {
        stroke-dashoffset: 0;
    }

}


.chart-days {
    display: flex;

    justify-content: space-between;

    color: #9ba8b6;

    font-size: 6px;

    padding-top: 4px;
}


/* LOWER CARDS */

.dashboard-bottom-row {
    display: grid;

    grid-template-columns:
        1.2fr .8fr;

    gap: 8px;

    margin-top: 10px;
}


.booking-mini-card,
.room-mini-card {
    background: #fff;

    border: 1px solid #e5ebf0;

    border-radius: 9px;

    padding: 10px;
}


.mini-card-title {
    display: flex;

    justify-content: space-between;

    color: #9aa7b5;

    font-size: 6px;

    letter-spacing: .8px;

    margin-bottom: 8px;
}


.mini-card-title i {
    color: #788899;
}


.booking-row {
    display: grid;

    grid-template-columns:
        24px 1fr auto;

    align-items: center;

    gap: 7px;

    padding: 6px 0;

    border-top: 1px solid #eef2f5;
}


.guest-avatar {
    width: 23px;
    height: 23px;

    border-radius: 50%;

    display: grid;

    place-items: center;

    background: #e7f7f0;

    color: #188b61;

    font-size: 6px;

    font-weight: 800;
}


.booking-row strong {
    display: block;

    font-size: 7px;

    color: #34465b;
}


.booking-row small {
    display: block;

    font-size: 5.5px;

    color: #9aa7b5;

    margin-top: 2px;
}


.booking-row > b {
    font-size: 7px;

    color: #17243a;
}


/* ROOM STATUS */

.room-status-grid {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 5px;
}


.room-status-grid span {
    padding: 6px;

    border-radius: 6px;

    font-size: 5px;

    color: #7e8c9b;

    background: #f6f8fa;
}


.room-status-grid b {
    display: block;

    font-size: 10px;

    margin-bottom: 2px;
}


.room-status-grid .available b {
    color: #18a86c;
}


.room-status-grid .occupied b {
    color: #4f61ea;
}


.room-status-grid .cleaning b {
    color: #e6a431;
}


.room-status-grid .maintenance b {
    color: #e26767;
}


/* =========================================================
   LAPTOP BASE
========================================================= */

.hms-laptop-base {
    height: 15px;

    width: 650px;

    margin-left: -25px;

    background:
        linear-gradient(
            180deg,
            #d9e1e8,
            #8c9aaa
        );

    border-radius:
        0 0 20px 20px;

    box-shadow:
        0 12px 20px rgba(0,0,0,.28);
}


.laptop-base-center {
    width: 130px;
    height: 4px;

    background: #778594;

    border-radius: 0 0 8px 8px;

    margin: auto;
}


.laptop-bottom {
    width: 720px;
    height: 10px;

    margin-left: -60px;

    background: linear-gradient(
        180deg,
        #8795a3,
        #5e6b78
    );

    border-radius: 50%;

    filter: blur(.2px);

    opacity: .75;
}


/* =========================================================
   FLOATING CARDS
========================================================= */

.floating-dashboard-card {
    position: absolute;

    z-index: 8;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 13px;

    background:
        rgba(255,255,255,.94);

    border: 1px solid rgba(255,255,255,.7);

    border-radius: 14px;

    box-shadow:
        0 20px 45px rgba(0,0,0,.20);

    backdrop-filter: blur(16px);

    animation:
        floatingCard 5s ease-in-out infinite;
}


@keyframes floatingCard {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

}


.floating-dashboard-card small {
    display: block;

    font-size: 7px;

    color: #8a98a7;

    margin-bottom: 3px;
}


.floating-dashboard-card strong {
    font-size: 13px;

    color: #17243a;
}


.floating-card-icon,
.booking-card-icon {
    width: 34px;
    height: 34px;

    border-radius: 10px;

    display: grid;

    place-items: center;

    background: #e5f8ef;

    color: var(--green);

    font-size: 15px;
}


.growth {
    font-size: 7px;

    color: #18a86b;

    background: #e8f8f0;

    padding: 3px 5px;

    border-radius: 5px;

    margin-left: 4px;
}


.revenue-card {
    left: -5px;

    top: 85px;
}


.occupancy-card {
    right: -10px;

    top: 95px;

    animation-delay: .8s;
}


.occupancy-circle {
    width: 39px;
    height: 39px;

    border-radius: 50%;

    display: grid;

    place-items: center;

    background:
        conic-gradient(
            var(--green) 0 82%,
            #e6edf2 82% 100%
        );

    position: relative;
}


.occupancy-circle::after {
    content: "";

    position: absolute;

    width: 29px;
    height: 29px;

    background: #fff;

    border-radius: 50%;
}


.occupancy-circle span {
    position: relative;

    z-index: 2;

    font-size: 7px;

    font-weight: 900;

    color: #17243a;
}


.occupancy-card strong {
    font-size: 9px;

    color: #18a86b;
}


.booking-card {
    left: 20px;

    bottom: 72px;

    animation-delay: 1.5s;
}


.mini-sparkline {
    display: flex;

    align-items: flex-end;

    gap: 3px;

    height: 23px;

    margin-left: 5px;
}


.mini-sparkline span {
    width: 4px;

    border-radius: 3px;

    background: var(--green);
}


.mini-sparkline span:nth-child(1) {
    height: 8px;
}

.mini-sparkline span:nth-child(2) {
    height: 13px;
}

.mini-sparkline span:nth-child(3) {
    height: 10px;
}

.mini-sparkline span:nth-child(4) {
    height: 18px;
}

.mini-sparkline span:nth-child(5) {
    height: 23px;
}


/* =========================================================
   SYSTEM ONLINE PILL
========================================================= */

.dashboard-live-pill {
    position: absolute;

    right: 15px;

    bottom: 55px;

    z-index: 9;

    display: flex;

    align-items: center;

    gap: 8px;

    padding: 8px 11px;

    border-radius: 10px;

    background:
        rgba(9,25,43,.88);

    border: 1px solid rgba(255,255,255,.12);

    box-shadow:
        0 15px 35px rgba(0,0,0,.25);

    backdrop-filter: blur(12px);
}


.dashboard-live-pill > span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: var(--green);

    box-shadow:
        0 0 0 5px rgba(24,184,107,.10);
}


.dashboard-live-pill strong {
    display: block;

    color: #fff;

    font-size: 8px;
}


.dashboard-live-pill small {
    display: block;

    color: #8096aa;

    font-size: 6px;

    margin-top: 2px;
}


.dashboard-live-pill > i {
    color: var(--green);

    font-size: 11px;

    margin-left: 3px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1199px) {

    .hms-action-card {
        grid-template-columns:
            1fr 1fr;

        padding: 55px 40px;
    }

    .hms-laptop {
        width: 510px;
    }

    .hms-laptop-base {
        width: 555px;
    }

    .laptop-bottom {
        width: 620px;
        margin-left: -55px;
    }

    .dashboard-screen {
        height: 300px;
    }

    .hms-dashboard-visual {
        transform: scale(.92);
    }

}


@media(max-width:991px) {

    .hms-action-card {
        grid-template-columns: 1fr;

        padding: 65px 40px;

        text-align: center;
    }

    .hms-action-content {
        max-width: 700px;

        margin: auto;
    }

    .hms-action-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .hms-action-buttons {
        justify-content: center;
    }

    .hms-trust-row {
        justify-content: center;
    }

    .hms-dashboard-visual {
        margin-top: 40px;

        height: 520px;

        transform: scale(.9);
    }

}


@media(max-width:767px) {

    .hms-action-section {
        padding: 75px 0;
    }

    .hms-action-card {
        padding: 45px 20px;

        border-radius: 28px;
    }

    .hms-action-content h2 {
        font-size: 42px;

        letter-spacing: -2px;
    }

    .hms-action-content > p {
        font-size: 14px;
    }

    .hms-trust-row {
        flex-direction: column;

        align-items: center;

        gap: 9px;
    }

    .hms-dashboard-visual {
        height: 390px;

        transform: scale(.58);

        transform-origin:
            center top;

        margin-bottom: -120px;
    }

    .revenue-card {
        left: -20px;
    }

    .occupancy-card {
        right: -20px;
    }

    .booking-card {
        left: -10px;
    }

    .dashboard-live-pill {
        right: -10px;
    }

}


@media(max-width:480px) {

    .hms-action-content h2 {
        font-size: 36px;
    }

    .hms-action-buttons {
        flex-direction: column;
    }

    .hms-action-buttons .btn-primary-custom,
    .hms-text-link {
        width: 100%;

        justify-content: center;
    }

}