/* ===== ROOT VARIABLES ===== */
:root {
  --solar-green: #4caf50;
  --solar-green-dark: #388e3c;
  --solar-green-light: #81c784;
  --janvi-dark: #121212;
  --janvi-gray: #333333;
  --light-bg: #f9f9f9;
  --footer-bg: #111111;
  /* Premium Dark Neutral */
  --solar-green-accent: #66bb6a;
  --text-light: #ffffff;
  --text-muted: #666666;
  --section-space: 100px;
  --container-width: 1320px;
  --transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);

  /* Legacy Aliases for backward compatibility */
  --solar-orange: var(--solar-green);
  --janvi-blue: var(--solar-green);
  --janvi-blue-dark: var(--solar-green-dark);

  /* Background Images */
  --site-bg-img: url('../img/subpage/solar-subpage.webp');
  --subpage-bg: url('../img/subpage/solar-subpage.webp');
}

.solar-green-text {
  color: var(--solar-green) !important;
}

.solar-blue-text {
  color: #1a3a6b !important;
}

.sec-label-green {
  color: var(--solar-green) !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85rem;
}

.about-brand-tag-green {
  color: var(--solar-green) !important;
  font-weight: 600;
}


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

html {
  scroll-behavior: smooth;
  background: #e8e8e8;
}

body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #333;
  width: 100%;
  margin: 0;
  background: #fff;
  position: relative;
}

/* Universal horizontal section padding on all devices */
/* Universal section styling for a structured premium look */
section {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5px;
  padding-right: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); /* Universal subtle border */
  position: relative;
}

/* Exemptions for specific smaller sections */
.features-bar {
  padding: 40px 0 !important;
  border-top: none;
  background: #ffffff !important;
  color: #111111 !important;
  margin-top: 0 !important; /* Remove negative margin on mobile if needed */
}

@media (max-width: 991px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .feat-item {
    flex-direction: column;
    text-align: center;
    border-right: none !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }
  
  .feat-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.stats-strip {
  padding: 60px 0 !important;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), var(--subpage-bg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  color: #ffffff !important;
  border: none !important;
}

.subpage-banner {
  padding: 100px 0 80px !important;
  background: linear-gradient(rgba(18, 48, 24, 0.85), rgba(18, 48, 24, 0.85)), var(--subpage-bg) !important;
  background-size: cover !important;
  background-position: center !important;
  color: #ffffff !important;
}

/* Alternating background for depth */
section:nth-of-type(even) {
  background-color: #f8f9fa;
}

section:nth-of-type(odd) {
  background-color: #ffffff;
}

/* Ensure hero doesn't have top border */
.hero-wrap {
  border-top: none;
  padding: 0;
}

/* Global text + button alignment */
.about-desc,
.pcard-desc,
.blog-excerpt,
.testi-text,
.why-desc,
.faq-left-desc {
  text-align: left;
}

.btn-janvi,
.btn-janvi-outline,
.btn-outline-white,
.blog-btn,
.pcard-btn,
button[type="submit"] {
  display: inline-flex !important;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}

.about-actions,
.pmore-btn-wrap,
.gallery-view-all,
.faq-left,
.contact-form-wrap .col-12 {
  text-align: left;
  justify-content: flex-start;
}

.about-content-side .about-actions,
.about-content-side-blue .about-actions,
.about-content-match .about-actions {
  text-align: left;
  justify-content: flex-start;
}

.about-content-side .about-actions .btn-janvi,
.about-content-side .about-actions .btn-janvi-outline,
.about-content-side-blue .about-actions .btn-janvi,
.about-content-side-blue .about-actions .btn-janvi-outline,
.about-content-match .about-actions .btn-janvi,
.about-content-match .about-actions .btn-janvi-outline {
  margin-left: 0;
  margin-right: 0;
}

/* About content alignment fix */
.about-content-side .about-desc,
.about-content-side-blue .about-desc,
.about-content-match .about-desc {
  text-align: left !important;
}

.about-content-side .about-content-copy,
.about-content-side-blue .about-content-copy,
.about-content-match .about-content-copy {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

/* ===== TOPBAR ===== */
.topbar {
  background: var(--janvi-dark);
  color: #fff;
  padding: 0;
  font-size: 0.85rem;
  overflow: hidden;
}

.topbar-ticker-wrap {
  background: var(--solar-green);
  padding: 6px 0;
  white-space: nowrap;
  overflow: hidden;
}

.topbar-ticker-content {
  display: inline-block;
  padding-left: 100%;
  animation: ticker-animation 30s linear infinite;
}

.ticker-item {
  display: inline-block;
  padding-right: 60px;
  font-weight: 600;
}

@keyframes ticker-animation {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 44px;
}

.topbar-left {
  display: flex;
  gap: 20px;
}

.topbar-item {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  transition: var(--transition);
}

.topbar-item:hover {
  color: var(--solar-green);
}

.topbar-item i {
  color: var(--solar-green);
  margin-right: 6px;
}

.topbar-social a {
  color: #fff;
  margin-left: 15px;
  font-size: 1rem;
  transition: var(--transition);
}

.topbar-social a:hover {
  color: var(--solar-green);
}

@media (max-width: 767px) {
  .topbar-inner {
    display: none;
  }
}

.features-bar {
  background: #ffffff !important;
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #111111 !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.feat-item {
  color: #111111 !important;
}

.feat-text h6 {
  color: #111111 !important;
  font-weight: 700;
  margin-bottom: 2px;
}

.feat-text p {
  color: #555555 !important;
}
#mainNav {
  background: #ffffff;
  padding: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  z-index: 1050;
  position: sticky;
  top: 0;
  width: 100%;
}

#mainNav.scrolled {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  /* Removed slideInDown animation for seamless behavior */
}

.navbar-toggler {
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 0.45rem 0.75rem;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 0.15rem rgba(76, 175, 80, 0.35);
}

.navbar-collapse {
  width: 100%;
}

@media (max-width: 991px) {
  .nav-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: 100% !important;
  }

  .navbar-collapse {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    z-index: 1051;
    position: static !important;
  }

  .navbar-nav {
    flex-direction: column;
    text-align: left;
  }

  .navbar-nav .nav-link {
    padding: 12px 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 14px;
  }

  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }

  .nav-dropdown {
    position: relative !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    background: #f5f5f5 !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    border-radius: 0 !important;
    padding: 8px 0 !important;
  }

  .nav-drop-item {
    padding-left: 30px !important;
    font-size: 13px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03) !important;
  }

  .nav-drop-item:last-child {
    border-bottom: none !important;
  }
}

.nav-container {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
}

.navbar-nav {
  flex: 1;
  justify-content: center;
}

@media (max-width: 991px) {
  .nav-container {
    flex-wrap: wrap !important;
  }
}

.nav-logo-img {
  height: 88px;
  width: auto;
  object-fit: contain;
  padding: 0px 0;
}

.navbar-nav .nav-link {
  font-family: 'Montserrat', sans-serif;
  color: #1a1a1a !important;
  font-weight: 700; /* Bolder for premium feel */
  font-size: 13px; /* Slightly smaller for better spacing */
  padding: 20px 15px !important; /* Sleeker height */
  position: relative;
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--solar-green) !important;
}

.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 18px;
  right: 18px;
  height: 2px;
  /* background: var(--solar-green); */
  transform: scaleX(0);
  transition: var(--transition);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

/* Call Us Button Style (YSKA) */
.nav-call-us {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
  transition: var(--transition);
}

.nav-call-us:hover {
  transform: translateY(-2px);
}

.call-icon {
  width: 42px;
  height: 42px;
  background: var(--solar-green);
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  box-shadow: 0 4px 12px rgba(200, 16, 46, 0.3);
}

.call-text {
  display: flex;
  flex-direction: column;
}

.call-text span {
  font-size: 10px;
  text-transform: uppercase;
  color: #888;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-bottom: 2px;
}

.call-text strong {
  font-size: 15px;
  color: #111;
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap; /* Prevent number from wrapping */
}

@media (max-width: 991px) {
  .navbar-nav .nav-link {
    padding: 15px 0 !important;
    border-bottom: 1px solid #eee;
  }

  .navbar-nav .nav-link::after {
    display: none;
  }

  .nav-logo-img {
    height: 75px;
  }
}

@media (max-width: 1199px) {
  .search-input {
    width: 100px;
  }
}

@media (max-width: 991px) {
  .nav-utils {
    display: none !important;
  }

  .nav-logo-img {
    height: 52px;
  }
}

.nav-caret {
  font-size: 0.55rem;
  margin-left: 4px;
  vertical-align: middle;
  color: #999;
  transition: transform 0.2s;
}

.nav-item.dropdown.show .nav-caret,
.nav-item.dropdown:hover .nav-caret {
  transform: rotate(180deg);
  color: var(--solar-orange);
}

/* Dropdown */
.nav-dropdown {
  background: #fff;
  border: none;
  border-radius: 0 0 10px 10px;
  padding: 6px 0 10px;
  margin-top: 0 !important;
  min-width: 220px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18), 0 4px 16px rgba(0, 0, 0, 0.10);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.38s ease, transform 0.38s ease, visibility 0.38s;
  pointer-events: none;
}

@media (min-width: 992px) {
  .nav-dropdown {
    display: block !important;
  }

  .nav-item.dropdown:hover .nav-dropdown,
  .nav-item.dropdown.show .nav-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}

.nav-drop-item {
  color: #444 !important;
  font-size: 0.86rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  padding: 10px 22px !important;
  transition: color 0.18s, background 0.18s, padding-left 0.18s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-drop-item:hover {
  color: var(--solar-orange) !important;
  background: #fff !important;
  padding-left: 26px !important;
}

.nav-drop-icon {
  color: var(--solar-orange);
  font-size: 0.7rem;
  flex-shrink: 0;
  transition: transform 0.18s;
}

.nav-drop-item:hover .nav-drop-icon {
  transform: translateX(4px);
}


@media (max-width: 991px) {
  .nav-dropdown {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
    pointer-events: auto !important;
    box-shadow: none;
    background: #f9f9f9;
    border-radius: 6px;
    margin-left: 12px;
  }

  .navbar-nav .nav-link::after {
    display: none;
  }
}

/* ===== HERO BANNER ===== */
.hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #000;
}

/* Removed forced heights as requested */

.hero-bg-img {
  width: 100%;
  height: auto; /* Let natural image height define the banner */
  display: block;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent; /* Removed gradient to show image text clearly */
  display: flex;
  align-items: flex-end; /* Buttons at bottom */
  justify-content: flex-start;
  padding: 80px 8% 30px; /* More bottom padding for buttons */
  z-index: 20;
}

@media (max-width: 991px) {
  .hero-overlay {
    padding: 20px 5%;
    align-items: flex-end;
    padding-bottom: 20px; /* Reduced gap */
  }
}

@media (max-width: 575px) {
  .hero-actions {
    display: none !important; /* Hide buttons on phone as requested */
  }
  .warranty-badge-hero {
    display: none !important; /* Hide badge on phone too for clean look */
  }
}

