/* reviewed – left intentionally (no safe duplicates found) */
/* =========================================================
   ZEKIN — Aluminum Door & Window Manufacturer
   Static site stylesheet (converted from WordPress/Elementor)
   ========================================================= */

:root {
  --dark-teal: #0e3a49;
  --deep-navy: #0a2e3a;
  --teal: #0f5566;
  --teal-light: #157486;
  --mint-bg: #e7f5ee;
  --mint-bg-2: #eef8f3;
  --text-navy: #10384a;
  --text-body: #56676d;
  --text-muted: #6b7b81;
  --white: #ffffff;
  --border-light: #e3e9ea;
  --primary-color: #157486;
  --secondary-color: #0f2b4a;
  --radius-sm: 6px;
  --radius-md: 10px;
  --shadow-card: 0 10px 30px rgba(14, 58, 73, 0.08);
  --shadow-hover: 0 16px 40px rgba(14, 58, 73, 0.14);
  --container: 1200px;
  --font-heading: 'Poppins', 'Segoe UI', Arial, sans-serif;
  --font-body: 'Inter', 'Segoe UI', Arial, sans-serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text-body);
  line-height: 1.65;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { text-decoration: none; color: inherit; }

ul { list-style: none; margin: 0; padding: 0; }

h1, h2, h3, h4 {
  font-family: var(--font-heading);
  color: var(--text-navy);
  margin: 0;
  line-height: 1.25;
  font-weight: 700;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.6px;
  color: var(--teal);
  text-transform: uppercase;
  margin-bottom: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.btn-primary {
  background: var(--teal);
  color: var(--white);
}
.btn-primary:hover {
  background: var(--dark-teal);
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

.btn-outline {
  background: transparent;
  border-color: var(--white);
  color: var(--white);
}
.btn-outline:hover {
  background: var(--white);
  color: var(--dark-teal);
}

.btn-block { width: 100%; }

/* =====================  TOP BAR  ===================== */
.topbar {
  background: var(--deep-navy);
  color: #cfe3e8;
  font-size: 13.5px;
}
.topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}
.topbar-contact {
  display: flex;
  gap: 26px;
  align-items: center;
}
.topbar-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #cfe3e8;
}
.topbar-contact a:hover { color: var(--white); }
.topbar-social {
  display: flex;
  gap: 14px;
}
.topbar-social a {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  color: var(--white);
  font-size: 12px;
  transition: background 0.2s;
}
.topbar-social a:hover { background: var(--teal); }

/* =====================  HEADER  ===================== */
.site-header {
  background: var(--dark-teal);
  position: sticky;
  top: 0;
  z-index: 500;
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
}
.logo {
  font-family: var(--font-heading);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 1px;
  color: var(--white);
}
.logo sup { font-size: 13px; }

.site-logo {
  width: 100%;
  max-width: 170px;
  height: auto;
  transition: all 0.3s ease;
}

@media (max-width: 1024px) {
  .site-logo { max-width: 150px; }
}
@media (max-width: 768px) {
  .site-logo { max-width: 130px; }
}
@media (max-width: 560px) {
  .site-logo { max-width: 110px; }
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-left: auto;
  margin-right: 40px;
}
.main-nav > ul {
  display: flex;
  gap: 36px;
}
.main-nav > ul > li {
  position: relative;
}
.main-nav a {
  color: var(--white);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s, color 0.2s;
  white-space: nowrap;
}
.main-nav > ul > li.current > a,
.main-nav > ul > li:hover > a {
  border-bottom-color: var(--white);
}

.has-dropdown > .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-hover);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 15px;
  transition: all 0.3s ease;
  z-index: 50;
}
.has-dropdown > .dropdown::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 20px;
  background: transparent;
}
.has-dropdown:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.dropdown-toggle {
  display: inline-block;
  padding: 10px 15px;
  margin: -10px -15px -10px 5px;
  cursor: pointer;
}
.dropdown li a {
  display: block;
  color: var(--text-navy);
  padding: 10px 22px;
  font-weight: 600;
  border-bottom: none;
}
.dropdown li a:hover { background: var(--mint-bg); color: var(--teal); }

.has-sub-dropdown {
  position: relative;
}
.has-sub-dropdown > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dropdown-caret-right {
  font-size: 0.8em;
  opacity: 0.7;
}

.sub-dropdown {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 240px;
  background: var(--white);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-hover);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  margin-left: 15px;
  transition: all 0.3s ease;
  z-index: 60;
}
.has-sub-dropdown > .sub-dropdown::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  bottom: 0;
  background: transparent;
}
.has-sub-dropdown:hover > .sub-dropdown {
  opacity: 1;
  visibility: visible;
  margin-left: 2px;
}
.sub-dropdown li a {
  display: block;
  color: var(--text-navy);
  padding: 10px 22px;
  font-weight: 600;
  border-bottom: none;
}
.sub-dropdown li a:hover { background: var(--mint-bg); color: var(--teal); }

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  box-shadow: 0 4px 15px rgba(0, 163, 149, 0.3);
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.scroll-to-top:hover {
  transform: translateY(-3px);
  background: var(--dark-teal);
  box-shadow: 0 8px 20px rgba(0, 163, 149, 0.4);
}
.header-search {
  color: var(--white);
  font-size: 17px;
  cursor: pointer;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 26px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
}

/* ============================
   HERO SLIDER — MATCH ORIGINAL
   ============================ */

.hero {
    position: relative;
    width: 100%;
    aspect-ratio: 1920 / 600;
    overflow: hidden;
}

.hero-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slide.active {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

/* Darker overlay for white text readability */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.1) 0%,
        rgba(0,0,0,0.35) 60%,
        rgba(0,0,0,0.55) 100%
    );
    z-index: 1;
}

/* Text content — FULL WIDTH, WHITE, BOLD */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #ffffff;
    max-width: 1400px;           /* wide container */
    width: 100%;
    padding: 0 40px;
}

.hero-content h1 {
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    font-weight: 800;             /* extra bold */
    line-height: 1.15;
    color: #ffffff !important;    /* force white */
    margin-bottom: 18px;
    letter-spacing: -0.5px;
    text-shadow: 0 3px 15px rgba(0,0,0,0.5);
    white-space: normal;
}

.hero-content p {
    font-family: 'Poppins', 'Segoe UI', Arial, sans-serif;
    font-size: clamp(0.95rem, 1.15vw, 1.15rem);
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff !important;
    max-width: 900px;
    margin: 0 auto;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}

/* Navigation Arrows */
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.7);
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.hero-arrow:hover {
    background: rgba(255,255,255,0.95);
    color: #0f2b4a;
    border-color: #fff;
}

.hero-arrow-prev { left: 40px; }
.hero-arrow-next { right: 40px; }

/* Pagination Dots */
.hero-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.hero-dot {
    width: 10px;
    height: 10px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-dot.active {
    background: #ffffff;
    width: 28px;
    border-radius: 5px;
}

/* ============================
   RESPONSIVE — HERO
   ============================ */

@media (max-width: 1024px) {
    .hero { 
        height: auto;
        min-height: auto;
        max-height: none;
    }
    .hero-slide { padding-bottom: 70px; }
    .hero-content { padding: 0 25px; }
    .hero-arrow { width: 42px; height: 42px; font-size: 18px; }
    .hero-arrow-prev { left: 20px; }
    .hero-arrow-next { right: 20px; }
}

@media (max-width: 768px) {
    .hero { 
        aspect-ratio: 3 / 4;
        height: auto;
        min-height: auto;
        max-height: none;
    }
    .hero-slide { padding-bottom: 60px; }
    .hero-content h1 { font-size: 1.75rem; }
    .hero-content p { font-size: 0.95rem; }
}

@media (max-width: 560px) {
    .hero { 
        height: auto;
        min-height: auto;
    }
    .hero-slide { padding-bottom: 55px; }
    .hero-content { padding: 0 15px; }
    .hero-content h1 { 
        font-size: 1.5rem;
        margin-bottom: 12px;
    }
    .hero-content p { 
        font-size: 0.9rem;
        line-height: 1.5;
    }
    .hero-arrow { display: none; }
    .hero-pagination { bottom: 18px; }
    .hero-dot { width: 8px; height: 8px; }
    .hero-dot.active { width: 22px; }
}

.floating-actions {
  position: fixed;
  right: 22px;
  bottom: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 400;
}
.floating-actions a {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--teal);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s, background 0.2s;
}
.floating-actions a:hover { transform: scale(1.08); background: var(--dark-teal); }

