/* ==========================================================================
   1. GLOBAL CLEAN STRUCTURE & RESPONSIVE GRID RESET - BALANCED ALIGNMENT
   ========================================================================== */
.product-page-main-container,
.custom-container,
.container-fluid,
.srm-relational-row-wrapper,
#srm-home-main-content,
#srm-home-sidebar-target,
.modern-product-page, 
.modern-product-page * {
  box-sizing: border-box !important;
}

.product-page-main-container,
.custom-container,
.container-fluid {
  width: 100% !important;
  max-width: 1680px !important; 
  margin-left: auto !important;
  margin-right: auto !important;
  /* Balanced margins matching the tight spacing on the right edge of image_8eaade.jpg */
  padding-left: 12px !important;   
  padding-right: 12px !important;  
}

body, main {
  overflow: visible !important;
}

.modern-product-page {
  max-width: 100% !important;
}

/* ==========================================================================
   2. MAIN FLEX ENG SYSTEM (MINIMAL MIDDLE GAP ENGINE - FLUSH COLUMN SPACING)
   ========================================================================== */
.srm-relational-row-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 0 !important;
}

/* Desktop Monitor Viewport Lock (Screen widths 1200px and up) */
@media (min-width: 1200px) {
  #srm-home-main-content {
    flex: 0 0 77% !important; /* Expanded slightly to pull the right edge close to the sidebar */
    width: 77% !important;
    max-width: 77% !important;
    min-width: 0 !important;
    padding-right: 4px !important;  /* Tight middle space between content cards and chatbox */
    padding-left: 0 !important;
    display: block !important;
    float: left !important;
  }

  #srm-home-sidebar-target {
    flex: 0 0 23% !important; /* Sidebar sits immediately next to left content tracking rows */
    width: 23% !important;
    max-width: 23% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block !important;
    float: right !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .srm-viewport-sidebar-master {
    position: static !important;
    width: 100% !important;
    display: block !important;
    z-index: auto !important;
  }

  /* FIXED STICKY TOP ASSET CONTROLS */
  .whatsapp-sidebar-card {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 20px !important; 
    margin-top: 0 !important; 
    margin-bottom: auto !important; 
    width: 100% !important;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06) !important;
    z-index: 99 !important;
  }
}

/* Mid-Size Laptop Display Protection Layer (Between 992px and 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  #srm-home-main-content {
    flex: 0 0 75% !important;
    width: 75% !important;
    max-width: 75% !important;
    padding-right: 16px !important;
  }
  #srm-home-sidebar-target {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
  }
}

/* Responsive Fallback Layers for Tablets and Mobiles */
@media (max-width: 1199px) {
  #srm-home-main-content,
  #srm-home-sidebar-target {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #srm-home-sidebar-target {
    margin-top: 30px !important;
  }
  .srm-viewport-sidebar-master {
    position: static !important;
    width: 100% !important;
  }
  
  .mob_abs, 
  .srm-viewport-sidebar-master[style*="position: fixed"],
  div[style*="position: fixed"] .whatsapp-sidebar-card {
    display: none !important;
  }
}

/* ==========================================================================
   3. THE SIDEBAR WHATSAPP CARD & UNIFORM TYPOGRAPHY CONTROLS
   ========================================================================== */
#global-sidebar-master-scaffold {
  width: 100% !important;
}

