/* Brilliant Works – Clean White + Gold Theme (2026) */
:root {
  --gold: #D4AF37;
  --gold-dark: #B8962E;
  --black: #111111;
  --text: #333333;
  --muted: #666666;
  --white: #ffffff;
  --soft: #f8f8f8;
  --radius: 14px;
  --shadow: 0 8px 24px rgba(0,0,0,0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 700;
  line-height: 1.25;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; transition: 0.25s; }

/* ========== NAV ========== */
.navbar {
  background: rgba(255,255,255,0.97) !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 0.6rem 0;
}
.navbar-brand img { height: 48px; width: auto; }
.navbar-brand span {
  color: var(--gold);
  font-size: 1.35rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}
.nav-link {
  color: #333 !important;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.5rem 0.9rem !important;
}
.nav-link:hover,
.nav-link:focus { color: var(--gold) !important; }
.dropdown-menu {
  border: none;
  box-shadow: var(--shadow);
  border-radius: 10px;
  padding: 0.5rem;
}
.dropdown-item {
  border-radius: 6px;
  padding: 0.55rem 1rem;
  font-size: 0.92rem;
}
.dropdown-item:hover {
  background: rgba(212,175,55,0.12);
  color: var(--gold-dark);
}
.navbar-toggler {
  border: 1.5px solid var(--gold);
  padding: 0.35rem 0.55rem;
}
.navbar-toggler:focus { box-shadow: 0 0 0 0.15rem rgba(212,175,55,0.35); }

/* ========== BUTTONS ========== */
.btn-gold {
  background: var(--gold);
  color: #000;
  font-weight: 600;
  padding: 13px 30px;
  border-radius: 50px;
  border: none;
  display: inline-block;
  transition: 0.25s;
  font-size: 1rem;
  cursor: pointer;
}
.btn-gold:hover {
  background: var(--black);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background: linear-gradient(rgba(0,0,0,0.58), rgba(0,0,0,0.58)), url('../images/hero-bg.jpg') center/cover no-repeat;
  padding: 100px 20px 60px;
}
.hero-logo {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto 20px;
  box-shadow: 0 0 30px rgba(255,255,255,0.35);
}
.hero h1 {
  font-size: clamp(2rem, 6vw, 3.4rem);
  color: var(--gold);
  margin-bottom: 12px;
}
.hero .lead {
  font-size: clamp(1rem, 2.5vw, 1.35rem);
  opacity: 0.95;
  margin-bottom: 28px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

/* ========== SECTIONS ========== */
.section { padding: 80px 0; }
.section-dark {
  background: linear-gradient(rgba(0,0,0,0.78), rgba(0,0,0,0.78)), url('../images/hero-bg.jpg') center/cover no-repeat;
  color: #fff;
  padding: 90px 0;
}
.section-title {
  color: var(--gold);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  text-align: center;
  margin-bottom: 1.2rem;
}
.section-sub {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 2.5rem;
  font-size: 1.05rem;
  opacity: 0.92;
}

/* ========== SERVICE CARDS ========== */
.service-card {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 22px 18px;
  height: 100%;
  transition: 0.3s;
  text-align: center;
  border: 1px solid rgba(0,0,0,0.04);
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}
.service-card img {
  height: 120px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 2.5px solid var(--gold);
  margin-bottom: 14px;
  background: #fff;
}
.service-card h5 {
  color: var(--black);
  font-size: 1.1rem;
  margin-bottom: 6px;
}
.service-card p {
  color: var(--muted);
  font-size: 0.9rem;
  margin: 0;
}

/* ========== WHY US ========== */
.why-card {
  background: rgba(255,255,255,0.96);
  color: #333;
  border-radius: var(--radius);
  padding: 28px 22px;
  height: 100%;
  box-shadow: var(--shadow);
}
.why-card h4 {
  color: var(--gold);
  margin-bottom: 10px;
  font-size: 1.25rem;
}

/* ========== TESTIMONIALS with photos ========== */
.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 28px 22px;
  box-shadow: var(--shadow);
  height: 100%;
  border-top: 3px solid var(--gold);
  text-align: center;
}
.testimonial-card .photo {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
  margin: 0 auto 16px;
}
.testimonial-card .quote {
  font-style: italic;
  color: var(--muted);
  margin-bottom: 14px;
  font-size: 0.95rem;
  line-height: 1.6;
}
.testimonial-card .author {
  font-weight: 700;
  color: var(--black);
  font-size: 1rem;
  margin-bottom: 2px;
}
.testimonial-card .role {
  font-size: 0.85rem;
  color: var(--gold-dark);
}

/* ========== CLIENTS MARQUEE ========== */
.clients-section {
  background: #0d0d0d;
  padding: 55px 0;
  overflow: hidden;
}
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
}
.marquee {
  display: flex;
  width: max-content;
  animation: marquee-scroll 35s linear infinite;
}
.marquee-wrapper:hover .marquee {
  animation-play-state: paused;
}
.client-name {
  font-size: clamp(0.95rem, 2vw, 1.2rem);
  font-weight: 500;
  color: #fff;
  padding: 10px 26px;
  margin: 0 12px;
  background: rgba(212,175,55,0.12);
  border: 1.5px solid var(--gold);
  border-radius: 50px;
  white-space: nowrap;
}
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ========== MAP ========== */
.map-wrap {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  height: 320px;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ========== CONTACT ========== */
.contact-form {
  background: #fff;
  border-radius: var(--radius);
  padding: 32px 28px;
  box-shadow: var(--shadow);
}
.form-control {
  border-radius: 10px;
  border: 1.5px solid #e0e0e0;
  padding: 12px 16px;
  font-size: 0.95rem;
}
.form-control:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(212,175,55,0.2);
}
.form-label {
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 6px;
}

/* ========== WHATSAPP FLOAT ========== */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  box-shadow: 0 6px 20px rgba(37,211,102,0.45);
  z-index: 999;
  transition: 0.25s;
}
.whatsapp-float:hover {
  transform: scale(1.08);
  color: #fff;
  background: #1ebe57;
}

/* ========== FOOTER ========== */
footer {
  background: #0a0a0a;
  color: #bbb;
  padding: 40px 0 24px;
  text-align: center;
}
footer a {
  color: var(--gold);
  font-weight: 500;
}
footer a:hover { color: #fff; }
.footer-credit {
  margin-top: 12px;
  font-size: 0.88rem;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 12px;
    border-radius: 10px;
    margin-top: 8px;
    box-shadow: var(--shadow);
  }
  .hero-logo { width: 90px; height: 90px; }
  .section { padding: 60px 0; }
  .section-dark { padding: 70px 0; }
}

@media (max-width: 767px) {
  .navbar-brand span { font-size: 1.15rem; }
  .navbar-brand img { height: 40px; }
  .hero {
    min-height: auto;
    padding: 110px 16px 70px;
  }
  .hero-logo { width: 80px; height: 80px; border-width: 3px; }
  .service-card img { height: 110px; }
  .contact-form { padding: 24px 18px; }
  .client-name {
    font-size: 0.9rem;
    padding: 8px 16px;
    margin: 0 8px;
  }
  .map-wrap { height: 260px; }
  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: 18px;
    right: 18px;
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .btn-gold { padding: 12px 24px; font-size: 0.95rem; }
  .hero h1 { font-size: 1.85rem; }
}
