/* =========================================================
   LEGHE GOLD AND JEWELERS TRADING L.L.C
   Stylesheet — Luxury gold & fine jewellery trading identity
   Palette derived from client logo (burgundy diamond crest)
   Fonts: Playfair Display (headings) + Lato (body)
   ========================================================= */

:root {
  --primary-color: #6E2125;     /* Deep Burgundy — from logo */
  --primary-light: #8B4D50;
  --secondary-color: #2B2320;   /* Warm Charcoal Black */
  --secondary-light: #4A4441;
  --accent-color: #8B4D50;      /* Radiant Gold */
  --accent-dark: #8B4D50;
  --text-dark: #2A2220;
  --text-muted: #6B6058;
  --light-bg: #FAF5EF;          /* Warm ivory tint */
  --white: #FFFFFF;
  --font-head: 'Playfair Display', Georgia, serif;
  --font-main: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--font-main);
  color: var(--text-dark);
  line-height: 1.75;
}

a { text-decoration: none; transition: all .25s ease; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: 700;
  color: var(--primary-color);
}

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

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--accent-dark);
  font-family: var(--font-main);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.78rem;
  margin-bottom: 16px;
}
.section-tag::before {
  content: '';
  width: 34px;
  height: 1px;
  background-color: var(--accent-color);
  display: inline-block;
}

.section-title {
  font-size: 2.4rem;
  margin-bottom: 1.1rem;
  color: var(--secondary-color);
}

.bg-light-soft { background-color: var(--light-bg); }
.bg-dark-band {
  background-color: var(--secondary-color);
  color: #D9D0C8;
}
.bg-dark-band h2, .bg-dark-band h3, .bg-dark-band .section-title { color: var(--white); }

/* Buttons — pill shaped, luxury feel */
.btn-brand {
  background-color: var(--accent-color);
  color: white;
  border: none;
  font-weight: 700;
  padding: 13px 34px;
  border-radius: 50px;
  letter-spacing: .4px;
  transition: all .25s ease;
  font-family: var(--font-main);
}
.btn-brand:hover {
  background-color: var(--accent-dark);
  color: var(--white);
  transform: translateY(-2px);
}
.btn-brand-outline {
  background-color: transparent;
  color: var(--white);
  border: 1.5px solid var(--accent-color);
  font-weight: 700;
  padding: 11px 32px;
  border-radius: 50px;
}
.btn-brand-outline:hover {
  background-color: var(--accent-color);
  color: var(--secondary-color);
}
.btn-brand-secondary {
  background-color: var(--primary-color);
  color: var(--white);
  border: none;
  font-weight: 700;
  padding: 13px 34px;
  border-radius: 50px;
}
.btn-brand-secondary:hover {
  background-color: var(--secondary-color);
  color: var(--accent-color);
}

/* =========================================================
   TOP BAR
   ========================================================= */
.top-bar {
  background-color: var(--secondary-color);
  color: var(--white);
  font-size: 0.83rem;
  padding: 9px 0;
}
.top-bar a { color: var(--white); opacity: .9; }
.top-bar a:hover { opacity: 1; color: var(--accent-color); }
.top-bar i { margin-right: 6px; color: var(--accent-color); }

/* =========================================================
   NAVBAR
   ========================================================= */
.main-navbar {
  background-color: var(--white);
  padding: 16px 0;
  box-shadow: 0 2px 18px rgba(43,35,32,0.08);
  transition: all .3s ease;
  border-bottom: 3px solid var(--accent-color);
}
.main-navbar.scrolled { padding: 9px 0; }
.main-navbar .navbar-brand img { height: 52px; }
.main-navbar .nav-link {
  color: var(--secondary-color);
  font-weight: 600;
  margin: 0 14px;
  padding: 8px 0 !important;
  position: relative;
  font-size: 0.95rem;
}
.main-navbar .nav-link.active,
.main-navbar .nav-link:hover {
  color: var(--primary-color);
}
.main-navbar .nav-link.active::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 2px;
  background-color: var(--accent-color);
}
.main-navbar .btn-brand { font-size: 0.82rem; white-space: nowrap; }

