:root {
  --theme-color: #eb69b3;
  --theme-color2: #bd4a8f;
  --title-color: #341427;
  --body-color: #6b4d60;
  --smoke-color: #fff5fb;
  --smoke-color2: #f4d5e7;
  --smoke-color3: #fde8f4;
  --border-color: #efc8dc;
  --black-color2: #2c1322;
}

body {
  background:
    radial-gradient(circle at top left, rgba(235, 105, 179, 0.12), transparent 32%),
    linear-gradient(180deg, #fffdfa 0%, #fff7fb 100%);
}

.header-layout2 .header-top {
  display: none;
}

.nbg-topbar {
  background: rgba(41, 14, 30, 0.92);
  padding: 8px 0;
}

.nbg-topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nbg-topbar-left {
  display: flex;
  align-items: center;
  gap: 6px;
}

.nbg-topbar-left a,
.nbg-topbar-left span {
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.2s ease;
}

.nbg-topbar-left a:hover {
  color: var(--theme-color);
}

.nbg-topbar-left i {
  font-size: 12px;
  color: var(--theme-color);
}

.nbg-topbar-sep {
  color: rgba(255, 255, 255, 0.25) !important;
  font-size: 11px !important;
  margin: 0 4px;
}

.nbg-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nbg-topbar-right a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  transition: color 0.2s ease;
}

.nbg-topbar-right a:hover {
  color: var(--theme-color);
}

.header-layout2 .menu-area {
  background: rgba(255, 248, 252, 0.88);
  backdrop-filter: blur(14px);
}

.header-layout2 .main-menu > ul > li > a,
.header-layout2 .icon-btn,
.header-layout2 .header-logo {
  color: var(--title-color);
}

.header-layout2 .main-menu > ul > li.active > a {
  color: var(--theme-color2);
}

.footer-layout2::before {
  background-color: #34142745 !important; /* apna color yahan daalein */
}

.footer-widget.widget_nav_menu a {
  color: #fff;
}

.nbg-main-logo,
.mobile-logo img,
.preloader-inner img,
.nbg-footer-logo {
  width: auto;
  max-width: 220px;
  max-height: 88px;
  
}

.mobile-logo img {
  max-width: 170px;
}

.preloader-inner img {
  max-width: 200px;
  margin-bottom: 20px;
}

.nbg-hero {
  position: relative;
  overflow: hidden;
  min-height: auto;
  padding-top: 36px;
  padding-bottom: 0;
  background-position: center 52%;
  background-size: cover;
}

.nbg-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(36, 17, 24, 0.34) 0%, rgba(36, 17, 24, 0.16) 42%, rgba(36, 17, 24, 0.10) 100%),
    linear-gradient(180deg, rgba(255, 232, 241, 0.08) 0%, rgba(255, 232, 241, 0.12) 100%);
}

.nbg-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(144, 98, 74, 0.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

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

.nbg-hero .row {
  min-height: auto;
  align-items: flex-end !important;
  row-gap: 18px;
}

.nbg-hero .hero-style2 {
  max-width: 100%;
  margin: 0 auto;
  padding: 18px 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: linear-gradient(135deg, rgba(194, 148, 157, 0.34), rgba(160, 132, 122, 0.3));
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 60px rgba(17, 7, 14, 0.14);
}

.nbg-hero .sub-title,
.nbg-hero .hero-title,
.nbg-hero .hero-text {
  color: var(--white-color);
}

.nbg-hero .sub-title {
  margin-bottom: 8px;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.nbg-hero .sub-title img {
  display: none;
}

.nbg-hero .hero-title {
  margin-bottom: 0;
  font-family: 'Cormorant Garamond';
  font-weight: 700;
  font-size: 28px;
  line-height: 1.03;
  letter-spacing: -0.04em;
  text-shadow: 0 10px 30px rgba(17, 7, 14, 0.32);
}

.nbg-hero-brand {
  margin: 12px 0 10px;
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
}

.hero-style2 .hero-text {
  max-width: 440px;
  margin: 0 0 12px;
  color: rgba(255, 248, 252, 0.9);
  font-size: 13px;
  line-height: 1.48;
}

.nbg-hero-badges,
.nbg-hero .shape2 {
  display: none !important;
}

.nbg-chip,
.nbg-package-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  padding: 6px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(235, 105, 179, 0.18), rgba(189, 74, 143, 0.16));
  color: var(--theme-color2);
  font-weight: 700;
  font-size: 9px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(235, 105, 179, 0.18);
}