.hero-content {
  max-width: 650px; /* Increased for better text flow */
  color: #fff;
  text-align: left;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
  width: 100%;
}

.btn-janvi-hero {
  background: var(--solar-green);
  color: #fff !important;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  transition: var(--transition);
  border: 2px solid var(--solar-green);
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 30px rgba(76, 175, 80, 0.4);
}

@media (max-width: 575px) {
  .btn-janvi-hero {
    padding: 10px 20px;
    font-size: 0.75rem;
  }
}

.btn-janvi-hero:hover {
  background: #fff;
  color: var(--solar-green) !important;
  transform: translateY(-3px);
}

.btn-janvi-hero-outline {
  background: transparent;
  color: #fff !important;
  border: 2px solid #fff;
  padding: 13px 35px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}

.btn-janvi-hero-outline:hover {
  background: #fff;
  color: var(--janvi-dark) !important;
  transform: translateY(-3px);
}
/* 
.hero-wrap .carousel,
.hero-wrap .carousel-inner,
.hero-wrap .carousel-item {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
} */

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

img,
video,
iframe,
embed,
object {
  max-width: 100%;
  height: auto;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-shadow: 2px 4px 20px rgba(0,0,0,0.3);
}

.solar-green-text {
  color: var(--solar-green);
}

.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 40px;
  opacity: 0.9;
  font-weight: 400;
}

.hero-features-icons {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.h-feat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.h-feat-item i {
  font-size: 1.5rem;
  color: var(--solar-green);
  background: rgba(255, 255, 255, 0.1);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.h-feat-item span {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* ===== FEATURES BAR ===== */
.features-bar {
  background: #fff;
  padding: 30px 0;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
  margin-top: -80px;
  border-radius: 10px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feat-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 15px;
  border-right: 1px solid #eee;
}

.feat-item:last-child {
  border-right: none;
}

.feat-icon {
  font-size: 2rem;
  color: var(--solar-green);
}

.feat-text h6 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--janvi-dark);
}

.feat-text p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--text-muted);
}

@media (max-width: 991px) {
  .features-grid {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }
  
  .feat-item {
    flex-direction: column !important;
    text-align: center !important;
    border-right: none !important;
    border-bottom: 1px solid #eee !important;
    padding-bottom: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  
  .feat-item:last-child {
    border-bottom: none !important;
  }
}

/* ===== SHOP BY CATEGORY ===== */
.category-section {
  padding: var(--section-space) 0;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  /* Wide cards */
  gap: 30px;
}

.category-card {
  position: relative;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  display: block;
  background: #000;
  transition: var(--transition);
  margin-bottom: 0;
}

.category-card-sm {
  height: 300px;
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.category-card:hover img {
  transform: scale(1.1);
}

.category-overlay {
  position: absolute;
  inset: 0;
  padding: 30px;
  background: transparent;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  transition: var(--transition);
}

/* Category card link button */
.category-link {
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
  background: var(--solar-green);
  padding: 10px 25px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: var(--transition);
  margin-top: 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 20px rgba(76, 175, 80, 0.3);
  border: 2px solid var(--solar-green);
}

.category-link:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .category-link {
    display: inline-flex !important;
    position: relative !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding: 8px 18px !important;
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
    gap: 6px !important;
  }
  
  .category-overlay {
    align-items: flex-start !important;
    justify-content: flex-end !important;
    text-align: left !important;
    padding: 22px 16px !important;
    background: rgba(0,0,0,0.3) !important; /* Slight dark overlay to make button pop */
  }
}

/* ===== PRODUCT CARD (Featured Section) ===== */
.product-card {
  position: relative;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  background: #000; /* Match category card background */
  transition: var(--transition);
  margin-bottom: 0;
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Fill the card like category cards */
  transition: transform 0.8s ease;
}

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

.product-overlay {
  position: absolute;
  inset: 0;
  padding: 25px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 60%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  transition: var(--transition);
}

.product-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff; /* White text for dark background */
  margin-bottom: 5px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.product-card-desc {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8); /* Faded white for description */
  margin-bottom: 15px;
  line-height: 1.4;
  max-width: 200px;
}

.product-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  background: var(--solar-green);
  padding: 10px 22px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: var(--transition);
  border: 2px solid var(--solar-green);
}

.product-link:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  transform: translateY(-3px);
}

/* Grid is now auto-responsive via minmax */


/* ===== GLOBAL HEADING STYLES ===== */
.sec-head {
  text-align: center;
  margin-bottom: 44px;
  display: block;
  width: min(100%, 800px);
  padding: 0 10px 14px;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* Gradient Underline */
.sec-head::after {
  content: '';
  display: block;
  width: 84px;
  height: 3px;
  margin: 14px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(76, 175, 80, 0.15) 0%, var(--solar-green) 50%, rgba(76, 175, 80, 0.15) 100%);
}

.sec-head[style*="text-align:center"] {
  margin-left: auto;
  margin-right: auto;
}

/* Tag above Title */
.about-brand-tag,
.sec-label {
  font-size: clamp(0.95rem, 1.5vw, 1.08rem);
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: none;
  color: #4a4a4a;
  display: block;
  margin-bottom: 2px;
  line-height: 1.2;
}

.about-brand-tag-red {
  color: var(--solar-orange);
}

.about-brand-tag-blue {
  color: var(--janvi-blue);
}

.about-brand-tag-green {
  color: var(--solar-green) !important;
}

.about-brand-tag-orange {
  color: var(--solar-orange);
}

/* Main Title Font */
.about-main-title,
.sec-title {
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  font-weight: 800;
  color: #111111;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.01em; /* Tighter for premium look */
  text-transform: uppercase;
}

/* Janvi Blue Text override */
.solar-orange-text {
  color: var(--solar-orange) !important;
}

/* Reduces Margin inside Sec-Head block */
.sec-head .about-main-title {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  white-space: nowrap;
  text-align: center;
  visibility: visible !important;
  opacity: 1 !important;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .sec-head .about-main-title {
    white-space: normal;
  }
}

/* Optional Heading Icon Setup */
.sec-head .about-main-title::before {
  content: '\f0a3';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--solar-green);
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.18);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 0.85em;
  line-height: 1;
  flex-shrink: 0;
}

/* Headings Mobile Responsiveness */
@media (max-width: 575px) {
  .sec-head {
    margin-bottom: 24px;
    padding: 0 8px 10px;
  }

  .sec-head .about-main-title {
    font-size: 1.23rem;
    line-height: 1.22;
    gap: 8px;
  }
}

/* Section-specific heading icons */
#about .sec-head .about-main-title::before {
  content: '\f015';
}

#products .sec-head .about-main-title::before {
  content: '\f466';
}

.why-section .why-header .about-main-title::before {
  content: '\f005';
}

.certificate-section .sec-head .about-main-title::before {
  content: '\f0a3';
}

.faq-section .sec-head .about-main-title::before {
  content: '\f059';
}

.contact-section .sec-head .about-main-title::before {
  content: '\f0e0';
}

.gallery-section .sec-head .about-main-title::before {
  content: '\f03e';
}

.clients-section .sec-head .about-main-title::before {
  content: '\f0c0';
}

.blogs-section .sec-head .about-main-title::before {
  content: '\f781';
}

.testimonial-section .sec-head .about-main-title::before {
  content: '\f10d';
}

/* ===== SECTION SHADOW DIVIDERS (ecommerce style) ===== */
.about-wrap,
.products-section,
.blogs-section,
.faq-section,
.gallery-section,
.testimonial-section,
.why-section,
.stats-bar {
  position: relative;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07), 0 -4px 16px rgba(0, 0, 0, 0.04);
  z-index: 1;
}

/* ===== ABOUT US SECTION STYLES ===== */
.about-wrap {
  padding: var(--section-space) 0;
  background: #fff;
}

.about-img-side {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  height: 400px;
  /* Reduced height as requested */
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid var(--solar-green);
}

.about-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-img-side:hover .about-img {
  transform: scale(1.08);
}

.about-content-side {
  padding-left: 50px;
  position: relative;
}

.solar-green-text {
  color: var(--solar-green) !important;
}

.btn-janvi {
  background: var(--solar-green);
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  border: none;
}

.btn-janvi:hover {
  background: var(--solar-green-dark);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(76, 175, 80, 0.3);
}

.btn-janvi-hero {
  background: var(--solar-green);
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
  border: 2px solid var(--solar-green);
  font-size: 1rem;
  position: relative;
  z-index: 30;
  pointer-events: auto !important;
  min-width: auto;
}

.btn-janvi-hero:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
  transform: translateY(-3px);
}

@media (max-width: 1199px) {
  .hero-overlay {
    padding: 30px 30px 120px;
    justify-content: flex-start;
  }

  .hero-content {
    text-align: left;
    max-width: 520px;
    width: 100%;
  }

  .btn-janvi-hero {
    padding: 11px 26px;
    font-size: 0.98rem;
  }
}

@media (max-width: 767px) {
  .hero-overlay {
    padding: 30px 20px 90px;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    text-align: left;
    margin-left: 0;
  }

  .btn-janvi-hero {
    width: auto;
    padding: 10px 20px;
    font-size: 0.95rem;
  }

  .category-card {
    height: 260px;
  }

  .category-overlay {
    padding: 24px 18px;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-end;
  }
}

@media (max-width: 575px) {
  .hero-overlay {
    padding: 18px 16px 70px;
    justify-content: flex-start;
  }

  .hero-content {
    width: 100%;
    padding-left: 10px;
    max-width: 100%;
  }

  .btn-janvi-hero {
    width: auto;
    justify-content: flex-start;
    padding: 10px 16px;
    font-size: 0.9rem;
  }

  .category-card {
    height: 220px;
  }

  .category-overlay {
    padding: 18px 15px;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-end;
  }
}

.p-btn {
  background: transparent;
  color: var(--solar-green);
  border: 2px solid var(--solar-green);
  padding: 10px 25px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: var(--transition);
  font-size: 0.95rem;
  margin-top: auto;
  width: 100%;
}

.p-btn:hover {
  background: var(--solar-green);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(76, 175, 80, 0.3);
}

@media (max-width: 991px) {
  .about-content-side {
    padding-left: 15px;
    padding-top: 30px;
    text-align: center;
  }

  .about-actions {
    justify-content: center;
  }

  .about-watermark img {
    width: 60%;
  }
}

.about-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  pointer-events: none;
}

.about-watermark img {
  width: 80%;
  opacity: 0.05;
  filter: grayscale(100%);
}

.about-content-side>*:not(.about-watermark) {
  position: relative;
  z-index: 1;
}

.about-brand-tag-green {
  color: var(--solar-green);
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 0.85rem;
  margin-bottom: 10px;
  display: block;
}

.about-content-match .sec-head,
.about-content-match .about-content-copy,
.about-content-match .about-stats-row,
.about-content-match .about-actions {
  position: relative;
  z-index: 1;
}

