@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');

/* ============================================================
   JBG Premium Design System — Jain Bandhu Group
   ============================================================ */

/* ---------- 1. Design Tokens ---------- */
:root {
  --jbg-primary: #0c1222;
  --jbg-primary-light: #141b2f;
  --jbg-secondary: #f5f7ff;
  --jbg-accent: #c89a3c;
  --jbg-accent-light: #e8c36a;
  --jbg-accent-dark: #a67c28;
  --jbg-accent-glow: rgba(200, 154, 60, 0.35);
  --jbg-muted: #6f7486;
  --jbg-text: #3a3f52;
  --jbg-text-light: #8a90a4;
  --jbg-gold-gradient: linear-gradient(135deg, #e8c36a, #c89a3c, #a67c28);
  --jbg-dark-gradient: linear-gradient(135deg, #0c1222, #1a2340);
  --jbg-section-bg: #f7f9ff;
  --jbg-radius: 12px;
  --jbg-radius-lg: 18px;
  --jbg-shadow-sm: 0 4px 16px rgba(12, 18, 34, 0.06);
  --jbg-shadow-md: 0 8px 32px rgba(12, 18, 34, 0.10);
  --jbg-shadow-lg: 0 16px 48px rgba(12, 18, 34, 0.14);
  --jbg-shadow-gold: 0 8px 30px rgba(200, 154, 60, 0.2);
  --jbg-transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --jbg-transition-fast: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ---------- 2. Base Typography ---------- */
body {
  font-family: 'Manrope', sans-serif;
  color: var(--jbg-text);
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title,
.footer-title,
.ltn__breadcrumb-area .page-title {
  font-family: 'Cormorant Garamond', serif;
  letter-spacing: 0.2px;
}

/* ---------- 3. Accent Color Overrides ---------- */
.section-subtitle-2,
.ltn__secondary-color,
.text-theme-color,
.text-color-theme {
  color: var(--jbg-accent) !important;
}

.section-subtitle-2 {
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  display: inline-block;
}

.text-center .section-subtitle-2::before,
.text-center .section-subtitle-2::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--jbg-gold-gradient);
  vertical-align: middle;
  border-radius: 2px;
}

.text-center .section-subtitle-2::before { margin-right: 12px; }
.text-center .section-subtitle-2::after { margin-left: 12px; }

.section-title {
  font-weight: 800;
  line-height: 1.2;
  color: var(--jbg-primary);
}

/* ---------- 4. Buttons ---------- */
.theme-btn-1 {
  background: var(--jbg-gold-gradient);
  border: none;
  color: #fff !important;
  border-radius: 50px;
  padding: 14px 34px;
  font-weight: 700;
  letter-spacing: 0.3px;
  box-shadow: var(--jbg-shadow-gold);
  transition: var(--jbg-transition);
  position: relative;
  overflow: hidden;
}

.theme-btn-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: 0.6s ease;
}

.theme-btn-1:hover {
  background: linear-gradient(135deg, #d4a84e, #b5872c, #9a6e1e);
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(200, 154, 60, 0.35);
}

.theme-btn-1:hover::before {
  left: 100%;
}

.btn-effect-1:hover::before {
  background-color: var(--jbg-accent-dark);
}

.btn-transparent.btn-border {
  border-radius: 50px;
  border-width: 2px;
  padding: 12px 30px;
  font-weight: 600;
  transition: var(--jbg-transition);
}

.btn-transparent.btn-border:hover {
  transform: translateY(-2px);
}

.special-link a {
  background: var(--jbg-gold-gradient) !important;
  border: none !important;
  border-radius: 50px !important;
  color: #fff !important;
  padding: 10px 24px !important;
  font-weight: 700 !important;
  box-shadow: var(--jbg-shadow-gold);
  transition: var(--jbg-transition) !important;
}

.special-link a:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(200, 154, 60, 0.4) !important;
}

/* ---------- 5. Header ---------- */
.ltn__header-middle-area.ltn__sticky-bg-black {
  background: rgba(12, 18, 34, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ltn__header-middle-area.ltn__sticky-bg-white {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.sticky-active.ltn__header-middle-area {
  box-shadow: 0 4px 30px rgba(12, 18, 34, 0.08);
}

.ltn__header-middle-area .row {
  align-items: center;
}

.site-logo-wrap,
.site-logo {
  display: flex;
  align-items: center;
  min-height: 74px;
}

.ltn__header-middle-area .header-menu {
  align-items: center;
  justify-content: flex-end;
}

.jbg-logo-text {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 2px 0;
}

.jbg-logo-text img {
  height: 50px;
  width: 108px;
  object-fit: contain;
  background: #fff;
  padding: 3px 4px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: var(--jbg-transition);
  max-width: none;
  flex-shrink: 0;
}

.jbg-logo-text:hover img {
  transform: scale(1.03);
  box-shadow: 0 4px 12px rgba(200, 154, 60, 0.2);
}

.jbg-logo-text span {
  display: inline-block;
  font-family: 'Manrope', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2px;
  white-space: nowrap;
  transform: translateY(1px);
}

.ltn__header-middle-area.ltn__sticky-bg-white .jbg-logo-text span,
.ltn__header-middle-area.ltn__sticky-bg-white.sticky-active .jbg-logo-text span {
  color: var(--jbg-primary);
}

.menu-color-white .jbg-logo-text span,
.menu-color-white .sticky-active .jbg-logo-text span {
  color: #fff !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.menu-color-white .ltn__main-menu > ul > li > a,
.menu-color-white .ltn__header-options a,
.menu-color-white .ltn__utilize-toggle {
  color: #fff;
  transition: var(--jbg-transition-fast);
}

.menu-color-white .ltn__main-menu > ul > li > a:hover {
  color: var(--jbg-accent-light) !important;
}

.sticky-active .ltn__main-menu > ul > li > a,
.sticky-active .ltn__header-options a,
.sticky-active .ltn__utilize-toggle {
  color: var(--jbg-primary);
}

.menu-color-white.sticky-active .ltn__main-menu > ul > li > a,
.menu-color-white.sticky-active .ltn__header-options a,
.menu-color-white.sticky-active .ltn__utilize-toggle {
  color: #fff;
}

.sticky-active .ltn__main-menu > ul > li > a:hover {
  color: var(--jbg-accent) !important;
}

.ltn__main-menu > ul > li > a {
  position: relative;
  transition: var(--jbg-transition-fast);
}

.ltn__main-menu > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: var(--jbg-gold-gradient);
  transition: var(--jbg-transition);
  transform: translateX(-50%);
  border-radius: 2px;
}

.ltn__main-menu > ul > li > a:hover::after,
.ltn__main-menu > ul > li.active > a::after {
  width: 70%;
}

/* ---------- 6. Hero Section ---------- */
.jbg-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--jbg-dark-gradient);
}

.jbg-hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.jbg-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(12, 18, 34, 0.65);
  z-index: 1;
}

.jbg-hero-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse at 30% 80%,
    rgba(200, 154, 60, 0.15) 0%,
    transparent 60%
  );
}