.nbg-hero .btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nbg-hero .th-btn {
  min-width: 148px;
  /* min-height: 44px; */
  padding: 10px 16px;
  justify-content: center;
  font-size: 11px;
}

.nbg-hero .th-btn.style2 {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white-color);
  background: rgba(255, 255, 255, 0.04);
}

.nbg-hero .th-btn.style2:hover {
  background: rgba(255, 255, 255, 0.18);
}

.nbg-hero .th-hero-img {
  position: relative;
  width: min(84vw, 360px);
  height: 360px;
  min-width: 0;
  max-width: none;
  flex: 0 0 auto;
  margin: 0 auto;
  transform: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.nbg-hero .th-hero-img > img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: 112%;
  max-width: none;
  object-fit: contain;
  filter: none;
  transform: translateX(-46%);
  transform-origin: top center;
}

.nbg-hero .hero-shape,
.nbg-hero .hero-shape_1,
.nbg-hero .hero-shape_2 {
  display: none !important;
}

.nbg-highlight-card {
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 310px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 250, 253, 0.94);
  box-shadow: 0 18px 45px rgba(98, 29, 68, 0.16);
}

.nbg-highlight-card h3 {
  margin: 14px 0 10px;
  color: var(--title-color);
  font-size: 28px;
}

.nbg-highlight-card p {
  margin: 0;
}

.nbg-highlight-card--static {
  position: relative;
  left: auto;
  bottom: auto;
  max-width: none;
  margin-bottom: 0;
  min-height: 100%;
}

.nbg-about-grid {
  margin-top: 8px;
}

.nbg-about-media-wrap {
  position: relative;
}

.nbg-about-image {
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 24px 60px rgba(117, 39, 82, 0.12);
}

.nbg-about-image img {
  width: 100%;
  object-fit: cover;
}

.nbg-about-cards {
  margin-top: 18px;
}

.nbg-counter-content {
  padding-left: 18px;
}

.nbg-counter-content .th-counterup.style2 {
  min-height: 204px;
}

.nbg-counter-content .th-counterup.style2 .inner {
  height: 100%;
}

.service-item_wrapper .box-title,
.choose-about .box-title,
.testi-grid .box-title,
.nbg-location-card h3,
.nbg-package-card h3,
.admin-appointment-card h3 {
  color: var(--title-color);
}

.service-item,
.choose-about,
.th-counterup.style2,
.appointment-quote-form,
.testi-grid,
.nbg-location-card,
.nbg-package-card,
.admin-stat-card,
.admin-toolbar,
.admin-login-card,
.admin-appointment-card {
  border: 1px solid rgba(239, 200, 220, 0.75);
  box-shadow: 0 20px 50px rgba(117, 39, 82, 0.08);
}