.about-pill-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 320px;
  max-width: 100%;
  background: linear-gradient(180deg, var(--solar-green) 0%, var(--solar-green-dark) 100%);
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(76, 175, 80, 0.32);
  padding: 14px 28px;
  font-size: clamp(1rem, 2vw, 1.05rem);
  font-weight: 800;
  letter-spacing: 0.6px;
}

.about-content-match .sec-head {
  display: flex;
  justify-content: center;
}

.about-content-match .sec-head .about-main-title::before,
.about-content-match .sec-head .about-main-title::after {
  display: none;
}

.about-content-copy {
  max-width: 760px;
  margin: 8px auto 0;
}

.about-content-match .about-desc {
  font-size: clamp(1.02rem, 1.4vw, 1.1rem);
  line-height: 1.8;
  color: #4f5a65;
  text-align: center;
}

.about-stats-row-match {
  margin: 24px auto 26px;
  width: 100%;
  max-width: 760px;
  border: none;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(191, 8, 46, 0.2);
}

.about-stat-match {
  background: #bf082e;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.about-stat-match .about-stat-label {
  color: #ffe0e6;
  font-size: 0.9rem;
  letter-spacing: 1.2px;
}

/* .about-content-match .about-actions {
  justify-content: center;
} */

/* Brand tag � small label above title */
.about-brand-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.about-brand-tag-red {
  color: var(--solar-orange);
}

.about-brand-tag-blue {
  color: var(--janvi-blue);
}

.about-brand-tag-orange {
  color: var(--solar-orange);
}

/* Main title */
.about-main-title {
  font-size: clamp(1.4rem, 2.5vw, 2.4rem);
  font-weight: 800;
  color: #111111;
  line-height: 1.15;
  margin: 0;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.about-main-title em {
  font-style: normal;
  color: var(--janvi-blue);
  font-weight: inherit;
}

.about-main-title-blue {
  color: #0a1a2e;
}

.about-main-title-blue em {
  color: var(--janvi-blue);
  font-style: normal;
}

.about-main-title-light {
  color: #fff;
}

.about-main-title-light em {
  color: #fff;
  font-style: normal;
}

/* ===== GLOBAL HEADING STYLES ===== */
.sec-head {
  text-align: center;
  margin-bottom: 44px;
}

.sec-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--janvi-dark);
  text-transform: none;
}

.sec-head::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--solar-green);
  margin: 15px auto 0;
  border-radius: 2px;
}

.sec-head .about-main-title::before {
  color: var(--solar-green);
  background: rgba(76, 175, 80, 0.1);
  border: 1px solid rgba(76, 175, 80, 0.2);
}

#about .sec-head .about-main-title::before {
  content: '\f015';
}

#products .sec-head .about-main-title::before {
  content: '\f466';
}

.why-section .sec-head .about-main-title::before {
  content: '\f005';
}

.certificate-section .sec-head .about-main-title::before {
  content: '\f0a3';
}

.faq-section .sec-head .about-main-title::before {
  content: '\f059';
}

.contact-section .sec-head .about-main-title::before {
  content: '\f0e0';
}

.gallery-page-section .sec-head .about-main-title::before {
  content: '\f03e';
}

.clients-section .sec-head .about-main-title::before {
  content: '\f0c0';
}

/* Description paragraphs */
.about-desc {
  font-size: 0.93rem;
  color: #555;
  line-height: 1.85;
  margin-bottom: 16px;
}

/* Stats row */
.about-stats-row {
  display: flex;
  gap: 0;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
  margin: 28px 0 32px;
}

.about-stat {
  flex: 1;
  padding: 16px 12px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
  background: var(--janvi-blue);
}

.about-stat:last-child {
  border-right: none;
}

.about-stat-blue {
  background: var(--janvi-blue);
  border-color: #dde3ed;
}

.about-stat-blue:last-child {
  border-right: none;
}

.about-stat-num {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--bs-body-bg);
  line-height: 1;
  margin-bottom: 4px;
}

.about-stat-label {
  display: block;
  font-size: 0.65rem;
  color: #ffe9e9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Action buttons */
.about-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

/* White outline variant — for use on dark/hero backgrounds */
.btn-outline-white {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  padding: 11px 26px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.88rem;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-outline-white:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}

.btn-janvi {
  background: var(--janvi-blue);
  color: #fff;
  border: none;
  padding: 11px 26px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.88rem;
  transition: opacity 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-janvi:hover {
  opacity: 0.88;
  color: #fff;
}

.btn-janvi-outline {
  background: transparent;
  color: var(--janvi-blue);
  border: 1.5px solid var(--janvi-blue);
  padding: 11px 26px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.88rem;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-janvi-outline:hover {
  background: var(--janvi-blue);
  color: #fff;
}

@media (max-width: 991px) {
  .about-img-side {
    height: 260px;
  }

  .about-content-side,
  .about-content-side-blue {
    padding: 40px 24px;
  }

  .about-pill-title {
    min-width: 0;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .about-img-side {
    height: 280px;
  }
}

@media (max-width: 575px) {
  .about-wrap {
    margin-top: 0;
    border-top: 4px solid #f0f0f0;
  }

  .about-img-side {
    height: 220px;
  }

  .about-img {
    object-fit: contain;
    padding: 12px;
  }

  .about-content-side,
  .about-content-side-blue {
    padding: 28px 16px;
  }

  .about-content-match .about-desc {
    font-size: 0.95rem;
  }

  .about-stats-row-match {
    flex-direction: column;
  }

  .about-stat-match {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  .about-stat-match:last-child {
    border-bottom: none;
  }
}

/* ===== COMPACT STATS STRIP ===== */
.stats-strip {
  padding: 60px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), var(--subpage-bg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff !important;
}

.stats-strip-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}

.stat-strip-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  padding: 0 15px;
}

.stat-strip-item i {
  color: var(--solar-orange);
  font-size: 1.15rem;
}

.stat-strip-num {
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.stat-strip-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

@media (max-width: 991px) {
  .stats-strip-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
  }
}

@media (max-width: 575px) {
  .stats-strip {
    padding: 32px 0;
  }

  .stat-strip-item {
    padding: 0 10px;
    gap: 6px;
  }

  .stat-strip-num {
    font-size: 1.25rem;
  }

  .stat-strip-label {
    font-size: 0.65rem;
  }

  .stat-strip-item i {
    font-size: 0.95rem;
  }
}

/* About content sec-head — tighter margin inside about block */
.about-content-side .sec-head,
.about-content-side-blue .sec-head {
  margin-bottom: 20px;
}

/* Right line on Janvi blue heading — change left line color only */
.about-content-side-blue .sec-head .about-main-title::before {
  background: var(--janvi-blue);
}

.about-content-side-blue .sec-head .about-main-title::after {
  background: var(--solar-orange);
}

/* ===== PRODUCTS ===== */
.products-section {
  background: #fff;
}

.product-block-janvi {
  background: #fff;
  padding: 100px 0;
}

.product-block-head {
  padding: 50px 0 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
}

.product-block-head .sec-head {
  grid-column: 2;
  margin: 0 auto;
}

.pcard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 32px 0;
  border: none;
}

/* ===== PRODUCT CARDS (Clean Style) ===== */
.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.p-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: var(--transition);
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.p-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
  border-color: var(--solar-green);
}

.p-img {
  position: relative;
  height: 260px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.p-img img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: var(--transition);
}

.p-card:hover .p-img img {
  transform: scale(1.1);
}

.p-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--solar-green);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(76, 175, 80, 0.3);
  letter-spacing: 0.5px;
}

.p-info {
  padding: 20px 5px 10px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--janvi-dark);
  margin-bottom: 15px;
  line-height: 1.3;
  transition: color 0.3s;
}

.p-card:hover .p-title {
  color: var(--solar-green);
}

.p-price,
.p-cart-btn,
.p-price-row {
  display: none !important;
}

.pmore-btn-wrap {
  text-align: center;
  margin-top: 20px;
}

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

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

/* View more button wrap */
.pmore-btn-wrap {
  text-align: center;
  padding: 28px 0 10px;
}

/* Fix to stop cards stretching vertically */
.blog-pcard-grid {
  grid-template-columns: repeat(2, 1fr) !important;
}

@media (max-width: 1199px) {
  .pcard-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

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

  .blog-pcard-grid {
    grid-template-columns: 1fr !important;
  }

  .pcard {
    min-height: 300px !important;
  }

  .pcard-title {
    font-size: 1rem !important;
  }
}

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

/* ===== WHY CHOOSE US SECTION ===== */
.why-section {
  padding: 80px 0;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.78)), 
              url('../img/why-choose-us/why-choose-us-2.webp') center/cover no-repeat fixed;
  color: #fff;
}

.why-header {
  margin-bottom: 40px;
  text-align: center;
}

.why-section .sec-label {
  color: var(--solar-green);
  font-weight: 600;
}

.why-main-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  font-family: 'Playfair Display', Georgia, serif;
}

.why-main-title em {
  font-style: italic;
  color: var(--solar-green);
  font-weight: 600;
}

/* Grid Layout */
.why-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  gap: 40px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.why-left-col,
.why-right-col {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
}

.why-left-col {
  text-align: right;
  align-items: flex-end;
}

.why-right-col {
  text-align: left;
  align-items: flex-start;
}

/* Feature Box */
.why-feature-box {
  max-width: 280px;
}

.why-feature-icon {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: var(--solar-green);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: 0 8px 20px rgba(76, 175, 80, 0.3);
}

.why-left-col .why-feature-icon {
  margin-left: auto;
}

.why-feature-icon i {
  color: #fff;
  font-size: 1.4rem;
}

.why-feature-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.why-feature-desc {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin: 0;
}

/* Center Image */
.why-center-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-center-image {
  width: 100%;
  max-width: 380px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.why-center-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, rgba(26, 58, 107, 0.1) 0%, transparent 50%);
  z-index: 1;
  pointer-events: none;
}

.why-center-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Blue brand tag */
.about-brand-tag-blue {
  color: var(--janvi-blue);
}

/* Responsive adjustments for Why Choose Us */
@media (max-width: 991px) {
  .why-grid-wrapper {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }

  .why-left-col,
  .why-right-col {
    align-items: center;
    text-align: center;
  }

  .why-left-col .why-feature-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .why-feature-box {
    max-width: 400px;
  }
}

/* ===== BLOGS SECTION ===== */
.blogs-section {
  padding: 80px 0;
  background: #f7f7f7;
  border-top: 1px solid #ebebeb;
}

/* ===== BLOG CARD - OVERLAY STYLE ===== */
.blog-card {
  position: relative !important;
  display: block !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  aspect-ratio: 4/5 !important;
  min-height: 380px !important;
  background: none !important;
  border: none !important;
  transition: transform 0.3s ease !important;
  text-decoration: none !important;
  color: inherit !important;
  cursor: pointer !important;
}

.blog-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.3) !important;
}

