:root {
  --brand: #c2185b;
  --brand-dark: #8e1242;
  --ink: #221923;
  --muted: #6f6670;
  --line: #eee5ea;
  --soft: #fff6fa;
  --cream: #fffaf7;
  --accent: #1f8a70;
  --shadow: 0 16px 40px rgba(42, 22, 33, .1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding-top: 82px;
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  line-height: 1.65;
  background: #fff;
}

.hi-page {
  font-family: "Noto Sans Devanagari", "Poppins", Arial, sans-serif;
}

.hi-page .section-title,
.hi-page .hero h1 {
  letter-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--brand);
}

a:hover {
  color: var(--brand-dark);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 1rem;
  z-index: 10000;
  padding: .6rem 1rem;
  background: #fff;
  color: var(--brand);
}

.skip-link:focus {
  left: 1rem;
}

.navbar.fixed-top {
  z-index: 9999;
}

.navbar {
  background: rgba(255, 255, 255, .97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 8px 22px rgba(34, 25, 35, .07);
  backdrop-filter: blur(10px);
}

.navbar .container {
  position: relative;
  align-items: center;
}

.navbar-brand img {
  width: auto;
  height: 58px;
}

.navbar-brand {
  position: relative;
  z-index: 2;
}

.navbar-toggler {
  border: 1px solid rgba(34, 25, 35, .35);
  border-radius: 8px;
  padding: .5rem .65rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 .18rem rgba(194, 24, 91, .16);
}

.mobile-nav-actions {
  display: inline-flex;
  gap: .45rem;
  margin-left: auto;
}

.mobile-nav-actions a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--brand);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(194, 24, 91, .14);
}

.mobile-nav-actions a[href*="wa.me"] {
  background: #25d366;
  box-shadow: 0 8px 18px rgba(37, 211, 102, .18);
}

.mobile-lang-segment {
  display: none;
  align-items: center;
  justify-content: flex-end;
  gap: .2rem;
  padding: .22rem;
  background: #fff8fb;
  border: 1px solid rgba(194, 24, 91, .16);
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .8), 0 8px 18px rgba(42, 22, 33, .06);
}

.mobile-lang-label {
  margin: 0 .35rem 0 .25rem;
  color: var(--muted);
  font-size: .74rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}

.mobile-lang-segment a {
  min-width: 64px;
  padding: .38rem .68rem;
  color: var(--ink);
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.mobile-lang-segment a.active {
  color: #fff;
  background: var(--brand);
}

.language-switcher {
  margin-left: 1rem;
}

.language-switcher-btn {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: .45rem;
  padding: .45rem .8rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 6px 18px rgba(42, 22, 33, .06);
}

.language-switcher-btn i {
  color: var(--brand);
}

.nav-link {
  color: var(--ink);
  font-weight: 500;
}

.nav-link:hover,
.nav-link.active,
.dropdown-item:hover,
.dropdown-item.active {
  color: var(--brand) !important;
}

.dropdown-menu {
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.services-menu {
  width: min(980px, calc(100vw - 2rem));
  max-height: none;
  overflow: visible;
  padding: 1rem;
  border-radius: 8px;
  margin-top: 0;
}

.services-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -18px;
  height: 18px;
}

.services-menu-inner {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 1rem;
}

.services-menu-feature {
  padding: 1rem;
  color: #fff;
  background: var(--ink);
  border-radius: 8px;
}

.services-menu-feature .icon-badge {
  background: var(--brand);
}

.services-menu-feature h3 {
  margin: 0 0 .35rem;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
}

.services-menu-feature p {
  margin-bottom: 1rem;
  color: rgba(255, 255, 255, .78);
  font-size: .9rem;
  line-height: 1.5;
}

.services-menu-col h4 {
  margin: .15rem .75rem .5rem;
  color: var(--brand);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.services-menu .dropdown-item {
  padding: .38rem .75rem;
  border-radius: 6px;
  color: var(--ink);
  font-size: .92rem;
  white-space: normal;
}

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

.btn-brand,
.btn-outline-brand:hover,
.btn-outline-brand.active {
  color: #fff;
  background: var(--brand);
  border-color: var(--brand);
}

.btn-brand:hover {
  color: #fff;
  background: var(--brand-dark);
  border-color: var(--brand-dark);
}

.btn-outline-brand {
  color: var(--brand);
  border-color: var(--brand);
  background: #fff;
}

.section {
  padding: 5rem 0;
}

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

.section-cream {
  background: var(--cream);
}

.eyebrow {
  margin-bottom: .55rem;
  color: var(--accent);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.section-title {
  margin-bottom: .75rem;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.2;
}

.section-title span {
  color: var(--brand);
}

.section-subtitle {
  max-width: 760px;
  margin: 0 auto 2rem;
  color: var(--muted);
}

.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #2b1420;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(21, 9, 15, .84), rgba(21, 9, 15, .48), rgba(21, 9, 15, .18)),
    url("image/Bradial_Makeup.png") center/cover no-repeat;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 760px;
  padding: 5rem 0;
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2.15rem, 7vw, 4.9rem);
  font-weight: 800;
  line-height: 1.04;
}

.hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin: 1.6rem 0 2rem;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 650px;
}