.nbg-page-hero {
  padding: 170px 0 110px;
  background:
    radial-gradient(circle at top left, rgba(235, 105, 179, 0.18), transparent 28%),
    linear-gradient(180deg, #fff7fb 0%, #fff1f8 100%);
    
  text-align: center;
}

.nbg-page-hero h1 {
  margin-bottom: 14px;
  color: #000000;
  font-size: 72px;
  line-height: 1.05;
}

.nbg-page-hero p {
  max-width: 760px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
}

.nbg-soft-section {
  background:
    radial-gradient(circle at bottom right, rgba(235, 105, 179, 0.09), transparent 30%),
    var(--smoke-color);
}

.nbg-card,
.nbg-style-card {
  height: 100%;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(239, 200, 220, 0.75);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 50px rgba(117, 39, 82, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.nbg-card-media {
  overflow: hidden;
}

.nbg-card-media img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.nbg-card-body {
  padding: 26px;
}

.nbg-card-body h3 {
  margin: 14px 0 10px;
  color: var(--title-color);
  font-size: 30px;
}

.nbg-card-body p {
  margin-bottom: 16px;
}

.nbg-card-cta {
  margin-top: 18px;
}

.nbg-card:hover,
.nbg-card:focus-within {
  transform: translateY(-10px);
  border-color: rgba(235, 105, 179, 0.34);
  box-shadow: 0 28px 60px rgba(117, 39, 82, 0.14);
}

.nbg-card:hover .nbg-card-media img,
.nbg-card:focus-within .nbg-card-media img {
  transform: scale(1.05);
  filter: saturate(1.04);
}

.nbg-side-stack {
  display: grid;
  gap: 18px;
}

.nbg-style-card {
  position: relative;
  min-height: 360px;
  isolation: isolate;
}

.nbg-style-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.nbg-style-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 10, 21, 0.02) 30%, rgba(30, 10, 21, 0.42) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
  pointer-events: none;
}

.nbg-style-overlay {
  position: absolute;
  inset: auto 18px 18px 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255, 248, 252, 0.92);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(22px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s ease;
}

.nbg-style-overlay span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--theme-color2);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.nbg-style-overlay h3 {
  margin-bottom: 10px;
  color: var(--title-color);
  font-size: 28px;
}

.nbg-style-overlay a {
  font-weight: 700;
}

.nbg-style-card:hover img,
.nbg-style-card:focus-within img {
  transform: scale(1.05);
  filter: saturate(1.03);
}

.nbg-style-card:hover::after,
.nbg-style-card:focus-within::after {
  opacity: 1;
}

.nbg-style-card:hover .nbg-style-overlay,
.nbg-style-card:focus-within .nbg-style-overlay {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@media (hover: none), (pointer: coarse) {
  .nbg-style-card::after {
    opacity: 1;
  }

  .nbg-style-overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

.nbg-reels-section {
  background:
    radial-gradient(circle at top right, rgba(235, 105, 179, 0.1), transparent 32%),
    var(--smoke-color);
}

.nbg-reels-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.nbg-reel-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 9 / 16;
  background: var(--black-color2);
  border: 1px solid rgba(239, 200, 220, 0.75);
  box-shadow: 0 20px 50px rgba(117, 39, 82, 0.08);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.nbg-reel-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(117, 39, 82, 0.14);
}

.nbg-reel-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--smoke-color3) 0%, var(--smoke-color2) 100%);
  z-index: 1;
  transition: opacity 0.4s ease;
}

.nbg-reel-loading i {
  font-size: 36px;
  color: var(--theme-color);
  animation: reelPulse 1.5s ease-in-out infinite;
}

@keyframes reelPulse {
  0%, 100% { opacity: 0.4; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.15); }
}

.nbg-reel-loaded .nbg-reel-loading {
  opacity: 0;
  pointer-events: none;
}

.nbg-reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.nbg-reel-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 16px 16px;
  background: linear-gradient(0deg, rgba(20, 7, 14, 0.7) 0%, transparent 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media (max-width: 991px) {
  .nbg-reels-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding-bottom: 8px;
  }

  .nbg-reel-card {
    flex: 0 0 42%;
    scroll-snap-align: start;
    border-radius: 16px;
    aspect-ratio: 9 / 16;
  }

  .nbg-reel-caption {
    font-size: 12px;
    padding: 30px 10px 10px;
  }

  .nbg-reels-grid::-webkit-scrollbar {
    height: 4px;
  }

  .nbg-reels-grid::-webkit-scrollbar-track {
    background: var(--smoke-color2);
    border-radius: 4px;
  }

  .nbg-reels-grid::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 4px;
  }
}

.nbg-faq-card .nbg-card-body {
  padding-top: 30px;
}