/* =====================  ABOUT  ===================== */
.section { padding: 90px 0; }
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 60px;
  align-items: center;
}
.about-grid h2 { font-size: 34px; margin-bottom: 20px; }
.about-grid p { margin-bottom: 16px; }
.about-video {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
}
.about-video img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.play-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: rgba(216, 30, 40, 0.92);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.stats-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  margin-top: 60px;
  text-align: center;
}
.stat-item { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.stat-icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  color: var(--teal);
  font-size: 30px;
}
.stat-number { font-size: 30px; font-weight: 800; color: var(--text-navy); }
.stat-label { font-size: 14px; color: var(--text-muted); font-weight: 600; }

/* =====================  PRODUCT SHOWCASE ===================== */
.products-section { text-align: center; background: #f8f9fa; padding-bottom: 90px; }
.products-header-band {
    background-color: var(--dark-teal);
    padding: 80px 0 160px;
}
.eyebrow-light { color: #8ec3cf; }
.products-header-band .section-title {
    color: var(--white);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.35;
}
.products-grid-container {
    margin-top: -100px;
    position: relative;
    z-index: 2;
}

.section-title { font-size: clamp(28px, 4vw, 40px); margin-bottom: 10px; color: var(--text-navy); font-weight: 700; }

/* Product Stars */
.product-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--teal);
}
.product-stars i {
    font-size: 15px;
}

/* Product Cards */
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.4s ease;
    text-align: left;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.product-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.product-card:hover img {
    transform: scale(1.08);
}

.product-card h3 {
    margin: 20px 20px 10px;
    color: #0f2b4a;
}

.product-card p {
    padding: 0 20px;
    color: #555;
    line-height: 1.5;
}

.product-card .btn {
    display: inline-block;
    margin: 15px 20px 15px 20px;
    padding: 12px 28px;
    background: #0f2b4a;
    color: white;
    border-radius: 50px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.product-card .btn:hover {
    background: var(--teal);
}

/* =====================  WHY CHOOSE US  ===================== */
.why-us {
  background: var(--mint-bg);
  padding: 100px 0 70px;
  text-align: center;
}
.why-us h2 {
  max-width: 820px;
  margin: 0 auto 60px;
  font-size: clamp(22px, 2.6vw, 30px);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  text-align: left;
}
.why-icon {
  width: 56px; height: 56px;
  color: var(--text-navy);
  margin-bottom: 20px;
}
.why-icon svg { width: 100%; height: 100%; }
.why-grid h3 { font-size: 19px; margin-bottom: 14px; }
.why-grid p { font-size: 14.5px; }

.certs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  padding: 60px 0 10px;
}
.certs img { height: 68px; width: auto; object-fit: contain; filter: grayscale(0); }

/* =====================  ASSETS CAROUSEL ===================== */
.carousel-section {
    padding: 60px 0;
    overflow: hidden;
    background: var(--white);
}
.carousel-track-wrapper {
    width: 100%;
    overflow: hidden;
}
.carousel-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: scrollCarousel 40s linear infinite;
}
.carousel-track:hover {
    animation-play-state: paused;
}
.carousel-track img {
    height: 200px;
    width: auto;
    object-fit: cover;
    border-radius: var(--radius-sm);
}

@keyframes scrollCarousel {
    0% { transform: translateX(0); }
    100% { transform: translateX(calc(-50% - 10px)); }
}

@media (max-width: 768px) {
    .carousel-section { padding: 40px 0; }
    .carousel-track img { height: 140px; }
}

.security-banner {
  text-align: center;
  padding: 40px 0 90px;
}
.security-banner h2 { font-size: clamp(22px, 3vw, 32px); margin-bottom: 16px; }
.security-banner p { margin: 0 auto; max-width: 780px; }
.security-banner p + p { margin-top: 6px; }

/* =====================  CTA BANNER  ===================== */
.cta-banner {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  background: linear-gradient(90deg, rgba(8,20,26,0.72) 30%, rgba(8,20,26,0.15)),
              url('../images/products/6a52b97f809a55a2cb610629ea73c4b2.jpg') center/cover no-repeat;
  color: var(--white);
}
.cta-banner .container { max-width: 720px; }
.cta-banner h2 { color: var(--white); font-size: clamp(28px, 4vw, 44px); margin-bottom: 18px; }
.cta-banner p { color: #dfeef1; margin-bottom: 30px; font-size: 16px; }

/* =====================  HOT PRODUCTS  ===================== */
.hot-products { text-align: center; }
.hot-products h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 55px; }
.hot-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px 30px;
  text-align: left;
}
.hot-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}
.hot-card { overflow: hidden; }
.hot-card:hover img { transform: scale(1.05); }
.hot-card h3 { font-size: 18px; margin-bottom: 10px; }
.hot-card p { font-size: 14px; }

/* =====================  PROJECTS  ===================== */
.projects { background: var(--white); text-align: center; }
.projects .eyebrow { display: block; }
.projects h2 {
  max-width: 900px;
  margin: 0 auto 50px;
  font-size: clamp(20px, 2.6vw, 28px);
}
.project-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  text-align: left;
}
.project-card {
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-card);
  background: var(--white);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.project-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-hover); }
.project-card img { height: 230px; width: 100%; object-fit: cover; }
.project-card-body { padding: 24px 26px 30px; }
.project-card-body h3 { font-size: 18px; margin-bottom: 10px; }
.project-card-body p { font-size: 14px; }

/* =====================  QUOTE FORM  ===================== */
.quote-section {
  background: var(--dark-teal);
  padding: 0;
}
.quote-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.quote-form-wrap {
  background: var(--white);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-hover);
  padding: 44px;
  margin: 70px 0;
}
.quote-copy { padding: 60px 60px 60px 70px; color: var(--white); }
.quote-copy .eyebrow { color: #9fd7de; }
.quote-copy h2 { color: var(--white); font-size: clamp(26px, 3.4vw, 38px); margin-bottom: 18px; }
.quote-copy p { color: #d7e9ec; max-width: 460px; }

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-group { margin-bottom: 20px; }
.form-group label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--text-navy);
  margin-bottom: 8px;
}
.form-group label .req { color: #d8383f; margin-left: 3px; }
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 13px 16px;
  border: none;
  border-radius: var(--radius-sm);
  background: var(--mint-bg);
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--text-navy);
  resize: vertical;
}
.form-group input::placeholder,
.form-group textarea::placeholder { color: #7f9a99; }
.form-group input:focus,
.form-group textarea:focus {
  outline: 2px solid var(--teal);
  outline-offset: 1px;
}
.captcha-row { display: flex; align-items: center; gap: 10px; }
.captcha-code { font-weight: 700; color: var(--text-navy); }
.captcha-refresh { cursor: pointer; color: var(--teal); }

/* =====================  NEWS / ARTICLES  ===================== */
.news-section { text-align: left; }
.news-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 50px;
  gap: 20px;
}
.news-head h2 { font-size: clamp(26px, 3.4vw, 36px); margin: 10px 0 12px; }
.news-head p { max-width: 560px; }
.news-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}
.news-card img {
  width: 100%;
  aspect-ratio: 4/3.1;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 20px;
}
.news-card h3 { font-size: 16.5px; margin-bottom: 10px; line-height: 1.4; }
.news-card p { font-size: 13.5px; color: var(--text-muted); }

