@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* 
.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

/* .poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
} */

body,
html {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #24292e;
  margin-bottom: 10px;
  margin: 0;
  padding: 0;
}

:root {
  --brand-blue: #0096ff;
  --brand-navy: #081a35;
  --brand-navy-2: #06152c;
  --black: #24292e;
  --muted: #6c757d;
  --border: #e9eef5;
}

a {
  text-decoration: none;
}

/* Extra small devices */
@media (max-width: 575.98px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Small devices (≥576px) */
@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 740px;
  }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 960px;
  }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 1180px;
  }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1340px;
  }
}

/* XXL devices (≥1400px) — Custom requirement */
@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}

img {
  max-width: 100%;
}

/* Top strip / header */
.topbar {
  background: #ffffff;
}

.top-header-sec {
  padding: 12px 0;
  text-align: center;
  color: #ffffff;
  background: #000;
}

.bottom-header {
  background: #0096ff;
  padding: 5px 0;
}

.top-header-sec p {
  margin: 0;
  font-size: 16px;
}

.brand-logo {
  display: grid;
  place-items: center;
  padding: 12px 50px 35px 40px;
}

.brand-logo img {
  max-width: initial !important;
}

.search-pill {
  border: 1px solid var(--brand-blue);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.search-pill .form-control {
  border: 0;
  box-shadow: none;
  padding: 12px 25px;
}

.search-pill .btn {
  border: 0;
  background: var(--brand-blue);
  color: white;
  border-radius: 0px 10px 10px 0;
  margin-right: 0px;
  padding: 12px 25px;
}

.header-meta:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
  margin-left: 0;
}

.header-meta i {
  border: 0;
  color: var(--brand-blue);
  border-radius: 9px;
  width: 40px;
  height: 40px;
  margin-right: 6px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
}

.header-meta a {
  color: var(--brand-blue);
  font-weight: 500;
  text-decoration: none;
}

.header-meta h4 {
  margin: 0;
  font-size: 18px;
  text-transform: uppercase;
  color: #24292e;
}

.header-meta a {
  margin: 0;
  font-size: 25px;
}

.btn-outline-soft {
  align-items: center;
  justify-content: flex-end;
}

.btn-outline-soft .dwnld p {
  margin: 0;
  font-size: 18px;
}

.border-bottom {
  border-bottom: 1px dashed #9cd2f8 !important;
  padding-bottom: 5px;
}

.border-top {
  border-top: 1px dashed #9cd2f8 !important;
  padding-top: 20px;
  margin-top: 10px;
}

.dwnld p {
  font-size: 18px;
  color: #24292e;
}

.text-red {
  color: red !important;
}

.pdf-icon {
  width: 35px;
}

.btn-outline-soft i {
  color: var(--brand-blue);
}

/* Nav */
.mainnav {
  background: #ffffff;
}

.nav-link {
  color: #1f2b3a;
  font-weight: 600;
  padding: 1rem 0.95rem;
}

.nav-link:hover {
  color: var(--brand-blue);
}

.nav-pill-active {
  background: #e9f6ff;
  color: #1a6fa7 !important;
  border-radius: 999px;
  padding: 0.55rem 1rem !important;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.header-right {
  width: 100%;
  padding-left: 50px;
}

/* Hero */
.hero,
body.woocommerce .hero {
  position: relative;
  min-height: 190px;
  padding: 5rem 0;
  background-image: url(../images/all-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.hero h1 {
  color: #24292e;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
}

.breadcrumb-lite {
  font-size: 18px;
  margin-top: 24px;
  color: #0096ff;
}

.breadcrumb-lite a {
  color: #24292e;
  text-decoration: none;
}

.breadcrumb-lite a:hover {
  color: #000000;
}

/* Section heading */
.section-title {
  font-weight: 600;
  color: #292e33;
  margin: 2.2rem 0 3rem;
}

/* Form card */
.form-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.form-control {
  border-radius: 17px;
  border: 1px solid #7a8099;
  padding: 0.85rem 1rem;
}

.form-label {
  font-weight: 500;
  color: #24292e;
  font-size: 0.95rem;
}

.req:after {
  content: " *";
  color: var(--brand-blue);
  font-weight: 800;
}

.product-content h3 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 50px 0 30px 0;
  font-family: "Oswald", sans-serif;
  color: var(--black);
}

.divider {
  border-top: 1px dashed #e6edf6;
  margin: 2rem 0 1.5rem;
}

/* Table */
.table-wrap {
  margin: 0 auto 2.5rem;
}

.table-responsive .table {
  border: 1px solid #e3e3e3;
}

.table-responsive .table thead th {
  background: #e5f4ff;
  color: #2e2f33;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px solid #e4eef9 !important;
  text-align: center;
  padding: 13px 5px;
}

.table-responsive .table td {
  vertical-align: middle;
  font-size: 18px;
  color: #2a3345;
  text-align: center;
  padding: 15px 15px;
}

.link-soft {
  color: #2a3345;
  font-weight: 500;
  text-decoration: none;
}

.link-soft:hover {
  text-decoration: underline;
}

/* Quantity control (mimics screenshot: small pill + blue dot) */
.qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
}

.qty-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border: 1px solid #dbe7f3;
  border-radius: 999px;
  padding: 0.35rem 0.55rem;
  min-width: 86px;
  justify-content: space-between;
  background: #fff;
}

.qty-pill .mini {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid #dbe7f3;
  color: #66758a;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}

.qty-pill input {
  width: 34px;
  border: 0;
  text-align: center;
  outline: none;
  font-weight: 700;
  color: #2a3345;
  background: transparent;
}

.dot {
  width: 10px;
  height: 10px;
  background: var(--brand-blue);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(22, 150, 231, 0.15);
}

.add-row {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin: 2.5rem 0;
  max-width: 910px;
}

.product-search {
  flex: 1;
  border: 1px solid #cfe7fb;
  border-radius: 999px;
  overflow: hidden;
  background: #fff;
}

.product-search .form-control {
  border: 0;
  border-radius: 0;
  padding: 0.8rem 1rem;
}

.product-search .btn {
  border: 0;
  background: #fff;
  color: var(--brand-blue);
  padding: 0 1rem;
}

.btn-dark-pill {
  border-radius: 999px;
  padding: 0.8rem 2rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  background-color: #292e33;
  color: #ffffff;
}

.filter-head.collapsed {
  border: none;
}

/* Submit button */
.submit-wrap {
  text-align: center;
  margin: 2.2rem 0 3.25rem;
}

.btn-primary-big {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  border-radius: 999px;
  padding: 0.8rem 4rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 22px rgba(22, 150, 231, 0.25);
  font-size: 18px;
}

.btn-primary-big:hover {
  filter: brightness(0.95);
}

/* ===== SCROLLABLE TABLE ===== */
.product-table-scroll {
  max-height: 480px;
  /* adjust as needed */
  overflow-y: auto;
  border-radius: 6px;
}

/* keep header visible */
.product-table thead th {
  position: sticky;
  top: 0;
  background: #eaf6ff;
  z-index: 2;
}

/* ===== MOBILE RESPONSIVE STACK ===== */
@media (max-width: 768px) {
  .product-table thead {
    display: none;
  }

  .product-table,
  .product-table tbody,
  .product-table tr,
  .product-table td {
    display: block;
    width: 100%;
  }

  .product-table tr {
    border: 1px solid #d9e2ea;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 10px;
    background: #fff;
  }

  .product-table td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border: none;
  }

  .product-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #4a4a4a;
    padding-right: 10px;
  }

  .quote-btn {
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}