.nbg-blog-article {
  font-size: 17px;
  line-height: 1.85;
  color: var(--body-color);
}

.nbg-blog-article h2 {
  margin: 36px 0 16px;
  font-size: 26px;
  color: var(--title-color);
}

.nbg-blog-article p {
  margin-bottom: 18px;
}

.nbg-blog-article ul {
  margin: 18px 0 24px 20px;
  padding: 0;
}

.nbg-blog-article ul li {
  margin-bottom: 10px;
  padding-left: 6px;
}

.nbg-blog-article strong {
  color: var(--title-color);
}

.nbg-blog-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
  font-weight: 600;
  color: var(--theme-color);
}

.nbg-appointment-hero-img {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(239, 200, 220, 0.75);
  box-shadow: 0 20px 50px rgba(117, 39, 82, 0.08);
}

.nbg-appointment-hero-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}

.nbg-package-section .container {
  position: relative;
  z-index: 1;
}

.nbg-package-section {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nbg-package-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(34, 16, 27, 0.38) 0%, rgba(34, 16, 27, 0.52) 42%, rgba(34, 16, 27, 0.44) 100%),
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.12), transparent 36%);
}

.nbg-package-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.09) 50%, rgba(255, 255, 255, 0.03) 100%);
  pointer-events: none;
}

.nbg-package-section .title-area {
  max-width: 760px;
  margin: 0 auto 34px;
  padding: 24px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 28px;
  background: rgba(255, 248, 252, 0.18);
  backdrop-filter: blur(16px);
  box-shadow: 0 22px 60px rgba(20, 8, 15, 0.18);
}

.nbg-package-section .sub-title,
.nbg-package-section .sec-title,
.nbg-package-section .nbg-package-notes p {
  color: var(--white-color);
}

.nbg-package-section .title-area img {
  filter: brightness(3.2);
}

.nbg-package-section .sec-title {
  text-shadow: 0 8px 30px rgba(16, 7, 13, 0.35);
}

.nbg-package-section [data-render="package-cards"] {
  position: relative;
  z-index: 1;
}

.nbg-package-card {
  position: relative;
  height: 100%;
  padding: 34px 28px;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 250, 253, 0.78);
  backdrop-filter: blur(16px);
  box-shadow: 0 28px 70px rgba(17, 7, 14, 0.2);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
}

.nbg-package-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.08) 52%, rgba(235, 105, 179, 0.08));
  pointer-events: none;
}

.nbg-package-card::after {
  content: "";
  position: absolute;
  top: -120%;
  left: -40%;
  width: 60%;
  height: 260%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.16), transparent);
  transform: rotate(18deg);
  opacity: 0;
  transition: opacity 0.35s ease, left 0.45s ease;
}

.nbg-package-card.featured {
  background: linear-gradient(180deg, rgba(255, 244, 251, 0.82), rgba(255, 255, 255, 0.74));
  transform: translateY(-6px);
}

.nbg-package-card:hover {
  transform: translateY(-12px) scale(1.01);
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 251, 254, 0.86);
  box-shadow: 0 34px 80px rgba(17, 7, 14, 0.28);
}

.nbg-package-card:hover::after {
  left: 110%;
  opacity: 1;
}

.nbg-package-card p {
  margin: 14px 0 18px;
}

.nbg-package-card ul {
  margin: 0;
  padding-left: 20px;
}

.nbg-package-card li {
  margin-bottom: 10px;
}

.nbg-package-price {
  margin-bottom: 18px;
  color: var(--title-color);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.nbg-package-price span {
  margin-left: 10px;
  color: var(--body-color);
  font-size: 18px;
  text-decoration: line-through;
}

.nbg-package-notes {
  margin-top: 24px;
  text-align: center;
}

.nbg-package-notes p {
  display: inline-block;
  margin-bottom: 0;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255, 248, 252, 0.16);
  backdrop-filter: blur(12px);
}