/* =========================================================
   HERO SLIDER
   ========================================================= */
.hero-slider { position: relative; }
.hero-slide {
  height: 90vh;
  min-height: 560px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(43,35,32,0.90) 0%, rgba(110,33,37,0.72) 48%, rgba(43,35,32,0.42) 100%);
}
.hero-slide .container { position: relative; z-index: 2; }
.hero-slide .hero-tag {
  color: var(--accent-color);
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 0.85rem;
  display: inline-block;
  margin-bottom: 14px;
}
.hero-slide h1 {
  color: var(--white);
  font-size: 3.4rem;
  font-weight: 700;
  max-width: 760px;
  line-height: 1.2;
}
.hero-slide p {
  color: #E9E1D6;
  font-size: 1.15rem;
  max-width: 580px;
  margin: 22px 0 34px;
  font-family: var(--font-main);
}
@media (max-width: 767px) {
  .hero-slide { height: 80vh; min-height: 480px; }
  .hero-slide h1 { font-size: 2.1rem; }
  .hero-slide p { font-size: 1rem; }
}
.hero-slider .carousel-indicators { bottom: 24px; }
.hero-slider .carousel-indicators button {
  background-color: var(--accent-color);
  width: 8px; height: 8px; border-radius: 50%;
  opacity: 0.55;
}
.hero-slider .carousel-indicators button.active { opacity: 1; }
.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next { width: 5%; opacity: 0.6; }

/* small inner hero banner for sub pages */
.page-hero {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(43,35,32,0.92) 0%, rgba(110,33,37,0.78) 100%);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: var(--white); font-size: 2.5rem; margin-bottom: 10px; }
.page-hero .breadcrumb-custom { color:white; font-weight: 600; font-size: 0.92rem; }
.page-hero .breadcrumb-custom a { color: var(--white); }
.page-hero .breadcrumb-custom a:hover { color: var(--accent-color); }

/* =========================================================
   ABOUT SECTION
   ========================================================= */
.about-img-wrap { position: relative; }
.about-img-wrap img {
  border-radius: 6px;
  width: 100%;
  box-shadow: 0 24px 50px rgba(43,35,32,0.22);
  border: 6px solid var(--white);
}
.about-img-wrap .badge-float {
  position: absolute;
  bottom: -22px;
  right: -22px;
  background-color: var(--primary-color);
  color: var(--white);
  padding: 20px 26px;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(0,0,0,0.25);
  text-align: center;
  border: 2px solid var(--accent-color);
}
@media (max-width: 991px) {
  .about-img-wrap .badge-float { right: 12px; }
}
.about-img-wrap .badge-float .num { font-size: 1.9rem; font-weight: 700; color:white; display: block; font-family: var(--font-head); }

.check-list { list-style: none; padding: 0; margin: 0; }
.check-list li {
  padding-left: 32px;
  position: relative;
  margin-bottom: 14px;
  color: var(--text-muted);
  font-weight: 500;
}
.check-list li::before {
  content: '\2713';
  position: absolute;
  left: 0; top: 1px;
  width: 21px; height: 21px;
  background-color: var(--accent-color);
  color: var(--secondary-color);
  font-size: 0.68rem;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* =========================================================
   WHY CHOOSE US — feature cards
   ========================================================= */
.feature-card {
  background-color: var(--white);
  border-radius: 8px;
  padding: 38px 30px;
  height: 100%;
  text-align: left;
  box-shadow: 0 8px 26px rgba(43,35,32,0.07);
  transition: all .3s ease;
  border-top: 3px solid var(--accent-color);
}
.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(43,35,32,0.14);
}
.feature-card .icon-wrap {
  width: 58px; height: 58px;
  border-radius: 50%;
  background-color: rgba(201,162,39,0.14);
  color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 22px;
  border: 1.5px solid rgba(201,162,39,0.4);
}
.feature-card h5 { font-size: 1.12rem; margin-bottom: 10px; color: var(--secondary-color); }
.feature-card p { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 0; }

/* =========================================================
   CTA SECTION
   ========================================================= */