/* =====================  FOOTER  ===================== */
.site-footer { background: var(--mint-bg-2); padding-top: 80px; }
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.3fr;
  gap: 40px;
  padding-bottom: 60px;
}
.footer-logo { font-size: 26px; font-weight: 800; color: var(--text-navy); margin-bottom: 20px; }
.footer-col h4 { font-size: 20px; margin-bottom: 22px; color: var(--text-navy); }
.footer-col ul li { margin-bottom: 14px; }
.footer-col ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-navy);
  font-weight: 600;
  font-size: 15px;
}
.footer-col ul li a:hover { color: var(--teal); }
.footer-tagline p { font-size: 15px; color: var(--text-body); }
.footer-phone {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.footer-phone-icon {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: var(--teal);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.footer-phone .label { font-size: 13px; color: var(--text-muted); font-weight: 600; }
.footer-phone .number { font-size: 20px; font-weight: 800; color: var(--text-navy); }
.footer-social { display: flex; flex-wrap: nowrap; gap: 6px; }
.footer-social a {
  width: 30px; height: 30px;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
  font-size: 13px;
}
.footer-bottom {
  border-top: 1px solid rgba(16,56,74,0.12);
  background: var(--dark-teal);
  color: #b9d4d9;
  padding: 22px 0;
}
.footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13.5px;
}
.footer-bottom-links { display: flex; gap: 8px; align-items: center; }
.footer-bottom-links a:hover { color: var(--white); }

/* =====================  PRODUCTS LISTING PAGE  ===================== */
.products-toolbar {
  padding: 40px 0 0;
}
.product-search-form {
  max-width: 480px;
  margin: 0 auto 10px;
  position: relative;
}
.product-search-form input {
  width: 100%;
  padding: 14px 52px 14px 20px;
  border-radius: 30px;
  border: 1px solid var(--border-light);
  background: var(--mint-bg);
  font-family: var(--font-body);
  font-size: 14.5px;
  color: var(--text-navy);
}
.product-search-form input::placeholder { color: #7f9a99; }
.product-search-form button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: none;
  background: var(--teal);
  color: var(--white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-search-form button:hover { background: var(--dark-teal); }

/* Products Layout */
.products-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  padding: 40px 0 60px;
}

.products-sidebar h4 {
  font-size: 19px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--border-light);
}
.cat-group { border-bottom: 1px solid var(--border-light); }
.cat-group summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 4px;
  font-weight: 700;
  color: var(--text-navy);
  font-size: 15px;
}
.cat-group summary::-webkit-details-marker { display: none; }
.cat-group summary .chev { transition: transform 0.2s ease; color: var(--teal); font-size: 13px; }
.cat-group[open] summary .chev { transform: rotate(90deg); }
.cat-group summary:hover { color: var(--teal); }
.cat-sub { padding: 0 4px 16px 14px; }
.cat-sub li { margin-bottom: 10px; }
.cat-sub a, .cat-top-link {
  color: var(--text-body);
  font-size: 14.5px;
  font-weight: 500;
  transition: color 0.2s;
  cursor: pointer;
}
.cat-sub a:hover, .cat-sub a.active, .cat-top-link:hover, .cat-top-link.active {
  color: var(--teal);
  font-weight: 700;
}
.cat-reset {
  display: inline-block;
  margin-top: 18px;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--teal);
  cursor: pointer;
}
.cat-reset i { margin-right: 5px; }

.products-count {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 24px;
}



.no-products {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 20px;
  color: var(--text-muted);
  border: 1px dashed var(--border-light);
  border-radius: var(--radius-md);
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.pagination a, .pagination span {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  color: var(--text-navy);
  border: 1px solid var(--border-light);
  transition: all 0.2s;
}
.pagination a:hover { background: var(--mint-bg); border-color: var(--teal); color: var(--teal); }
.pagination span.current { background: var(--teal); border-color: var(--teal); color: var(--white); }

@media (max-width: 1024px) {
  .products-grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .products-layout { grid-template-columns: 1fr; }
  .products-sidebar { border: 1px solid var(--border-light); border-radius: var(--radius-md); padding: 20px; }
}
@media (max-width: 560px) {
  .products-grid-3 { grid-template-columns: 1fr; }
}

/* =====================  INNER PAGE HERO  ===================== */
.page-hero {
  background: linear-gradient(180deg, rgba(10,30,38,0.55), rgba(10,30,38,0.7)),
              url('../images/products/3.jpg') center/cover no-repeat;
  color: var(--white);
  padding: 110px 0 70px;
  text-align: center;
}
.page-hero h1 { color: var(--white); font-size: clamp(26px, 3.5vw, 38px); margin-bottom: 14px; }
.page-hero .breadcrumb { font-size: 14px; color: #cfe3e8; }
.page-hero .breadcrumb a { color: #cfe3e8; font-weight: 600; }
.page-hero .breadcrumb a:hover { color: var(--white); }

.page-section h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 20px; }
.page-section p { margin-bottom: 16px; max-width: 800px; }

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  margin-top: 50px;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: flex-start;
}
.contact-info-item {
  display: flex;
  gap: 18px;
  margin-bottom: 30px;
}
.contact-info-icon {
  width: 50px; height: 50px;
  border-radius: 50%;
  background: var(--mint-bg);
  color: var(--teal);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
}
.contact-info-item h4 { font-size: 17px; margin-bottom: 6px; }
.contact-info-item p { margin: 0; font-size: 14.5px; }

/* ============================
   NEWS & ARTICLES SECTION
   ============================ */

.news-articles-section {
    background: #f8f9fb;
    padding: 90px 0;
}

/* Header Row — left text + right button */
.news-header-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.news-eyebrow {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    color: #c8a96e;          /* gold accent — match your brand */
    margin-bottom: 10px;
    font-weight: 600;
}

.news-main-title {
    font-size: 2.2rem;
    color: #0f2b4a;
    margin-bottom: 12px;
    line-height: 1.2;
}

.news-description {
    color: #666;
    max-width: 480px;
    line-height: 1.7;
}

/* 4-column grid */
.news-articles-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

/* Single Article Card */
.news-article-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-article-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

.news-article-thumb {
    display: block;
    overflow: hidden;
}

.news-article-thumb img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.news-article-card:hover .news-article-thumb img {
    transform: scale(1.06);
}

.news-article-body {
    padding: 20px;
}

.news-article-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f2b4a;
    margin-bottom: 10px;
    line-height: 1.4;
}

.news-article-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s;
}

.news-article-title a:hover {
    color: #c8a96e;
}

.news-article-excerpt {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}

/* View More Button variant */
.btn-outline {
    border: 2px solid #0f2b4a;
    background: transparent;
    color: #0f2b4a;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-outline:hover {
    background: #0f2b4a;
    color: #fff;
}

/* ============================
   RESPONSIVE — NEWS SECTION
   ============================ */

@media (max-width: 1024px) {
    .news-articles-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    .news-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-main-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 560px) {
    .news-articles-section {
        padding: 50px 15px;
    }

    .news-articles-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .news-main-title {
        font-size: 1.5rem;
    }

    .news-article-thumb img {
        height: 200px;
    }
}

/* =====================  RESPONSIVE  ===================== */
@media (max-width: 1024px) {
  .hero { min-height: auto; }
  .hero-content { padding: 60px 24px; }
  .hero-arrow.prev { left: 16px; }
  .hero-arrow.next { right: 16px; }

  .about-grid { grid-template-columns: 1fr; }
  .product-cards, .why-grid, .project-grid, .category-grid { grid-template-columns: repeat(2, 1fr); }
  .hot-grid { grid-template-columns: repeat(2, 1fr); }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-grid { grid-template-columns: 1fr; }
  .quote-copy { padding: 60px 40px 20px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .site-header .container { padding-top: 12px; padding-bottom: 12px; }
  .logo { font-size: 24px; }
  .main-nav a { padding: 12px 16px; display: block; width: 100%; font-size: 15px; }

  .topbar-contact span.divider { display: none; }
  .main-nav > ul, .header-search { display: none; }
  .nav-toggle { display: flex; }
  .site-header.nav-open .main-nav > ul {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--dark-teal);
    padding: 10px 24px 20px;
    gap: 4px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  }
  .site-header.nav-open .has-dropdown > .dropdown,
  .site-header.nav-open .has-sub-dropdown > .sub-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: rgba(255,255,255,0.05);
    display: none;
    margin-top: 6px;
  }
  .site-header.nav-open .has-dropdown.open > .dropdown,
  .site-header.nav-open .has-sub-dropdown.open > .sub-dropdown { display: block; }
  .stats-row { flex-direction: column; gap: 40px; }
  .product-cards { grid-template-columns: 1fr; transform: none; }
  .product-cards-spacer { height: 20px; }
  .product-intro { padding-bottom: 60px; }
  .why-grid { grid-template-columns: 1fr; }
  .hot-grid { grid-template-columns: 1fr 1fr; }
  .project-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .category-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero { min-height: auto; }
  .hero-content { padding: 40px 15px; text-align: center; }
  .hero-content p { font-size: 15.5px; margin-left: auto; margin-right: auto; }
  .hero-arrow { display: none; }

  .floating-actions { right: 15px; bottom: 80px; }
  .floating-actions a { width: 42px; height: 42px; font-size: 18px; }

  .site-header .container { padding-top: 10px; padding-bottom: 10px; }
  .logo { font-size: 22px; }
  .site-header.nav-open .main-nav > ul { padding: 20px 0; gap: 5px; }
  .main-nav a { text-align: center; padding: 14px 0; }
  .nav-toggle span { width: 22px; }

  .topbar .container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .topbar-contact {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 12px;
  }
  .topbar-contact a {
    font-size: 13px;
  }
  .section { padding: 50px 15px; }
  .product-intro, .why-us { padding: 50px 15px; }
  
  .about-grid, .product-cards, .why-grid, .hot-grid, .news-grid, .project-grid {
    gap: 25px;
  }
  
  .about-grid h2, .product-intro h2, .why-us h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  
  .product-card-body { padding: 20px; }
  .about-video img { max-height: 220px; object-fit: cover; }

  .hot-grid, .news-grid { grid-template-columns: 1fr; }

  .project-card-body { padding: 18px; }
  .news-card img, .project-card img { height: 180px; object-fit: cover; }

  .security-banner { padding: 25px 20px; text-align: center; }

  .cta-banner { padding: 50px 20px; text-align: center; min-height: auto; }
  .cta-banner h2 { font-size: 26px; }

  .quote-section { padding: 40px 15px; }
  .quote-copy { padding: 30px 10px; }
  .quote-form-wrap { padding: 25px; margin: 0; }
  .form-group input, .form-group textarea { padding: 14px 16px; font-size: 15px; }
  .quote-form-wrap button { padding: 16px; width: 100%; }

  .site-footer { padding: 40px 15px 20px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom .container { flex-direction: column; gap: 12px; text-align: center; }

  .certs { gap: 30px; }
  .certs img { height: 46px; }
}

