/* =========================================================
   NEW RAJLAXMI JEWELLERS
   Premium Burgundy + Gold Theme
   Bootstrap 5 + Custom CSS
========================================================= */

:root {
  --burgundy: #65052e;
  --burgundy-dark: #3e021c;
  --burgundy-soft: #861a49;
  --gold: #d8ae3f;
  --gold-light: #f3d77a;
  --cream: #fffaf0;
  --text: #30262a;
  --muted: #6d6266;
  --white: #ffffff;
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  scroll-padding-top: 82px;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: "Georgia", "Times New Roman", serif;
  color: var(--text);
  background: #fff;
  overflow-x: hidden;
}
.navbar-premium {
  background: rgba(62, 2, 28, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(216, 174, 63, 0.35);
  padding: 8px 0;
}

.nav-logo {
  width:90px;
  height:90px;
  object-fit: contain;
  border-radius: 0;
  border: none;
  background: transparent;
}
.brand-name {
  color: var(--gold-light);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 1.05;
}

.brand-name small {
  display: block;
  color: #fff;
  font-size: 0.65rem;
  letter-spacing: 3px;
  font-weight: 400;
  margin-top: 3px;
}

.nav-link {
  color: rgba(255,255,255,.9) !important;
  font-family: Arial, sans-serif;
  font-size: .9rem;
  letter-spacing: .4px;
}

.nav-link:hover,
.nav-link.active {
  color: var(--gold-light) !important;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--burgundy-dark);
  border: 1px solid var(--gold-light);
  font-family: Arial, sans-serif;
  font-weight: 700;
}

.btn-gold:hover {
  background: var(--gold);
  color: var(--burgundy-dark);
  transform: translateY(-1px);
}

.hero-section {
  position: relative;
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(circle at 75% 30%, rgba(216,174,63,.18), transparent 26%),
    radial-gradient(circle at 15% 80%, rgba(134,26,73,.55), transparent 32%),
    linear-gradient(125deg, #350018 0%, #65052e 48%, #43021f 100%);
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(216,174,63,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216,174,63,.07) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, transparent 20%, rgba(20,0,10,.42) 100%);
}

.eyebrow,
.section-kicker {
  font-family: Arial, sans-serif;
  letter-spacing: 3px;
  font-size: .75rem;
  font-weight: 700;
  color: var(--gold-light);
}

.hero-section h1 {
  max-width: 760px;
  line-height: 1.08;
}

.hero-section h1 span,
.section-title span {
  color: var(--gold);
}

.hero-text {
  max-width: 720px;
  color: rgba(255,255,255,.82);
  line-height: 1.75;
  font-family: Arial, sans-serif;
  font-size: 1rem;
}

.hero-info {
  max-width: 720px;
}

.mini-info {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.88);
  font-family: Arial, sans-serif;
  font-size: .85rem;
}

.mini-info i {
  color: var(--gold-light);
  font-size: 1.2rem;
}

.hero-logo-card {
  width: 360px;
  height: 360px;
  padding: 18px;
  border: 1px solid rgba(243,215,122,.6);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  box-shadow: 0 25px 70px rgba(0,0,0,.35), inset 0 0 40px rgba(216,174,63,.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-logo-card img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 7px solid rgba(243,215,122,.22);
}

.section-padding {
  padding: 95px 0;
}

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

.section-title {
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  margin-top: 10px;
}

.section-lead {
  color: var(--muted);
  max-width: 720px;
  font-family: Arial, sans-serif;
  line-height: 1.75;
}

/* =========================================================
   ABOUT SECTION - VIDEO + CONTENT
========================================================= */

.about-video-wrap {
  width: 100%;
  padding: 0;
  background: #ffffff;
  border: 1px solid rgba(101, 5, 46, 0.18);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(62, 2, 28, 0.10);
}
.about-image {
  width: 100%;
  height: 720px;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
/* ABOUT TEXT */

#about .section-title {
  margin-bottom: 20px;
}

#about .section-lead {
  margin-bottom: 18px;
}

#about > .container > .row {
  align-items: center;
}


/* FEATURE BOX */

#about .feature-box {
  height: 100%;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(101, 5, 46, 0.12);
  border-radius: 14px;
  background: #ffffff;
}

#about .feature-box > i {
  color: #d8ae3f;
  font-size: 1.6rem;
}

#about .feature-box h3 {
  font-size: 1.05rem;
  margin: 0 0 5px;
}

#about .feature-box p {
  font-size: 0.82rem;
  margin: 0;
}


/* Tablet */
@media (max-width: 991.98px) {
  .about-image {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  .about-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
}
.feature-box {
  height: 100%;
  display: flex;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(101,5,46,.12);
  border-radius: 14px;
  background: #fff;
}

.feature-box > i {
  color: var(--gold);
  font-size: 1.6rem;
}

.feature-box h3 {
  font-size: 1.05rem;
  margin: 0 0 4px;
}

.feature-box p {
  font-size: .82rem;
  margin: 0;
}



.dark-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(216,174,63,.12), transparent 25%),
    linear-gradient(135deg, var(--burgundy-dark), var(--burgundy));
}

.gold-text {
  color: var(--gold-light);
}

.why-card {
  position: relative;
  height: 100%;
  padding: 38px 30px;
  border: 1px solid rgba(243,215,122,.2);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  color: #fff;
  overflow: hidden;
}

.why-card i {
  color: var(--gold-light);
  font-size: 2rem;
  display: block;
  margin: 30px 0 15px;
}