/* ============================
   SEARCH PAGE LAYOUT
============================ */
.search-page {
  background: #fff;
}

.search-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.search-header .showing {
  font-size: 14px;
  color: #0ea5e9;
}

/* ============================
   TABS (Products / Categories / Pages)
============================ */
.tabs {
  display: flex;
  gap: 25px;
}

.tabs a {
  font-size: 20px;
  font-weight: 500;
  color: #9ca3af !important;
  position: relative;
  cursor: pointer;
}

.tabs a.active {
  color: #111827 !important;
}

.tabs a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #292e33;
}

.tabs sup {
  font-size: 12px;
  top: -0.4em;
}

/* ============================
   SORT DROPDOWN
============================ */
.sort-select {
  max-width: 315px;
  border-radius: 999px;
  padding: 12px 18px;
  font-size: 16px;
  color: #737980;
  border: 1px solid #737980;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230d6efd' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-size: 18px 18px;
}

/* ============================
   FILTER SIDEBAR
============================ */
.filter-card {
  border: 1px solid #d9e2ea;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px #daeefe;
}

.filter-title {
  background: var(--brand-blue);
  color: #fff;
  font-weight: 500;
  padding: 20px;
  font-size: 25px;
}

.filter-group {
  border-top: 1px solid #b8c1cc;
}

/* ============================
   FILTER TOGGLE ICON (FA + ROTATE)
============================ */

.filter-head {
  position: relative;
  padding: 14px 40px 14px 18px;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  border-bottom: 1px solid #b8c1cc;
  color: var(--black);
}

/* Font Awesome icon */
.filter-head::after {
  content: "\f077";
  /* fa-chevron-up */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.25s ease;
  font-size: 14px;
  color: var(--black);
}

/* When collapse is OPEN */
.filter-head:not(.collapsed)::after {
  transform: translateY(-50%) rotate(0deg);
}

/* Optional hover effect */
.filter-head:hover::after {
  color: var(--brand-blue);
}

/* .filter-group .collapse {
  padding: 6px 12px;
} */

.filter-scroll,
.product-table-scroll {
  max-height: 320px;
  overflow-y: auto;
}

.table-right-height {
  max-height: 990px;
  overflow-y: auto;
  border: 1px solid #d3d9dd;
  border-radius: 0;
}

.filter-table-scroll {
  max-height: 220px;
  overflow-y: auto;
}

.table.table.filter-table-search {
  border: none;
}

.table.table.filter-table-search td {
  vertical-align: middle;
  font-size: 16px;
  color: #2a3345;
  text-align: center;
  padding: 6px 8px;
  text-align: left;
  border: none;
}

.filter-table td {
  padding: 6px 8px;
  vertical-align: middle;
  font-size: 14px;
  border: none;
}

.filter-table tr:hover {
  background: #f8fafc;
}

.filter-table input[type="checkbox"] {
  cursor: pointer;
}

.filter-group label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #374151;
  padding: 6px 0;
  cursor: pointer;
}

/* ============================
   CUSTOM CHECKBOX
============================ */
.filter-group input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--brand-blue);
}

/* ============================
   COLOR FILTER DOTS
============================ */
.color-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding-top: 10px;

  /* Center items inside each grid cell */
  place-items: center;
}

.color-grid .c {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #e5e7eb;
}

div#color {
  padding: 15px 20px 30px 20px;
}

.c.beige {
  background: #d6c2a8;
}

.c.black {
  background: #000;
}

.c.white {
  background: #fff;
}

.c.outline {
  background: #fff;
  border: 2px solid #cbd5e1;
}

.c.blue {
  background: #2563eb;
}

.c.lightblue {
  background: #7dd3fc;
}

.c.darkgreen {
  background: #14532d;
}

.c.green {
  background: #16a34a;
}

.c.maroon {
  background: #5b1f2e;
}

.c.brown {
  background: #7c2d12;
}

.c.darkgray {
  background: #374151;
}

.c.gray {
  background: #9ca3af;
}

/* ============================
   PRODUCT TABLE
============================ */
.product-table {
  margin: 0;
}

.product-table thead th {
  background: #eaf6ff;
  font-size: 18px;
  font-weight: 400;
  color: #1f2937;
  padding: 16px 14px;
  text-align: center;
  border-bottom: 1px solid #dbeafe;
}

.product-table tbody td {
  font-size: 18px;
  color: #374151;
  text-align: center;
  padding: 14px 10px;
  border-bottom: 1px solid #e5e7eb;
}

.product-table tbody tr:hover {
  background: #f8fafc;
}

/* 
 .table-right-height::-webkit-scrollbar {
    width: 8px;
}

.table-right-height::-webkit-scrollbar-track {
    background: #e5e7eb;
}

.table-right-height::-webkit-scrollbar-thumb {
    background: #6d889c;
    border-radius: 4px;
}

.table-right-height::-webkit-scrollbar-thumb:hover {
    background: #dae1e6;
}  */

/* ============================
   SHOW IMAGE LINK
============================ */
.product-table a {
  color: #374151;
}

tr.row-link {
  text-align: center;
}

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

/* ============================
   ADD TO QUOTE BUTTON
============================ */
.quote-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #cbd5e1;
  color: #6b7280;
  background: #fff;
}

.quote-btn.active {
  color: #737980;
  border-color: #acb7bf;
}

.quote-btn.active:hover {
  color: var(--brand-blue);
  border-color: var(--brand-blue);
  text-decoration: none;
}

/* ============================
   SCROLLBAR (MATCH IMAGE)
============================ */
.product-table-scroll::-webkit-scrollbar,
.filter-scroll::-webkit-scrollbar {
  width: 6px;
}

.product-table-scroll::-webkit-scrollbar-thumb,
.filter-scroll::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}

.product-table-scroll::-webkit-scrollbar-track,
.filter-scroll::-webkit-scrollbar-track {
  background: transparent;
}

/* Footer */
.footer-description {
  max-width: 80%;
}

.footer-top {
  background-image: url(../images/footer-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 5rem 0 4.25rem;
  font-size: 17px;
}

.footer-bottom {
  background: #010f1a;
}

.footer h6 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 26px;
  border-bottom: 2px dashed #e5e5e5;
  padding-bottom: 17px;
}

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

.footer a:hover {
  color: var(--brand-blue);
  text-decoration: none;
}

.footer .read-more-btn {
  color: var(--brand-blue);
}

.footer .small {
  color: rgba(207, 224, 255, 0.8);
}

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