.jbg-hero-content {
  position: relative;
  z-index: 3;
  width: min(980px, calc(100% - 32px));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 130px 0 72px;
  max-width: 980px;
  margin: 0 auto;
}

.jbg-hero-content h1 {
  color: #fff;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.25;
  margin: 0 auto 28px;
  font-weight: 800;
  animation: jbgFadeInUp 1s ease-out 0.3s both;
}

.jbg-hero-content p {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 19px;
  color: rgba(231, 235, 255, 0.9);
  line-height: 1.7;
  animation: jbgFadeInUp 1s ease-out 0.6s both;
}

.jbg-hero-content .btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.jbg-hero-content .btn-wrapper {
  animation: jbgFadeInUp 1s ease-out 0.9s both;
}

.jbg-hero-content .btn-wrapper .btn {
  margin: 0;
}

.jbg-hero .btn {
  margin-right: 0 !important;
}

.jbg-hero-content .btn-transparent {
  color: #fff !important;
  border-color: rgba(255,255,255,0.4) !important;
}

.jbg-hero-content .btn-transparent:hover {
  background: rgba(255,255,255,0.12) !important;
  border-color: rgba(255,255,255,0.7) !important;
}

.jbg-hero .btn::after,
.jbg-hero .btn-effect-1::after,
.jbg-hero .btn-effect-3::after {
  content: none !important;
  display: none !important;
}

