/* ================================
   Header
================================ */

.container-header {
  background: #0a6eb9;
}


/* ================================
   Hero
================================ */

.lw-hero {
  min-height: 580px;
  background: url('/images/slides/slide1.jpg') center 25% / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding: 4rem 1.5rem;
}

.lw-hero-inner {
  max-width: 760px;
  background: rgba(41, 31, 31, 0.4);
  padding: 1.5rem 2rem;
  border-radius: 10px;
}

.lw-hero h1 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.lw-hero p {
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
}

.lw-hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}


/* ================================
   Products Module
================================ */

.products-module {
  text-align: center;
  margin: 2rem auto;
}

.productheadliner {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: #291f1f;
}

.productheadliner strong {
  font-size: 1.6rem;
  color: #7b1e1e;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.product-card {
  text-align: center;
}

.product-card h3 {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}

.product-card h3 a {
  color: #7b1e1e;
  text-decoration: none;
}

.product-card h3 a:hover {
  text-decoration: underline;
}

.product-card p {
  margin-bottom: 1rem;
  line-height: 1.4;
}

.product-card img,
.product-image img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

.product-image {
  display: block;
  text-align: center;
}

@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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


/* ================================
   Testimonials
================================ */

.lj-testimonials {
  padding: 2rem 1rem;
}

.lj-testimonials h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}

.lj-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.lj-testimonial-card {
  background: #291f1f;
  color: #ffffff;
  padding: 1.25rem;
  border-radius: 8px;
}

.lj-testimonial-card h3 {
  background: #291f1f;
  color: #ffffff;
  margin: 0 0 .75rem 0;
  font-size: 1.15rem;
}

.lj-testimonial-card p {
  font-style: italic;
  margin: 0 0 .75rem 0;
}

.lj-testimonial-card span {
  display: block;
  font-weight: 700;
  text-align: right;
}

.lj-testimonial-rotator .lj-testimonial-card {
  display: none;
}

@media (max-width: 768px) {
  .lj-testimonial-grid {
    grid-template-columns: 1fr;
  }
}


/* ================================
   Footer
================================ */

.container-footer {
  background: #291f1f;
  color: #ffffff;
  padding: 35px 0 20px;
  border-top: 3px solid #3a2c2c;
}

.container-footer .grid-child,
.container-footer .mod-custom,
.container-footer .custom,
.container-footer .custom-footer-wrap {
  display: block;
  width: 100%;
}

.custom-footer-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1fr 1fr 320px;
  gap: 48px;
  align-items: start;
}

.container-footer h3 {
  color: #ffffff;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.container-footer p,
.container-footer li {
  color: #ffffff;
  font-size: 0.95rem;
  line-height: 1.6;
}

.container-footer a {
  color: #ffffff;
  text-decoration: none;
}

.container-footer a:hover {
  color: #dddddd;
  text-decoration: underline;
}

.footer-menu-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.footer-menu-list li {
  margin-bottom: 6px;
}

.footer-map {
  width: 300px;
  max-width: 100%;
}

.footer-map iframe {
  width: 300px;
  max-width: 100%;
  height: 250px;
  border: 0;
  display: block;
}

.footer-map-link {
  margin-top: 10px;
}

.footer-map-link a {
  white-space: nowrap;
}

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

  .footer-map,
  .footer-map iframe {
    width: 100%;
  }
}
/* ================================
   Products Page
================================ */

.lj-products-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px 40px;
  text-align: center;
}

.lj-products-page h2 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #291f1f;
}

.lj-products-intro {
  max-width: 850px;
  margin: 0 auto 32px;
  font-size: 1.05rem;
}

.lj-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  align-items: stretch;
}

.lj-product-card {
  background: #f7f4ef;
  border: 1px solid #ddd3c8;
  border-radius: 10px;
  padding: 22px 18px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
}

.lj-product-card h3 {
  margin: 0 0 14px;
  font-size: 1.25rem;
  text-transform: uppercase;
}

.lj-product-card h3 a {
  color: #291f1f;
  text-decoration: none;
}

.lj-product-card h3 a:hover {
  text-decoration: underline;
}

.lj-product-card img {
  display: block;
  width: 100%;
  max-width: 180px;
  height: auto;
  margin: 0 auto 16px;
  border-radius: 6px;
}

.lj-product-card p {
  margin: 0;
  line-height: 1.45;
}

/* Tablet */
@media (max-width: 900px) {
  .lj-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .lj-products-grid {
    grid-template-columns: 1fr;
  }
}
.lj-brochure-grid .lj-products-card,
.lj-gallery-grid .lj-products-card {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lj-brochure-grid img {
  max-height: 180px;
  width: auto;
}

.lj-gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
/* Brochure Grid Layout */
.brochure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 20px;
}