.footer-list li {
  padding: 0.35rem 0;
  display: flex;
  gap: 0.55rem;
  align-items: flex-start;
}

.footer-list i {
  color: var(--brand-blue);
}

.copyright {
  padding: 1.4rem 0;
  color: #797c80;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

/* Container widths similar to screenshot */

.mobile-header {
  background: #fff;
  padding: 12px 14px 16px;
  border-bottom: 1px solid #e5e5e5;
}

/* Top Row */
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

/* Hamburger */
.menu-btn {
  width: 50px;
  height: 50px;
  background: #0096ff;
  border: none;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.menu-btn span {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  transition: 0.3s ease;
}

/* Hamburger to X */
.menu-btn.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.menu-btn.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ======================
   SIDEBAR
====================== */
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 998;
}

.menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-sidebar {
  position: fixed;
  top: 0;
  left: -350px;
  width: 330px;
  height: 100%;
  background: #ffffff;
  padding: 70px 20px 20px;
  transition: left 0.3s ease;
  z-index: 999;
}

.mobile-sidebar.active {
  left: 0;
}

/* Close Button */
.sidebar-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #000;
}

.sidebar-close:hover {
  color: #0096ff;
}

/* Sidebar Menu */
.mobile-sidebar ul {
  list-style: none;
}

.mobile-sidebar li {
  border-bottom: 1px solid #eee;
}

.mobile-sidebar a {
  display: block;
  padding: 10px 6px;
  text-decoration: none;
  color: #272727;
  font-weight: 600;
}

.mobile-sidebar a:hover {
  color: #0096ff;
}

.mobil-screen {
  display: none;
}

.container-wide {
  max-width: 1720px;
}

.mobile-header .header-top {
  margin-bottom: 25px;
}

.product-wrapper {
  display: flex;
  
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.product-images {
    position: relative;
    width: 45%;
}
.main-image {
  position: relative;
}

.main-image::before {
  content: "";
  position: absolute;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0095ff2b;
  z-index: -1;
  transform: rotate(4deg);
}

.product-content {
    padding-left: 50px;
    margin-top: 25px;
    width: 55%;
}

.product-category-section .product-content {
    padding-left: 50px;
    margin-top: 25px;
    width: 100%;
}

.main-image img {
  width: 100%;
  border-radius: 20px;
  display: block;
  transition: opacity 0.3s ease;
}

.thumbnail-row {
  display: flex;
  gap: 10px;
  margin-top: 40px;
  justify-content: space-around;
}

.thumbnail {
  width: 210px;
  height: 170px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  background: #f3f4f6;
  border: 2px solid transparent;
  transition: border 0.3s ease;
  position: relative;
}

.thumbnail.active::before {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 6px;
  /* adjust if needed */
  pointer-events: none;
  background: #0095ff69;
}

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

/* RIGHT CONTENT */
.product-content small {
  color: #0ea5e9;
  font-weight: 600;
  font-size: 20px;
}

.product-content h2 {
  color: #24292e;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 13px 0;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
}

.rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
}

.stars {
  color: #0ea5e9;
  font-size: 20px;
}

.rating span {
  color: #737980;
  font-size: 18px;
}

.rating a {
  color: #e51042;
  text-decoration: underline;
  font-size: 18px;
}

.sku {
  font-weight: 500;
  margin: 15px 0;
  font-size: 24px;
  color: #24292e;
}

.description {
  color: #737980;
  line-height: 1.6;
  margin-bottom: 30px;
  font-size: 18px;
}