.jbg-hero .theme-btn-1.btn-effect-1 {
  background: var(--jbg-gold-gradient) !important;
  color: #fff !important;
  border: 2px solid transparent !important;
  box-shadow: 0 10px 26px rgba(200, 154, 60, 0.28);
}

.jbg-hero .theme-btn-1.btn-effect-1:hover {
  background: linear-gradient(135deg, #d9ab4f, #be8f30, #a97822) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.jbg-hero .btn-transparent.btn-effect-3.btn-border {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.5) !important;
  color: #fff !important;
  box-shadow: none;
}

.jbg-hero .btn-transparent.btn-effect-3.btn-border:hover {
  background: rgba(200, 154, 60, 0.18) !important;
  border-color: rgba(232, 195, 106, 0.9) !important;
  color: #fff !important;
  transform: translateY(-2px);
}

.jbg-badge {
  display: inline-block;
  margin-bottom: 22px;
  background: rgba(200, 154, 60, 0.15);
  color: var(--jbg-accent-light);
  border: 1px solid rgba(232, 195, 106, 0.4);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 100px;
  animation: jbgFadeInUp 1s ease-out 0s both, jbgShimmer 3s ease-in-out infinite;
  backdrop-filter: blur(8px);
}

/* ---------- 7. Breadcrumb / Page Headers ---------- */
.ltn__breadcrumb-area {
  position: relative;
  padding: 100px 0 60px;
}

.ltn__breadcrumb-area::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    160deg,
    rgba(12, 18, 34, 0.88) 0%,
    rgba(12, 18, 34, 0.72) 50%,
    rgba(12, 18, 34, 0.60) 100%
  );
  z-index: 1;
}

.ltn__breadcrumb-inner {
  position: relative;
  z-index: 2;
}

.ltn__breadcrumb-area .page-title {
  color: #fff !important;
  font-weight: 800;
  font-size: clamp(28px, 5vw, 48px);
  text-shadow: 0 2px 12px rgba(0,0,0,0.3);
  margin-bottom: 8px;
}

.ltn__breadcrumb-list ul li,
.ltn__breadcrumb-list ul li a {
  color: rgba(255, 255, 255, 0.85) !important;
  font-weight: 500;
}

.ltn__breadcrumb-list ul li a:hover {
  color: var(--jbg-accent-light) !important;
}

/* ---------- 8. Cards & Feature Items ---------- */
.ltn__feature-item {
  border-radius: var(--jbg-radius);
  transition: var(--jbg-transition);
  border: 1px solid rgba(0,0,0,0.04);
  overflow: hidden;
}

.ltn__feature-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--jbg-shadow-lg);
  border-color: rgba(200, 154, 60, 0.15);
}

.ltn__feature-item.active,
.ltn__feature-item:hover {
  border-bottom: 3px solid var(--jbg-accent);
}

.ltn__feature-icon span {
  transition: var(--jbg-transition);
}

.ltn__feature-item:hover .ltn__feature-icon span {
  transform: scale(1.1);
  color: var(--jbg-accent);
}

.ltn__feature-item .ltn__feature-icon i {
  transition: var(--jbg-transition);
}

.ltn__feature-item:hover .ltn__feature-icon i {
  color: var(--jbg-accent) !important;
}

.ltn__feature-info h3 {
  font-weight: 700;
  transition: var(--jbg-transition-fast);
}

.ltn__feature-item:hover .ltn__feature-info h3,
.ltn__feature-item:hover .ltn__feature-info h3 a {
  color: var(--jbg-accent);
}

.ltn__service-btn {
  font-weight: 600;
  color: var(--jbg-accent) !important;
  transition: var(--jbg-transition-fast);
}