/* ============================================
   PRODUCTS PAGE — SIDEBAR (HOVER FLYOUT)
============================================ */

.products-sidebar {
    background: transparent;
    padding: 20px 0;
}

.sidebar-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #0f2b4a;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #eee;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.category-item {
    position: relative;
    margin-bottom: 8px;
}

.category-link {
    display: block;
    padding: 14px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    background: transparent;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.category-link::after {
    display: none;
}

.category-item:hover .category-link,
.category-link.active {
    background: #1e3a5f;
    color: #fff;
}

.category-item:hover .category-link::after {
    color: #fff;
}

/* Flyout Dropdown */
.subcategory-flyout {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 260px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    padding: 15px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    margin-left: -5px;
    transition: all 0.3s ease;
    z-index: 100;
}
.category-item > .subcategory-flyout::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 20px;
    bottom: 0;
    background: transparent;
}
.category-item:hover .subcategory-flyout {
    opacity: 1;
    visibility: visible;
    margin-left: 5px;
}

.subcategory-flyout li a {
    display: block;
    padding: 10px 22px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.25s ease;
}

.subcategory-flyout li a:hover {
    background: #f4f6f8;
    color: #1e3a5f;
    padding-left: 28px;
}

.category-reset {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: transparent;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-reset:hover {
    border-color: #1e3a5f;
    color: #1e3a5f;
}


/* ============================================
   PRODUCTS PAGE — PRODUCT CARDS (SIMPLIFIED)
============================================ */

.products-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 30px 0 40px;
}

.products-count {
    font-family: 'Poppins', sans-serif;
    color: #666;
    margin-bottom: 20px;
}

.product-tile {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    
    text-decoration: none;
    color: inherit;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.product-tile:hover {
    transform: translateY(-6px);
    
}

.product-tile-img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f4f6f8;
}

.product-tile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-tile:hover .product-tile-img img {
    transform: scale(1.06);
}

.product-tile-body {
    padding: 22px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-tile-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f2b4a;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.product-tile:hover .product-tile-title {
    color: #1e3a5f;
}

.product-tile-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}


/* ============================================
   PRODUCTS PAGE — LAYOUT (Sidebar + Grid)
============================================ */

.products-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 40px;
    padding: 40px 20px 60px;
}

/* ============================================
   Page HERO — FULL IMAGE BANNER
============================================ */
.page-hero {
    position: relative;
    width: 100%;
    min-height: 520px;
    background-image: url('../images/hero/slide1.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.page-hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    max-width: 900px;
}

.page-hero-content h1 {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 15px;
    letter-spacing: 1px;
    text-shadow: 0 3px 12px rgba(0,0,0,0.4);
    line-height: 1.1;
}

.page-hero-subtitle {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(1rem, 1.3vw, 1.25rem);
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}


/* ============================================
   BREADCRUMB + SEARCH ROW (BELOW HERO)
============================================ */

.breadcrumb-search-section {
    background: #ffffff;
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
}

.breadcrumb-search-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Breadcrumb (Left side) */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.95rem;
    color: #333;
}

.breadcrumb a {
    color: #0f2b4a;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.breadcrumb a:hover {
    color: #1e3a5f;
    text-decoration: underline;
}

.breadcrumb .separator {
    color: #999;
    margin: 0 4px;
}

.breadcrumb .current-page {
    color: #666;
    font-weight: 500;
}

/* Search Bar (Right side) */
.product-search-form {
    display: flex;
    align-items: center;
    background: #eaf4f4;
    border-radius: 6px;
    overflow: hidden;
    max-width: 420px;
    width: 100%;
}

.product-search-form input {
    flex: 1;
    padding: 14px 20px;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    color: #333;
}

.product-search-form input::placeholder {
    color: #7a9998;
}

.product-search-form button {
    padding: 14px 22px;
    background: #0f2b4a;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

.product-search-form button:hover {
    background: #1e3a5f;
}


/* ============================================
   PRODUCTS PAGE — PAGINATION
============================================ */

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.pagination a,
.pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #333;
    background: #fff;
    border: 1.5px solid #ddd;
    transition: all 0.3s ease;
}

.pagination .current,
.pagination a:hover {
    background: #1e3a5f;
    color: #fff;
    border-color: #1e3a5f;
}


/* ============================================
   RESPONSIVE — PRODUCTS PAGE
============================================ */

@media (max-width: 1024px) {
    .products-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .products-grid-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .products-sidebar {
        display: flex;
        flex-direction: column;
    }
    .category-list {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    
    .page-hero { min-height: 420px; }
    .page-hero-content h1 { font-size: 3rem; }

    /* Tablets/Mobile: subcategories become accordion */
    .subcategory-flyout {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: transparent;
        padding: 8px 0 8px 20px;
        margin: 0;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }
    
    .category-item.open .subcategory-flyout { max-height: 500px; }
    .category-item.open .category-link::after { display: none; }
}

@media (max-width: 768px) {
    .products-layout {
        padding: 30px 15px;
    }
    
    .products-sidebar {
        background: #f8f9fb;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 20px;
    }
    
    /* Stack breadcrumb + search vertically on mobile */
    .breadcrumb-search-row {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
    }
    
    .product-search-form {
        width: 100%;
    }
    
    .products-grid-3 {
        gap: 20px;
    }

    .product-tile-img { height: 240px; }
    
    .page-hero { min-height: 340px; }
    .page-hero-content h1 { font-size: 2.2rem; }
    .page-hero-subtitle { font-size: 0.95rem; }
    
    .pagination {
        margin-top: 30px;
        padding-top: 30px;
    }

    .breadcrumb {
        justify-content: flex-start;
    }
    .product-search-form {
        max-width: 100%;
    }
}

@media (max-width: 560px) {
    .product-tile-img { height: 220px; }
    .pagination a, .pagination span { width: 38px; height: 38px; font-size: 0.9rem; }
    
    .page-hero { min-height: 280px; }
    .page-hero-content h1 { font-size: 1.8rem; }
    .page-hero-subtitle { font-size: 0.9rem; }
    .breadcrumb-search-section { padding: 20px 15px; }
}


/* =====================  CATEGORY PAGES  ===================== */
.category-intro {
    margin-bottom: 30px;
    font-size: 1.1rem;
    max-width: 800px;
}

.category-why-choose {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #eaeaea;
}
.category-why-choose h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color: var(--dark-teal);
}
.category-why-choose p {
    margin-bottom: 15px;
    line-height: 1.8;
}
.category-why-choose p:last-child {
    margin-bottom: 0;
}

@media (max-width: 560px) {
    .category-intro {
        margin-bottom: 20px;
        font-size: 1rem;
    }
    .category-why-choose {
        margin-top: 30px;
        padding-top: 25px;
    }
    .category-why-choose h3 {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
}

/* =====================  PRODUCT DETAIL PAGES ===================== */

/* Grid Utilities */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
  .grid-4, .grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .grid-4, .grid-3, .grid-2 { grid-template-columns: 1fr; }
}


/* Action Buttons */
.product-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

/* Specifications Table */
.spec-table-wrapper {
  margin-top: 70px;
  max-width: 820px;
}

.spec-table {
  width: 100%;
  border-collapse: collapse;
}

.spec-table tr th, .spec-table tr td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-light);
  font-size: 14.5px;
}

.spec-table tr th { 
  width: 220px; 
  color: var(--text-navy); 
  font-weight: 700; 
  background: var(--mint-bg); 
}

.spec-table tr td { 
  color: var(--text-body); 
}

.product-tile-body ul i { 
  color: var(--teal); 
  margin-right: 8px; 
}

@media (max-width: 768px) {
  .spec-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 560px) {
  .product-actions {
    flex-direction: column;
    gap: 12px;
  }
  .product-actions .btn {
    width: 100%;
    text-align: center;
  }

  .spec-table tr th, .spec-table tr td {
    padding: 10px 12px;
  }
  .spec-table tr th {
    width: 140px;
    min-width: 140px;
  }
}
/* =========================================
   ABOUT US PAGE STYLES
========================================= */