/* Individual Cards */
.brochure-card {
  text-align: center;
}

/* Images */
.brochure-card img {
  width: 100%;
  max-width: 180px;
  height: auto;
  border-radius: 6px;
  transition: transform 0.2s ease;
}

/* Hover effect (optional but nice) */
.brochure-card img:hover {
  transform: scale(1.05);
}
.brochure-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 24px;
  align-items: center;
  justify-items: center;
  margin: 25px 0 35px;
}

.brochure-grid a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  transition: transform 0.2s ease;
}

.brochure-grid a:hover {
  transform: scale(1.05);
}

.brochure-grid img {
  max-width: 110px;
  height: auto;
  display: block;
}
/* ================================
   Contractor Page
================================ */

.lj-contractor-page {
  max-width: 1200px;
  margin: 0 auto;
}

.lj-contractor-hero {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 32px;
  align-items: center;
  background: #f5f1ea;
  border: 1px solid #e0d8cc;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 32px;
}

.lj-contractor-hero h2 {
  margin-top: 0;
  color: #291f1f;
}

.lj-contractor-hero p {
  font-size: 1.05rem;
  line-height: 1.6;
}

.lj-contractor-image img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  border-radius: 8px;
}

.lj-button {
  display: inline-block;
  background: #291f1f;
  color: #ffffff;
  padding: 11px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
}

.lj-button:hover {
  background: #4a3636;
  color: #ffffff;
  text-decoration: none;
}

.lj-contractor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.lj-contractor-card {
  background: #ffffff;
  border: 1px solid #ddd5ca;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.lj-contractor-card h3 {
  margin-top: 0;
  color: #291f1f;
  font-size: 1.25rem;
}

.lj-contractor-card ul {
  margin-bottom: 0;
  padding-left: 20px;
}

.lj-contractor-card li {
  margin-bottom: 8px;
  line-height: 1.5;
}

.lj-showroom-card {
  background: #f5f1ea;
}

.lj-contractor-form {
  margin-top: 36px;
  padding-top: 20px;
}

/* Mobile */
@media (max-width: 900px) {
  .lj-contractor-hero,
  .lj-contractor-grid {
    grid-template-columns: 1fr;
  }

  .lj-contractor-image {
    text-align: center;
  }

  .lj-contractor-image img {
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .lj-contractor-hero {
    padding: 22px;
  }

  .lj-contractor-card {
    padding: 20px;
  }
}
.lj-page-content {
  background: #ffffff;
  padding: 28px;
  border-radius: 8px;
  line-height: 1.65;
}

.lj-page-content h2 {
  margin-top: 0;
  color: #291f1f;
}

.lj-page-image-right {
  float: right;
  margin: 0 0 18px 24px;
  max-width: 220px;
  height: auto;
  border-radius: 6px;
}

@media (max-width: 700px) {
  .lj-page-image-right {
    float: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}
/* ================================
   Project Gallery Page
================================ */

.lj-gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 14px !important;
  align-items: start;
}

.lj-gallery-grid img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
}

@media (max-width: 900px) {
  .lj-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 600px) {
  .lj-gallery-grid {
    grid-template-columns: 1fr !important;
  }
}
/* Desktop hover dropdown for Cassiopeia MetisMenu */
@media (min-width: 992px) {

  .container-header .navbar,
  .container-header .navbar-collapse,
  .container-header .mod-menu {
    overflow: visible !important;
  }

  .container-header .mod-menu > li {
    position: relative;
  }

  .container-header .mod-menu > li > .mm-collapse {
    display: none !important;
    height: auto !important;
    overflow: visible !important;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    min-width: 230px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  }

  .container-header .mod-menu > li:hover > .mm-collapse,
  .container-header .mod-menu > li:focus-within > .mm-collapse {
    display: block !important;
  }

  .container-header .mod-menu > li > .mm-collapse > li > a {
    display: block;
    padding: 12px 16px;
    color: #291f1f;
    text-decoration: none;
    white-space: nowrap;
  }

  .container-header .mod-menu > li > .mm-collapse > li > a:hover {
    background: #f2f2f2;
  }

  /* Hide the little submenu toggle button on desktop */
  .container-header .mod-menu > li > .mm-toggler {
    display: none;
  }
}
.lj-hover-card {
  text-decoration: none;
  display: block;
}

.lj-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

.lj-image-wrap img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

/* Overlay */
.lj-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-size: 0.95rem;
  text-align: center;

  opacity: 0;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

/* Hover effects */
.lj-image-wrap:hover img {
  transform: scale(1.05);
}

.lj-image-wrap:hover .lj-overlay {
  opacity: 1;
  transform: translateY(0);
}