.ltn__service-btn:hover {
  letter-spacing: 0.5px;
}

.jbg-service-grid .ltn__feature-item {
  min-height: 100%;
}

.jbg-service-grid .ltn__feature-info p {
  min-height: 104px;
}

/* ---------- 9. Project & Product Cards ---------- */
.ltn__product-item {
  border-radius: var(--jbg-radius);
  overflow: hidden;
  transition: var(--jbg-transition);
  border: 1px solid rgba(0,0,0,0.04);
}

.ltn__product-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--jbg-shadow-md);
}

.ltn__product-item .product-img {
  overflow: hidden;
  border-radius: var(--jbg-radius) var(--jbg-radius) 0 0;
}

.ltn__product-item .product-img img {
  transition: var(--jbg-transition);
}

.ltn__product-item:hover .product-img img {
  transform: scale(1.06);
}

.jbg-project-grid .ltn__product-item .product-img img {
  height: 260px;
  object-fit: cover;
}

.jbg-project-grid .product-description p {
  min-height: 70px;
}

.product-title a {
  transition: var(--jbg-transition-fast);
}

.product-title a:hover {
  color: var(--jbg-accent) !important;
}

/* ---------- 10. Gallery ---------- */
.ltn__gallery-item-inner {
  border-radius: var(--jbg-radius);
  overflow: hidden;
  transition: var(--jbg-transition);
  border: 1px solid rgba(0,0,0,0.04);
}

.ltn__gallery-item-inner:hover {
  transform: translateY(-6px);
  box-shadow: var(--jbg-shadow-md);
}

.ltn__gallery-item-img {
  overflow: hidden;
  position: relative;
}

.ltn__gallery-item-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: var(--jbg-transition);
}

.ltn__gallery-item-inner:hover .ltn__gallery-item-img img {
  transform: scale(1.08);
}

.ltn__gallery-item-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12, 18, 34, 0.5) 0%, transparent 60%);
  opacity: 0;
  transition: var(--jbg-transition);
}

.ltn__gallery-item-inner:hover .ltn__gallery-item-img::after {
  opacity: 1;
}

.ltn__gallery-action-icon {
  transition: var(--jbg-transition) !important;
}

.ltn__gallery-item-inner:hover .ltn__gallery-action-icon {
  background: var(--jbg-accent) !important;
}

.ltn__gallery-item-info h4 {
  font-weight: 700;
  font-size: 16px;
}

/* Gallery Filter Buttons */
.jbg-gallery-filter .ltn__gallery-filter-menu button,
.ltn__gallery-filter-menu.portfolio-filter button {
  border-radius: 50px;
  border: 2px solid #dce2f5;
  padding: 8px 22px;
  margin: 4px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: var(--jbg-transition);
  background: transparent;
  color: var(--jbg-text);
}

.jbg-gallery-filter .ltn__gallery-filter-menu button.active,
.jbg-gallery-filter .ltn__gallery-filter-menu button:hover,
.ltn__gallery-filter-menu.portfolio-filter button.active,
.ltn__gallery-filter-menu.portfolio-filter button:hover {
  background: var(--jbg-gold-gradient);
  border-color: var(--jbg-accent);
  color: #fff;
  box-shadow: var(--jbg-shadow-gold);
  transform: translateY(-2px);
}

