/* Lumirexal Inc — Theme aligned with reference template #22917 */

:root {
  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Work Sans', sans-serif;
  --white: #ffffff;
  --white-80: rgba(255, 255, 255, 0.8);
  --text-dark: #1f1f1f;
  --text: #5b6061;
  --text-muted: #a5a5a5;
  --bg-light: #f5f5f5;
  --bg-gray: #a8b9bd;
  --accent: #ff2c55;
  --accent-hover: #e5274d;
  --section-pad: 100px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--text-dark);
  letter-spacing: -0.02em;
}

a {
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.section {
  padding: var(--section-pad) 0;
}

.section-dark {
  background: var(--text-dark);
  color: var(--white-80);
}

.section-dark .section-title,
.section-dark h3 {
  color: var(--white);
}

.section-dark .section-subtitle {
  color: var(--white-80);
}

.section-header {
  max-width: 720px;
  margin: 0 auto 60px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 18px;
  color: var(--text);
  line-height: 1.55;
}

.text-accent {
  color: var(--accent);
}

/* Buttons */
.btn-primary {
  --bs-btn-bg: var(--accent);
  --bs-btn-border-color: var(--accent);
  --bs-btn-hover-bg: var(--accent-hover);
  --bs-btn-hover-border-color: var(--accent-hover);
  --bs-btn-active-bg: var(--accent-hover);
  --bs-btn-active-border-color: var(--accent-hover);
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.04em;
  border-radius: 50px;
  padding: 14px 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: none;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover,
.btn-primary:focus {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.btn-outline-primary {
  --bs-btn-color: var(--accent);
  --bs-btn-border-color: var(--accent);
  --bs-btn-hover-bg: var(--accent);
  --bs-btn-hover-border-color: var(--accent);
  font-family: var(--font-heading);
  font-weight: 600;
  text-transform: lowercase;
  letter-spacing: 0.04em;
  border-radius: 50px;
  padding: 14px 32px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-width: 2px;
  background: transparent;
}

.btn-arrow {
  display: inline-flex;
  gap: -4px;
}

.btn-arrow i:first-child {
  margin-right: -6px;
  opacity: 0.6;
}

/* Header */
.site-header {
  z-index: 1030;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.site-header .brand-text{
  color: #fff;
}

.site-header .nav-item .nav-link{
  color: #fff;
}

.scrolled .brand-text{
  color: #000;
}

.scrolled .nav-item .nav-link{
  color: #000;
}

.site-header .navbar {
  padding: 20px 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--text-dark);
}

.navbar-brand span.brand-text span {
  color: var(--accent);
}

.brand-icon {
  width: 40px;
  height: 40px;
  background: var(--accent);
  color: var(--white);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.brand-icon img {
  width: 22px;
  height: 22px;
  display: block;
}

.site-header .nav-link {
  font-family: var(--font-heading);
  font-weight: 500;
  color: var(--text-dark);
  padding: 8px 18px !important;
  position: relative;
}

.site-header .nav-link:hover,
.site-header .nav-link.active {
  color: var(--accent);
}

.btn-header {
  padding: 10px 24px;
  font-size: 0.9rem;
}

.navbar-toggler {
  border: none;
  padding: 4px 8px;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231f1f1f' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero .carousel,
.hero .carousel-inner,
.hero .carousel-item {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(31, 31, 31, 0.55) 0%, rgba(31, 31, 31, 0.75) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 140px 20px 80px;
  max-width: 860px;
  margin: 0 auto;
}

.hero-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 20px;
}

.hero-subtitle {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--white-80);
  margin-bottom: 36px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.btn-hero {
  padding: 16px 36px;
  font-size: 1rem;
}

/* Override Bootstrap carousel-indicators defaults */
.hero .carousel-indicators.hero-dots {
  position: absolute;
  right: 40px;
  left: auto;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  justify-content: center;
  align-items: center;
}

.hero .carousel-indicators.hero-dots [data-bs-target] {
  box-sizing: border-box;
  flex: none;
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  background-clip: border-box;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 600;
  line-height: 44px;
  text-indent: 0;
  text-align: center;
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease;
}

.hero .carousel-indicators.hero-dots [data-bs-target].active {
  background: var(--accent);
  border-color: var(--accent);
  opacity: 1;
}

.hero .carousel-indicators.hero-dots [data-bs-target]:hover:not(.active) {
  border-color: rgba(255, 255, 255, 0.6);
  opacity: 0.85;
}

.scroll-hint {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  opacity: 0.7;
}

/* Services */
.services {
  background: var(--bg-light);
}

.service-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.service-image {
  height: 220px;
  overflow: hidden;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.05);
}

.service-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 20px 0;
  font-size: 0.85rem;
  color: var(--bg-gray);
}

.service-meta span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.service-meta i {
  color: var(--accent);
}

.service-name {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 16px 20px 24px;
  text-align: center;
  margin: 0;
}

/* About */
.about {
  padding: 0;
}

.about-content-col {
  background: var(--bg-light);
  display: flex;
  align-items: center;
}

.about-content {
  padding: 80px 60px;
  max-width: 640px;
  margin-left: auto;
}

.about-image-col {
  position: relative;
  min-height: 500px;
}

.about-image-col img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.about-badge {
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: var(--accent);
  color: var(--white);
  padding: 24px 32px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(255, 44, 85, 0.35);
}

.about-badge strong {
  display: block;
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--white);
}

.about-badge span {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* Features */
.features-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  object-fit: cover;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-item {
  text-align: center;
  padding: 24px 16px;
}

.feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 16px;
  background: var(--bg-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--accent);
  transition: background 0.3s ease, color 0.3s ease;
}

.feature-item:hover .feature-icon {
  background: var(--accent);
  color: var(--white);
}

.feature-item h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.feature-item p {
  font-size: 0.95rem;
  margin: 0;
}

/* Stats */
.stats .stat-item {
  padding: 20px;
}

.stat-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--accent);
}