.cta-section {
  background-color: var(--secondary-color);
  background-size: cover;
  background-position: center;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(43,35,32,0.93) 0%, rgba(110,33,37,0.85) 100%);
  z-index: 0;
}
.cta-section .container { position: relative; z-index: 1; }
.cta-section h2 { color: var(--white); margin-bottom: 10px; }
.cta-section p { color: #D9D0C8; margin-bottom: 28px; }

/* =========================================================
   PRODUCTS / SERVICES
   ========================================================= */
.product-card {
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(43,35,32,0.08);
  transition: all .3s ease;
  height: 100%;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(43,35,32,0.15);
}
.product-card .product-img {
  height: 235px;
  overflow: hidden;
  position: relative;
}
.product-card .product-img::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(201,162,39,0.0);
}
.product-card .product-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.product-card:hover .product-img img { transform: scale(1.08); }
.product-card .product-body {
  padding: 22px 24px;
  border-top: 3px solid var(--accent-color);
}
.product-card .product-body h5 { margin-bottom: 0; font-size: 1.1rem; color: var(--secondary-color); }

/* =========================================================
   MISSION / VISION / VALUES (About page)
   ========================================================= */
.mv-card {
  background-color: var(--white);
  border-radius: 8px;
  padding: 40px 34px;
  height: 100%;
  box-shadow: 0 8px 26px rgba(43,35,32,0.08);
  border-top: 4px solid var(--primary-color);
}
.mv-card:nth-child(2) { border-top-color: var(--accent-color); }
.mv-card i { font-size: 2.1rem; color: var(--primary-color); margin-bottom: 18px; display: block; }
.mv-card:nth-child(2) i { color: var(--accent-dark); }
.mv-card h4 { margin-bottom: 14px; }
.mv-card p { color: var(--text-muted); margin-bottom: 0; }

.value-pill {
  background-color: var(--white);
  border-radius: 8px;
  padding: 28px 22px;
  text-align: center;
  height: 100%;
  box-shadow: 0 8px 22px rgba(43,35,32,0.07);
}
.value-pill i {
  font-size: 1.7rem;
  color: var(--secondary-color);
  background-color: rgba(201,162,39,0.16);
  width: 58px; height: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.value-pill h6 { font-weight: 700; margin-bottom: 8px; font-family: var(--font-head); }
.value-pill p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0; }

/* =========================================================
   CONTACT PAGE
   ========================================================= */
.contact-info-card {
  background-color: var(--secondary-color);
  color: var(--white);
  border-radius: 8px;
  padding: 42px 34px;
  height: 100%;
  border-top: 4px solid var(--accent-color);
}
.contact-info-card h4 { color: var(--white); margin-bottom: 26px; }
.contact-info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 28px;
}
.contact-info-item:last-child { margin-bottom: 0; }
.contact-info-item .ci-icon {
  width: 46px; height: 46px;
  background-color: var(--accent-color);
  color:white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  flex-shrink: 0;
  font-size: 1.05rem;
}
.contact-info-item .ci-text small {
  display: block;
  color: var(--accent-color);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.7rem;
  margin-bottom: 4px;
}
.contact-info-item .ci-text a,
.contact-info-item .ci-text span { color: var(--white); font-weight: 500; }
.contact-info-item .ci-text a:hover { color: var(--accent-color); }

.contact-form-wrap {
  background-color: var(--white);
  border-radius: 8px;
  padding: 44px;
  box-shadow: 0 8px 32px rgba(43,35,32,0.08);
}
.contact-form-wrap .form-control {
  border: 1px solid #E3DACD;
  padding: 12px 16px;
  border-radius: 4px;
  margin-bottom: 18px;
}
.contact-form-wrap .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 3px rgba(201,162,39,0.15);
}

/* =========================================================
   FOOTER
   ========================================================= */