/* Services Grid */
.services-5-col {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .services-5-col {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .services-5-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .services-5-col {
    grid-template-columns: 1fr;
  }
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1) !important;
  transition: all 0.3s ease;
}

/* Philosophy Layout */
.philosophy-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 1024px) {
  .philosophy-layout {
    grid-template-columns: 1fr;
  }
}
.philosophy-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.phil-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.phil-letter {
  background: var(--teal);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
  font-family: 'Outfit', sans-serif;
}
.phil-content h4 {
  margin: 0 0 5px 0;
  font-size: 1.3rem;
  color: var(--text-navy);
}
.phil-content p {
  margin: 0;
  color: var(--text-body);
  line-height: 1.5;
}

/* Timeline */
.timeline-container {
  overflow-x: auto;
  padding-bottom: 20px;
}
.timeline-track {
  display: flex;
  position: relative;
  min-width: 1000px; /* Force horizontal scroll on small screens if not stacked */
}
.timeline-track::before {
  content: '';
  position: absolute;
  top: 35px; /* Aligned with dot */
  left: 0;
  right: 0;
  height: 2px;
  background: #ddd;
  z-index: 1;
}
.timeline-item {
  flex: 1;
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.timeline-year {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--teal);
  margin-bottom: 10px;
  font-family: 'Outfit', sans-serif;
}
.timeline-dot {
  width: 16px;
  height: 16px;
  background: var(--teal);
  border: 4px solid #fff;
  border-radius: 50%;
  margin: 0 auto 20px;
  box-shadow: 0 0 0 4px #ddd;
}
.timeline-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.timeline-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
}
.timeline-card p {
  margin: 0;
  font-weight: 500;
  color: var(--text-navy);
}
@media (max-width: 768px) {
  /* Vertical Stack for Timeline */
  .timeline-container {
    overflow-x: visible;
  }
  .timeline-track {
    flex-direction: column;
    min-width: 0;
    gap: 30px;
    padding-left: 20px;
  }
  .timeline-track::before {
    top: 0;
    bottom: 0;
    left: 27px; /* Align vertical line */
    height: auto;
    width: 2px;
  }
  .timeline-item {
    display: flex;
    text-align: left;
    align-items: flex-start;
    padding: 0;
  }
  .timeline-year {
    width: 60px;
    margin-bottom: 0;
    margin-top: 25px;
  }
  .timeline-dot {
    margin: 32px 20px 0 0; /* Align with text */
    flex-shrink: 0;
  }
  .timeline-card {
    flex: 1;
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .timeline-card img {
    width: 100px;
    height: 80px;
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  .timeline-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .timeline-card img {
    width: 100%;
    height: 120px;
  }
}

/* FAQ Accordion */
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: var(--radius-md);
  margin-bottom: 15px;
  overflow: hidden;
}
.faq-header {
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background: #fdfdfd;
  transition: background 0.3s ease;
}
.faq-header:hover {
  background: #f5f5f5;
}
.faq-header h4 {
  margin: 0;
  font-size: 1.1rem;
  color: var(--text-navy);
}
.faq-header i {
  color: var(--teal);
  transition: transform 0.3s ease;
}
.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-content {
  padding: 0 25px 20px;
}
.faq-content p {
  margin: 0;
  color: var(--text-body);
}

/* Toggle States */
.faq-item.open .faq-body {
  max-height: 500px; /* Big enough to fit content */
}
.faq-item.open .faq-header i {
  transform: rotate(180deg);
}
.faq-item.open .faq-header {
  background: #fff;
}

/* Partner Logos Grid */
.partner-logos-grid img {
  max-width: 150px;
  max-height: 60px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s;
}
.partner-logos-grid img:hover {
  opacity: 1;
}



/* Timeline Slider Styles */
.timeline-slider-wrapper { position: relative; padding: 0 60px; }

.timeline-container {
  overflow: hidden;
  width: 100%;
}

.timeline-track {
  display: flex;
  transition: transform 0.4s ease-in-out;
  position: relative;
}
.timeline-track::before {
  content: '';
  position: absolute;
  top: 35px; /* Aligned with dot */
  left: 0;
  width: 100%;
  height: 2px;
  background: #ddd;
  z-index: 1;
}

.timeline-item {
  flex: 0 0 33.333%;
  padding: 0 15px;
  text-align: center;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}

.timeline-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  color: var(--teal);
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.timeline-arrow:hover {
  background: var(--teal);
  color: #fff;
  border-color: var(--teal);
}
.timeline-arrow-prev {
  left: 0;
}
.timeline-arrow-next {
  right: 0;
}

/* Mobile: Switch to vertical stack without slider */
@media (max-width: 768px) {
  .timeline-slider-wrapper { position: relative; padding: 0 60px; }
  .timeline-arrow {
    display: none; /* Hide arrows on mobile */
  }
  .timeline-container {
    overflow: visible;
  }
  .timeline-track {
    flex-direction: column;
    transform: none !important; /* Disable JS translation */
  }
  .timeline-item {
    flex: 1 1 100% !important;
  }
  .timeline-track::before {
    top: 0;
    bottom: 0;
    left: 27px; /* Align vertical line */
    height: auto;
    width: 2px;
  }
}



/* ===== PRODUCT DETAIL V2 (Casement Window template) — scoped under .product-detail-v2 ===== */
/* =============================
  TEST CSS CODE
   ==============================*/
/* Base Styles & Variables */
:root {
    --pdv2-primary-color: #0A4B61;
    --pdv2-secondary-color: #00384F;
    --pdv2-accent-color: #0FCC7C;
    --pdv2-light-bg: #E1F5EC;
    --pdv2-input-bg: #E8F5EE;
    /* Light Mint Green */
    --pdv2-text-color: #333;
    --pdv2-text-light: #7A7A7A;
    --pdv2-white: #fff;
    --pdv2-border-color: #d5d8dc;
    --pdv2-font-primary: "Source Sans Pro", "Roboto", sans-serif
    }
.product-detail-v2 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
    }
.product-detail-v2 {
    font-family: var(--pdv2-font-primary);
    color: var(--pdv2-text-color);
    line-height: 1.6;
    background-color: var(--pdv2-white)
    }
.product-detail-v2 a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease
    }
.product-detail-v2 ul {
    list-style: none
    }
.product-detail-v2 img {
    max-width: 100%;
    height: auto;
    display: block
    }
.product-detail-v2 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
    }
.product-detail-v2 .text-center {
    text-align: center !important
    }
.product-detail-v2 .mt-20 {
    margin-top: 20px
    }
.product-detail-v2 .section-title {
    text-align: left;
    font-size: 36px;
    color: var(--pdv2-secondary-color);
    margin-bottom: 25px;
    font-weight: 700
    }
.product-detail-v2 .section-subtitle {
    text-align: left;
    max-width: 100%;
    margin: -15px 0 40px 0;
    color: var(--pdv2-text-light)
    }
.product-detail-v2 .btn {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    border: none;
    transition: background 0.3s ease
    }
.product-detail-v2 .btn-primary {
    background-color: var(--pdv2-primary-color);
    color: var(--pdv2-white)
    }
.product-detail-v2 .btn-primary:hover {
    background-color: var(--pdv2-secondary-color)
    }
.product-detail-v2 .btn-full {
    width: 100%
    }
/* Grid Utilities */
.product-detail-v2 .grid-1 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px
    }
.product-detail-v2 .grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px
    }
.product-detail-v2 .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
    }
.product-detail-v2 .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
    }
/* Floating Sidebar */
.product-detail-v2 .floating-sidebar {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translatey(-50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999
    }
.product-detail-v2 .floating-sidebar a {
    width: 45px;
    height: 45px;
    background-color: var(--pdv2-secondary-color);
    color: var(--pdv2-white);
    border-radius: 8px;
    /* Rounded square */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1)
    }
.product-detail-v2 .floating-sidebar a:hover {
    background-color: var(--pdv2-primary-color)
    }
/* Header & Top Bar */
.product-detail-v2 .top-bar {
    background-color: var(--pdv2-primary-color);
    color: var(--pdv2-white);
    padding: 10px 0;
    font-size: 13px
    }
.product-detail-v2 .top-bar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
    }
.product-detail-v2 .contact-info a {
    color: var(--pdv2-white);
    margin-right: 20px
    }
.product-detail-v2 .contact-info a i {
    margin-right: 5px
    }
.product-detail-v2 .social-icons a {
    color: var(--pdv2-white);
    margin-left: 15px
    }
.product-detail-v2 .main-header {
    background-color: var(--pdv2-secondary-color);
    padding: 15px 0
    }