/* ---------- 11. Note & Fee Boxes ---------- */
.jbg-note {
  background: linear-gradient(135deg, #f7f9ff, #eef2ff);
  border-left: 4px solid var(--jbg-accent);
  padding: 18px 22px;
  color: var(--jbg-text);
  margin-top: 20px;
  border-radius: var(--jbg-radius);
  font-weight: 500;
  box-shadow: var(--jbg-shadow-sm);
}

.jbg-fee-box {
  background: linear-gradient(135deg, #fffaf1, #fff7e8);
  border: 1px solid rgba(200, 154, 60, 0.25);
  border-radius: var(--jbg-radius);
  padding: 22px;
  margin-top: 22px;
  box-shadow: var(--jbg-shadow-sm);
}

.jbg-fee-box h5 {
  margin-bottom: 10px;
  color: var(--jbg-primary);
  font-weight: 700;
}

.jbg-fee-list {
  margin: 0;
  padding-left: 20px;
}

.jbg-fee-list li {
  margin-bottom: 8px;
  color: var(--jbg-text);
  line-height: 1.6;
}

/* ---------- 12. Document Images ---------- */
.jbg-doc-image {
  border-radius: var(--jbg-radius-lg);
  box-shadow: var(--jbg-shadow-lg);
  width: 100%;
  transition: var(--jbg-transition);
}

.jbg-doc-image:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 20px 50px rgba(12, 18, 34, 0.18);
}

/* ---------- 13. CTA Section ---------- */
.call-to-action-inner-6 {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) auto;
  align-items: center;
  gap: 28px 42px;
  padding: clamp(34px, 4vw, 56px) clamp(22px, 4vw, 60px);
  border-radius: var(--jbg-radius-lg);
  overflow: hidden;
  position: relative;
}

.call-to-action-inner-6::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(200, 154, 60, 0.12), transparent);
  pointer-events: none;
}

.call-to-action-inner-6 .coll-to-info h1 {
  color: #fff !important;
  font-weight: 800;
  line-height: 1.16;
  margin-top: 0;
  margin-bottom: 14px;
}

.call-to-action-inner-6 .coll-to-info p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 17px;
  max-width: 640px;
  margin-bottom: 0;
}

.call-to-action-inner-6 .btn-wrapper {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.call-to-action-inner-6 .btn-wrapper .btn {
  margin: 0 !important;
  width: min(260px, 100%);
  text-align: center;
}

.call-to-action-inner-6 .btn-white {
  background: #fff !important;
  color: var(--jbg-primary) !important;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: var(--jbg-shadow-sm);
  transition: var(--jbg-transition);
}

.call-to-action-inner-6 .btn-white:hover {
  transform: translateY(-2px);
  box-shadow: var(--jbg-shadow-md);
}

.call-to-action-inner-6 .white-color {
  color: #fff !important;
  border-color: rgba(255,255,255,0.5) !important;
  border-radius: 50px;
  transition: var(--jbg-transition);
}

.call-to-action-inner-6 .white-color:hover {
  background: rgba(255,255,255,0.15) !important;
  border-color: #fff !important;
}

/* ---------- 14. Contact Page ---------- */
.ltn__contact-address-item {
  border-radius: var(--jbg-radius);
  transition: var(--jbg-transition);
  border: 1px solid rgba(0,0,0,0.04);
  text-align: center;
}

.ltn__contact-address-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--jbg-shadow-md);
  border-color: rgba(200, 154, 60, 0.15);
}

.ltn__form-box {
  border-radius: var(--jbg-radius);
  border: 1px solid rgba(0,0,0,0.04);
}

.ltn__form-box .title-2 {
  font-weight: 700;
  color: var(--jbg-primary);
}

.ltn__contact-message-area .ltn__form-box {
  height: 100%;
}

.jbg-quick-card {
  padding: 34px 30px;
}

.jbg-quick-card .title-2 {
  margin-bottom: 18px;
}

.jbg-quick-card > p {
  margin-bottom: 22px;
}

.jbg-quick-card .btn-wrapper {
  margin-bottom: 26px !important;
}

.jbg-quick-card .ltn__list-item-half {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.jbg-quick-card .ltn__list-item-half li {
  width: 100%;
  float: none;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--jbg-text);
  line-height: 1.45;
}

.jbg-quick-card .ltn__list-item-half li i {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(200, 154, 60, 0.18);
  color: var(--jbg-accent);
}

.jbg-contact-map iframe {
  width: 100%;
  min-height: 420px;
  border: 0;
  border-radius: var(--jbg-radius-lg);
  box-shadow: var(--jbg-shadow-md);
}

/* ---------- 15. Team Section ---------- */
.ltn__team-item {
  border-radius: var(--jbg-radius);
  overflow: hidden;
  transition: var(--jbg-transition);
  border: 1px solid rgba(0,0,0,0.04);
}