/* Image container fills the entire card */
.blog-card .blog-img-wrap {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 1 !important;
  background: none !important;
}

.blog-card .blog-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease-out !important;
  display: block !important;
}

.blog-card:hover .blog-img {
  transform: scale(1.08) !important;
}

/* Dark Gradient Overlay for text readability */
.blog-card::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.95) 100%) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

/* Content positioned at the bottom */
.blog-card .blog-body {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  padding: 16px !important;
  z-index: 3 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  background: transparent !important;
}

.blog-card .blog-title {
  color: #fff !important;
  font-size: 1.15rem !important;
  font-weight: 700 !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8) !important;
  margin-bottom: 4px !important;
  line-height: 1.3 !important;
  transition: none !important;
}

.blog-card:hover .blog-title {
  color: #fff !important;
}

.blog-card .blog-excerpt {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 0.8rem !important;
  margin-bottom: 12px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  line-height: 1.5 !important;
}

.blog-card .blog-meta {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 8px !important;
}

.blog-card .blog-date,
.blog-card .blog-read-time {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 0.75rem !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) !important;
}

/* The white "Read Article" button */
.blog-card .blog-btn {
  background: #fff !important;
  color: #111 !important;
  padding: 8px 20px !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 0.9rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  margin-top: 0 !important;
  text-decoration: none !important;
}

.blog-card:hover .blog-btn {
  background: var(--solar-orange) !important;
  color: #fff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
}

/* Blog page grid adjustments */
.blog-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

@media (max-width: 767px) {
  .blog-card {
    min-height: 300px !important;
  }

  .blog-page-grid {
    grid-template-columns: 1fr;
  }

  .blog-card .blog-title {
    font-size: 1rem !important;
  }
}

/* Related posts in blog detail - horizontal layout */
.related-posts .blog-card {
  min-height: 280px !important;
  aspect-ratio: 16/10 !important;
}

/* ===== GALLERY SECTION (homepage preview) ===== */
.gallery-section {
  padding: 80px 0;
  background: #fff;
  border-top: 1px solid #ebebeb;
}

/* 4-col card grid — Aadius style */
.gallery-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 36px;
}

.gallery-card {
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
  cursor: pointer;
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
}

.gallery-card-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.gallery-card:hover .gallery-card-img {
  transform: scale(1.06);
}

/* Hover zoom icon overlay */
.gallery-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  pointer-events: none;
}

.gallery-card-overlay i {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s, transform 0.3s;
}

.gallery-card:hover .gallery-card-overlay {
  background: rgba(0, 0, 0, 0.35);
}

.gallery-card:hover .gallery-card-overlay i {
  opacity: 1;
  transform: scale(1);
}

/* Caption below image */
.gallery-card-caption {
  padding: 10px 12px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #444;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* View All link */
.gallery-view-all {
  text-align: center;
  padding-top: 4px;
}

.gallery-view-all a {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--solar-orange);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  letter-spacing: 0.3px;
  transition: gap 0.2s;
}

.gallery-view-all a:hover {
  gap: 14px;
}

/* ===== GALLERY PAGE ===== */
/* Filter tabs */
.gallery-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}

.gf-btn {
  padding: 8px 22px;
  border-radius: 4px;
  border: 1.5px solid #e0e0e0;
  background: #fff;
  color: #666;
  font-size: 0.83rem;
  font-weight: 600;
  letter-spacing: 0.4px;
  cursor: pointer;
  transition: all 0.2s;
  font-family: inherit;
}

.gf-btn:hover {
  border-color: var(--solar-orange);
  color: var(--solar-orange);
}

.gf-btn.active {
  background: var(--solar-orange);
  border-color: var(--solar-orange);
  color: #fff;
}

/* Gallery page card grid — 4 col */
.gallery-pg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.gallery-pg-item {
  border-radius: 10px;
  overflow: hidden;
  background: #f5f5f5;
  cursor: pointer;
  position: relative;
  transition: box-shadow 0.25s ease;
}

.gallery-pg-item:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.gallery-pg-item.hidden {
  display: none;
}

.gallery-pg-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.gallery-pg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

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

.gallery-pg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  /* above caption */
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  pointer-events: none;
}

.gallery-pg-overlay i {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s, transform 0.3s;
}

.gallery-pg-item:hover .gallery-pg-overlay {
  background: rgba(0, 0, 0, 0.35);
}

.gallery-pg-item:hover .gallery-pg-overlay i {
  opacity: 1;
  transform: scale(1);
}

.gallery-pg-caption {
  padding: 10px 12px 12px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #444;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1199px) {

  .gallery-card-grid,
  .gallery-pg-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {

  .gallery-card-grid,
  .gallery-pg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {

  .gallery-card-grid,
  .gallery-pg-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* ===== CUSTOM LIGHTBOX ===== */
.glb-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.glb-backdrop.open {
  opacity: 1;
  pointer-events: all;
}

.glb-inner {
  position: relative;
  max-width: 90vw;
  max-height: 88vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.glb-img {
  max-width: 90vw;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 6px;
  display: block;
  transition: opacity 0.2s;
}

.glb-caption {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
  letter-spacing: 0.3px;
  margin: 0;
  text-align: center;
}

.glb-close {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10000;
}

.glb-close:hover {
  background: var(--solar-orange);
  border-color: var(--solar-orange);
}

.glb-nav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10000;
}

.glb-nav:hover {
  background: rgba(255, 255, 255, 0.2);
}

.glb-prev {
  left: 20px;
}

.glb-next {
  right: 20px;
}

@media (max-width: 575px) {
  .glb-prev {
    left: 8px;
  }

  .glb-next {
    right: 8px;
  }
}

/* ===== TESTIMONIALS ===== */
.testimonial-section {
  padding: 90px 0;
  background: #fff;
  border-top: 1px solid #ebebeb;
}

.testi-carousel-inner {
  padding: 8px 4px 20px;
}

.testi-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testi-card {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 28px 26px 24px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.testi-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border-color: #ccc;
}

.testi-quote i {
  font-size: 1.4rem;
  color: var(--solar-orange);
  opacity: 0.18;
}

.testi-text {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.8;
  flex: 1;
  margin: 0;
}

.testi-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--solar-orange);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0.5px;
}

.testi-avatar-blue {
  background: var(--janvi-blue);
}

.testi-info {
  flex: 1;
}

.testi-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 2px;
}

.testi-role {
  font-size: 0.75rem;
  color: #aaa;
}

.testi-stars {
  display: flex;
  gap: 2px;
}

.testi-stars i {
  font-size: 0.7rem;
  color: #f5a623;
}

.testi-brand-tag {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 3px;
}

.testi-tag-janvi {
  background: rgba(26, 58, 107, 0.07);
  color: var(--janvi-blue);
}

/* Controls */
.testi-ctrl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
  z-index: 10;
}

.testi-ctrl:hover {
  background: var(--solar-orange);
  color: #fff;
  border-color: var(--solar-orange);
}

.testi-ctrl-prev {
  left: -18px;
}

.testi-ctrl-next {
  right: -18px;
}

.testi-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 28px;
}

.testi-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s, width 0.2s;
}

.testi-dot.active {
  background: var(--solar-orange);
  width: 24px;
  border-radius: 4px;
}

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

  .testi-ctrl-prev {
    left: -10px;
  }

  .testi-ctrl-next {
    right: -10px;
  }
}

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

/* ===== CONTACT SECTION ===== */
.contact-section {
  padding: 80px 0 90px;
  background: #f5f5f5;
}

/* Left grey info panel — KECH style */
.contact-info-panel {
  background: linear-gradient(90deg, var(--janvi-blue-dark) 0%, var(--janvi-blue) 40%, var(--solar-orange) 100%);
  border-radius: 4px;
  padding: 40px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.contact-info-panel-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 28px;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}

.contact-info-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.contact-info-list li:last-child {
  border-bottom: none;
}

.contact-info-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.78rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.contact-info-list a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s;
}

.contact-info-list a:hover {
  color: #fff;
}

.contact-panel-social {
  display: flex;
  gap: 8px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-panel-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.contact-panel-social a:hover {
  background: var(--solar-orange);
  border-color: var(--solar-orange);
  color: #fff;
}

/* Right white form wrapper */
.contact-form-wrap {
  background: #fff;
  border-radius: 4px;
  padding: 40px 38px;
  height: 100%;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.contact-form-title {
  font-size: 1.6rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 28px;
  line-height: 1.3;
}

/* Underline inputs */
.cf-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  color: #999;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}

.cf-label span {
  color: var(--solar-orange);
}

.cf-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1.5px solid #ddd;
  border-radius: 0;
  padding: 9px 0;
  font-size: 0.9rem;
  color: #222;
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}

.cf-input::placeholder {
  color: #bbb;
  font-size: 0.88rem;
}

.cf-input:focus {
  border-bottom-color: var(--solar-orange);
  box-shadow: none;
}

.cf-select {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23aaa' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 4px center;
  padding-right: 24px;
}

.cf-textarea {
  resize: vertical;
  min-height: 90px;
  border: none;
  border-bottom: 1.5px solid #ddd;
  border-radius: 0;
}

.cf-textarea:focus {
  border-bottom-color: var(--solar-orange);
}

.cf-submit {
  background: linear-gradient(90deg, var(--janvi-blue-dark) 0%, var(--janvi-blue) 40%, var(--solar-orange) 100%);
  color: #fff;
  border: none;
  padding: 12px 32px;
  border-radius: 3px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: inherit;
}

.cf-submit:hover {
  background: var(--solar-orange);
}

.cf-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Validation */
.cf-input.cf-error {
  border-bottom-color: #e74c3c !important;
}

.cf-err-msg {
  display: block;
  font-size: 0.72rem;
  color: #e74c3c;
  margin-top: 4px;
}


/* Success state */
.cf-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  gap: 14px;
}

.cf-success i {
  font-size: 3.5rem;
  color: #2ecc71;
}

.cf-success h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #111;
  margin: 0;
}

.cf-success p {
  color: #777;
  font-size: 0.9rem;
  margin: 0;
}

@media (max-width: 991px) {
  .contact-info-panel {
    padding: 28px 22px;
  }

  .contact-form-wrap {
    padding: 28px 22px;
  }
}

/* ===== FIXED FLOATING BUTTONS (WhatsApp + Call) ===== */
.fixed-contact-btns {
  position: fixed;
  bottom: 28px;
  right: 22px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-end;
}

.fixed-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 18px 11px 14px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s, box-shadow 0.2s;
  white-space: nowrap;
}

.fixed-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
  color: #fff;
}

.fixed-btn i {
  font-size: 1.1rem;
  flex-shrink: 0;
}

.fixed-btn-wa {
  background: #25d366;
}

.fixed-btn-call {
  background: var(--solar-orange);
}

@media (max-width: 575px) {
  .fixed-contact-btns {
    bottom: 18px;
    right: 14px;
    gap: 8px;
  }

  .fixed-btn {
    padding: 10px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    justify-content: center;
    font-size: 0;
    gap: 0;
  }

  .fixed-btn i {
    font-size: 1.15rem;
  }
}