.product-detail-v2 .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
    }
.product-detail-v2 .logo img {
    height: 40px
    }
.product-detail-v2 .main-nav, .product-detail-v2 .nav-links {
    display: flex;
    align-items: center
    }
.product-detail-v2 .nav-links li {
    margin: 0 15px
    }
.product-detail-v2 .nav-links a {
    color: var(--pdv2-white);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase
    }
.product-detail-v2 .nav-links a.active, .product-detail-v2 .nav-links a:hover {
    color: var(--pdv2-accent-color)
    }
.product-detail-v2 .search-icon {
    color: var(--pdv2-white);
    margin-left: 20px;
    cursor: pointer
    }
/* Hero Section */
.product-detail-v2 .hero-section.product-hero {
    position: relative;
    background-image: url(../images/products/97___00000-1.png);
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--pdv2-white)
    }
.product-detail-v2 .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(10, 75, 97, 0.7)
    }
.product-detail-v2 .hero-content {
    position: relative;
    z-index: 1
    }
.product-detail-v2 .hero-content h1 {
    font-size: 32px;
    margin-bottom: 10px
    }
/* Utility Bar */
.product-detail-v2 .utility-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--pdv2-border-color);
    margin-bottom: 40px
    }
.product-detail-v2 .breadcrumbs {
    font-size: 14px;
    color: var(--pdv2-text-light)
    }
.product-detail-v2 .breadcrumbs a {
    color: var(--pdv2-secondary-color)
    }
.product-detail-v2 .search-box {
    display: flex
    }
.product-detail-v2 .search-box input {
    padding: 8px 15px;
    border: 1px solid var(--pdv2-border-color);
    border-right: none;
    outline: none;
    background: #f9f9f9
    }
.product-detail-v2 .search-box button {
    background-color: var(--pdv2-secondary-color);
    color: var(--pdv2-white);
    border: none;
    padding: 0 15px;
    cursor: pointer
    }
/* Single Product Section */
.product-detail-v2 .single-product {
    display: flex;
    gap: 50px;
    margin-bottom: 60px
    }
.product-detail-v2 .product-gallery {
    flex: 1;
    max-width: 50%
    }
.product-detail-v2 .main-image img {
    width: 100%;
    border: 1px solid var(--pdv2-border-color);
    margin-bottom: 15px;
    background: #f9f9f9
    }
.product-detail-v2 .carousel-container {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative
    }
.product-detail-v2 .thumbnail-track-wrapper {
    flex: 1;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none
    }
.product-detail-v2 .thumbnail-track-wrapper::-webkit-scrollbar {
    display: none
    }
.product-detail-v2 .thumbnail-track {
    display: flex;
    gap: 10px
    }
.product-detail-v2 .thumbnail-track img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid transparent;
    cursor: pointer;
    transition: 0.3s;
    background: #f9f9f9
    }
.product-detail-v2 .thumbnail-track img.active, .product-detail-v2 .thumbnail-track img:hover {
    border-color: var(--pdv2-primary-color)
    }
.product-detail-v2 .carousel-btn {
    background: none;
    border: none;
    font-size: 20px;
    color: var(--pdv2-secondary-color);
    cursor: pointer;
    padding: 5px;
    transition: color 0.3s
    }
.product-detail-v2 .carousel-btn:hover {
    color: var(--pdv2-primary-color)
    }
.product-detail-v2 .product-info {
    flex: 1
    }
.product-detail-v2 .product-title {
    font-size: 36px;
    color: var(--pdv2-secondary-color);
    margin-bottom: 20px;
    font-weight: 700
    }
.product-detail-v2 .product-colors {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 15px
    }
.product-detail-v2 .product-colors .label {
    font-weight: 700;
    color: var(--pdv2-secondary-color)
    }
.product-detail-v2 .color-options {
    display: flex;
    gap: 12px;
}
.product-detail-v2 .color-btn {
    padding: 10px 24px;
    background-color: var(--pdv2-primary-color) !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    box-shadow: none;
    transition: opacity 0.2s ease;
    text-align: center;
    min-width: 80px;
}
.product-detail-v2 .color-btn:hover {
    opacity: 0.85;
}
/* The .active state is removed as per the new design reference */
.product-detail-v2 .key-features h4 {
    margin-bottom: 15px;
    color: var(--pdv2-secondary-color);
    font-size: 18px;
    font-weight: 700
    }
.product-detail-v2 .key-features ol {
    padding-left: 20px;
    margin-bottom: 30px;
    color: var(--pdv2-text-light)
    }
.product-detail-v2 .key-features li {
    margin-bottom: 12px
    }
.product-detail-v2 .key-features strong {
    color: var(--pdv2-text-color);
    font-weight: 700
    }
/* PERFECTED Design Options Tabs */
.product-detail-v2 .design-options {
    margin-bottom: 80px
    }
.product-detail-v2 .design-options .section-title {
    margin-bottom: 30px
    }
.product-detail-v2 .tabs-container {
    width: 100%
    }
.product-detail-v2 .tab-nav {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--pdv2-border-color);
    margin-bottom: 0;
    padding: 0
    }
.product-detail-v2 .tab-nav li {
    padding: 15px 30px;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    color: var(--pdv2-secondary-color);
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -1px;
    background-color: transparent;
    transition: color 0.3s
    }
.product-detail-v2 .tab-nav li.active {
    border-color: var(--pdv2-border-color);
    border-bottom-color: var(--pdv2-white);
    background-color: var(--pdv2-white);
    color: var(--pdv2-primary-color)
    }
.product-detail-v2 .tab-nav li:hover:not(.active) {
    color: var(--pdv2-primary-color)
    }
.product-detail-v2 .tab-content {
    display: none;
    padding: 40px 20px;
    border: 1px solid var(--pdv2-border-color);
    border-top: none
    }
.product-detail-v2 .tab-content.active {
    display: block;
    animation: fadeIn 0.4s ease
    }
.product-detail-v2 .tab-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px
    }
.product-detail-v2 .tab-item {
    text-align: center;
    width: 200px
    }
.product-detail-v2 .tab-item img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    border: 1px solid var(--pdv2-border-color);
    padding: 15px;
    margin: 0 auto 15px auto
    }
.product-detail-v2 .tab-item h5 {
    font-size: 15px;
    color: var(--pdv2-secondary-color);
    text-transform: uppercase;
    font-weight: 700
    }
@keyframes fadeIn {
    from {
        opacity: 0;
        } to {
        opacity: 1;
        }
    }
/* PERFECTED Customization Process */
.product-detail-v2 .customization-process {
    margin-bottom: 60px
    }
.product-detail-v2 .process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
    }
.product-detail-v2 .process-card {
    background: transparent;
    padding: 0;
    border: none;
    text-align: center
    }
.product-detail-v2 .process-card img {
    border-radius: 40px;
    margin-bottom: 15px;
    aspect-ratio: 4/3;
    object-fit: cover
    }
.product-detail-v2 .process-card h3 {
    font-size: 18px;
    color: var(--pdv2-secondary-color);
    margin-bottom: 10px;
    font-weight: 700
    }
.product-detail-v2 .process-card p {
    font-size: 14px;
    color: var(--pdv2-text-light)
    }
/* Product Details Table */
.product-detail-v2 .product-details {
    margin-bottom: 60px
    }
.product-detail-v2 .details-table {
    width: 100%;
    border-collapse: collapse
    }
.product-detail-v2 .details-table th, .product-detail-v2 .details-table td {
    padding: 15px 20px;
    border-bottom: 1px solid var(--pdv2-border-color);
    text-align: left
    }
.product-detail-v2 .details-table th {
    color: var(--pdv2-secondary-color);
    width: 25%;
    font-weight: 700
    }
.product-detail-v2 .details-table td {
    color: var(--pdv2-text-color);
    font-weight: 600
    }
/* Download Section */
.product-detail-v2 .download-section {
    margin-bottom: 60px
    }
.product-detail-v2 .download-card {
    padding: 20px 0;
    text-align: left;
    border-bottom: 1px solid var(--pdv2-border-color)
    }
.product-detail-v2 .download-card h4 {
    margin-bottom: 10px;
    color: var(--pdv2-text-light);
    font-size: 14px
    }
.product-detail-v2 .download-card img {
    display: inline-block;
    width: 16px;
    margin-right: 8px;
    vertical-align: middle
    }
.product-detail-v2 .download-card a {
    font-weight: 600;
    color: var(--pdv2-secondary-color);
    font-size: 15px
    }
/* PERFECTED Why Choose Us Section */
.product-detail-v2 .why-choose-us {
    margin-bottom: 60px
    }
.product-detail-v2 .why-choose-us .list-container {
    display: flex;
    justify-content: center
    }