.ltn__team-item:hover {
  transform: translateY(-6px);
  box-shadow: var(--jbg-shadow-md);
}

.ltn__team-item .team-img img {
  transition: var(--jbg-transition);
}

.ltn__team-item:hover .team-img img {
  transform: scale(1.05);
}

.team-info h4 {
  font-weight: 700;
  color: var(--jbg-primary);
}

/* ---------- 16. Stats Counter ---------- */
.jbg-stats {
  background: var(--jbg-dark-gradient);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.jbg-stats::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,154,60,0.08), transparent 70%);
  pointer-events: none;
}

.jbg-stats::after {
  content: '';
  position: absolute;
  bottom: -30%;
  right: -5%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(200,154,60,0.06), transparent 70%);
  pointer-events: none;
}

.jbg-stat-item {
  text-align: center;
  padding: 20px 10px;
  position: relative;
}

.jbg-stat-number {
  font-size: 48px;
  font-weight: 800;
  background: var(--jbg-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.1;
  margin-bottom: 8px;
}

.jbg-stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.jbg-stat-item + .jbg-stat-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(200, 154, 60, 0.2);
}

/* ---------- 17. Section Backgrounds ---------- */
.section-bg-1 {
  background: var(--jbg-section-bg) !important;
}

/* ---------- 18. Footer ---------- */
.footer-top-area {
  position: relative;
}

.footer-top-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  height: 3px;
  background: var(--jbg-gold-gradient);
  border-radius: 3px;
}

.footer-top-area .footer-widget .footer-address ul li {
  margin-bottom: 14px;
}

.footer-top-area .footer-widget p,
.footer-top-area .footer-widget a {
  color: #b8bccf;
}

.footer-top-area .footer-widget a:hover {
  color: var(--jbg-accent-light) !important;
}

.footer-title {
  color: #fff !important;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px;
}

.footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background: var(--jbg-gold-gradient);
  border-radius: 2px;
}

.footer-top-area .jbg-logo-text span {
  color: #fff;
}

.ltn__copyright-area {
  background: #080c18 !important;
}

.ltn__copyright-area p,
.ltn__copyright-area a {
  color: rgba(255,255,255,0.5) !important;
}

.ltn__copyright-area a:hover {
  color: var(--jbg-accent-light) !important;
}