/* ===== BRANDS STRIP ===== */
.brands-strip {
  position: relative;
  background: linear-gradient(rgba(18, 28, 48, 0.91), rgba(18, 28, 48, 0.91)),
    var(--site-bg-img) center/cover no-repeat;
  padding: 56px 0;
}

.brands-strip-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.brands-strip-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.brands-strip-logos {
  display: flex;
  align-items: center;
  gap: 56px;
}

.brand-logo-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.brand-logo-img {
  height: 60px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 0.2s;
}

.brand-logo-img:hover {
  opacity: 1;
}

.brand-logo-name {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.brands-divider {
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.15);
}

@media (max-width: 575px) {
  .brands-strip-logos {
    gap: 32px;
  }

  .brand-logo-img {
    height: 46px;
  }
}

/* ===== CERTIFICATES SECTION ===== */
.certificates-section {
  padding: 80px 0;
  background: #f9f9f9;
  border-top: 1px solid #ebebeb;
}

.cert-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.cert-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}

.cert-card-img-wrap {
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #fff;
}

.cert-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 20px;
  transition: transform 0.45s ease;
}

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

.cert-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
  pointer-events: none;
}

.cert-card-overlay i {
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 0.3s, transform 0.3s;
}

.cert-card:hover .cert-card-overlay {
  background: rgba(0, 0, 0, 0.35);
}

.cert-card:hover .cert-card-overlay i {
  opacity: 1;
  transform: scale(1);
}

.cert-card-caption {
  padding: 12px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #444;
  background: #fff;
  border-top: 1px solid #f0f0f0;
  text-align: center;
}

/* ===== CLIENT LOGOS SECTION ===== */
.client-logos-section {
  padding: 80px 0;
  background: #fff;
  border-top: 1px solid #ebebeb;
}

.client-logos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: center;
}

.client-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  transition: all 0.3s ease;
  min-height: 140px;
}

.client-logo-item:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--solar-orange);
  transform: translateY(-4px);
}

.client-logo-img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.client-logo-item:hover .client-logo-img {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 991px) {
  .client-logos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .client-logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .client-logo-item {
    padding: 20px;
    min-height: 120px;
  }

  .client-logo-img {
    max-height: 60px;
  }
}

/* ===== FAQ SECTION ===== */
.faq-section {
  padding: 90px 0;
  background: #fff;
}

.faq-section .sec-head {
  margin-bottom: 48px;
}

/* 
.faq-section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--solar-orange) 0%, var(--janvi-blue) 100%);
} */

.faq-left {
  position: relative;
  text-align: center;
}

.faq-left-desc {
  color: #666;
  font-size: 0.93rem;
  line-height: 1.8;
  margin: 14px 0 28px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.faq-stat-row {
  display: flex;
  gap: 0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.faq-stat-item {
  flex: 1;
  padding: 16px 12px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
  background: var(--janvi-blue);
}

.faq-stat-item:last-child {
  border-right: none;
}

.faq-stat-num {
  display: block;
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}

.faq-stat-label {
  display: block;
  font-size: 0.65rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-weight: 600;
}

/* Accordion */
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.faq-item.active {
  border-color: var(--solar-orange);
  box-shadow: 0 6px 28px rgba(245, 166, 35, 0.10);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  text-align: left;
  font-size: 0.95rem;
  font-weight: 600;
  color: #111;
  transition: color 0.2s;
}

.faq-item.active .faq-question {
  color: var(--solar-orange);
}

.faq-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f4f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.75rem;
  color: #555;
  transition: background 0.25s, color 0.25s, transform 0.3s;
}

.faq-item.active .faq-icon {
  background: var(--solar-orange);
  color: #fff;
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
  padding: 0 24px;
}

.faq-answer p {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.85;
  margin: 0;
  padding-bottom: 20px;
  border-top: 1px solid #f0f0f0;
  padding-top: 14px;
}

.faq-item.active .faq-answer {
  max-height: 300px;
}

.math-captcha {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.math-captcha-question {
  border: 1px dashed #d6d6d6;
  background: linear-gradient(90deg, var(--janvi-blue-dark) 0%, var(--janvi-blue) 40%, var(--solar-orange) 100%);
  color: var(--text-light);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 10px 14px;
  border-radius: 8px;
  min-width: 110px;
  text-align: center;
}

.math-captcha-refresh {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s, color 0.2s, transform 0.2s;
}

.math-captcha-refresh:hover {
  border-color: var(--solar-orange);
  color: var(--solar-orange);
  transform: rotate(25deg);
}

.math-captcha-input {
  max-width: 180px;
}

@media (max-width: 420px) {
  .math-captcha {
    flex-direction: column;
    align-items: flex-start;
  }

  .math-captcha-input {
    width: 100% !important;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .faq-left {
    position: static;
    margin-bottom: 40px;
  }

  .faq-section {
    padding: 70px 0;
  }
}

/* ===== FOOTER ===== */
.main-footer {
  background: var(--footer-bg);
  border-top: none;
  position: relative;
  overflow: hidden;
  padding: 0;
  /* Remove outer padding */
}

.footer-body {
  padding: 40px 20px 20px;
  /* Reduced padding as requested */
  position: relative;
  z-index: 1;
}

/* Grid Columns */
.footer-col {
  padding: 0 20px 0 0;
  border-right: none;
}

.footer-col+.footer-col {
  padding-left: 40px;
}

.footer-col-last {
  border-right: none;
}

/* Logo & Branding */
.footer-logo {
  height: 65px;
  width: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
  margin-bottom: 18px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.footer-follow-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Social Icons */
.footer-social {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}

.fs-link {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}

.fs-link:hover {
  background: var(--solar-orange);
  border-color: var(--solar-orange);
  transform: translateY(-4px);
  box-shadow: 0 5px 15px rgba(245, 166, 35, 0.4);
}

/* Headings & Links */
.footer-heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  /* border-bottom: 2px solid rgba(255, 255, 255, 0.2); */
  position: relative;
}

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

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

.footer-links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  text-decoration: none;
  display: flex;
  /* align-items: center; */
  gap: 8px;
  padding: 5px 0;
  transition: all 0.2s ease;
}

.footer-links a i {
  color: #fff;
  /* Icons stand out better in white against the red/blue bg */
  font-size: 0.8rem;
  opacity: 0.7;
}

.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

/* Contact Info Table */
.footer-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.footer-info-table td {
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.fit-label {
  color: var(--solar-green);
  font-weight: 700;
  width: 80px;
  vertical-align: top;
}

.footer-info-table a {
  color: inherit;
  text-decoration: none;
}

.footer-info-table a:hover {
  color: var(--solar-green);
  text-decoration: none;
}

/* Bottom Copyright Bar */
.footer-bottom {
  background: rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 1;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.6);
}

/* ==========================================================================
   MEDIA QUERIES (RESPONSIVE)
   ========================================================================== */

/* Tablets and Small Desktops */
@media (max-width: 991px) {
  .footer-body {
    padding: 40px 30px;
  }

  .footer-col {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px 10px !important;
  }

  .footer-col-last {
    border-bottom: none;
  }

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

/* Mobile Phones */
@media (max-width: 767px) {
  .footer-body {
    padding: 40px 20px;
  }

  .footer-logo {
    height: 55px;
    margin: 0 0 15px;
  }

  .footer-social {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .footer-follow-label {
    text-align: left;
  }

  .footer-heading {
    text-align: left;
  }

  .footer-heading::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 8px 0 0;
  }

  .footer-links a {
    justify-content: flex-start;
  }

  .footer-info-table {
    text-align: left;
  }
  .footer-info-table tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 12px;
  }
  .footer-info-table td {
    padding: 2px 0;
  }
  .fit-label {
    width: 100%;
    margin-bottom: 2px;
  }
}

/* ===== GLOBAL: DARK STATS BAR (inner pages) ===== */
.dark-stats-bar {
  background: #111;
  padding: 36px 0;
}

.dark-stat-item {
  padding: 12px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.dark-stat-item:last-child {
  border-right: none;
}

.dark-stat-num {
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--solar-orange);
  margin: 0;
}

.dark-stat-num-blue {
  color: var(--janvi-blue);
}

.dark-stat-label {
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.78rem;
  margin: 0;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .dark-stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .dark-stat-item:last-child {
    border-bottom: none;
  }
}

/* ===== GLOBAL: CATEGORY CARD (image + body + hover overlay) ===== */
.cat-card {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  background: #fff;
  height: 100%;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}

.cat-card:hover {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.09);
  border-color: #ccc;
}

.cat-card-img-wrap {
  position: relative;
  height: 200px;
  overflow: hidden;
  background: #f0f0f0;
}

.cat-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

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

.cat-card-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.cat-card-hover-logo {
  height: 52px;
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0;
  transform: scale(0.8) translateY(6px);
  transition: opacity 0.3s, transform 0.3s;
}

.cat-card:hover .cat-card-overlay {
  background: rgba(10, 10, 10, 0.65);
}

.cat-card:hover .cat-card-hover-logo {
  opacity: 1;
  transform: scale(1) translateY(0);
}

.cat-card-body {
  padding: 20px 20px 22px;
}

.cat-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.cat-card-desc {
  color: #777;
  font-size: 0.85rem;
  line-height: 1.7;
  margin-bottom: 14px;
}

.cat-card-link {
  color: var(--solar-orange);
  font-size: 0.83rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}

.cat-card-link:hover {
  gap: 10px;
  color: var(--solar-orange);
}

/* ==========================================================
   GLOBAL: PAGE HERO (Inner Banners)
   ========================================================== */
.page-hero {
  position: relative;
  padding: 100px 0 80px;
  /* Increased padding for a more premium look */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
  /* This creates a slight parallax feel */
  background-attachment: scroll;
}

.page-hero-overlay {
  position: absolute;
  inset: 0;
  /* Gradient: Deep Gray to Janvi Blue with high contrast */
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.85) 0%, rgba(26, 58, 107, 0.65) 100%);
  z-index: 1;
}

/* Subtle glowing accent line at the bottom of the hero */
.page-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, var(--solar-orange), var(--janvi-blue));
  z-index: 2;
}

.page-hero-inner {
  position: relative;
  z-index: 3;
  padding: 0;
}

.page-hero-title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  color: #fff;
  margin: 0 0 15px;
  letter-spacing: -0.5px;
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

/* Breadcrumbs with better visibility */
.page-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.page-breadcrumb .breadcrumb-item a:hover {
  color: var(--solar-orange);
}

.page-breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-weight: 600;
}

.page-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
  content: "/";
}

/* ==========================================================
   GLOBAL: BG SECTION & CTA (Modernized)
   ========================================================== */
.bg-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.bg-section-overlay {
  position: absolute;
  inset: 0;
  background: rgba(10, 10, 10, 0.60);
  z-index: 0;
}

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