.proof-item {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .1);
  backdrop-filter: blur(8px);
}

.proof-item strong {
  display: block;
  font-size: 1.35rem;
}

.proof-item span {
  color: rgba(255, 255, 255, .82);
  font-size: .9rem;
}

.card-clean {
  position: relative;
  height: 100%;
  padding: 1.35rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(42, 22, 33, .05);
}

.icon-badge {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: .9rem;
  color: #fff;
  background: var(--brand);
  border-radius: 8px;
  font-size: 1.25rem;
}

.service-card {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  transition: transform .2s ease, box-shadow .2s ease;
}

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

.service-card h3 {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}

.service-card p {
  flex: 1;
  margin: 0;
  color: var(--muted);
  font-size: .95rem;
}

.service-search {
  position: relative;
  max-width: 720px;
  margin: 0 auto 2rem;
}

.service-search i {
  position: absolute;
  left: 1rem;
  top: 50%;
  color: var(--brand);
  transform: translateY(-50%);
}

.service-search input {
  padding-left: 2.8rem;
}

.icon-panel {
  display: flex;
  min-height: 360px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(135deg, var(--soft), #fff);
  box-shadow: var(--shadow);
}

.icon-panel .icon-badge {
  width: 128px;
  height: 128px;
  margin: 0;
  font-size: 3.2rem;
}

.service-detail-copy p {
  color: var(--muted);
}

.service-detail-copy h2,
.service-detail-copy h3 {
  margin-top: 1.4rem;
}

.related-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
}

.related-service-link {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: .75rem;
  padding: .9rem;
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(42, 22, 33, .04);
}

.related-service-link:hover {
  color: var(--brand);
  border-color: rgba(194, 24, 91, .28);
  box-shadow: var(--shadow);
}

.related-service-link i {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--brand);
  border-radius: 8px;
}

.related-service-link span {
  font-weight: 600;
  line-height: 1.35;
}

.image-panel {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.image-panel img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.feature-list {
  padding: 0;
  margin: 1.2rem 0 0;
  list-style: none;
}

.feature-list li {
  display: flex;
  gap: .75rem;
  margin-bottom: .85rem;
  color: var(--muted);
}

.feature-list i {
  color: var(--accent);
  margin-top: .25rem;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  border-radius: 8px;
  background: #f7eef2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform .25s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(0, 0, 0, .68));
}

.gallery-caption h3 {
  margin: 0;
  font-size: 1rem;
}

.testimonial {
  min-height: 100%;
}

.stars {
  color: #f5b301;
}

.contact-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--ink);
  color: #fff;
}

.contact-strip a {
  color: #fff;
  text-decoration: none;
}

.contact-card i {
  color: var(--brand);
}

.form-control,
.form-select {
  min-height: 48px;
  border-color: var(--line);
  border-radius: 8px;
}

textarea.form-control {
  min-height: 140px;
}

.breadcrumb-wrap {
  padding: 2.8rem 0;
  background: var(--soft);
}

.breadcrumb {
  margin-bottom: .75rem;
}

.breadcrumb a {
  color: var(--muted);
  text-decoration: none;
}

footer {
  position: relative;
  padding: 4rem 0 1.5rem;
  color: rgba(255, 255, 255, .86);
  background: #221923;
}

footer .footer-logo {
  display: inline-flex;
  align-items: center;
  padding: .5rem;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 8px;
}

footer .footer-logo img {
  width: auto;
  height: 50px;
}

footer h2,
footer h3,
footer h4,
footer h5,
footer h6 {
  color: #fff;
  font-weight: 700;
}

footer a {
  color: rgba(255, 255, 255, .86);
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

.footer-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-list li {
  margin-bottom: .45rem;
}

.social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: .35rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
}