.qa-box {
  background: #eaf6ff;
  border-radius: 20px;
  padding: 50px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.qa-box h4 {
  font-size: 20px;
  margin-bottom: 5px;
  color: var(--black);
}

.qa-box p {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

.comman-message p {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.comman-message .wpcf7-spinner {
  margin: 0;
}

.qa-btn {
  background: #2c2c2c;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
}

.cta-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  /* margin-top: 126px; */
  margin-top: 65px;
}

.btn-primary {
  background: #0ea5e9;
  color: #fff;
  padding: 12px 40px;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.btn-outline {
  background: #ffffff;
  color: #0ea5e9;
  padding: 15px 35px;
  border-radius: 30px;
  border: 2px solid #0ea5e9;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}

body.woocommerce section,
section {
  padding: 80px 0;
}

/* FILTERS */

.filter-section .filters {
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}

.filter-section .filter-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.filter-section .filter-box label {
  font-size: 14px;
  font-weight: 600;
}

.filter-section .filter-box select {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #cbd5e1;
  font-size: 14px;
}

/* TABLE */
.filter-section .table-wrap {
  border: 1px solid #d1d5db;
  overflow: hidden;
}

.filter-section .table-scroll {
  max-height: 670px;
  overflow-y: auto;
}

.filter-section table {
  width: 100%;
  border-collapse: collapse;
}

.filter-section thead {
  background: #eaf6ff;
}

.filter-section th,
.filter-section td {
  padding: 14px 12px;
  font-size: 18px;
  border-bottom: 1px solid #e5e7eb;
  text-align: center;
  color: var(--black);
}

.filter-section th {
  font-weight: 600;
}

.filter-section tbody tr:hover {
  background: #f9fafb;
}

/* IMAGE LINK */
.filter-section .image-link {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}

/* QTY CONTROL */
.filter-section .qty-control {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #cbd5e1;
  border-radius: 20px;
  padding: 4px 10px;
  width: 100px;
}

.filter-section .qty-control button {
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  color: #0ea5e9;
  width: 24px;
}

.filter-section .qty-control span {
  width: 24px;
  text-align: center;
  font-size: 14px;
}

/* CTA */
.filter-section .cta-row {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-top: 54px;
}

.filter-section .product-options {
  display: flex;
  gap: 30px;
  align-items: center;
  background: #ffffff;
  margin-bottom: 40px;
}

.filter-section .option-box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.filter-section .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-section .icon {
  width: 40px;
}

.filter-section .icon img {
  width: 100%;
}

.filter-section .option-content {
  line-height: 1.2;
}

.filter-section .option-content strong {
  font-size: 18px;
  color: var(--black);
  font-weight: 400;
  margin-bottom: 5px;
}

.filter-section .option-content small {
  display: block;
  font-size: 16px;
  color: var(--muted);
  margin-top: 5px;
}

.filter-section .option-box select {
  margin-left: 8px;
  min-width: 140px;
  padding: 10px 20px 10px 12px;
  border: 1px solid #0096ff;
  border-radius: 6px;
  font-size: 18px;
  background: #ffffff;
  appearance: none;
  color: var(--black);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%230096ff' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  width: 100%;
}

/* RESPONSIVE */
@media (max-width: 767px) {
  .filter-section .filters {
    flex-direction: column;
  }
}

iframe.map-sec {
  height: 430px;
}

.mini {
  background: #b6bbbf;
  color: white !important;
  font-weight: 600;
}

.plus-icon.mini {
  background: #0096ff !important;
  color: white;
  font-weight: 600;
}

/* Tabs */
.custom-tabs {
  background: #e5f4ff;
  border-bottom: none;
}

.custom-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 12px 28px;
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
}

#additional-info p.fw-semibold {
  font-size: 20px;
  color: var(--black);
  font-weight: 400;
}

.custom-tabs .nav-link.active {
  background: #0096ff;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

/* Ordered list style */
.alpha-list {
  padding-left: 0;
}

.alpha-list li {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  list-style: none;
}

.related-title::after {
  content: "";
  width: 225px;
  height: 2px;
  background: #0096ff;
  display: block;
  margin: 12px auto 0;
  position: absolute;
  left: 49%;
}

.related-products-details {
  background: #f2f9ff;
}

.related-title {
  color: #24292e;
  font-weight: 600;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin: 13px 0;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
}

.product-card .fw-semibold {
  text-align: left;
  padding-left: 50px;
  margin-top: 25px;
  font-size: 24px;
  color: var(--black);
  text-decoration: none;
}

.product-card-img {
  border-radius: 30px;
  overflow: hidden;
}

.related-products-details {
  .col-md-4 {
    padding: 0 20px;
  }
}

html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.product-img img {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.product-card {
  background: #ffffff;
  border-radius: 30px;
  padding: 20px 20px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #b8c1cc;
  width: 100%;
}

.product-card:hover {
  border-color: #0096ff;
  box-shadow: 0 8px 30px #0095ff49;
}

.product-img img {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.product-category-section .product-content {
  text-align: left;
  padding: 0;
}

.product-title {
  font-size: 20px;
  font-weight: 400;
  color: #24292e;
  margin-bottom: 10px;
}

.view-btn {
  font-size: 16px;
  font-weight: 600;
  color: #24292e;
  letter-spacing: 0.5px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.product-card:hover .view-btn {
  color: #0096ff;
}

.about-title {
  font-size: 50px;
  font-weight: 500;
  color: #24292e;
  line-height: 1.2;
  margin-bottom: 45px;
  font-family: "Oswald", sans-serif;
}

.year-icon {
  margin-top: 45px;
}

span.text-border {
  border-bottom: 2px dashed #0195ff;
}

.icon-box img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  height: 380px;
}

.categories-section .product-card {
  border-radius: 30px;
  padding: 10px 10px 30px;
}

.categories-section .products-text {
  padding: 0 25px;
}

.tanks-bold {
  color: #24292e;
  margin: 15px 0 12px 0;
  font-size: 20px;
  text-align: left;
}

.tanks-bold a {
  color: #24292e;
  margin: 15px 0 12px 0;
  font-size: 20px;
  text-align: left;
}

.tanks-bold a:hover {
  color: #0096ff;
}

.tanks-subtext {
  color: #737980;
  font-size: 18px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
  text-align: left;
}

.product-count {
  color: #33abff;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
}

.view-link {
  color: #24292e;
  font-weight: 500;
  text-decoration: none;
  font-size: 18px;
}

.product-count:hover {
  color: #33abff;
}

.view-link:hover {
  color: #33abff;
}

.product-card:hover .tanks-bold,
.product-card:hover .view-link,
.product-card:hover .product-count {
  color: #0096ff;
}

.categories-section .product-card {
  border: 1px solid transparent;
  transition: border-color 0.3s ease-in-out;
}

.categories-section .product-card:hover {
  border-color: #0096ff;
}

/* .about-banner{
    position: relative;
    min-height: 190px;
    padding: 8rem 0;
    background-image: url(../images/about-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

} */

.why-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 24px 20px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #b8c1cc;
}

.why-card h5 {
  margin: 30px 0 20px 0;
  color: #737980;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
}

.why-card p {
  margin: 0;
  color: #030e1a;
  font-size: 18px;
  font-weight: normal;
}

.why-choose-section h4 {
  margin-top: 50px;
  color: #030e1a;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  border-bottom: 1px dashed #d1d5db;
  padding-bottom: 80px;
}

.why-choose-section h4 span {
  color: #737980;
}

.why-choose-section h4 i {
  color: var(--brand-blue);
  font-size: 18px;
}

.map-sec {
  border: 1px solid #d1d5db;
  overflow: hidden;
  border-radius: 25px;
}

.real-talk {
  background: #f2f9ff;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.real-talk .why-card {
  border: 1px solid transparent;
  transition: border-color 0.3s ease-in-out;
}

.real-talk .why-card:hover {
  border-color: #0095ff00;
  box-shadow: 0 8px 30px #0095ff49;
}

.real-talk .about-text {
  max-width: 900px;
  margin: 0 auto;
  color: #737980;
}

.real-talk h5 {
  margin: 30px 0 20px 0;
  color: #030e1a;
  font-size: 20px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.real-talk p {
  color: #737980;
  font-size: 18px;
}

.real-talk .why-card {
  padding: 40px;
}

.year-badge {
  display: inline-block;
  background-color: #0195ff00;
  color: var(--brand-blue);
  font-size: 16px;
  font-weight: 400;
  padding: 12px 26px;
  border-radius: 30px;
  margin-bottom: 25px;
  letter-spacing: 1px;
  text-transform: capitalize;
  border: 1px solid var(--brand-blue);
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn-outline {
  padding: 12px 35px;
}

.btn-primary {
  padding: 12px 40px;
}

.about-image-container img {
  width: 100%;
  border-radius: 20px;
}

.bg-shape {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 100%;
  background: #e7f4ff;
  border-radius: 30px;
  z-index: 1;
  transform: rotate(4deg);
}

.about-text {
  font-size: 18px;
  color: #737980;
  line-height: 1.6;
  font-weight: 400;
  max-width: 1120px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.features-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 14px;
  border-right: 2px dotted #afafaf;
}

.features-box:last-child {
  border-right: none;
  padding-right: 0;
}

.feature-icon {
  width: 50px;
  height: 50px;
  background: #7fcaff;
  color: #ffffff;
  font-size: 28px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #24292e;
}

.feature-sub {
  font-size: 16px;
  color: #868b91;
  font-weight: 400;
}

.about-tag {
  color: var(--brand-blue);
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
}

.about-image-container {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}

.about-modern {
  background: transparent;
}

.about-modern .why-card {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid #b8c1cc;
}

.about-modern .why-card:hover {
  border: 1px solid #0096ff;
}

.why-ronco .why-card:hover {
  border: 1px solid #0096ff;
}

ul#menu-header-menu-1 {
  padding-left: 0;
}

ul#menu-header-menu-1 ul.sub-menu {
  padding-left: 12px;
}

ul#menu-header-menu-1 ul li a {
  font-size: 16px;
  color: #2a3345;
}

.search-button-new input#searchsubmit {
  background: #0096ff;
  color: white;
  padding: 12px 40px;
  font-size: 20px;
  text-transform: uppercase;
}

/* Apply flex ONLY to the form */
form#searchform.search-pill {
  display: flex;
  align-items: center;
  width: 100%;
}

/* Text input takes full available width */
form#searchform.search-pill input[type="text"] {
  flex: 1;
}