/* CTA Band with "Glass" effect */
.cta-band {
  padding: 80px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), var(--site-bg-img);
  background-size: cover;
}

.cta-band-btns {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .cta-band-btns {
    justify-content: flex-start;
    width: 100%;
  }

  .cta-band-btns .btn-janvi,
  .cta-band-btns .btn-janvi-outline,
  .cta-band-btns .cta-band-outline {
    width: 100%;
    justify-content: center;
  }
}

/* ==========================================================
   MOBILE OPTIMIZATION
   ========================================================== */
@media (max-width: 767px) {
  .page-hero {
    padding: 28px 0 24px;
    padding-left: 10px;
    text-align: left;
    min-height: unset;
  }

  .page-hero-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 8px;
  }

  .page-hero-inner {
    padding: 0;
  }

  .page-breadcrumb {
    font-size: 0.75rem;
  }

  .page-breadcrumb .breadcrumb-item,
  .page-breadcrumb .breadcrumb-item a {
    font-size: 0.75rem;
  }

  .cta-band-btns {
    justify-content: center;
    width: 100%;
  }
}

/* ===== SUBPAGE BANNER ===== */
.subpage-banner {
  padding: 120px 0 100px;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), var(--subpage-bg) !important;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
}

.subpage-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

.subpage-banner-content {
  position: relative;
  z-index: 1;
}

.subpage-banner-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.15;
  text-align: center;
}

.subpage-breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
}

.subpage-breadcrumb .breadcrumb-item,
.subpage-breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  text-decoration: none;
}

.subpage-breadcrumb .breadcrumb-item.active {
  color: var(--solar-orange);
}

.subpage-breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 575px) {
  .subpage-banner {
    padding: 48px 0 40px;
  }

  .subpage-banner-title {
    font-size: 1.6rem;
  }
}

/* ===== CONTACT PAGE ===== */
.contact-icon-wrap {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--janvi-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon-wrap i {
  color: #fff;
  font-size: 1rem;
}

.contact-info-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 4px;
}

.contact-info-text {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.7;
}

.contact-info-text a {
  color: var(--janvi-blue);
  text-decoration: none;
}

.contact-info-text a:hover {
  color: var(--solar-orange);
}

.contact-form-label {
  font-size: 0.78rem;
  font-weight: 600;
  color: #555;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}

.contact-form-input {
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  font-size: 0.88rem;
  padding: 10px 14px;
  transition: border-color 0.2s;
  font-family: inherit;
}

.contact-form-input:focus {
  border-color: var(--janvi-blue);
  box-shadow: none;
  outline: none;
}

.blog-page-section {
  padding: 80px 0 90px;
  background: #f9f9f9;
}

.blog-page-section .row,
.bd-section>.container>.row {
  align-items: flex-start;
}

/* Filter tabs */
.blog-filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}

/* Blog grid — 2-col vertical cards */
.blog-page-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.blog-page-title {
  font-size: 1rem;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  margin: 0 0 10px;
  transition: color 0.2s;
}

.blog-read-time {
  font-size: 0.75rem;
  color: #999;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blog-no-results {
  display: none;
  text-align: center;
  color: #aaa;
  font-size: 0.9rem;
  padding: 40px 0;
}

.blog-no-results.visible {
  display: block;
}

@media (max-width: 991px) {
  .blog-page-grid {
    grid-template-columns: 1fr;
  }
}

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

/* ===== SIDEBAR ===== */
.blogs-section .row {
  align-items: flex-start;
}

.col-lg-4 .blog-sidebar {
  position: sticky;
  top: 90px;
}

.blog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

@media (max-width: 991px) {
  .col-lg-4 .blog-sidebar {
    position: static;
    top: auto;
  }
}

.sidebar-widget {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 24px 22px;
}

.sidebar-widget-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ebebeb;
}

/* Search */
.sidebar-search {
  display: flex;
  gap: 0;
}

.sidebar-search .cf-input {
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 6px 0 0 6px;
  padding: 10px 14px;
  background: #fff;
}

.sidebar-search-btn {
  background: var(--solar-orange);
  color: #fff;
  border: none;
  padding: 0 16px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  font-size: 0.85rem;
  transition: opacity 0.2s;
  flex-shrink: 0;
}

.sidebar-search-btn:hover {
  opacity: 0.88;
}

/* Categories */
.sidebar-cat-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-cat-list li {
  border-bottom: 1px solid #f5f5f5;
}

.sidebar-cat-list li:last-child {
  border-bottom: none;
}

.sidebar-cat-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  color: #555;
  font-size: 0.87rem;
  text-decoration: none;
  transition: color 0.2s;
  cursor: pointer;
}

.sidebar-cat-list a i {
  color: #ccc;
  font-size: 0.75rem;
  transition: color 0.2s;
}

.sidebar-cat-list a span {
  margin-left: auto;
  background: #f0f0f0;
  color: #888;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 10px;
}

.sidebar-cat-list a:hover,
.sidebar-cat-list a.active {
  color: var(--solar-orange);
}

.sidebar-cat-list a:hover i,
.sidebar-cat-list a.active i {
  color: var(--solar-orange);
}

/* Sidebar Tags */
.sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sidebar-tag {
  background: #f0f0f0;
  color: #555;
  font-size: 0.78rem;
  padding: 5px 12px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s;
}

.sidebar-tag:hover {
  background: var(--solar-orange);
  color: #fff;
}

/* Sidebar CTA Widget */
.sidebar-widget-cta {
  background: var(--janvi-blue);
  border-color: var(--janvi-blue);
  text-align: center;
}

.sidebar-cta-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.82rem;
  margin-bottom: 12px;
}

.sidebar-cta-btn {
  width: 100%;
  justify-content: center;
}

/* Client Product Cards */
.client-product-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.client-product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

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

.client-product-card:hover img {
  transform: scale(1.1);
}

.cp-info {
  border-top: 3px solid var(--janvi-green);
}

.cp-info h5 {
  font-weight: 700;
  color: var(--janvi-blue);
}

/* Recent posts */
.sidebar-recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sidebar-recent-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.sidebar-recent-img {
  width: 60px;
  height: 50px;
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}

.sidebar-recent-title {
  font-size: 0.83rem;
  font-weight: 600;
  color: #222;
  margin: 0 0 4px;
  line-height: 1.35;
  transition: color 0.2s;
}

.sidebar-recent-item:hover .sidebar-recent-title {
  color: var(--solar-orange);
}

.sidebar-recent-date {
  font-size: 0.72rem;
  color: #aaa;
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Tags */
.sidebar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.sidebar-tag {
  display: inline-block;
  padding: 5px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 0.78rem;
  color: #666;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}

.sidebar-tag:hover {
  border-color: var(--solar-orange);
  color: var(--solar-orange);
}

/* CTA widget */
.sidebar-cta-widget {
  background: #111 !important;
  border-color: #111 !important;
  text-align: center;
}

.sidebar-cta-icon {
  font-size: 2rem;
  color: var(--solar-orange);
  display: block;
  margin-bottom: 12px;
}

.sidebar-cta-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}

.sidebar-cta-text {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.65;
  margin-bottom: 18px;
}

/* ===== BLOG DETAIL PAGE ===== */
.bd-section {
  padding: 80px 0 90px;
  background: #f9f9f9;
}

/* Featured image */
.bd-featured-img-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 32px;
}

.bd-featured-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

.bd-featured-img-wrap .blog-tag {
  position: absolute;
  top: 16px;
  left: 16px;
}

/* Article header */
.bd-header {
  margin-bottom: 32px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ebebeb;
}

.bd-title {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin: 14px 0 12px;
}

.bd-lead {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  margin: 0;
}

/* Article body */
.bd-article {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 36px 36px 32px;
}

.bd-body {
  color: #555;
  font-size: 0.93rem;
  line-height: 1.9;
}

.bd-body p {
  margin-bottom: 20px;
}

.bd-body h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #111;
  margin: 32px 0 12px;
  padding-left: 14px;
  border-left: 3px solid var(--solar-orange);
}

.bd-body ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.bd-body ul li {
  margin-bottom: 6px;
}

/* Info box */
.bd-info-box {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  overflow: hidden;
  margin: 20px 0 24px;
}

.bd-info-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 18px;
  border-bottom: 1px solid #ebebeb;
  font-size: 0.87rem;
}

.bd-info-row:last-child {
  border-bottom: none;
}

.bd-info-label {
  font-weight: 700;
  color: var(--solar-orange);
  white-space: nowrap;
  min-width: 130px;
}

.bd-info-val {
  color: #555;
}

/* Blockquote */
.bd-quote {
  background: rgba(245, 166, 35, 0.04);
  border-left: 4px solid var(--solar-orange);
  border-radius: 0 8px 8px 0;
  padding: 24px 28px;
  margin: 28px 0;
}

.bd-quote i {
  color: var(--solar-orange);
  font-size: 1.4rem;
  opacity: 0.3;
  display: block;
  margin-bottom: 10px;
}

.bd-quote p {
  font-size: 0.97rem;
  color: #444;
  font-style: italic;
  line-height: 1.8;
  margin: 0 0 10px;
}

.bd-quote cite {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--solar-orange);
  font-style: normal;
  letter-spacing: 0.5px;
}

/* Tags row */
.bd-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 28px;
  border-top: 1px solid #ebebeb;
  margin-top: 32px;
}

.bd-tags-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #888;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 4px;
}

/* Share row */
.bd-share {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.bd-share-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #888;
}

.bd-share-btn {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background: #f0f0f0;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.bd-share-btn:hover {
  background: var(--solar-orange);
  color: #fff;
}

/* Prev / Next nav */
.bd-nav {
  display: flex;
  gap: 16px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #ebebeb;
}

.bd-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 18px;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  text-decoration: none;
  background: #fafafa;
  transition: border-color 0.2s, background 0.2s;
}

.bd-nav-item:hover {
  border-color: var(--solar-orange);
  background: #fff;
}

.bd-nav-next {
  text-align: right;
}

.bd-nav-dir {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--solar-orange);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bd-nav-next .bd-nav-dir {
  justify-content: flex-end;
}

.bd-nav-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  line-height: 1.35;
}

/* Related posts */
.bd-related {
  margin-top: 70px;
  padding-top: 60px;
  border-top: 1px solid #ebebeb;
}

@media (max-width: 767px) {
  .bd-article {
    padding: 24px 18px;
  }

  .bd-featured-img {
    height: 240px;
  }

  .bd-nav {
    flex-direction: column;
  }
}

/* ===== GALLERY PAGE ===== */
.page-hero-gallery {
  background-image: var(--site-bg-img);
}

.gallery-page-section {
  padding: 80px 0 90px;
  background: #fff;
}

/* ===== CONTACT PAGE ===== */
.page-hero-contact {
  background-image: var(--site-bg-img);
}

/* Quick strip */
.cp-strip {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
}

.cp-strip-inner {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.cp-strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 28px;
  flex: 1;
}