.why-card h3 {
  color: #fff;
  font-size: 1.3rem;
}

.why-card p {
  color: rgba(255,255,255,.68);
  font-size: .9rem;
}

.why-number {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(243,215,122,.35);
  font-family: Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}

.cta-section {
  padding: 70px 0;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
}

.cta-title {
  font-size: clamp(1.9rem, 4vw, 3rem);
  font-weight: 700;
  color: var(--burgundy-dark);
  margin: 8px 0 12px;
}

.cta-section p {
  color: var(--burgundy-dark);
}

/* =========================================================
   VISIT OUR STORE
========================================================= */

.visit-card {
  background: #ffffff;
  border: 1px solid rgba(101, 5, 46, 0.15);
  border-radius: 18px;
  padding: 38px;
  box-shadow: 0 15px 40px rgba(62, 2, 28, 0.08);
}

.visit-card h3 {
  color: #65052e;
  font-family: Georgia, serif;
  font-size: 28px;
  margin-bottom: 30px;
}

.visit-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 25px;
}

.visit-item > i {
  color: #d8ae3f;
  font-size: 1.3rem;
  margin-top: 3px;
}

.visit-item strong {
  display: block;
  margin-bottom: 5px;
}

.visit-item p {
  margin: 0;
  line-height: 1.6;
}

.visit-item a {
  color: #65052e;
  text-decoration: none;
  font-weight: 600;
}

.visit-item a:hover {
  color: #d8ae3f;
}


/* GOOGLE MAP */

.map-card {
  min-height: 480px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(101, 5, 46, 0.15);
  box-shadow: 0 15px 40px rgba(62, 2, 28, 0.08);
  background: #ffffff;
}

.map-card iframe {
  width: 100%;
  height: 100%;
  min-height: 480px;
  display: block;
  border: 0;
}


/* MOBILE */

@media (max-width: 991.98px) {

  .map-card {
    min-height: 400px;
  }

  .map-card iframe {
    min-height: 400px;
  }

}


@media (max-width: 575.98px) {

  .visit-card {
    padding: 25px;
  }

  .map-card {
    min-height: 350px;
  }

  .map-card iframe {
    min-height: 350px;
  }

}
/* =========================================================
   FOOTER — NEW RAJLAXMI JEWELLERS
========================================================= */

.footer {
  width: 100%;
  margin-top: auto;
  padding: 50px 0 25px;
  background: #3d001c;
  color: #ffffff;
  margin: 0;
}
.footer .container {
  max-width: 1200px;
}

.footer-logo {
  width:120px;
  height: 120px;
  object-fit: contain;
  border-radius: 0;
  border: none;
  background: transparent;
}

.footer h2 {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 5px;
  letter-spacing: .5px;
}

.footer p,
.footer span {
  font-family: Arial, sans-serif;
}

.footer p {
  color: rgba(255,255,255,.9);
  font-size: .85rem;
  line-height: 1.7;
  margin-bottom: 0;
}

.footer-contact {
  color: var(--gold-light);
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: .95rem;
}
.footer-contact:hover {
  color: #ffffff;
}

.footer-brand {
  color: var(--gold-light);
  font-family: Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: .5px;
}

.footer-phone {
  color: var(--gold-light);
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 1rem;
}

.footer-phone:hover {
  color: #ffffff;
}

.footer-line {
  border-color: rgba(243,215,122,.18);
  margin: 30px 0 20px;
}

.footer .text-end {
  color: rgba(255,255,255,.9);
}
/* FOOTER BOTTOM FIX */

.footer-bottom {
  width: 100%;
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(243,215,122,.18);
}

.footer-bottom .row {
  margin-left: 0;
  margin-right: 0;
}

.footer-bottom p {
  margin: 0;
  color: rgba(255,255,255,.9);
  font-family: Arial, sans-serif;
  font-size: .8rem;
}
@media (max-width: 767.98px) {

  .footer {
    padding: 40px 20px 20px;
    text-align: center;
  }

.footer-logo {
  width: 65px;
  height: 65px;
}

  .footer h2 {
    margin-top: 10px;
  }

  .footer .text-end {
    text-align: center !important;
  }

  .footer-line {
    margin: 25px 0 18px;
  }
}

.floating-call {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 1030;
  background: var(--gold);
  color: var(--burgundy-dark);
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  font-size: 1.2rem;
}

@media (max-width: 991.98px) {
  .navbar-premium .navbar-collapse {
    padding: 14px 0 8px;
  }

  .hero-section .min-vh-100 {
    min-height: 100vh !important;
  }

  .hero-section h1 {
    font-size: clamp(2.5rem, 8vw, 4rem);
  }
}

@media (max-width: 575.98px) {
  .section-padding {
    padding: 70px 0;
  }

  .nav-logo {
  width: 55px;
  height: 55px;
}
  .brand-name {
    font-size: .88rem;
  }

  .hero-section h1 {
    font-size: 2.45rem;
  }

  .hero-text {
    font-size: .92rem;
  }

  .contact-card,
  .hours-card {
    padding: 25px;
  }

  .floating-call {
    right: 15px;
    bottom: 15px;
  }
}


/* =========================================================
   COLLECTIONS - IMAGE ONLY
========================================================= */

.collection-card {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(101, 5, 46, 0.15);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(62, 2, 28, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.collection-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(62, 2, 28, 0.13);
}

.collection-image {
  width: 100%;
  height: 320px;
  display: block;
  object-fit: cover;
}

@media (max-width: 575.98px) {
  .collection-image {
    height: 280px;
  }
}