/* Push button to the far right */
form#searchform.search-pill .search-button-new {
  margin-left: auto;
  display: flex;
  align-items: center;
}

/* Hide icon */
/* form#searchform.search-pill .search-button-new i {
  display: none;
} */

/* Submit button */
#searchsubmit {
  padding: 8px 20px;
  background: #000;
  color: #fff;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.related-products-details .product-card img {
    border-radius: 20px;
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}


@media (max-width: 1599px) {
  .header-right {
    padding-left: 15px;
  }

  .brand-logo {
    display: grid;
    place-items: center;
    padding: 12px 50px 35px 0;
  }

  .product-content {
    padding-left: 30px;
  }

  .product-wrapper {
    gap: 25px;
  }
}

@media (max-width: 1499px) {
  /* .border-top {
    border-top: none !important;
    padding-top: 0px;
    margin-top: 0px;
  } */

  .cta-row {
    margin-top: 99px;
  }

  .search-page .col-lg-3 {
    width: 24%;
  }

  .search-page .col-lg-9 {
    width: 76%;
  }

  .search-button-new input#searchsubmit {
    padding: 9px 35px;
    font-size: 18px;
  }
}

@media (max-width: 1399px) {
  .wsmenu>.wsmenu-list>li {
    margin: 0;
  }

  .wsmenu>.wsmenu-list>li>.navtext,
  .wsmenu>.wsmenu-list>li>a {
    padding: 8px 24px;
  }

  .brand-logo {
    padding: 12px 50px 35px 0;
  }

  .tanks-menu-list>li>a {
    gap: px;
    padding: 18px 4px;
    font-size: 14px;
  }

  .header-row {
    gap: 30px;
  }

  .header-logo img {
    max-width: 100px !important;
  }

  .thumbnail {
    max-width: 170px;
  }

  .product-wrapper {
    gap: 11px;
  }

  /* .product-wrapper {
    grid-template-columns: 0fr 1fr;
  } */

  .qa-box {
    border-radius: 20px;
    padding: 35px 20px;
  }

  .cta-row {
    margin-top: 60px;
  }

  .product-content h2 {
    font-size: 40px;
  }

  .product-content h3 {
    margin: 30px 0 30px 0;
  }

  .color-grid .c {
    width: 45px;
    height: 45px;
  }

  .product-table tbody td {
    font-size: 15px;
  }

  .product-table thead th {
    font-size: 15px;
  }
  .product-card .fw-semibold {
    padding-left: 15px;
    font-size: 22px;
  }
}