.product-detail-v2 .why-choose-us ul {
    padding-left: 20px;
    list-style: disc;
    color: var(--pdv2-secondary-color);
    font-weight: 600
    }
.product-detail-v2 .why-choose-us li {
    margin-bottom: 5px
    }
/* PERFECTED Quote Form */
.product-detail-v2 .quote-section {
    background-color: var(--pdv2-white);
    padding: 0 0 60px 0;
    margin-bottom: 60px
    }
.product-detail-v2 .quote-section .section-title {
    margin-bottom: 30px;
    font-weight: 700
    }
.product-detail-v2 .form-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    background: transparent;
    padding: 0
    }
.product-detail-v2 .form-group {
    margin-bottom: 20px
    }
.product-detail-v2 .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14px;
    color: var(--pdv2-secondary-color)
    }
.product-detail-v2 .form-group label span {
    color: red
    }
.product-detail-v2 .form-group input, .product-detail-v2 .form-group textarea {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    font-family: inherit;
    background: var(--pdv2-input-bg);
    color: var(--pdv2-secondary-color)
    }
.product-detail-v2 .form-group input:focus, .product-detail-v2 .form-group textarea:focus {
    outline: none;
    box-shadow: inset 0 0 0 1px var(--pdv2-primary-color)
    }
/* PERFECTED Related Products */
.product-detail-v2 .related-products {
    margin-bottom: 80px
    }
.product-detail-v2 .related-product-item {
    display: flex;
    flex-direction: column;
    text-align: left;
    text-decoration: none;
    color: inherit;
}
.product-detail-v2 .related-product-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 12px;
}
.product-detail-v2 .related-product-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
    border: none;
}
.product-detail-v2 .related-product-item:hover .related-product-img img {
    transform: scale(1.05);
}
.product-detail-v2 .related-product-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--pdv2-secondary-color);
    margin: 0 0 8px;
}
.product-detail-v2 .related-product-desc {
    font-size: 0.95rem;
    color: var(--text-muted);
    line-height: 1.6;
    margin: 0;
}
/* Footer */
.product-detail-v2 .site-footer {
    background-color: var(--pdv2-light-bg);
    color: var(--pdv2-secondary-color);
    padding-top: 60px
    }
.product-detail-v2 .footer-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 40px
    }
.product-detail-v2 .footer-col {
    flex: 1;
    min-width: 200px
    }
.product-detail-v2 .footer-logo {
    height: 50px;
    margin-bottom: 15px
    }
.product-detail-v2 .brand-col p {
    font-size: 14px;
    margin-bottom: 10px
    }
.product-detail-v2 .links-col h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700
    }
.product-detail-v2 .links-col ul li {
    margin-bottom: 10px
    }
.product-detail-v2 .links-col ul a {
    font-size: 14px;
    font-weight: 600
    }
.product-detail-v2 .links-col ul a i {
    margin-right: 5px;
    font-size: 12px
    }
.product-detail-v2 .contact-col {
    display: flex;
    flex-direction: column
    }
.product-detail-v2 .service-phone {
    display: flex;
    align-items: center;
    margin-bottom: 20px
    }
.product-detail-v2 .phone-icon {
    background-color: var(--pdv2-secondary-color);
    color: var(--pdv2-white);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-right: 15px
    }
.product-detail-v2 .service-text {
    display: block;
    font-size: 12px;
    font-weight: 600
    }
.product-detail-v2 .phone-number {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: var(--pdv2-secondary-color)
    }
.product-detail-v2 .footer-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--pdv2-secondary-color);
    color: var(--pdv2-white);
    margin-right: 8px;
    font-size: 14px
    }
.product-detail-v2 .sub-footer {
    background-color: var(--pdv2-secondary-color);
    color: var(--pdv2-white);
    padding: 20px 0;
    font-size: 12px
    }
.product-detail-v2 .sub-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center
    }
.product-detail-v2 .legal-links a {
    margin-right: 15px;
    color: var(--pdv2-white);
    font-weight: 600
    }
.product-detail-v2 .legal-links a::before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    margin-right: 5px;
    vertical-align: middle
    }
/* Responsive Settings */
@media (max-width: 992px) {
    .product-detail-v2 .single-product {
        flex-direction: column
        }
    .product-detail-v2 .product-gallery {
        max-width: 100%
        }
    .product-detail-v2 .process-grid, .product-detail-v2 .grid-4 {
        grid-template-columns: repeat(2, 1fr)
        }
    .product-detail-v2 .grid-3 {
        grid-template-columns: 1fr
        }
    }
@media (max-width: 768px) {
    .product-detail-v2 .floating-sidebar {
        display: none
        }
    /* Hide sticky sidebar on small mobile */
    .product-detail-v2 .nav-links {
        display: none
        }
    .product-detail-v2 .top-bar-inner {
        flex-direction: column;
        gap: 10px
        }
    .product-detail-v2 .process-grid, .product-detail-v2 .grid-4, .product-detail-v2 .form-row.grid-2 {
        grid-template-columns: 1fr
        }
    .product-detail-v2 .details-table th, .product-detail-v2 .details-table td {
        display: block;
        width: 100%;
        border-bottom: none
        }
    .product-detail-v2 .details-table td {
        border-bottom: 1px solid var(--pdv2-border-color);
        padding-top: 5px
        }
    .product-detail-v2 .sub-footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 15px
        }
    .product-detail-v2 .tab-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding-bottom: 5px
        }
    .product-detail-v2 .tab-nav li {
        white-space: nowrap
        }
    .product-detail-v2 .tab-nav::-webkit-scrollbar {
        display: none
        }
    }

/* About Us page hero only — do not affect other pages */
.page-hero--about {
  position: relative;
  width: 100%;
  min-height: 420px;          /* adjust after visual check */
  background: none;           /* clear any inherited bg */
  padding: 0;
  overflow: hidden;
}

.page-hero--about .page-hero-bg {
  position: absolute;
  inset: 0;
  background-image: url('../images/about/ff551886cdec94b596e689eba074cdab.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.page-hero--about .page-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,30,38,0.45), rgba(10,30,38,0.65));
  z-index: 2;
}

.page-hero--about .page-hero-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
  padding: 140px 20px 100px;
}


/* About Us - Services & Marquee specific styles */
.about-services-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}

@media (max-width: 1024px) {
    .about-services-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .about-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .about-services-grid {
        grid-template-columns: 1fr;
    }
}

.about-service-item {
    background: transparent;
    padding: 10px;
}

.about-service-item .about-service-icon {
    font-size: 2.5rem;
    color: var(--teal);
    margin-bottom: 20px;
    font-weight: 300;
}

.about-service-item h4 {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: var(--text-navy);
}

.about-service-item p {
    font-size: 0.95rem;
    color: var(--text-body);
}

/* Partner Marquee */
.partner-marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    padding: 20px 0;
}

.partner-marquee-track {
    display: inline-flex;
    gap: 40px;
    animation: scroll-marquee 30s linear infinite;
    align-items: center;
}

.partner-marquee-track:hover {
    animation-play-state: paused;
}

.partner-marquee-track img {
    height: 60px;
    width: auto;
    object-fit: contain;
    mix-blend-mode: multiply;
}