.site-footer {
  background-color: var(--secondary-color);
  color: #C9BFB4;
}
.site-footer .footer-top { padding: 74px 0 42px; }
.site-footer h5 {
  color: var(--white);
  font-size: 1.05rem;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 14px;
}
.site-footer h5::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 36px; height: 2px;
  background-color: var(--accent-color);
}
.site-footer .footer-brand-text {
  color: var(--white);
  font-weight: 700;
  font-size: 1.25rem;
  font-family: var(--font-head);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.site-footer .footer-brand-text img { height: 62px; }
.site-footer p { font-size: 0.93rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer ul li { margin-bottom: 13px; }
.site-footer ul li a { color: #C9BFB4; font-size: 0.94rem;  font-weight: bold;}
.site-footer ul li a:hover { color: var(--accent-color); padding-left: 4px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  font-size: 0.85rem;
}
.footer-bottom a { color: var(--accent-color); }
@media(max-width:768px){
  .site-footer .footer-brand-text img{
    height: 42px;
  }
}

/* =========================================================
   MISC
   ========================================================= */
.back-to-top {
  position: fixed;
  bottom: 26px;
  right: 26px;
  width: 46px; height: 46px;
  background-color: var(--accent-color);
  color: var(--secondary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
  z-index: 999;
  font-size: 1.1rem;
}
.back-to-top.show { opacity: 1; visibility: visible; }
.back-to-top:hover { background-color: var(--accent-dark); }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* =========================================================
   MOBILE NAVBAR
   ========================================================= */
@media (max-width: 991.98px) {
  .top-bar { display: none; }
  .main-navbar .navbar-brand img { height: 40px; }
  .main-navbar .navbar-collapse {
    flex-basis: 100%;
    width: 100%;
  }
  .main-navbar .navbar-collapse.show,
  .main-navbar .navbar-collapse.collapsing {
    padding: 10px 0 16px;
    border-top: 1px solid #eee;
    margin-top: 8px;
  }
  .main-navbar .navbar-nav {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .main-navbar .navbar-nav .nav-link { margin: 0; padding: 10px 0 !important; }
  .main-navbar .navbar-nav .nav-item { width: 100%; }
  .nav-products-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .mobile-cat-toggle {
    background: none;
    border: none;
    padding: 6px 8px;
    color: var(--primary-color);
    font-size: 0.85rem;
    cursor: pointer;
    transition: transform .25s ease;
    line-height: 1;
  }
  .mobile-cat-toggle.open { transform: rotate(180deg); }
  .main-navbar .navbar-nav .dropdown-menu {
    position: static !important;
    box-shadow: none !important;
    border: none !important;
    background: transparent !important;
    padding: 0 0 4px 16px !important;
    margin-top: 0 !important;
    animation: none !important;
    display: none;
  }
  .main-navbar .navbar-nav .dropdown-menu.show { display: block; }
}

/* =========================================================
   PRODUCTS DROPDOWN (navbar) — not used (flat product list)
   ========================================================= */
.main-navbar .dropdown-menu {
  border: none;
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(43,35,32,0.16);
  padding: 10px;
  margin-top: 6px;
  min-width: 240px;
}
.main-navbar .dropdown-item {
  color: var(--secondary-color);
  font-weight: 500;
  padding: 10px 16px;
  border-radius: 6px;
}
.main-navbar .dropdown-item:hover,
.main-navbar .dropdown-item:focus {
  background-color: rgba(201,162,39,0.1);
  color: var(--primary-color);
}
@media (min-width: 992px) {
  .main-navbar .dropdown-menu {
    display: none;
    animation: fadeInUp .2s ease both;
  }
  .main-navbar .dropdown-menu.show {
    display: block;
  }
}

/* =========================================================
   ITEM CARDS (category pages) — reserved for future use
   ========================================================= */
.item-card {
  background-color: var(--white);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(43,35,32,0.08);
  transition: all .3s ease;
  height: 100%;
}
.item-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(43,35,32,0.15); }
.item-card .item-img { height: 210px; overflow: hidden; }
.item-card .item-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.item-card:hover .item-img img { transform: scale(1.08); }
.item-card .item-body { padding: 20px; border-top: 3px solid var(--accent-color); text-align: center; }
.item-card .item-body h5 { margin-bottom: 0; font-size: 1rem; }