@media (max-width: 1300px) {

  .wsmenu>.wsmenu-list>li>.navtext,
  .wsmenu>.wsmenu-list>li>a {
    padding: 8px 20px;
    font-size: 15px;
  }

  .hero,
  body.woocommerce .hero {
    padding: 5rem 0;
  }

  .footer-top {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {

.related-products-details .product-card img {
    border-radius: 20px;
    width: 100% !important;
    height: 310px !important;
    object-fit: cover;
}

  .wsmenu>.wsmenu-list>li>.navtext,
  .wsmenu>.wsmenu-list>li>a {
    padding: 8px 12px;
    font-size: 14px;
  }

  .header-area {
    display: none;
  }

  .wsmenu>.wsmenu-list>li.has-children>a::after {
    margin-left: 6px;
    font-size: 15px;
  }

  .btn-outline-soft {
    padding: 8px 15px;
    font-size: 14px;
  }

  .brand-logo {
    padding: 15px 28px;
  }

  .header-right {
    padding-left: 20px;
  }

  .thumbnail {
    max-width: 125px;
    height: auto;
  }

  .btn-primary {
    padding: 12px 20px;
    font-size: 16px;
  }

  .btn-outline {
    padding: 12px 20px;
    font-size: 16px;
  }

  .rating {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;
    flex-direction: column;
  }

  .qa-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  .qa-btn {
    padding: 12px 20px;
    font-size: 16px;
    margin-top: 10px;
  }

  .stars {
    color: #0ea5e9;
    font-size: 16px;
  }

  .rating span {
    color: #737980;
    font-size: 16px;
  }

  .rating a {
    font-size: 18px;
  }

  .cta-row {
    margin-top: 20px;
  }

  .product-content h2 {
    font-size: 36px;
  }

  .related-title {
    font-size: 40px;
  }

  .related-title::after {
    width: 175px;
  }

  body.woocommerce section,
  section {
    padding: 40px 0;
  }

  .product-content h3 {
    margin: 25px 0 20px 0;
  }

  .filter-head {
    padding: 14px 20px 14px 8px;
  }

  div#color {
    padding: 15px 8px 30px 8px;
  }

  .color-grid .c {
    width: 35px;
    height: 35px;
  }

  .table-right-height {
    max-height: 935px;
  }

  .filter-head {
    font-size: 16px;
  }

  .filter-title {
    padding: 16px;
    font-size: 18px;
  }

  .solution-needs .btn-primary {
    padding: 12px 35px;
    font-size: 16px;
  }

  .about-title {
    font-size: 44px;
  }

  iframe.map-sec {
    height: 380px;
  }

  .icon-box img {
    height: 280px;
  }

  .mobil-screen {
    display: block;
  }

  .product-content {
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
.related-products-details .product-card img {
    border-radius: 20px;
    width: 100% !important;
    height: 300px !important;
    object-fit: cover;
}
.product-content {
    width: 100%;
    margin-top: 40px;
}
.product-images {
    position: relative;
    width: 100%;
}

.chip-btn {
    padding: 10px 15px;
}


  .hero,
  body.woocommerce .hero {
    padding: 5rem 0;
  }

  .top-col {
    margin-bottom: 16px;
  }

  .search-pill .form-control {
    padding: 9px 18px;
  }

  .btn-outline-soft {
    padding: 5px 20px;
    font-size: 14px;
  }

  .search-pill .btn {
    margin-right: 2px;
  }

  .product-wrapper {
    display: block;
  }

  .product-content h1 {
    font-size: 32px;
  }

  .thumbnail-row {
    justify-content: center;
  }

  .thumbnail {
    max-width: 150px;
  }

  .product-content {
    padding-left: 0px;
  }

  .search-page .col-lg-3 {
    width: 100%;
  }

  .search-page .col-lg-9 {
    width: 100%;
  }

  .qa-box {
    flex-direction: row;
    text-align: left;
    justify-content: space-between;
  }

  .rating {
    flex-direction: row;
  }
  .product-card .fw-semibold {
    padding-left: 25px;
    font-size: 20px;
  }

}

@media (max-width: 767px) {
  .icon-box img {
    height: auto;
  }

.product-card .fw-semibold {
    padding-left: 15px;
}

.related-products-details .product-card img {
    border-radius: 20px;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}


  .table-wrap .table tbody tr td::before {
    min-width: auto !important;
  }
select#capacity-filter {
    margin-left: 28px;
}
  .brand-logo {
    padding: 10px 30px;
  }

  .top-col {
    margin-bottom: 12px;
  }

  .hero,
  body.woocommerce .hero {
    min-height: auto;
    padding: 3rem 0;
  }

  .breadcrumb-lite {
    margin-top: 13px;
  }

  .section-title {
    margin: 2.2rem 0 2rem;
  }

  .copyright {
    padding: 0.8rem 0;
    justify-content: center;
    gap: 0.3rem;
  }

  .footer h6 {
    margin-bottom: 30px;
    font-size: 20px;
    padding-bottom: 15px;
  }

  .footer-top {
    padding: 3rem 0 2.25rem;
    font-size: 16px;
  }

  .table-responsive table {
    border: 1px solid transparent;
    box-shadow: none;
  }

  .table-responsive table thead {
    display: none;
  }

  .table-responsive table tbody tr {
    display: flex;
  }

  .table-responsive table tbody tr td:before {
    content: attr(data-label);
    float: left;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .table-responsive table tbody tr td {
    display: flex;
    text-align: left;
    font-size: 14px;
    border: 1px solid #dedede;
    justify-content: space-between;
    padding: 6px 17px !important;
    align-items: center;
    color: #000 !important;
  }

  .add-row {
    margin: 0.5rem 0;
  }

  .product-search .form-control {
    padding: 0.6rem 1rem;
  }

  .btn-dark-pill {
    padding: 0.6rem 1rem;
    font-size: 14px;
  }

  .submit-wrap {
    margin: 0;
  }

  .btn-primary-big {
    font-size: 16px;
  }

  .brand-logo img {
    max-width: 100%;
  }

  .topbar .container-wide {
    padding-left: 0;
  }

  .top-header-sec p {
    margin: 0;
    font-size: 12px;
    padding: 0 5px;
  }

  .search-pill button {
    padding: 12px 40px;
  }

  .search-pill button {
    font-size: 15px;
  }

  .filter-section .product-options {
    display: block;
  }

  .filter-section thead {
    display: none;
  }

  .filter-section table,
  .filter-section tbody,
  .filter-section tr {
    display: block;
    width: 100%;
  }

  .filter-section tbody tr {
    margin-bottom: 18px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    padding: 14px 10px;
  }

  .filter-section tbody td {
    display: flex;
    grid-template-columns: 120px 1fr;
    align-items: start;
    padding: 5px 5px;
    border-bottom: none;
    font-size: 16px;
    text-align: left;
    gap: 8px;
  }

  .filter-section .option-box select {
    padding: 5px 40px 5px 10px;
  }

  .filter-section tbody td.mobile-sku {
    font-size: 16px;
    color: #010f1a;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .filter-section tbody td:last-child {
    border-bottom: none;
  }

  .filter-section tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    text-transform: uppercase;
    color: #111827;
    font-size: 16px;
    text-align: left;
  }

  /* Checkbox row */
  .filter-section tbody td:first-child {
    grid-template-columns: auto 1fr;
  }

  .filter-section tbody td:first-child::before {
    content: "#";
  }

  /* Quantity alignment */
  .filter-section .qty {
    justify-self: end;
  }

  .filter-section .table-wrap {
    border: none !important;
  }

  .table-right-height {
    max-height: auto;
    overflow: visible;
    border: none;
    border-radius: 0;
  }

  .product-table tr {
    padding: 0;
  }

  .quote-btn.active {
    width: 150px;
  }

  .filter-title {
    padding: 15px;
    font-size: 20px;
  }

  .filter-head {
    font-weight: 400;
    font-size: 18px;
  }

  .search-header {
    display: block;
    gap: 20px;
  }

  .sort-select {
    margin-top: 20px;
  }

  .why-choose-section h4 {
    padding-bottom: 40px;
  }

  .why-choose-section h4 {
    font-size: 16px;
    line-height: 1.4;
  }

  .captcha-box {
    max-width: 100px;
  }

  .captcha-box img {
    max-width: 200px;
  }

  .hero h1 {
    font-size: 40px;
  }

  .filter-section .image-link {
    color: #0ea5e9;
    cursor: pointer;
    text-decoration: none;
  }


  td.mobile-image-variation {
    background: #4a9adb36;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 10px
  }

  td.mobile-image-variation:hover {
    background: #4a9adb63;

  }

  input.variation-checkbox {
    width: 16px;
    height: 16px;
  }

  span.mobile-sku-text {
    display: none !important;
  }

  .table-wrap table td {
    border-bottom: none !important;
    padding: 5px 10px !important;
  }

    .table-wrap .submit-wrap {
        text-align: center;
        margin-top: 20px;
    }
table.table.product-table {
    border: none !important;
}
.product-table td {
  justify-content: center;
}

.custom-table-search-mobile .product-table td:first-child {
       display: none;
    }

.custom-table-search-mobile .variation-row td:nth-child(3) small {
    display: none;
}

.custom-table-search-mobile .product-table td:last-child {
        margin-top: 0px;
}
    .table-wrap table td.mobile-sku .sku-value {
        font-size: 18px !important;
        font-weight: 600 !important;
    }

}

@media (max-width: 575px) {
.product-content {
    margin-top: 20px;
}
  .description {
    font-size: 16px;
  }

  body, html {
    font-size: 16px;
  }

  .qa-box {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .rating {
    flex-direction: column;
  }

  .btn-outline-soft {
    padding: 5px 9px;
    font-size: 14px;
  }

  .about-section {
    padding-bottom: 0;
  }

  .about-title {
    font-size: 36px;
  }

  .about-text {
    font-size: 16px;
  }

  .form-control {
    border-radius: 14px;
    padding: 0.7rem 1rem;
    font-size: 15px;
  }

  .add-row {
    display: block;
  }

  .about-title {
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .product-search {
    margin-bottom: 13px;
  }

  .btn-dark-pill {
    width: 100%;
  }

  .btn-primary-big {
    padding: 0.6rem 2rem;
    width: 100%;
  }

  .btn-outline-soft img {
    max-width: 19px;
  }

  .header-right {
    padding-left: 8px;
  }

  .hero,
  body.woocommerce .hero {
    min-height: auto;
    padding: 2rem 0;
  }

  .section-title {
    margin: 1.2rem 0 2rem;
  }

  .btn-outline-soft span {
    display: none;
  }

  .brand-logo {
    padding: 10px 10px;
  }

  .search-pill .form-control {
    padding: 9px 15px;
    font-size: 10px;
  }

  .real-talk .why-card {
    padding: 20px;
  }

  .footer-description {
    max-width: 100%;
  }

  .footer-top {
    padding: 2rem 0 2.25rem;
    font-size: 15px;
  }

  .copyright {
    font-size: 11px;
  }

  .breadcrumb-lite {
    margin-top: 10px;
  }

  .header-logo img {
    max-width: 80px !important;
  }

  .menu-btn {
    width: 45px;
    height: 45px;
  }

  .dwnld p {
    font-size: 15px;
  }

  .mobile-header {
    background: #fff;
    padding: 12px 0 16px;
  }

  .related-title {
    font-size: 28px;
  }

  .related-title::after {
    width: 119px;
  }

  .product-content h2 {
    font-size: 30px;
  }

  .year-icon {
    margin-top: 20px;
    display: block !important;
  }

  .features-box {
    margin-bottom: 15px;
    border: none;
  }

  .why-icon img {
    max-width: 55px;
  }

  .why-card h5 {
    margin: 15px 0 8px 0;
  }

  .why-choose-section h4 {
    padding-bottom: 22px;
  }

  .why-choose-section h4 {
    margin-top: 30px;
  }

  section.contact-form-section {
    padding-top: 15px;
  }

  iframe.map-sec {
    height: 280px;
  }

  /* body.woocommerce section,
  section {
    padding: 30px 0;
  } */


  .filter-section tbody td {
    padding: 4px 10px;
  }


.tab-content {
    padding: 0 !important;
}

section#varaition-data{
    padding: 0 !important;
}

.product-card .fw-semibold {
    font-size: 18px;
}
}

@media (max-width: 490px) {
  .qa-box {
    display: block;
    text-align: center;
  }

  .section.details-tab{
    padding: 0 0 30px 0 !important;
  }

  .qa-btn {
    margin-top: 20px;
  }

  .rating {
    display: block;
  }


.custom-tabs .nav-link.active {
    font-size: 14px;

}

.custom-tabs .nav-link {
    font-size: 14px;
    line-height: 20px;
}
.details-tab  li.nav-item {
    width: 50%;
}
.custom-tabs .nav-link {
    padding: 12px 0px;
    width: 100%;
    height: 100%;
}

.product-card {
    padding: 12px 10px 20px;

}
@media (max-width: 490px) {
    .product-card .fw-semibold {
        margin-top: 20px;
    }
}
  /* .custom-tabs .nav-item {
    width: 100%;
  }

  .custom-tabs .nav-link {
    font-size: 16px;
    border: 1px solid #0096ff;
    border-radius: 50px;
    margin-bottom: 18px;
    width: 100%;
  } */

  .about-title {
    font-size: 32px;
  }

  /* .custom-tabs .nav-link.active {
    border: 1px solid #0096ff;
    border-radius: 50px;
     font-size: 16px;
  } */

  /* .custom-tabs {
    background: #e5f4ff00;
    border-bottom: none;
  } */

  /* .custom-tabsli.nav-item {
    width: 100%;
  } */

  /* body.woocommerce section,
  section {
    padding: 20px 0;
  } */

  /* .custom-tabs {
    background: #e5f4ff00;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  } */

  .filter-section .cta-row {
    display: none;
  }

  .cta-row {
    flex-direction: column;
  }

  .thumbnail {
    max-width: 80px;
    border-radius: 10px;
  }

  .filter-section .option-box select {
    min-width: 118px;
  }

  .color-grid .c {
    width: 35px;
    height: 35px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .breadcrumb-lite {
    font-size: 16px;
  }

  .table-wrap {
    margin: 0;
  }

  .tabs {
    gap: 8px;
  }
}

@media (max-width: 420px) {
  .solution-needs .btn-primary {
    width: 100%;
  }

  .search-pill button {
    padding: 12px 20px;
  }
}

@media (max-width: 380px) {
  .header-logo img {
    max-width: 65px !important;
  }

  .search-pill input {
    padding: 12px 8px;
  }

  .about-title {
    font-size: 26px;
  }

  .categories-section .products-text {
    padding: 0 10px;
  }

  .view-link {
    font-size: 16px;
  }

  .product-count {
    font-size: 16px;
  }

  .tanks-bold {
    font-size: 22px;
  }

  .hero h1 {
    font-size: 25px;
  }

  .tabs a {
    font-size: 16px;
  }

  .search-button-new input#searchsubmit {
    padding: 12px 16px;
    font-size: 16px;
  }
}

.woocommerce-breadcrumb {
  margin-bottom: 0 !important;
}

article.blog-card {
  height: 100%;
}

.content-card {
  margin-top: 25px;
}

.warrenty-section ul li {
  font-size: 18px;
  line-height: 1.7;
  color: #737980;
  margin-bottom: 10px;
  position: relative;
}

.warrenty-section ul {
  padding-left: 20px;
  margin-top: 10px;
}

.warrenty-section ol li {
  font-size: 18px;
  line-height: 1.7;
  color: #737980;
  margin-bottom: 10px;
  position: relative;
}

.warrenty-section ol {
  padding-left: 20px;
  margin-top: 10px;
}

.blog-details table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0;
}

.blog-details table th,
.blog-details table td {
  border: 1px solid #cccccc;
  padding: 10px;
  text-align: left;
}

.blog-details table thead th {
  background-color: #f5f5f5;
  font-weight: 600;
}

/* Additional Information Table Border Styling */
#additional-info .shop_attributes {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  margin-top: 20px;
  background-color: #ffffff;
}