.cp-strip-divider {
  width: 1px;
  background: #ebebeb;
  flex-shrink: 0;
}

.cp-strip-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: rgba(245, 166, 35, 0.08);
  color: var(--solar-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.cp-strip-icon-blue {
  background: rgba(26, 58, 107, 0.08);
  color: var(--janvi-blue);
}

.cp-strip-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 2px;
}

.cp-strip-val {
  font-size: 0.88rem;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  transition: color 0.2s;
}

.cp-strip-val:hover {
  color: var(--solar-orange);
}

@media (max-width: 991px) {
  .cp-strip-inner {
    flex-wrap: wrap;
  }

  .cp-strip-item {
    flex: 1 1 45%;
    border-bottom: 1px solid #ebebeb;
  }

  .cp-strip-divider {
    display: none;
  }
}

@media (max-width: 575px) {
  .cp-strip-item {
    flex: 1 1 100%;
  }
}

/* Main section */
.cp-main-section {
  padding: 80px 0 90px;
  background: #f7f7f7;
}

/* Form wrapper on contact page */
.cp-form-wrap {
  background: #fff;
  border-radius: 6px;
  padding: 40px 38px;
  height: 100%;
}

.cp-form .cf-submit {
  margin-top: 8px;
}

/* Map */
.cp-map-section {
  position: relative;
  border-top: 1px solid #ebebeb;
}

.cp-map-label {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  padding: 8px 18px;
  font-size: 0.82rem;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.cp-map-label i {
  color: var(--solar-orange);
}

.cp-map-iframe {
  width: 100%;
  height: 420px;
  border: none;
  display: block;
  filter: grayscale(20%);
}

@media (max-width: 991px) {
  .cp-form-wrap {
    padding: 28px 22px;
  }

  .cp-map-iframe {
    height: 300px;
  }

  .cp-map-label {
    font-size: 0.75rem;
    padding: 7px 14px;
  }
}

/* ===== PRODUCT DETAIL PAGE ===== */
.page-hero-product {
  background-image: var(--site-bg-img);
}

/* Main detail section */
.pd-section {
  padding: 70px 0 60px;
  background: #fff;
}

/* Image panel */
.pd-img-wrap {
  position: sticky;
  top: 90px;
}

.pd-main-img-box {
  position: relative;
  background: #f5f5f5;
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.pd-main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  transition: opacity 0.25s;
}

.pd-brand-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--solar-orange);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 3px;
}

.pd-thumb-row {
  display: flex;
  gap: 10px;
}

.pd-thumb {
  flex: 1;
  aspect-ratio: 1 / 1;
  border: 2px solid #e8e8e8;
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.2s;
}

.pd-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 6px;
}

.pd-thumb.active,
.pd-thumb:hover {
  border-color: var(--solar-orange);
}

/* Info panel */
.pd-info {
  padding-left: 10px;
}

.pd-brand-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--solar-orange);
  margin-bottom: 6px;
}

.pd-title {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.2;
}

.pd-tagline {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 22px;
  line-height: 1.6;
}

.pd-spec-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.pd-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #444;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 4px;
}

.pd-pill i {
  color: var(--solar-orange);
  font-size: 0.75rem;
}

.pd-features {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
}

.pd-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: #444;
  padding: 7px 0;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.5;
}

.pd-features li:last-child {
  border-bottom: none;
}

.pd-features li i {
  color: var(--solar-orange);
  font-size: 0.85rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.pd-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.pd-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: #fff;
  border: none;
  padding: 11px 22px;
  border-radius: 4px;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s;
}

.pd-wa-btn:hover {
  opacity: 0.88;
  color: #fff;
}

/* Spec table section */
.pd-table-section {
  padding: 70px 0;
  background: #f7f7f7;
}

.pd-table-wrap {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.pd-table-title {
  background: var(--solar-orange);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
}

.pd-spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.pd-spec-table thead tr {
  background: #f0f0f0;
}

.pd-spec-table th {
  padding: 13px 18px;
  font-weight: 700;
  color: #333;
  text-align: left;
  border-bottom: 2px solid #e0e0e0;
  white-space: nowrap;
}

.pd-spec-table td {
  padding: 12px 18px;
  color: #555;
  border-bottom: 1px solid #f0f0f0;
  vertical-align: middle;
}

.pd-spec-table tbody tr:last-child td {
  border-bottom: none;
}

.pd-spec-table tbody tr:hover {
  background: #fafafa;
}

.pd-watt-tag {
  display: inline-block;
  background: rgba(245, 166, 35, 0.08);
  color: var(--solar-orange);
  font-weight: 700;
  font-size: 0.8rem;
  padding: 3px 10px;
  border-radius: 3px;
}

.pd-price {
  font-weight: 700;
  color: #111;
  font-size: 0.92rem;
}

.pd-table-note {
  padding: 12px 20px;
  font-size: 0.78rem;
  color: #888;
  margin: 0;
  border-top: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 7px;
}

.pd-table-note i {
  color: var(--solar-orange);
}

/* Why section */
.pd-why-section {
  padding: 70px 0;
  background: #fff;
}

.pd-why-card {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  border-top: 3px solid var(--solar-orange);
  border-radius: 4px;
  padding: 28px 24px;
  height: 100%;
  transition: box-shadow 0.2s, transform 0.2s;
}

.pd-why-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.pd-why-icon {
  width: 46px;
  height: 46px;
  border-radius: 6px;
  background: rgba(245, 166, 35, 0.08);
  color: var(--solar-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.pd-why-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.pd-why-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* YSKA listing page */
.yska-listing-section {
  padding: 60px 0 80px;
  background: #fff;
}

.yska-listing-grid {
  grid-template-columns: repeat(3, 1fr);
}

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

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

  /* Last card full width if odd number of cards */
  .yska-listing-grid .pcard:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }
}

/* Bottom: enquiry + related */
.pd-bottom-section {
  padding: 70px 0 80px;
  background: #f7f7f7;
}

.pd-enquiry-wrap {
  background: #fff;
  border-radius: 6px;
  padding: 36px 32px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
}

.pd-enquiry-sub {
  font-size: 0.88rem;
  color: #777;
  margin-bottom: 24px;
  line-height: 1.6;
}

/* Related products grid */
.pd-related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}

.pd-related-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  height: 100%;
}

.pd-related-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  border-color: var(--solar-green);
}

.pd-related-img {
  width: 100%;
  height: 200px;
  flex-shrink: 0;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-related-img img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
  transition: var(--transition);
}

.pd-related-card:hover .pd-related-img img {
  transform: scale(1.1);
}

.pd-related-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.pd-related-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--janvi-dark);
  margin-bottom: 10px;
  line-height: 1.3;
  transition: color 0.3s;
}

.pd-related-card:hover .pd-related-title {
  color: var(--solar-green);
}

.pd-related-card:hover .pd-related-title {
  color: var(--janvi-blue);
}

.pd-related-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pd-related-tag {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--solar-orange);
  margin-top: auto;
  margin-bottom: 12px;
}

/* Related product button */
.pd-related-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  background: var(--janvi-blue);
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 100%;
}

.pd-related-btn:hover {
  background: #0d2a5c;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(26, 58, 107, 0.3);
}

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

  .pd-info {
    padding-left: 0;
    margin-top: 10px;
  }

  .pd-img-wrap {
    position: static;
  }

  .pd-title {
    font-size: 1.6rem;
  }
}

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

  .pd-related-img {
    height: 180px;
  }

  .pd-cta-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .pd-enquiry-wrap {
    padding: 24px 18px;
  }
}

/* ===== PRODUCT DETAIL — JANVI BLUE VARIANTS ===== */
.pd-brand-tag-blue {
  background: var(--janvi-blue);
}

.pd-brand-label-blue {
  color: var(--janvi-blue);
}

.pd-pill-blue {
  border-color: rgba(26, 58, 107, 0.2);
}

.pd-pill-blue i {
  color: var(--janvi-blue);
}

.pd-features li i.pd-check-blue {
  color: var(--janvi-blue);
}

.pd-thumb-blue.active,
.pd-thumb-blue:hover {
  border-color: var(--janvi-blue);
}

.pd-table-section-blue {
  background: #f0f4fa;
}

.pd-table-title-blue {
  background: var(--janvi-blue);
}

.pd-watt-tag-blue {
  background: rgba(26, 58, 107, 0.1);
  color: var(--janvi-blue);
}

.pd-why-card-blue {
  border-top-color: var(--janvi-blue);
}

.pd-why-icon-blue {
  background: rgba(26, 58, 107, 0.08);
  color: var(--janvi-blue);
}

.pd-related-card-blue:hover {
  border-color: var(--janvi-blue);
}

.pd-related-tag-blue {
  color: var(--janvi-blue);
}

.cf-submit-blue {
  background: var(--janvi-blue);
  color: #fff;
  border: none;
  padding: 13px 32px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s;
  width: 100%;
  justify-content: center;
}

.cf-submit-blue:hover {
  background: #122d56;
}

/* ===== PRODUCT ENQUIRY MODAL ===== */
.pd-modal-content {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}

.pd-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 28px;
  background: #f7f7f7;
  border-bottom: 1px solid #e8e8e8;
}

.pd-modal-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.pd-modal-cancel {
  background: #fff;
  border: 1.5px solid #ccc;
  color: #444;
  font-size: 0.85rem;
  font-weight: 600;
  padding: 7px 20px;
  border-radius: 50px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}

.pd-modal-cancel:hover {
  border-color: #888;
  color: #111;
}

.pd-modal-body {
  padding: 28px 32px 32px;
  background: #fff;
}

.pd-modal-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 22px;
}

.pd-modal-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 6px;
  display: block;
}

.pd-modal-req {
  color: var(--solar-orange);
}

.pd-modal-input {
  width: 100%;
  background: #f5f5f5;
  border: 1.5px solid #e0e0e0;
  border-radius: 6px;
  padding: 11px 14px;
  font-size: 0.9rem;
  color: #333;
  transition: border-color 0.2s, background 0.2s;
  outline: none;
}

.pd-modal-input:focus {
  border-color: var(--solar-orange);
  background: #fff;
}

.pd-modal-input[readonly] {
  background: #efefef;
  color: #666;
  cursor: default;
}

.pd-modal-textarea {
  resize: vertical;
  min-height: 100px;
}

.pd-modal-input.pd-modal-error {
  border-color: var(--solar-orange);
}

.pd-modal-err-msg {
  font-size: 0.75rem;
  color: var(--solar-orange);
  margin-top: 4px;
  display: block;
}

.pd-modal-submit {
  width: 100%;
  background: var(--solar-orange);
  color: #fff;
  border: none;
  padding: 14px;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background 0.2s;
  margin-top: 4px;
}

.pd-modal-submit:hover {
  background: var(--janvi-blue-dark);
}

.pd-modal-submit-blue {
  background: var(--janvi-blue);
}

.pd-modal-submit-blue:hover {
  background: #122d56;
}

.pd-modal-success {
  text-align: center;
  padding: 20px 0 10px;
}