@keyframes scroll-marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* About Us - force section headings centered */
.about-page .section-header,
.about-page .section-header h2,
.about-page .section-header h3,
.about-page h2.section-title,
.stats-band h2,
.about-services .section-header h2 {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: center !important;
  justify-content: center !important;
}
.about-page .section-header p.lead {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* =========================================
   BLOG PAGE SPECIFICS
========================================= */
.blog-grid-section {
    padding: 60px 0;
    background-color: #f9f9f9;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blog-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.blog-card-image {
    display: block;
    width: 100%;
}

.blog-card-image img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.blog-card-body {
    padding: 30px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-body h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-card-body h3 a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-body h3 a:hover {
    color: var(--accent-color);
}

.blog-card-body .excerpt {
    font-size: 15px;
    color: var(--text-color);
    margin-bottom: 20px;
    line-height: 1.6;
    flex-grow: 1;
}

.blog-card-body .read-more {
    font-weight: 600;
    color: var(--accent-color);
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    align-self: flex-start;
}

.blog-card-body .read-more:hover {
    text-decoration: underline;
}

/* Responsive Blog Grid */
@media (max-width: 1024px) {
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .blog-grid {
        grid-template-columns: 1fr;
    }
    .blog-card-image img {
        height: auto;
        aspect-ratio: 16/9;
    }
}

/* ===== PROJECTS PAGE ===== */
.projects-grid-section { padding: 40px 0; }


/* ===================== DOWNLOAD PAGE ===================== */
.download-page .section-padding {
  padding: 60px 0;
}
.downloads-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.download-card {
  display: flex;
  flex-direction: column;
}
.download-card:hover {
  /* No hover transform or shadow as requested */
}
.download-image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.download-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.download-card:hover .download-image img {
  transform: scale(1.05);
}
.download-content {
  padding: 20px 0 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-grow: 1;
}
.download-title {
  font-size: 1.25rem;
  color: var(--text-dark);
  margin-bottom: 15px;
  font-weight: 600;
}
a.download-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background-color: #00384F !important;
  color: #ffffff !important;
  padding: 10px 28px !important;
  border-radius: 50px !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  transition: background-color 0.25s ease !important;
  margin-top: auto;
}

a.download-btn:hover {
  background-color: #005260 !important;
  color: #ffffff !important;
}
/* Responsive */
@media (max-width: 1024px) {
  .downloads-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .downloads-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* ===== Project Case Study Pages ===== */
.premium-hero {
    position: relative;
    height: 70vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    background: url('../images/projects/f28d74ee1301e18eb4d67e960885a9c5.jpg') center/cover no-repeat;
    margin-top: 0;
}
.brighton-hero { background: url('../images/projects/melbourne-brighton-villa.jpg') center/cover no-repeat !important; }
.melbourne-home-hero { background: url('../images/projects/melbourne-private-home.jpg') center/cover no-repeat !important; }
.lake-norman-hero { background: url('../images/projects/lake-norman-entry.jpg') center/cover no-repeat !important; }
.nc-hero { background: url('../images/projects/projects-hero.jpg') center/cover no-repeat !important; }
.us-residential-hero { background: url('../images/projects/us-residential-project.jpg') center/cover no-repeat !important; }
.us-villa-hero { background: url('../images/projects/us-villa-project.jpg') center/cover no-repeat !important; }
.premium-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.8));
}
.premium-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}
.premium-tag {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
    display: inline-block;
}
.premium-hero h1 {
    font-family: var(--font-heading);
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: var(--white);
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.premium-brief {
    padding: 80px 20px;
    background: var(--white);
}
.brief-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}
.brief-meta h3 {
    font-size: 1.2rem;
    color: var(--text-navy);
    margin-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 10px;
    display: inline-block;
}
.brief-meta ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.brief-meta li {
    margin-bottom: 15px;
    font-size: 15px;
    color: var(--text-muted);
}
.brief-meta li strong {
    color: var(--text-navy);
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.brief-text p {
    font-size: 1.15rem;
    line-height: 1.8;
    color: var(--text-body);
    margin-bottom: 25px;
}

.premium-products {
    padding: 80px 20px;
    background: #f9f9f9;
}
.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}
.section-header h2 {
    font-size: 2.5rem;
    color: var(--text-navy);
    margin-bottom: 15px;
}

.product-showcase {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: flex;
    align-items: center;
    gap: 50px;
}
.product-showcase:nth-child(even) {
    flex-direction: row-reverse;
}
.product-img {
    flex: 1;
    position: relative;
}
.product-img img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}
.product-info {
    flex: 1;
}
.product-info h3 {
    font-size: 2rem;
    color: var(--text-navy);
    margin-bottom: 25px;
}
.specs-table {
    width: 100%;
    border-collapse: collapse;
}
.specs-table th, .specs-table td {
    padding: 15px 0;
    border-bottom: 1px solid var(--border-light);
    text-align: left;
}
.specs-table th {
    width: 35%;
    color: var(--text-navy);
    font-weight: 600;
}
.specs-table td {
    color: var(--text-muted);
}

.premium-cta {
    padding: 100px 20px;
    text-align: center;
    background: var(--primary-color);
    color: var(--white);
}
.premium-cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--white);
}
.premium-cta p {
    font-size: 1.2rem;
    margin-bottom: 40px;
    opacity: 0.9;
}
.premium-cta .btn {
    background: var(--white);
    color: var(--primary-color);
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.premium-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@media (max-width: 991px) {
    .premium-hero h1 { font-size: 2.5rem; }
    .brief-grid { grid-template-columns: 1fr; gap: 40px; }
    .product-showcase, .product-showcase:nth-child(even) { flex-direction: column; text-align: center; }
    .specs-table th { width: 50%; }
}

 
 . b r i g h t o n - h e r o   {   b a c k g r o u n d :   u r l ( ' . . / i m a g e s / p r o j e c t s / m e l b o u r n e - b r i g h t o n - v i l l a . j p g ' )   c e n t e r / c o v e r   n o - r e p e a t   ! i m p o r t a n t ;   } 
 
 

/* =========================================
   BLOG DETAIL PAGE
========================================= */
.blog-detail-section {
    padding: 60px 0;
    background: #fff;
}
.blog-container {
    display: grid;
    grid-template-columns: 2.2fr 1fr;
    gap: 50px;
}
.blog-main {
    max-width: 100%;
}
.blog-main h1 {
    font-size: 2.2rem;
    font-family: var(--font-heading);
    color: var(--text-navy);
    margin-bottom: 20px;
    line-height: 1.3;
}
.blog-main img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
}
.blog-main p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 20px;
}
.blog-main h3 {
    font-size: 1.5rem;
    color: var(--text-navy);
    margin-top: 40px;
    margin-bottom: 15px;
}

/* Sidebar Styles */
.blog-sidebar {
    position: sticky;
    top: 100px;
    height: max-content;
}
.sidebar-widget {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.sidebar-widget-title {
    font-size: 1.3rem;
    color: var(--text-navy);
    font-family: var(--font-heading);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--accent-color);
}
.sidebar-post-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.sidebar-post-item:last-child {
    margin-bottom: 0;
}
.sidebar-post-thumb {
    width: 80px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}
.sidebar-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}
.sidebar-post-thumb:hover img {
    transform: scale(1.1);
}
.sidebar-post-info {
    display: flex;
    flex-direction: column;
}
.sidebar-post-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: none;
    line-height: 1.3;
    margin-bottom: 5px;
    transition: color 0.2s;
}
.sidebar-post-title:hover {
    color: var(--accent-color);
}
.sidebar-post-date {
    font-size: 0.8rem;
    color: #888;
}

@media (max-width: 991px) {
    .blog-container {
        grid-template-columns: 1fr;
    }
    .blog-sidebar {
        position: relative;
        top: 0;
    }
}

/* =========================================
   BLOG POST HERO OVERLAY
========================================= */
.page-hero.blog-post-hero {
    position: relative;
    padding: 100px 0;
    text-align: center;
}
.page-hero.blog-post-hero .page-hero-overlay {
    background: rgba(0, 0, 0, 0.6); /* Slightly darker for readability */
}
.page-hero.blog-post-hero .page-hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.hero-tag {
    background-color: var(--accent-color);
    color: #fff;
    padding: 4px 12px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border-radius: 3px;
    text-transform: uppercase;
}
.hero-post-title {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 20px;
    max-width: 800px;
    line-height: 1.3;
}
.hero-post-date {
    color: #ddd;
    font-size: 0.95rem;
}
@media (max-width: 768px) {
    .hero-post-title {
        font-size: 1.8rem;
    }
}

/* =========================================
   BLOG TABLES
========================================= */
.blog-main table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 0.95rem;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
}
.blog-main th, .blog-main td {
    padding: 15px;
    border: 1px solid #eee;
    text-align: left;
}
.blog-main th {
    background-color: #f8f9fa;
    font-weight: 700;
    color: var(--primary-color);
}
@media (max-width: 768px) {
    .blog-main table, .blog-main th, .blog-main td {
        font-size: 0.85rem;
        padding: 10px;
    }
}

/* =========================================
   BLOG BOTTOM ELEMENTS
========================================= */
.blog-social-share {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 15px;
}
.blog-social-share span {
    font-weight: 600;
    color: var(--primary-color);
}
.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #f0f0f0;
    color: #555;
    text-decoration: none;
    transition: all 0.3s ease;
}
.social-btn:hover {
    background-color: var(--accent-color);
    color: #fff;
}
.blog-post-navigation {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}
.prev-post, .next-post {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}
.prev-post:hover, .next-post:hover {
    color: var(--accent-color);
}

.blog-main h2, .blog-main h4, .blog-main h5, .blog-main h6 {
    font-size: 1.5rem;
    color: var(--text-navy, var(--primary-color));
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 20px;
}
.blog-main h2 { font-size: 1.8rem; }
.blog-main h3 { font-size: 1.5rem; font-weight: 700; color: var(--text-navy, var(--primary-color)); }
.blog-main h4 { font-size: 1.3rem; }
.brisbane-hero { background: url('../images/projects/brisbane-residence/brisbane-1.jpg') center/cover no-repeat !important; }