#additional-info .shop_attributes tr {
  border-bottom: 1px solid #e5e5e5;
}

#additional-info .shop_attributes tr:last-child {
  border-bottom: none;
}

#additional-info .shop_attributes th,
#additional-info .shop_attributes td {
  border-right: 1px solid #e5e5e5;
  padding: 14px 16px;
  vertical-align: middle;
}

#additional-info .shop_attributes th {
  width: 20%;
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
  text-align: left;
}

#additional-info .shop_attributes td {
  width: 65%;
  color: #555;
}

#additional-info .shop_attributes th:last-child,
#additional-info .shop_attributes td:last-child {
  border-right: none;
}

#additional-info .shop_attributes p {
  margin: 0;
}

#additional-info h2 {
  font-size: 24px;
  margin-top: 45px;
}

.wpgs-for .slick-arrow {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  top: 50%;
  margin-top: -15px;
  display: none !important;
}

.wpgs-nav.slick-initialized.slick-slider {
  margin-top: 45px;
}

.wpgs-lightbox-icon img {
  border-radius: 20px;
}

.wpcf7-form-control-wrap textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
  height: 150px;
}

.padding-right-gap {
  padding-right: 80px !important;
}

.content-blog {
  margin-top: 40px;
}

div#additional-info {
  padding: 0 35px;
}

/* .product-cat-btm-feature ul {
    list-style: none;
    padding-left: 0;
}

.product-cat-btm-feature ul li {
    position: relative;
    padding-left: 25px; 
    margin-bottom: 10px;
}

.product-cat-btm-feature ul li::before {
    content: "\f061"; 
    font-family: "Font Awesome 6 Free";
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 0;
    color: #3a6df0; 
} */

img.installation-image {
  width: 100%;
  object-fit: cover;
  padding-right: 30px;
}

div#load-more-container {
  margin-top: 50px;
}

#questionModal {
  background: #000000cc;
}

#questionModal .form-control {
  border-radius: 10px;
  border: 1px solid #7a8099;
  padding: 10px;
}

.modal.show .modal-dialog {
  transform: none;
  max-width: 900px;
}

div#imageModal .modal-dialog {
    max-width: 650px;
}

#questionModal .modal-content {
  padding: 25px;
}

.product-content .star-rating {
  margin-bottom: 0;
}

.comment-text {
  margin-top: 20px;
}