.appointment-quote-form .form-control,
.appointment-quote-form .form-select,
.admin-login-card .form-control,
.admin-login-card .form-select,
.admin-toolbar .form-control,
.admin-toolbar .form-select,
.admin-appointment-card .form-control,
.admin-appointment-card .form-select {
  border: 1px solid rgba(239, 200, 220, 0.95);
  background: rgba(255, 255, 255, 0.95);
  color: var(--title-color);
}

.appointment-quote-form textarea.form-control {
  min-height: 140px;
  padding-top: 22px;
}

.booking-feedback {
  display: none;
  margin-bottom: 8px;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.booking-feedback.is-visible {
  display: block;
}

.booking-feedback.is-success {
  background: rgba(40, 167, 69, 0.12);
  color: #11622b;
}

.booking-feedback.is-error {
  background: rgba(220, 53, 69, 0.12);
  color: #9f2436;
}

.nbg-location-section {
  background:
    radial-gradient(circle at top right, rgba(235, 105, 179, 0.1), transparent 32%),
    var(--smoke-color);
}

.nbg-location-card {
  height: 100%;
  padding: 0;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.nbg-map-embed {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.nbg-map-embed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.nbg-location-info {
  padding: 22px 24px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.nbg-location-info .nbg-chip {
  align-self: flex-start;
}

.nbg-location-info p {
  margin: 12px 0 6px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--body-color);
}

.nbg-location-hours {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13.5px !important;
  color: var(--theme-color) !important;
  margin: 4px 0 12px !important;
}

.nbg-location-phone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 15px;
}

.nbg-map-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 10px;
  color: var(--theme-color) !important;
  font-size: 14px;
  font-weight: 600;
}

.nbg-admin-shortcut p {
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .appointment-work p,
  .working-list li,
  .working-list li span {
    color: rgba(255, 255, 255, 0.85) !important;
  }
  .working-list li {
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
  }
}

.copyright-wrap {
  background: rgba(20, 7, 14, 0.62);
}

.scroll-top svg path {
  stroke: var(--theme-color);
}

.nbg-admin-body {
  background:
    radial-gradient(circle at top left, rgba(235, 105, 179, 0.14), transparent 24%),
    linear-gradient(180deg, #fffafc 0%, #fff3fb 100%);
}

.admin-shell {
  min-height: 100vh;
  padding: 48px 0 80px;
}

.admin-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  color: var(--title-color);
}

.admin-brand img {
  width: 110px;
}

.admin-brand span {
  display: block;
  margin-bottom: 4px;
  color: var(--theme-color2);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-brand strong {
  display: block;
  font-size: 28px;
  line-height: 1.2;
}

.admin-topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.admin-login-card {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.94);
}

.admin-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 24px;
}

.admin-stat-card {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.admin-stat-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--theme-color2);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.admin-stat-card strong {
  color: var(--title-color);
  font-size: 40px;
  line-height: 1;
}

.admin-toolbar {
  display: grid;
  grid-template-columns: 220px 1fr 150px;
  gap: 16px;
  margin-bottom: 22px;
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
}

.admin-toolbar-group {
  display: flex;
  flex-direction: column;
}

.admin-label {
  margin-bottom: 8px;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 700;
}

.admin-empty-state {
  padding: 26px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  text-align: center;
  color: var(--body-color);
}

.admin-appointments {
  display: grid;
  gap: 18px;
}

.admin-appointment-card {
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
}

.admin-appointment-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.admin-appointment-card h3 {
  margin-bottom: 6px;
  font-size: 30px;
}

.admin-meta,
.admin-links,
.admin-note-block,
.admin-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.admin-meta span,
.admin-links a {
  font-size: 14px;
}

.admin-status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.admin-status-badge.status-new {
  background: rgba(255, 184, 0, 0.16);
  color: #8c5d00;
}

.admin-status-badge.status-confirmed {
  background: rgba(235, 105, 179, 0.16);
  color: var(--theme-color2);
}

.admin-status-badge.status-completed {
  background: rgba(40, 167, 69, 0.16);
  color: #11622b;
}