.stat-item h3 {
  font-size: 1.1rem;
  color: var(--white);
  margin-bottom: 8px;
}

.stat-item h3 span {
  color: var(--accent);
  font-size: 1.5rem;
}

.stat-item p {
  color: var(--white-80);
  font-size: 0.95rem;
}

/* Products */
.products {
  background: var(--bg-light);
}

.product-card {
  background: var(--white);
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.product-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.product-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--accent);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.product-body {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-body h3 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.product-body > p {
  font-size: 0.95rem;
  flex: 1;
}

.product-features {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.product-features li {
  font-size: 0.9rem;
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-features i {
  color: var(--accent);
}

.product-link {
  font-family: var(--font-heading);
  font-weight: 600;
  color: var(--accent);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
}

.product-link:hover {
  color: var(--accent-hover);
}

/* Why Us */
.why-stats {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 24px 0 0;
  margin: 0;
}

.why-stats li {
  display: flex;
  flex-direction: column;
}

.why-stats strong {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--accent);
  line-height: 1;
}

.why-stats span {
  font-size: 0.9rem;
  color: var(--text);
  margin-top: 4px;
}

/* Testimonials */
.rating-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  color: var(--white-80);
}

.rating-line .stars,
.testimonial-card .stars {
  color: var(--accent);
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  margin: 0;
}

.testimonial-card p {
  color: var(--white-80);
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-card footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.testimonial-card footer img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card footer strong {
  display: block;
  color: var(--white);
  font-family: var(--font-heading);
}

.testimonial-card footer small {
  color: var(--white-80);
}

/* Gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

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

.gallery-wide {
  grid-column: span 2;
}

.gallery-tall {
  grid-row: span 2;
}

/* CTA / Contact */
.cta {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

.cta-bg {
  position: absolute;
  inset: 0;
}

.cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(31, 31, 31, 0.85);
}

.cta .container {
  position: relative;
  z-index: 1;
}

.cta-panel {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 48px;
}

.cta-panel p {
  color: var(--white-80);
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.contact-item i {
  font-size: 1.5rem;
  color: var(--accent);
  margin-top: 4px;
}

.contact-item small {
  display: block;
  color: var(--bg-gray);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-item a {
  color: var(--white);
  font-size: 1.1rem;
  font-weight: 500;
}

.contact-item a:hover {
  color: var(--accent);
}

.contact-form .form-control {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
  border-radius: 8px;
  padding: 12px 16px;
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.contact-form .form-control:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 44, 85, 0.2);
  color: var(--white);
}

.form-feedback {
  color: var(--accent);
  font-size: 0.95rem;
  min-height: 24px;
}

/* Footer */
.site-footer {
  background: var(--text-dark);
  color: var(--white-80);
  padding-top: 80px;
}

.footer-brand {
  margin-bottom: 20px;
  color: var(--white);
}

.footer-brand .brand-text {
  color: var(--white);
}

.footer-desc {
  max-width: 380px;
  margin-bottom: 24px;
  font-size: 0.95rem;
}

.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 1.1rem;
}

.footer-social a:hover {
  background: var(--accent);
  color: var(--white);
}

.site-footer h4 {
  color: var(--white);
  font-size: 1rem;
  margin-bottom: 20px;
}

.site-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer ul a,
.site-footer address a {
  color: var(--white-80);
  font-style: normal;
}

.site-footer ul a:hover,
.site-footer address a:hover {
  color: var(--accent);
}

.site-footer address p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--white-80);
}

.site-footer address i {
  color: var(--accent);
}

.footer-bottom {
  margin-top: 60px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.9rem;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: var(--white-80);
}

.footer-links a:hover {
  color: var(--accent);
}

/* Scroll to top */
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 48px;
  height: 48px;
  background: var(--accent);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1020;
  box-shadow: 0 6px 20px rgba(255, 44, 85, 0.4);
}

.scroll-top.visible {
  opacity: 1;
  visibility: visible;
}

.scroll-top:hover {
  background: var(--accent-hover);
  color: var(--white);
  transform: translateY(-3px);
}

/* Animations */
.fade-in {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
  :root {
    --section-pad: 70px;
  }

  .hero .carousel-indicators.hero-dots {
    right: 16px;
  }

  .hero .carousel-indicators.hero-dots [data-bs-target] {
    width: 40px;
    height: 40px;
    font-size: 0.75rem;
    line-height: 36px;
  }

  .about-content {
    padding: 60px 24px;
    margin: 0 auto;
  }

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

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
  }

  .gallery-wide {
    grid-column: span 2;
  }

  .gallery-tall {
    grid-row: span 1;
  }

  .why-stats {
    gap: 24px;
  }

  .cta-panel {
    padding: 32px 24px;
  }

  .btn-header {
    margin-top: 12px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-wide {
    grid-column: span 1;
  }

  .why-stats {
    flex-direction: column;
    gap: 16px;
  }

  .scroll-hint {
    display: none;
  }
}