ol.commentlist {
  padding-left: 15px;
}

ol.commentlist {
  padding-left: 15px;
}

.comment-text p {
  margin-bottom: 0;
}

label#comment-form-rating-label {
  font-size: 21px;
  font-weight: 500;
}


.product-options .icon-box img {
  border-radius: 0;
  height: auto;
}
ul.product-cat-kay-feature{
  padding-left: 20px;
}
.product-cat-btm-feature ul{
  padding-left: 20px;
}

.tab-content{
  padding:  0 !important;
}

.mobile-select-col::before{
  color: #0ea5e9;
}



@media only screen and (max-width: 575px) {
  .padding-right-gap {
    padding-right: 0px !important;
  }

  div#additional-info {
    padding: 0 5px;
  }

.copyright a {
  font-size: 14px;
  color: #a5a5a5;
}

    body.woocommerce section, section {
        padding: 25px 0;
    }


.filter-section .table-scroll {
    max-height: 100%;
    overflow-y: auto;
}

ul.product-cat-kay-feature{
  padding-left: 20px;
}



}

@media only screen and (min-width: 1168px) {
  .woocommerce-product-gallery {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 575px) {
  form#searchform.search-pill .search-button-new i {
    display: block;
    /* padding: 11px 20px; */
    color: white;
    background: #0096ff;
  }

  .search-button-new input#searchsubmit {
    display: none;
  }

  .top-header-sec p {
    display: none;
  }

  .download-btn {
    flex-direction: column;
    text-align: center;
  }

  .pdf-icon {
    width: 30px;
  }

  .top-header-sec {
    padding: 2px 0;
  }
}





/*
Template Name: Common Template
*/
.warrenty-section h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #1d1d1d;
  font-family: "Oswald", sans-serif;
}

.warrenty-section h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #1d1d1d;
}

.warrenty-section h3 strong {
  font-weight: 600;
}

.warrenty-section h5 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 12px;
  color: #1d1d1d;
  font-family: "Oswald", sans-serif;
}

.warrenty-section p {
  font-size: 18px;
  line-height: 1.7;
  color: #737980;
  margin-bottom: 15px;
}

.warrenty-section ul {
  padding-left: 20px;
  margin-top: 10px;
}

.warrenty-section ul li {
  font-size: 18px;
  line-height: 1.7;
  color: #737980;
  margin-bottom: 10px;
  position: relative;
}

/* Optional: cleaner bullet styling */
.warrenty-section ul li::marker {
  color: #737980;
  font-size: 16px;
}

/* Tablet */
@media (max-width: 991px) {

  .warrenty-section h2 {
    font-size: 32px;

  }
      .search-header {
        display: block;
        gap: 20px;
    }
}

/* Mobile */
@media (max-width: 575px) {

  .warrenty-section h2 {
    font-size: 28px;
    margin-bottom: 16px;

  }

  .warrenty-section h5 {
    font-size: 20px;
    margin-top: 18px;
  }

  .warrenty-section p,
  .warrenty-section ul li {
    font-size: 16px;
  }


  .filter-section .option-content strong {
    font-size: 16px;
  }

  .filter-section .option-content small {
    font-size: 14px;
  }



}

/*
Template Name: Common Template end
*/



/* content-single-product */

/* ========= Display stars only when Woo outputs real rating ========= */
.woocommerce .star-rating:not(.no-rating) {
  position: relative;
  display: inline-block;

  /* ✅ 20px star size -> adjust container */
  height: 20px;
  line-height: 20px;

  /* 5 stars + spacing (letter-spacing .20em) => need enough width */
  width: 7.2em;
  /* ✅ increased from 5.4em */

  overflow: hidden;
  vertical-align: middle;

  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
  font-weight: 400;
}

.woocommerce .star-rating:not(.no-rating)::before {
  /* EMPTY stars */
  content: "\f006\f006\f006\f006\f006";
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: .2em;
  color: #f5b301;

  /* ✅ 20px */
  font-size: 20px;
  line-height: 20px;
}

.woocommerce .star-rating:not(.no-rating) span {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  /* ✅ match */
  overflow: hidden;
}

.woocommerce .star-rating:not(.no-rating) span::before {
  /* FILLED stars */
  content: "\f005\f005\f005\f005\f005";
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: .2em;
  color: #f5b301;

  /* ✅ 20px */
  font-size: 20px;
  line-height: 20px;

  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
  font-weight: 900;
}

/* rating text spacing */
.woocommerce .rating-text {
  margin-left: 8px;
  font-size: 13px;
  color: #555;
  vertical-align: middle;
}

/* ========= Review form "Your rating" selector ========= */
.woocommerce p.stars {
  line-height: 1;
}

.woocommerce p.stars a {
  position: relative;
  text-indent: -9999px;
  display: inline-block;

  /* ✅ each clickable star area */
  width: 24px;
  height: 24px;

  margin-right: 4px;
  overflow: hidden;
}

.woocommerce p.stars a::before {
  content: "\f006";
  /* empty */
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  color: #f5b301;
  font-size: 20px;
  line-height: 24px;

  font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "FontAwesome" !important;
  font-weight: 400;
}

.woocommerce p.stars:hover a::before {
  content: "\f005";
  font-weight: 900;
}

.woocommerce p.stars a:hover~a::before {
  content: "\f006";
  font-weight: 400;
}

.woocommerce p.stars.selected a::before {
  content: "\f005";
  font-weight: 900;
}

.woocommerce p.stars.selected a.active~a::before {
  content: "\f006";
  font-weight: 400;
}


/* content-single-product ends */












/* ===============================
Desktop Menu (1200px and Above)
================================= */

@media (min-width:1200px){

.menu-item-has-children{
    position:relative;
}

/* hide submenu */
.menu-item-has-children .sub-menu{
    position:absolute;
    top:100%;
    left:0;
    min-width:240px;
    padding:6px 0;
    display:none;
    z-index:999;
}

/* hover show */
.menu-item-has-children:hover > .sub-menu{
    display:block;
}

.sub-menu li a{
    display:block;
    padding:8px 18px;
    color:#222;
}

.sub-menu li a:hover{
    background:#f5f5f5;
}

}



/* ===============================
1199px and Below (Mobile + Tablet)
================================= */

@media (max-width:1199px){

/* main menu vertical */
.main-navigation ul{
    flex-direction:column;
}

/* parent menu */
.menu-item-has-children{
    position:relative;
}

/* submenu style */
.menu-item-has-children .sub-menu{
    position:static;   
    width:100%;
    box-shadow:none;
    padding:0;
    margin-top:5px;
    display:none;
}

li#menu-item-353 {
    border: none;
}

/* active menu open */
.menu-item-has-children.active > .sub-menu{
    display:block;
}

/* submenu links */
.sub-menu li a{

    padding:10px 20px;
    display:block;

}

/* arrow icon */
.menu-item-has-children > a::after{

    content:"+";
    float:right;
    font-weight:bold;
}

/* when open */
.menu-item-has-children.active > a::after{

    content:"−";
}

}