.admin-status-badge.status-cancelled {
  background: rgba(220, 53, 69, 0.14);
  color: #9f2436;
}

.admin-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 18px;
  margin-top: 18px;
}

.admin-panel {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 245, 251, 0.9);
}

.admin-panel h4 {
  margin-bottom: 12px;
  color: var(--title-color);
  font-size: 20px;
}

.admin-panel p {
  margin-bottom: 10px;
}

.admin-panel textarea {
  min-height: 140px;
}

.admin-actions {
  margin-top: 14px;
  align-items: center;
}

@media (max-width: 1199px) {
  .admin-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-toolbar {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .nbg-hero {
    padding-top: 42px;
    padding-bottom: 0;
    background-position: center 55%;
  }

  .nbg-package-section {
    background-attachment: scroll;
  }

  .nbg-page-hero {
    padding: 180px 0 90px;
  }

  .nbg-page-hero h1 {
    font-size: 52px;
  }

  .nbg-hero .hero-style2 {
    max-width: 560px;
    padding: 18px 18px 20px;
    background: rgba(148, 118, 107, 0.4);
    text-align: center;
  }

  .hero-style2 .hero-text {
    margin-left: auto;
    margin-right: auto;
  }

  .nbg-hero .th-hero-img {
    width: min(68vw, 380px);
    height: 370px;
    margin: 0 auto;
  }

  .nbg-hero .th-hero-img > img {
    height: 110%;
  }

  .nbg-hero .hero-title {
    font-size: 34px;
  }

  .nbg-hero-brand {
    font-size: 20px;
  }

  .nbg-counter-content {
    padding-left: 0;
  }

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

  .admin-topbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (min-width: 992px) {
  .nbg-hero {
    min-height: 580px;
    padding-top: 0;
    background-position: center 50%;
  }

  .nbg-hero .row {
    position: relative;
    min-height: 580px;
    row-gap: 0;
    padding-top: 34px;
  }

  .nbg-hero .col-lg-7 {
    display: flex;
    align-items: center;
  }

  .nbg-hero .col-lg-5 {
    position: relative;
    min-height: 580px;
  }

  .nbg-hero .hero-style2 {
    width: min(100%, 600px);
    margin: 0;
    padding: 28px 26px 24px;
    margin-bottom: 100px;
  }

  .nbg-hero .hero-title {
    font-size: clamp(42px, 3.3vw, 50px);
    line-height: 0.96;
  }

  .nbg-hero-brand {
    margin: 16px 0 12px;
    font-size: 22px;
  }

  .hero-style2 .hero-text {
    max-width: 420px;
    font-size: 14px;
    line-height: 1.45;
  }

  .nbg-hero .th-btn {
    min-width: 176px;
    /* min-height: 52px; */
    padding: 12px 18px;
    font-size: 12px;
  }

  .nbg-hero .th-hero-img {
    position: absolute;
    right: clamp(8px, 3vw, 56px);
    bottom: 0;
    width: min(38vw, 540px);
    height: 580px;
    margin: 0;
  }

  .nbg-hero .th-hero-img > img {
    top: auto;
    bottom: 0;
    left: 50%;
    height: 108%;
    transform: translateX(-42%);
  }

  .nbg-package-section {
    background-attachment: fixed;
  }
}

@media (max-width: 767px) {
  .nbg-main-logo,
  .nbg-footer-logo {
    max-width: 170px;
  }

  .nbg-hero {
    padding-top: 30px;
    background-position: center 48%;
  }

  .nbg-hero .hero-style2 {
    padding: 16px 14px 18px;
  }

  .nbg-hero .hero-text {
    font-size: 13px;
    line-height: 1.5;
  }

  .nbg-hero .hero-title {
    font-size: 28px;
  }

  .nbg-hero-brand {
    font-size: 16px;
  }

  .nbg-hero .btn-group {
    gap: 8px;
  }

  .nbg-hero .th-btn {
    min-width: 132px;
    /* min-height: 42px; */
    padding: 10px 14px;
    font-size: 10px;
  }

  .nbg-hero .th-hero-img {
    width: min(92vw, 340px);
    height: 360px;
    margin-top: 0;
  }

  .nbg-hero .th-hero-img > img {
    top: -8px;
    height: 116%;
    transform: translateX(-47%);
  }

  .nbg-page-hero h1 {
    font-size: 42px;
  }

  .nbg-highlight-card {
    position: static;
    margin-top: 16px;
    max-width: 100%;
  }

  .admin-login-card,
  .admin-appointment-card {
    padding: 24px;
  }

  .admin-summary {
    grid-template-columns: 1fr;
  }

  .admin-appointment-header {
    flex-direction: column;
  }

  .nbg-card-body {
    padding: 22px;
  }

  .nbg-card-body h3 {
    font-size: 24px;
  }

  .nbg-card-media img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .nbg-style-card {
    min-height: auto;
    aspect-ratio: 3 / 4;
  }

  .nbg-package-card {
    padding: 28px 22px;
  }

  .nbg-package-price {
    font-size: 30px;
  }

  .copyright-wrap .row {
    text-align: center;
  }

  .copyright-wrap .footer-links ul {
    justify-content: center;
  }

  .header-layout2 .header-top {
    padding: 8px 0;
  }

  .appointment-quote-form {
    padding: 24px 18px;
  }
}

@media (max-width: 575px) {
  .nbg-page-hero {
    padding: 150px 0 70px;
  }

  .nbg-page-hero h1 {
    font-size: 34px;
    line-height: 1.15;
  }

  .nbg-page-hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  .sec-title {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .nbg-card-body {
    padding: 20px;
  }

  .nbg-card-body h3 {
    font-size: 22px;
  }

  .nbg-card-media img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .nbg-package-card {
    padding: 24px 18px;
  }

  .nbg-package-card h3 {
    font-size: 22px;
  }

  .nbg-package-price {
    font-size: 26px;
  }

  .nbg-package-price span {
    font-size: 15px;
  }

  .footer-widget {
    text-align: center;
  }

  .footer-widget .th-widget-about,
  .footer-widget .nbg-admin-shortcut {
    text-align: center;
  }

  .copyright-text {
    font-size: 13px;
    line-height: 1.6;
  }

  .footer-links ul {
    flex-wrap: wrap;
    gap: 8px 14px;
    justify-content: center;
  }
}

.nbg-header-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nbg-header-contact {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nbg-header-contact a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--title-color);
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.2s ease;
}

.nbg-header-contact a:hover {
  color: var(--theme-color);
}

.nbg-header-contact i {
  color: var(--theme-color);
  font-size: 14px;
}

.nbg-header-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nbg-header-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(235, 105, 179, 0.1);
  color: var(--theme-color);
  font-size: 15px;
  transition: background 0.2s ease, color 0.2s ease;
}

.nbg-header-social a:hover {
  background: var(--theme-color);
  color: #fff;
}

.nbg-credits-link {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}

.nbg-credits-link:hover,
.nbg-credits-link:focus {
  color: var(--theme-color);
}

/* Footer legal links */
.footer-links {
  display: block !important;
  margin-top: 8px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: var(--theme-color) !important;
}

@media (max-width: 991px) {
  .copyright-wrap .footer-links {
    display: block !important;
    text-align: center;
    margin-top: 10px;
  }

  .copyright-wrap .footer-links li {
    font-size: 12px;
    padding-right: 10px;
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  .copyright-wrap .footer-links {
    display: block !important;
  }
}

/* Date input placeholder fix for mobile */
input[type="date"].form-control {
  position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

input[type="date"].form-control:not(:focus):invalid {
  color: transparent;
}

input[type="date"].form-control:not(:focus):invalid::before {
  content: attr(placeholder);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #a0a0a0;
  pointer-events: none;
}

input[type="date"].form-control:focus,
input[type="date"].form-control:valid {
  color: inherit;
}

input[type="date"].form-control:focus::before,
input[type="date"].form-control:valid::before {
  display: none;
}