.footer-seo-links {
  margin-top: 2.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer-seo-links h6 {
  margin: 1rem 0 .45rem;
  color: #fff;
  font-size: .98rem;
}

.footer-seo-links p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  line-height: 1.75;
}

.footer-seo-links a {
  color: #fff;
  font-weight: 500;
}

.footer-seo-links a:hover {
  color: #ffd9e8;
}

.copy-text {
  margin-top: 2.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .64);
  font-size: .88rem;
}

@media (min-width: 992px) {
  .navbar .dropdown {
    position: static;
  }

  .navbar .services-menu {
    top: calc(100% - .25rem);
    left: 50%;
    transform: translateX(-50%);
  }

  .nav-item.dropdown:hover > .dropdown-menu,
  .dropdown-menu:hover {
    display: block;
  }
}

@media (max-width: 991.98px) {
  body {
    padding-top: 0;
  }

  .navbar.fixed-top {
    position: sticky !important;
    top: calc(env(safe-area-inset-top, 0px) + 10px);
    width: calc(100% - 20px);
    margin: calc(env(safe-area-inset-top, 0px) + 10px) auto 0;
    border-radius: 14px;
  }

  .navbar {
    min-height: 124px;
    padding: 0;
  }

  .navbar .container {
    display: flex;
    flex-wrap: wrap;
    row-gap: .65rem;
    column-gap: .55rem;
    align-items: center;
    align-content: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .navbar-toggler {
    order: 1;
    flex: 0 0 auto;
  }

  .navbar-brand {
    order: 2;
    margin-right: 0;
    flex: 1 1 0;
    min-width: 0;
    display: inline-flex;
    align-items: center;
  }

  .mobile-nav-actions {
    order: 3;
    flex: 0 0 auto;
  }

  .navbar-collapse {
    order: 5;
    flex-basis: 100%;
  }

  .mobile-lang-segment {
    display: inline-flex;
    order: 4;
    flex: 0 0 100%;
    width: fit-content;
    margin: 0 0 0 auto;
  }

  .language-switcher {
    order: 5;
    width: 100%;
    margin: .35rem 0 0;
  }

  .language-switcher-btn {
    width: 100%;
    justify-content: center;
  }

  .navbar-brand img {
    height: 48px;
    max-width: min(190px, 44vw);
  }

  .navbar-collapse {
    padding: .85rem 0;
  }

  .services-menu {
    width: 100%;
    max-height: 420px;
    overflow-y: auto;
    padding: .8rem;
    border: 1px solid var(--line);
    box-shadow: none;
  }

  .services-menu-inner {
    grid-template-columns: 1fr;
    gap: .8rem;
  }

  .services-menu-feature {
    display: none;
  }

  .services-menu-col h4 {
    margin-top: .5rem;
  }

  .services-menu::before {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(21, 9, 15, .88), rgba(21, 9, 15, .58)),
      url("image/Bradial_Makeup.png") center/cover no-repeat;
  }

  .section {
    padding: 3.5rem 0;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .related-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  body {
    padding-top: 0;
  }

  .navbar {
    min-height: 134px;
  }

  .navbar .container {
    flex-wrap: wrap;
    row-gap: .7rem;
    column-gap: .45rem;
    padding: .8rem 1rem .85rem;
  }

  .navbar-brand img {
    height: 40px;
    max-width: clamp(132px, 38vw, 170px);
  }

  .navbar-toggler,
  .mobile-nav-actions a {
    width: 42px;
    height: 42px;
  }

  .navbar-toggler {
    padding: .35rem .5rem;
    background: #fff;
  }

  .mobile-nav-actions {
    gap: .35rem;
  }

  .mobile-lang-segment {
    width: 100%;
    min-height: 46px;
    margin: 0;
    justify-content: center;
    padding: .32rem;
  }

  .mobile-lang-segment a {
    flex: 0 0 auto;
    min-width: 0;
    padding: .46rem .84rem;
    font-size: .82rem;
  }

  .mobile-lang-label {
    margin-right: .55rem;
    font-size: .72rem;
  }

  .navbar-collapse {
    position: absolute;
    left: 1rem;
    right: 1rem;
    top: calc(100% + .5rem);
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 18px 34px rgba(34, 25, 35, .12);
  }

  .hero-content {
    padding: 3.5rem 0;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .related-services-grid {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item img {
    min-height: 220px;
  }

  .card-clean {
    padding: 1.1rem;
  }
}