.pd-modal-success i {
  font-size: 2.5rem;
  color: #28a745;
  margin-bottom: 12px;
  display: block;
}

.pd-modal-success h4 {
  font-size: 1.3rem;
  color: #111;
  margin-bottom: 8px;
}

.pd-modal-success p {
  font-size: 0.9rem;
  color: #666;
}

/* Related products — wide 4-col grid */
.pd-related-grid-wide {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 24px;
}

@media (max-width: 991px) {
  .pd-related-grid-wide {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .pd-modal-body {
    padding: 20px 18px 24px;
  }

  .pd-modal-header {
    padding: 14px 18px;
  }

  .pd-related-grid-wide {
    grid-template-columns: 1fr 1fr;
  }
}


/* ===== BLOG DETAIL PAGE ===== */
.blog-detail-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}

.blog-detail-img-wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 24px 24px 0 0;
}

.blog-detail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-detail-header {
  padding: 32px 40px 24px;
  border-bottom: 1px solid #f0f0f0;
}

.blog-detail-header .blog-meta {
  margin-bottom: 16px;
}

.blog-author {
  font-size: 0.75rem;
  color: #999;
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-detail-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 1.3;
  margin: 0;
}

.blog-detail-content {
  padding: 32px 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.blog-detail-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2a2a2a;
  margin: 32px 0 16px;
  padding-top: 16px;
}

.blog-detail-content h2:first-child {
  margin-top: 0;
  padding-top: 0;
}

.blog-detail-content p {
  margin-bottom: 16px;
}

.blog-detail-tags {
  padding: 24px 40px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.tag-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
}

.blog-tag-link {
  background: #f0f0f0;
  color: #555;
  font-size: 0.78rem;
  padding: 6px 14px;
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.2s;
}

.blog-tag-link:hover {
  background: var(--janvi-blue);
  color: #fff;
}

.blog-detail-share {
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.share-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #666;
}

.share-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.2s;
}

.share-btn:hover {
  background: var(--janvi-blue);
  color: #fff;
  transform: translateY(-2px);
}

.related-posts {
  margin-top: 40px;
}

.related-posts-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2a2a2a;
  margin-bottom: 24px;
}

.related-posts-title em {
  font-style: italic;
  color: var(--janvi-blue);
}

/* Blog Detail Back Button */
.blog-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: #f0f0f0;
  color: #555;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 24px;
  transition: all 0.3s;
}

.blog-back-btn:hover {
  background: var(--janvi-blue);
  color: #fff;
  transform: translateX(-4px);
}

/* Stylish Sidebar Recent Posts */
.sidebar-recent-post {
  display: flex;
  gap: 12px;
  padding: 12px;
  background: #fff;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s;
  border: 1px solid #f0f0f0;
}

.sidebar-recent-post:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.sidebar-recent-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f5f5;
}

.sidebar-recent-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-recent-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sidebar-recent-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #2a2a2a;
  line-height: 1.4;
  margin: 0 0 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sidebar-recent-post:hover .sidebar-recent-title {
  color: var(--janvi-blue);
}

.sidebar-recent-date {
  font-size: 0.72rem;
  color: #999;
  display: flex;
  align-items: center;
  gap: 4px;
}

@media (max-width: 767px) {
  .blog-detail-img-wrap {
    height: 250px;
  }

  .blog-detail-header {
    padding: 24px 20px 16px;
  }

  .blog-detail-title {
    font-size: 1.5rem;
  }

  .blog-detail-content {
    padding: 24px 20px;
    font-size: 15px;
  }

  .blog-detail-content h2 {
    font-size: 1.25rem;
  }

  .blog-detail-tags,
  .blog-detail-share {
    padding: 20px;
  }
}

/* ===== PREMIUM STATS BAR ===== */
.stats-bar {
  position: relative;
  isolation: isolate;
  padding: clamp(40px, 5vw, 60px) 0 !important;
  background:
    linear-gradient(120deg, rgba(18, 48, 24, 0.92) 0%, rgba(10, 30, 15, 0.88) 100%),
    var(--subpage-bg) center center / cover no-repeat fixed !important;
  border: 0 !important;
}

.stats-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 240px at 15% 20%, rgba(245, 166, 35, 0.35) 0%, transparent 60%);
  pointer-events: none;
}

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

.stats-bar .row {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}

.stats-bar .stat-item {
  padding: 20px 18px;
  min-height: auto;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(10px);
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.stats-bar .stat-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--solar-orange) 0%, #ffc447 100%);
}

.stats-bar .stat-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.stats-bar .stat-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, var(--solar-orange) 0%, var(--solar-orange-dark) 100%);
  color: #fff;
  box-shadow: 0 6px 14px rgba(245, 166, 35, 0.35);
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.stats-bar .stat-num {
  color: #fff;
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 700;
  margin-bottom: 2px;
  line-height: 1;
}

.stats-bar .stat-label {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

/* ===== COMPACT CTA SECTION ===== */
.cta-section {
  padding: 80px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/why-choose-us/why-choose-us-2.webp') center/cover no-repeat fixed !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1a3a6b !important;
}

.cta-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
}

.cta-text-side {
  max-width: 600px;
}

.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 15px;
  line-height: 1.25;
}

.cta-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
  line-height: 1.5;
}

.cta-buttons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--janvi-blue);
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid var(--janvi-blue);
}

.btn-cta-primary:hover {
  background: #fff;
  color: var(--janvi-blue);
  border-color: #fff;
}

.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  padding: 12px 28px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-cta-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

@media (max-width: 991px) {
  .cta-content {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }

  .cta-subtitle {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .cta-section {
    padding: 40px 0;
  }

  .cta-title {
    font-size: 1.8rem;
  }

  .cta-subtitle {
    font-size: 0.95rem;
  }

  .cta-buttons {
    flex-direction: column;
    width: 100%;
  }

  .btn-cta-primary,
  .btn-cta-secondary {
    width: 100%;
  }
}

/* ===== CERTIFICATE SECTION ===== */
.certificate-section {
  padding: clamp(54px, 6vw, 84px) 0 !important;
  background: linear-gradient(140deg, #f8faff 0%, #f2f6ff 100%) !important;
}

.certificate-section::before {
  content: '';
  position: absolute;
  inset: 0;
  /* background: radial-gradient(circle at 12% 14%, rgba(245, 166, 35, 0.1) 0%, rgba(245, 166, 35, 0) 42%); */
  z-index: 0;
}

.certificate-carousel {
  position: relative;
  padding: 10px 4px 68px;
  overflow: hidden;
}

.certificate-track {
  display: flex;
  gap: 16px;
  transition: transform 0.45s ease;
}

.certificate-item {
  display: block;
  flex: 0 0 calc(25% - 12px);
  min-width: calc(25% - 12px);
  border-radius: 16px;
  border: 1px solid rgba(18, 38, 68, 0.14);
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(8, 19, 36, 0.12);
  overflow: hidden;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.certificate-item:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 166, 35, 0.3);
  box-shadow: 0 18px 34px rgba(13, 31, 57, 0.18);
}

.certificate-item img {
  width: 100%;
  height: 310px;
  object-fit: contain;
  background: linear-gradient(160deg, #ffffff 0%, #f4f7ff 100%);
  padding: 10px;
}

.cert-nav {
  position: absolute;
  bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(18, 38, 68, 0.14);
  background: #ffffff;
  color: #213553;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 16px rgba(13, 31, 57, 0.14);
  transition: all 0.2s ease;
  z-index: 5;
  cursor: pointer;
}

.cert-nav:hover {
  background: var(--solar-orange);
  color: #fff;
  border-color: var(--solar-orange);
}

.cert-nav-prev {
  left: 8px;
}

.cert-nav-next {
  right: 8px;
}

.cert-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 18px;
  display: flex;
  gap: 8px;
}

.cert-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #c8d3e4;
  transition: all 0.2s ease;
  cursor: pointer;
}

.cert-dot.active {
  width: 28px;
  background: var(--solar-green);
}

/* ===== CLIENTS SECTION ===== */
.clients-section {
  padding: clamp(48px, 6vw, 74px) 0;
  background: linear-gradient(150deg, #ffffff 0%, #f8fbff 100%) !important;
}

.client-logo-carousel {
  border: 1px solid rgba(18, 38, 68, 0.14);
  border-radius: 16px;
  padding: 14px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.95) 0%, rgba(243, 248, 255, 0.95) 100%);
  box-shadow: 0 12px 26px rgba(13, 31, 57, 0.1);
  overflow: hidden;
}

.client-logo-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  animation: clientLogoSlide 28s linear infinite;
}

.client-logo-carousel:hover .client-logo-track {
  animation-play-state: paused;
}

.client-logo-item {
  width: 170px;
  min-width: 170px;
  height: 86px;
  border-radius: 12px;
  border: 1px solid rgba(18, 38, 68, 0.12);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.client-logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: saturate(0.96) contrast(1.03);
}

@keyframes clientLogoSlide {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 7px));
  }
}

@media (max-width: 767px) {
  .stats-bar {
    padding: 34px 0 !important;
  }

  .stats-bar .stat-item {
    min-height: 160px;
    padding: 16px 10px;
  }

  .stats-bar .stat-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .certificate-item {
    flex: 0 0 calc(50% - 8px);
    min-width: calc(50% - 8px);
  }

  .certificate-item img {
    height: 260px;
  }

  .client-logo-item {
    width: 150px;
    min-width: 150px;
    height: 78px;
    padding: 8px 10px;
  }
}

@media (max-width: 575px) {
  .certificate-item {
    flex: 0 0 100%;
    min-width: 100%;
  }

  .certificate-item img {
    height: 300px;
  }
}

/* Legacy footer block removed for consistency */
/* ===== OUR PROJECTS ===== */
.project-section {
  padding: var(--section-space) 0;
  background: var(--light-bg);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.project-item {
  position: relative;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}

.project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.project-item:hover img {
  transform: scale(1.1);
}

.project-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  color: #fff;
}

.project-info h4 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.project-info p {
  font-size: 0.9rem;
  opacity: 0.8;
}

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

/* ===== FIXED CONTACT BUTTONS ===== */
.fixed-contact-btns {
  position: fixed;
  bottom: 40px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.fixed-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 160px;
  height: 52px;
  padding: 0 24px;
  border-radius: 50px;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  cursor: pointer;
}

.fixed-btn i {
  font-size: 20px;
  margin-right: 10px;
}

.fixed-btn:hover {
  transform: scale(1.05) translateY(-5px);
  color: #fff !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

.fixed-btn-wa {
  background: #25d366;
}

.fixed-btn-call {
  background: var(--solar-green);
}

@media (max-width: 767px) {
  .fixed-contact-btns {
    bottom: 25px;
    right: 20px;
    gap: 10px;
  }

  .fixed-btn {
    min-width: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    font-size: 0; /* Hide text on mobile */
  }

  .fixed-btn i {
    margin-right: 0;
    font-size: 22px;
  }
}