.whatsapp-sidebar-card {
  background-color: #ffffff !important; 
  border: 1px solid #e5e7eb !important; 
  border-radius: 12px !important; 
  overflow: hidden !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.whatsapp-card-header,
.chat-header.whatsapp-card-header {
  background-color: #01664e !important; 
  padding: 14px 18px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.sidebar-header-title,
.whatsapp-card-header h4 {
  margin: 0 !important;
  font-size: 16px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.whatsapp-card-body {
  padding: 16px !important;
}

.whatsapp-card-body .form-group.group-spacing,
.whatsapp-card-body .form-group.area-spacing {
  margin-bottom: 12px !important;
}

.whatsapp-card-body .form-control {
  width: 100% !important;
  height: 42px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  padding: 8px 12px !important;
  color: #1f2937 !important;
  background-color: #ffffff !important;
}

.whatsapp-card-body textarea.form-control {
  height: auto !important;
  resize: none !important;
}

.sidebar-action-button-row {
  display: flex !important;
  gap: 10px !important;
  margin-top: 15px !important;
}

.action-row-btn {
  flex: 1 !important;
  height: 44px !important;
  border: none !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  cursor: pointer !important;
}

.btn-send-inquiry { background-color: #0b3b91 !important; color: #ffffff !important; }
.btn-chat-whatsapp { background-color: #01664e !important; color: #ffffff !important; }

.sidebar-divider {
  text-align: center !important;
  margin: 16px 0 !important;
  position: relative !important;
}

.sidebar-divider::before {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;
  right: 0 !important;
  height: 1px !important;
  background-color: #e5e7eb !important;
  z-index: 1 !important;
}

.divider-text-node,
.sidebar-divider span {
  font-size: 13px !important;
  color: #1f2937 !important; 
  background-color: #ffffff !important;
  padding: 0 12px !important;
  position: relative !important;
  z-index: 2 !important;
  font-weight: 700 !important;
  display: inline-block !important;
}

.sidebar-call-box label {
  color: #374151 !important; 
  font-size: 12px !important;
  font-weight: 700 !important;
  display: block !important;
  margin-bottom: 6px !important;
}

.sidebar-dynamic-phone,
.whatsapp-sidebar-card a {
  color: #0055b3 !important; 
  font-size: 18px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  display: inline-flex !important;
}

/* ==========================================================================
   4. HERO COMPONENT LAYOUT PIECES & PRICE BOXES (MINIMIZED MARGINS)
   ========================================================================== */
.custom-breadcrumb-nav {
  margin: 4px 0 4px 0 !important; /* Tight clean space under the breadcrumb trail */
  background: #f8fafc !important;
  padding: 6px 12px !important;
  border-radius: 6px !important;
  border: 1px solid #e2e8f0 !important;
}

.breadcrumb-list {
  display: flex !important;
  flex-wrap: wrap !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  gap: 6px !important;
  align-items: center !important;
  font-size: 13px !important;
}

.breadcrumb-list li a {
  color: #0b3b91 !important;
  text-decoration: none !important;
  font-weight: 500 !important;
}

.breadcrumb-list .separator {
  color: #94a3b8 !important;
  font-size: 10px !important;
}

.modern-white-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 12px 16px !important;
  box-shadow: 0 4px 20px rgba(3, 15, 39, 0.03) !important;
  margin-bottom: 4px !important; /* Fixed: Drops layout gap down to 4px to eliminate big empty gray fields */
}

.product-hero-section {
  margin-bottom: 0 !important; /* Pulls lower panel flush up against hero component cards */
}

.gallery-wrapper { width: 100% !important; }
.main-product-image {
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  background: #f8fafc !important;
  margin-bottom: 15px !important;
  aspect-ratio: 1 / 1 !important;
}
.main-product-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.premium-price-box {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%) !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 8px !important;
  padding: 14px 16px !important;
  margin-bottom: 15px !important;
}

.premium-price-left { display: flex !important; align-items: center !important; gap: 12px !important; }
.premium-price-icon { font-size: 22px !important; color: #0b3b91 !important; }
.premium-price-content { display: flex !important; flex-direction: column !important; }
.premium-price-label { font-size: 11px !important; color: #475569 !important; text-transform: uppercase; font-weight: 600 !important; }
.premium-price-value { font-size: 22px !important; color: #0b3b91 !important; font-weight: 800 !important; }
.premium-price-value .sqft-label { font-size: 11px; color: #64748b; }
.price-request-tag { font-size: 14px !important; color: #0b3b91 !important; font-weight: 700 !important; background: rgba(11, 59, 145, 0.08) !important; padding: 4px 10px !important; border-radius: 4px !important; }

.premium-tooltip-wrap { position: relative !important; color: #64748b !important; cursor: help !important; }
.premium-tooltip-text { display: none !important; position: absolute !important; bottom: 130% !important; right: 0 !important; background: #030f27 !important; color: #ffffff !important; padding: 10px 14px !important; font-size: 12px !important; border-radius: 6px !important; width: 240px !important; z-index: 10 !important; box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important; }
.premium-tooltip-wrap:hover .premium-tooltip-text { display: block !important; }

.trust-strip { display: flex !important; justify-content: space-between !important; gap: 8px !important; border-top: 1px solid #e2e8f0 !important; padding-top: 14px !important; }
.trust-item { font-size: 13px !important; color: #15803d !important; font-weight: 700 !important; display: inline-flex !important; align-items: center !important; gap: 6px !important; }

/* ==========================================================================
   5. TITLES, RATINGS, TABS, & TRUST BANNER WRAP CONTROLS
   ========================================================================== */
.modern-product-title { 
  font-size: 28px !important; 
  font-weight: 800 !important; 
  color: #0f172a !important; 
  margin: 0 0 16px 0 !important; 
  line-height: 1.3 !important; 
}
.rating-view-row { 
  display: flex !important; 
  align-items: center !important; 
  flex-wrap: wrap !important; 
  gap: 12px !important; 
  margin-bottom: 20px !important; 
}
.green-rating-badge {
  background: #16a34a !important; 
  color: #ffffff !important; 
  padding: 4px 10px !important; 
  border-radius: 6px !important; 
  font-weight: 700 !important; 
  font-size: 13px !important; 
  display: inline-flex !important; 
  align-items: center !important; 
  gap: 4px !important;
}
.reviews-count-text {
  color: #64748b !important; 
  font-size: 13px !important; 
  font-weight: 600 !important;
}
.divider-pipe {
  color: #cbd5e1 !important;
}
.write-review-link { 
  background: none !important; 
  border: none !important; 
  color: #2563eb !important; 
  font-weight: 700 !important; 
  font-size: 13px !important; 
  display: inline-flex !important; 
  align-items: center !important; 
  gap: 6px !important; 
  padding: 0 !important; 
  text-decoration: underline !important; 
  cursor: pointer !important; 
}
.live-views-badge {
  background: #e2e8f0 !important; 
  padding: 4px 10px !important; 
  border-radius: 6px !important; 
  display: inline-flex !important; 
  align-items: center !important; 
  gap: 6px !important; 
  font-weight: 700 !important; 
  color: #334155 !important; 
  font-size: 13px !important; 
  vertical-align: middle !important;
}
.live-views-badge i {
  color: #2563eb !important;
}

.stylized-blockquote-box {
  background: #f8fafc !important; 
  border-left: 4px solid #0b3b91 !important; 
  padding: 16px 20px !important; 
  border-radius: 0 12px 12px 0 !important; 
  margin-bottom: 28px !important; 
  position: relative !important; 
  display: flex !important; 
  gap: 12px !important; 
  align-items: flex-start !important;
}
.stylized-blockquote-box i {
  font-size: 18px !important; 
  color: #94a3b8 !important; 
  margin-top: 2px !important; 
  flex-shrink: 0 !important;
}
.blockquote-text-content {
  font-size: 14px !important; 
  color: #475569 !important; 
  line-height: 1.6 !important; 
  font-weight: 500 !important; 
  text-align: justify !important;
}

.modern-tabs-section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.modern-tabs-section .modern-white-card {
  margin-top: 0 !important; /* Flushes lower description tabs flush up against the top blocks */
}

/* Trust metric container adjustments to clean up responsive text scaling limitations */
.inspection-premium-banner {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important; /* Fixed cutoff bug: Let elements wrap smoothly */
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 12px 0 0 0 !important;
  padding: 12px 16px !important;
  background: linear-gradient(135deg, #f8fafc 0%, #f0fdf4 100%) !important;
  border: 1px solid #dcfce7 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 15px rgba(22, 163, 74, 0.04) !important;
  width: 100% !important;
  min-height: max-content !important; /* Allows layout adaptation instead of hidden vertical constraints */
}

/* ==========================================================================
   6. TRUST CTA BANNER ROW (FIXED OVERFLOW CUTOFF & HEIGHT DEFECTS)
   ========================================================================== */
.inspection-premium-banner {
  display: flex !important; 
  flex-direction: row !important; 
  flex-wrap: wrap !important; /* Fixed cutoff bug: Let items roll down layout gracefully */
  align-items: center !important; 
  justify-content: space-between !important; 
  gap: 16px !important; 
  margin: 12px 0 0 0 !important; 
  padding: 12px 16px !important; 
  background: linear-gradient(135deg, #f8fafc 0%, #f0fdf4 100%) !important; 
  border: 1px solid #dcfce7 !important; 
  border-radius: 12px !important; 
  box-shadow: 0 4px 15px rgba(22, 163, 74, 0.04) !important; 
  width: 100% !important;
  min-height: max-content !important; /* Allow panel framework extension dynamically */
}

.cta-button-group { 
  display: flex !important; 
  gap: 16px !important; 
  flex-wrap: wrap !important; 
  flex: 0 0 auto !important;
}
.cta-button-group .btn {
  height: 50px !important; 
  display: inline-flex !important; 
  align-items: center !important; 
  justify-content: center !important; 
  gap: 10px !important; 
  font-weight: 700 !important; 
  font-size: 15px !important; 
  border-radius: 6px !important; 
  text-decoration: none !important; 
  transition: all 0.2s ease-in-out !important; 
  box-shadow: 0 4px 12px rgba(11, 59, 145, 0.15) !important;
}
.cta-button-group .primary-btn { 
  cursor: pointer !important; 
  padding: 8px 16px !important; 
  font-weight: 700 !important; 
  font-size: 13px !important; 
  letter-spacing: 0.3px !important; 
  border-radius: 8px !important; 
  display: inline-flex !important; 
  align-items: center !important; 
  gap: 8px !important; 
  white-space: nowrap !important; 
  box-shadow: 0 4px 12px rgba(11, 59, 145, 0.15) !important; 
  transition: transform 0.2s ease !important;
  background: #0b3b91 !important; 
  color: #ffffff !important; 
  flex: 1.3 !important; 
  min-width: 200px !important; 
  border: none !important;
}
.cta-button-group .primary-btn:hover { 
  transform: translateY(-2px) !important; 
  box-shadow: 0 6px 18px rgba(11, 59, 145, 0.25) !important; 
}
.cta-button-group .whatsapp-btn { background: #128c7e !important; color: #ffffff !important; flex: 1 !important; min-width: 160px !important; border: none !important; }

.integrated-inline-badges { 
  display: flex !important; 
  align-items: center !important; 
  flex-wrap: wrap !important; /* Wrap metrics inline cleanly if space drops */
  gap: 12px !important; 
  font-weight: 700 !important; 
  font-size: 13px !important; 
  color: #1e293b !important; 
}
.trust-pill-badge {
  display: inline-flex !important; 
  align-items: center !important; 
  gap: 6px !important; 
  white-space: nowrap !important; 
  background: #ffffff !important; 
  padding: 5px 10px !important; 
  border-radius: 6px !important; 
  border: 1px solid #e2e8f0 !important;
}
.trust-pill-badge .check-icon {
  color: #16a34a !important; 
  font-size: 13px !important;
}
.metric-pipe-divider {
  color: #cbd5e1 !important; 
  font-weight: 300 !important;
}

@media (max-width: 1400px) {
  .metric-pipe-divider {
    display: none !important; /* Hide clean layout bars when metrics roll onto row 2 */
  }
}

/* ==========================================================================
   7. CAPSULE BUTTON TABS ENGINE
   ========================================================================== */
ul.tab-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch !important;
  list-style: none !important;
  padding: 4px 2px !important;
  margin: 0 0 30px 0 !important;
  border-bottom: none !important;
  gap: 12px !important;
}

ul.tab-nav::-webkit-scrollbar {
  display: none !important;
}

ul.tab-nav li {
  list-style-type: none !important;
  padding: 12px 22px !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
  border: 1px solid transparent !important;
  flex-shrink: 0 !important;
}

ul.tab-nav li[data-tab="overview-tab"] { background-color: #f1f5f9; color: #1e293b; }
ul.tab-nav li[data-tab="benefits-tab"] { background-color: #ecfeff; color: #0369a1; border-color: #bae6fd; }
ul.tab-nav li[data-tab="faq-tab"] { background-color: #fdf2f8; color: #9d174d; border-color: #fbcfe8; }
ul.tab-nav li[data-tab="review-tab"] { background-color: #fef9c3; color: #854d0e; border-color: #fef08a; }

ul.tab-nav li.active {
  background-color: #2563eb !important;
  color: #ffffff !important;
  border-color: #2563eb !important;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.15) !important;
}

ul.tab-nav li.active i,
ul.tab-nav li.active span {
  color: #ffffff !important;
}

.tab-content {
  display: none !important;
}

.tab-content.active {
  display: block !important;
}

/* DUAL COLUMN DESKTOP EXTENSION TRACKS */
.tab-split-wrapper {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.split-left-description {
  flex: 0 0 68%;
  max-width: 68%;
}

.split-right-most-viewed {
  flex: 0 0 32%;
  max-width: 32%;
  background: #f8fafc;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.split-right-most-viewed .embedded-section-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #cbd5e1;
  display: flex;
  align-items: center;
  gap: 8px;
}

.embedded-product-vertical-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.embedded-mini-card {
  display: flex;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px;
  gap: 12px;
  align-items: center;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.embedded-mini-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  border-color: #cbd5e1;
}

.embedded-mini-card .mini-thumb {
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
  background: #f1f5f9;
  aspect-ratio: 1 / 1;
}

.embedded-mini-card .mini-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.embedded-mini-card .mini-details {
  flex: 1;
  min-width: 0;
}

.embedded-mini-card .mini-details h4 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 4px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.embedded-mini-card .mini-details h4 a {
  color: #1e293b !important;
  text-decoration: none !important;
}

.embedded-mini-card .mini-details h4 a:hover {
  color: #0b3b91 !important;
}

.embedded-mini-card .mini-price {
  font-size: 12px;
  font-weight: 700;
  color: #16a34a;
}

.embedded-mini-card .mini-price.price-request {
  color: #64748b;
  font-style: italic;
  font-weight: 500;
}

@media (max-width: 991px) {
  .tab-split-wrapper {
    flex-direction: column;
  }
  .split-left-description,
  .split-right-most-viewed {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

/* ==========================================================================
   8. DESCRIPTION ACCORDIONS, RATINGS & FAQS
   ========================================================================== */
.overview-description { font-size: 15px !important; line-height: 1.65 !important; color: #334155 !important; }

.benefit-grid { display: grid !important; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important; gap: 16px !important; }
.benefit-card { background: #f8fafc !important; border: 1px solid #e2e8f0 !important; border-radius: 8px !important; padding: 20px !important; }
.benefit-card i { color: #0b3b91 !important; font-size: 26px !important; margin-bottom: 12px !important; display: block !important; }
.benefit-card h3 { font-size: 16px !important; font-weight: 700 !important; color: #030f27 !important; margin-bottom: 8px !important; }
.benefit-card p { font-size: 13px !important; color: #475569 !important; margin: 0 !important; line-height: 1.5 !important; }

.faq-accordion { display: flex !important; flex-direction: column !important; gap: 12px !important; }
.faq-item { border: 1px solid #e2e8f0 !important; border-radius: 8px !important; overflow: hidden !important; background: #ffffff !important; }
.faq-question { width: 100% !important; background: #f8fafc !important; border: none !important; padding: 16px 20px !important; text-align: left !important; font-weight: 600 !important; font-size: 15px !important; color: #030f27 !important; cursor: pointer !important; display: flex !important; justify-content: space-between !important; align-items: center !important; }
.faq-question::after { content: "\f107" !important; font-family: "FontAwesome" !important; font-size: 16px !important; color: #64748b !important; transition: transform 0.2s; }
.faq-question.active::after { transform: rotate(180deg) !important; }
.faq-answer { max-height: 0 !important; overflow: hidden !important; transition: max-height 0.25s ease-out !important; background: #ffffff !important; font-size: 14.5px !important; color: #475569 !important; line-height: 1.6 !important; padding: 0 20px !important; }
.faq-question.active + .faq-answer { padding: 16px 20px !important; }

.modern-review-layout { display: flex !important; flex-wrap: wrap !important; gap: 24px !important; }
.review-left-panel { flex: 0 0 calc(65% - 12px) !important; width: calc(65% - 12px) !important; }
.review-right-panel { flex: 0 0 calc(35% - 12px) !important; width: calc(35% - 12px) !important; }
.review-summary-card { margin-bottom: 24px !important; }
.review-summary-reset { box-shadow: none !important; border: none !important; padding: 0 0 20px 0 !important; }
.customer-review-reset { box-shadow: none !important; border: none !important; padding: 0 !important; }
.review-inline-rating { display: inline-flex !important; align-items: center !important; gap: 10px !important; background: #f1f5f9 !important; padding: 6px 14px !important; border-radius: 30px !important; margin-bottom: 14px !important; }
.review-inline-rating-number { font-weight: 700 !important; color: #030f27 !important; font-size: 15px !important; }
.review-inline-stars { color: #f59e0b !important; }
.review-inline-count { font-size: 13px !important; color: #64748b !important; font-weight: 600 !important; }
.review-info-title { font-size: 18px !important; font-weight: 700 !important; color: #030f27 !important; margin-bottom: 10px !important; }
.review-info-text { font-size: 14px !important; line-height: 1.55 !important; color: #475569 !important; margin: 0 !important; }
.review-heading { font-size: 18px !important; font-weight: 700 !important; color: #030f27 !important; margin-bottom: 20px !important; }

.write-review-box h4 { font-size: 18px !important; font-weight: 700 !important; color: #030f27 !important; margin-bottom: 16px !important; }
.write-review-box .form-group { margin-bottom: 14px !important; }
.write-review-box .form-control { width: 100% !important; border: 1px solid #cbd5e1 !important; border-radius: 6px !important; padding: 12px !important; font-size: 14px !important; box-sizing: border-box !important; background-color: #ffffff !important; }
.rating-select-group { border: 1px solid #e2e8f0 !important; border-radius: 6px !important; padding: 12px !important; background: #f8fafc !important; }
.rating-label { font-size: 13px !important; color: #64748b !important; display: block !important; margin-bottom: 8px !important; font-weight: 600 !important; }
.review-rating-select { display: flex !important; gap: 14px !important; }
.rating-radio { cursor: pointer !important; display: flex !important; align-items: center !important; gap: 6px !important; font-size: 14px !important; font-weight: 600; color: #334155 !important; }
.submit-review-btn { width: 100% !important; background: #0b3b91 !important; color: #ffffff !important; font-weight: 700 !important; padding: 12px !important; border: none !important; border-radius: 6px !important; cursor: pointer !important; }

/* Style layer to inject elegant green verification icons automatically onto lists inside product overviews */
.overview-description ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 20px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}
.overview-description ul li {
  position: relative !important;
  padding-left: 28px !important;
  font-size: 14px !important;
  color: #334155 !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
}
.overview-description ul li::before {
  content: "\f058" !important;
  font-family: "FontAwesome" !important;
  position: absolute !important;
  left: 0 !important;
  top: 1px !important;
  color: #10b981 !important;
  font-size: 16px !important;
}

/* ==========================================================================
   9. RELATED PRODUCT & SERVICE MATRIX SLIDERS
   ========================================================================== */
.modern-product-grid { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important; gap: 20px !important; }
.modern-product-card {
  border-radius: 12px !important; overflow: hidden !important; padding: 0 !important; border: 1px solid #e2e8f0 !important; box-shadow: 0 4px 10px rgba(3, 15, 39, 0.02) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}
.modern-product-card :hover { transform: translateY(-4px) !important; box-shadow: 0 10px 20px rgba(3, 15, 39, 0.08) !important; }

.card-image { display: block !important; width: 100% !important; aspect-ratio: 1 / 1 !important; overflow: hidden; background: #f8fafc !important; }
.card-image img { width: 100% !important; height: 100% !important; object-fit: cover !important; }
.card-content { padding: 16px !important; background: #ffffff !important; }
.card-content h3 { font-size: 15px !important; font-weight: 700 !important; margin-bottom: 8px !important; line-height: 1.4 !important; height: 42px !important; overflow: hidden !important; }
.card-content h3 a { text-decoration: none !important; color: #030f27 !important; }
.product-price { font-weight: 800 !important; color: #0b3b91 !important; font-size: 16px !important; margin-bottom: 14px !important; }
.explicit-request-color { color: #64748b !important; font-size: 14px !important; font-weight: 500 !important; }
.small-inquiry-btn { display: block !important; text-align: center !important; background: #0b3b91 !important; color: #ffffff !important; text-decoration: none !important; padding: 10px !important; font-size: 13px !important; font-weight: 700 !important; border-radius: 6px !important; }

.related-products-section {
  margin-top: 30px;
}
.section-title-row {
  margin-bottom: 20px;
}
.section-main-title {
  font-size: 22px;
  font-weight: 700;
  color: #0f172a;
}

/* ==========================================================================
   10. VERIFIED DIRECTORY VENDORS CARDS SYSTEM
   ========================================================================== */
.local-contractors-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.directory-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.location_item {
  display: flex;
  background: #ffffff;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  gap: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.location_item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.location_item .img {
  flex: 0 0 260px;
  width: 260px;
  position: relative;
}

.location_item .img_inner {
  width: 100%;
  height: 100%;
  min-height: 170px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  background: #f8fafc;
  aspect-ratio: 260 / 170;
}

.location_item .img_inner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.float-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.float-badge.verified { background: #6366f1; }
.float-badge.top-rated { background: #2563eb; }

.image-rating-bar {
  position: absolute;
  bottom: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.65);
  padding: 4px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.location_item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location_item .infoa {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
}

.location_item .name {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.verified-tick {
  color: #eab308;
  font-size: 16px;
}

.meta-pricing-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.meta-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}
.meta-badge.price-range {
  background: #f0fdf4;
  color: #16a34a;
  border: 1px dashed #bbf7d0;
}
.meta-badge.price-range.on-request {
  background: #f1f5f9;
  color: #64748b;
  border: 1px dashed #cbd5e1;
}
.meta-badge.moq-limit {
  background: #f5f3ff;
  color: #7c3aed;
  border: 1px dashed #ddd6fe;
}

.location_item .desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 12px;
  line-height: 1.5;
}

.location_item .address {
  font-size: 13px;
  color: #475569;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 14px;
}

.location_item .sers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}

.location_item .sers .badg {
  font-size: 11px;
  background: #f1f5f9;
  color: #475569;
  padding: 4px 10px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.location_item .btns {
  flex: 0 0 220px;
  width: 220px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.location_item .btns .btn {
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
  border: none;
  cursor: pointer;
}

.location_item .btns .btn.purple-call {
  background: linear-gradient(135deg, #7c3aed, #6366f1);
  color: #ffffff !important;
}
.location_item .btns .btn.whatsapp-outline {
  background: #ffffff;
  color: #16a34a !important;
  border: 1px solid #16a34a;
}
.location_item .btns .btn.enquiry-outline {
  background: #ffffff;
  color: #2563eb !important;
  border: 1px solid #2563eb;
}
.location_item .btns .btn.orange-details {
  background: linear-gradient(135deg, #ff9800, #f57c00);
  color: #ffffff !important;
}

.vendor-grid { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)) !important; gap: 20px !important; }
.vendor-card { text-align: center !important; padding: 24px 20px !important; border-radius: 12px !important; border: 1px solid #e2e8f0 !important; box-shadow: 0 4px 12px rgba(3, 15, 39, 0.02) !important; transition: transform 0.2s ease !important; }
.vendor-card:hover { transform: translateY(-4px) !important; box-shadow: 0 8px 20px rgba(3, 15, 39, 0.08) !important; }

.vendor-logo-container { width: 80px !important; height: 80px !important; margin: 0 auto 16px auto !important; }
.vendor-logo { width: 100% !important; height: 100% !important; border-radius: 50% !important; overflow: hidden !important; border: 2px solid #e2e8f0 !important; aspect-ratio: 1 / 1 !important; }
.vendor-logo img { width: 100% !important; height: 100% !important; object-fit: cover !important; }

.vendor-text-avatar {
  width: 100% !important; height: 100% !important; border-radius: 50% !important; display: flex !important; align-items: center !important; justify-content: center !important; border: 2px solid #ffffff !important; box-shadow: 0 4px 10px rgba(11, 59, 145, 0.15) !important;
}
.avatar-initials { color: #ffffff !important; font-size: 24px !important; font-weight: 800 !important; letter-spacing: 1px !important; font-family: sans-serif !important; text-shadow: 0 2px 4px rgba(0,0,0,0.15) !important; }

.vendor-name { font-size: 16px !important; font-weight: 700 !important; color: #030f27 !important; margin-bottom: 6px !important; height: 44px !important; overflow: hidden !important; }
.vendor-location { font-size: 13px !important; color: #64748b !important; margin-bottom: 16px !important; }
.vendor-location i { color: #0b3b91 !important; margin-right: 2px !important; }
.vendor-buttons { display: flex !important; gap: 10px !important; }
.vendor-profile-btn, .vendor-inquiry-btn { flex: 1 !important; font-size: 12.5px !important; font-weight: 700 !important; padding: 10px 4px !important; border-radius: 6px !important; cursor: pointer !important; }
.vendor-profile-btn { background: #f1f5f9 !important; color: #030f27 !important; text-decoration: none !important; border: 1px solid #cbd5e1 !important; }
.vendor-inquiry-btn { background: #0b3b91 !important; color: #ffffff !important; border: none !important; }

/* ==========================================================================
   11. FOOTER SERVICE LINKS & NEARBY REGIONS GRID
   ========================================================================== */
.related-cities-section {
  margin-top: 30px; 
  margin-bottom: 20px;
}
.related-city-grid { display: flex !important; flex-wrap: wrap !important; gap: 8px !important; }
.related-city-item { background: #f8fafc !important; border: 1px solid #e2e8f0 !important; color: #475569 !important; padding: 8px 14px !important; font-size: 13px !important; border-radius: 4px !important; text-decoration: none !important; font-weight: 500 !important; }
.related-city-item:hover { background: #0b3b91 !important; color: #ffffff !important; border-color: #0b3b91 !important; }

/* ==========================================================================
   12. MOBILE VIEWPORT OVERRIDE SYSTEM (CLEAN RESPONSIVE COLLAPSE STACKING)
   ========================================================================== */
@media (max-width: 991px) {
  #srm-home-main-content,
  #srm-home-sidebar-target {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #srm-home-sidebar-target {
    margin-top: 24px !important;
    display: block !important;
  }
  .review-left-panel, .review-right-panel { width: 100% !important; flex: 0 0 100% !important; }
  .modern-product-title { font-size: 25px !important; margin-top: 10px !important; }
  body { padding-bottom: 72px !important; }
}

@media (max-width: 767px) {
  .location_item {
    flex-direction: column;
    padding: 15px;
  }
  .location_item .img {
    flex: 0 0 auto;
    width: 100%;
  }
  .location_item .img_inner {
    aspect-ratio: 16 / 9;
  }
  .location_item .btns {
    flex: 0 0 auto;
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .cta-button-group .btn { width: 100% !important; flex: 0 0 100% !important; }
  .modern-product-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)) !important; gap: 12px !important; }
  .vendor-grid { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)) !important; }
  .modern-white-card { padding: 16px !important; }
}