/* ---------- 19. Scroll Animations ---------- */
@keyframes jbgFadeInUp {
  from { opacity: 0; transform: translateY(40px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes jbgFadeInLeft {
  from { opacity: 0; transform: translateX(-40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes jbgFadeInRight {
  from { opacity: 0; transform: translateX(40px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes jbgScaleIn {
  from { opacity: 0; transform: scale(0.92); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes jbgShimmer {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.7; border-color: rgba(232, 195, 106, 0.7); }
}

@keyframes jbgFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.jbg-animate {
  opacity: 0;
  transform: translateY(35px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.jbg-animate.jbg-from-left {
  transform: translateX(-35px);
}

.jbg-animate.jbg-from-right {
  transform: translateX(35px);
}

.jbg-animate.jbg-scale {
  transform: scale(0.92);
}

.jbg-animate.jbg-visible {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* ---------- 20. Section Spacing Polish ---------- */
.ltn__about-us-area .about-us-img-wrap img {
  border-radius: var(--jbg-radius-lg);
  box-shadow: var(--jbg-shadow-lg);
  transition: var(--jbg-transition);
}

.ltn__about-us-area .about-us-img-wrap img:hover {
  transform: scale(1.02);
}

/* ---------- 21. Top Info Bar (homepage) ---------- */
.jbg-top-info {
  color: #f2f4ff;
  font-size: 14px;
}

.jbg-top-info i {
  color: var(--jbg-accent);
  margin-right: 8px;
}

.ltn__contact-message-area .input-item input,
.ltn__contact-message-area .input-item textarea,
.ltn__contact-message-area .input-item select {
  width: 100%;
  min-height: 54px;
  border-radius: 10px;
  border: 1px solid #dfe5f3;
  padding: 12px 16px;
}

.ltn__contact-message-area .input-item textarea {
  min-height: 140px;
  resize: vertical;
}

.ltn__contact-message-area .input-item select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 24 24'%3E%3Cpath stroke='%236f7486' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 14px center;
  background-size: 16px;
  padding-right: 40px;
}

/* ---------- 22. Responsive ---------- */
@media (max-width: 1399px) {
  .jbg-logo-text img {
    height: 46px;
    width: 98px;
  }

  .jbg-logo-text span {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  header .jbg-logo-text span {
    display: none;
  }

  #ltn__utilize-mobile-menu .jbg-logo-text span {
    display: inline-block;
    color: var(--jbg-primary);
    font-size: 14px;
    font-weight: 800;
  }

  .jbg-logo-text img {
    height: 44px;
    width: 92px;
  }
}

@media (max-width: 991px) {
  .pt-120,
  .pt-115 {
    padding-top: 88px !important;
  }

  .pb-120,
  .pb-90 {
    padding-bottom: 72px !important;
  }

  .pb-70 {
    padding-bottom: 56px !important;
  }

  .jbg-logo-text span {
    font-size: 15px;
  }

  .jbg-hero-content {
    min-height: auto;
    padding: 132px 0 86px;
  }

  .jbg-hero-content h1 {
    font-size: clamp(28px, 8vw, 42px);
  }

  .jbg-hero-content p {
    font-size: 16px;
    padding: 0 8px;
  }

  .jbg-stat-number {
    font-size: 36px;
  }

  .jbg-stat-label {
    font-size: 12px;
  }

  .jbg-stat-item + .jbg-stat-item::before {
    display: none;
  }

  .text-center .section-subtitle-2::before,
  .text-center .section-subtitle-2::after {
    display: none;
  }

  .call-to-action-inner-6 {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
  }

  .call-to-action-inner-6 .coll-to-info p {
    margin-left: auto;
    margin-right: auto;
  }

  .call-to-action-inner-6 .btn-wrapper {
    align-items: center;
    width: 100%;
  }

  .call-to-action-inner-6 .btn-wrapper .btn {
    width: min(320px, 100%);
  }

  .footer-top-area .footer-widget {
    margin-bottom: 28px;
  }

  .footer-top-area .footer-widget:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .pt-120,
  .pt-115 {
    padding-top: 68px !important;
  }

  .pb-120,
  .pb-90 {
    padding-bottom: 58px !important;
  }

  .pb-70 {
    padding-bottom: 42px !important;
  }

  .jbg-hero-content {
    min-height: auto;
    padding: 118px 0 72px;
  }

  .jbg-stat-number {
    font-size: 30px;
  }

  .ltn__breadcrumb-area {
    padding: 80px 0 40px;
  }

  .ltn__gallery-item-img img,
  .jbg-project-grid .ltn__product-item .product-img img,
  .jbg-contact-map iframe {
    min-height: 220px;
    height: 220px;
  }

  .ltn__list-item-half li {
    width: 100%;
    float: none;
  }

  .row > [class*='col-'] {
    margin-bottom: 24px;
  }

  .row > [class*='col-']:last-child {
    margin-bottom: 0;
  }

  .jbg-quick-card {
    padding: 24px 18px;
  }

  .jbg-quick-card .ltn__list-item-half {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ---------- 23. Misc Polish ---------- */
::selection {
  background: rgba(200, 154, 60, 0.25);
  color: var(--jbg-primary);
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: var(--jbg-primary);
}

::-webkit-scrollbar-thumb {
  background: var(--jbg-accent);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--jbg-accent-light);
}

/* Smooth scroll */
html {
  scroll-behavior: smooth;
}

/* Link list items */
.ltn__list-item-half li {
  transition: var(--jbg-transition-fast);
}

.ltn__list-item-half li:hover {
  transform: translateX(4px);
  color: var(--jbg-accent);
}

/* Section BG overlay shapes */
.ltn__feature-area,
.ltn__service-area {
  position: relative;
}
