@charset "utf-8";
/* CSS Document */
html, body {
    max-width: 100%;
    overflow-x: hidden !important;
    padding: 0;
    margin: 0;
	font-family: 'Barlow Condensed', sans-serif;
	border: none;
}
* {
    box-sizing: border-box;
}

/* Ensure section centering */
section, .container, .row, .col, .content-wrapper, .raicon-mobile-content-container {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

/* Fix block-level misaligned text/images */
img, p, h1, h2, h3, h4, h5, h6 {
    display: block;
    width: 100%;
}

/* Flex row safety */
.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.card {
  border-radius: 12px;
}
.fade-in {
  display: none;
}
/* Tab Navigation Colors */
.nav-tabs .nav-link {
  border: none;
  border-radius: 0;
  padding: 8px 8px;
  font-weight: 600;
  color: #000;
  font-size: 12px;
}
.nav-tabs .nav-link.active {
  background-color: #2d2d2d; /* Blackish */
  color: #fff;
}
.nav-tabs .nav-link:not(.active) {
  background-color: #d4a63f; /* Gold */
  color: #fff;
}
.nav-tabs {
  border-bottom: none;
  border-radius: 6px;
  overflow: hidden;
}

/* Input Fields */
.form-control {
  border-radius: 6px;
  border: 1px solid #d4a63f;
}
.form-control:focus {
  border-color: #2d2d2d;
  box-shadow: 0 0 0 0.2rem rgba(212, 166, 63, 0.25);
}

/* Buttons */
.btn-theme {
  background-color: #d4a63f;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 6px;
}
.btn-theme:hover {
  background-color: #b3882f;
}

.forgot-link {
  font-size: 0.9rem;
  text-decoration: none;
  color: #2d2d2d;
}
.forgot-link:hover {
  text-decoration: underline;
}
/* ===============================
   Global Base Styles (safe reset)
   =============================== */
body {
  margin: 0; 
  background-color: #1e1e1e;
  color: #fff;
}
/* Wrapper for joined images */
.srt-img-join {
    margin: 0;
    padding: 0;
}

/* Reset padding from cols only inside srt-img-join */
.srt-img-join > [class*='col-'] {
    padding: 0 !important;
}

/* Fix image rendering gaps */
.srt-img-join-item {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 0;
}

/* Remove top-bottom gaps */
.srt-img-join img {
    margin-bottom: -1px;
}

/* Remove left-right gaps on desktop */
@media (min-width: 768px) {
    .srt-img-join img {
        margin-bottom: 0;
        margin-right: -1px;
    }
}



/* ===============================
   SortTECH Category Header Section
   =============================== */
.sorttech-cat-header {
  margin: 30px auto 20px auto;
}
.sorttech-cat-heading {
  font-size: 1.4rem;
  font-weight: 300;
  color: #d4a63f;
  text-transform: uppercase;
  letter-spacing: 1px;
	text-align: center;
}

/* ===============================
   SortTECH Search Box
   =============================== */
.sorttech-cat-searchbox {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
}
.sorttech-cat-search-input {
  width: 100%;
  border-radius: 25px;
  border: 1px solid #ccc;
  padding: 8px 35px 8px 15px;
  font-size: 0.95rem;
  outline: none;
  color: #333;
}
.sorttech-cat-search-icon {
  position: absolute;
  right: 0px;
  top: 54%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: #666;
}
.sorttech-nav-cat-tab {
    background-color: #c04019;
    color: #fff;
    font-weight: 600;
    border: none;
    padding: 3px 9px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s;
    font-size: 17px;
	border-radius: 3px;
}
.sorttech-nav-wishlist-btn {
    background-color: #515151;
    color: #D3D3D3;
    font-weight: 600;
    border: none;
    padding: 6px 10px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s;
    font-size: 13px;
	border-radius: 3px;
}
/* ===============================
   SortTECH Tabs Navigation
   =============================== */
.sorttech-cat-tabs {
  display: flex;
  flex-wrap: wrap;       /* allow wrapping */
  justify-content: center;
  gap: 5px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sorttech-cat-tabs li {
  flex: 1 1 auto;        /* allow flexible sizing */
}

/* Buttons full width of li */
.sorttech-cat-tabs .sorttech-cat-tab {
  width: 100%;
  text-align: center;
  white-space: nowrap;
	min-width: 108px;
  min-height: 45px;
}
.sorttech-cat-tab {
  display: flex;
  justify-content: space-between;
  background-color: #333231;
  color: #8f8f8f;
  font-weight: 300;
  border: none;
  padding: 12px 10px;
  cursor: pointer;
  text-transform: uppercase;
  transition: background 0.3s;
	font-size: 14px;
  min-width: 108px;
	min-height: 45px;
}
.sorttech-cat-tab:not(.active):hover {
  background-color: #515151;
}
.sorttech-cat-tab.active {
  background-color: #515151;
  color: #d3d3d3;
}
/* Subcategory Tabs */
.sorttech-cat-subtabs {
  margin-bottom: 15px;
}
.sorttech-cat-subtab {
  background: #333230;
  color: #8f8f8f;
  border: none;
  padding: 12px 10px;
  margin: 0 -1px 5px 0;
  border-radius: 0;
  font-size: 14px;
  cursor: pointer;
  min-width: 108px;
  min-height: 45px;
  transition: all 0.2s;
}
.sorttech-cat-subtab:hover {
  background: #515151;
}
.sorttech-cat-subtab.active {
  background: #515151;
  color: #d3d3d3;
  padding: 12px 10px;
  min-width: 108px;
  border-radius: 0;
}
/* Highlighted search text */
.sorttech-cat-highlight {
  background-color: transparent;
  color: #d4a63f;
  font-weight: bold;
}
.sorttech-cat-title {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #fff;
}
.sorttech-cat-wishlist-bar {
  text-align: right;
  margin-bottom: 10px;
}
.wishlist-btn {
  display: block;
  margin: 5px auto 0 auto;
  font-size: 0.8rem;
}
/* Container */
.sorttech-subcat-desc-container {
  background-color: #3c3c3c;
  color: #e0e0e0;
  padding: 15px;
  border-radius: 0px;
}
.subcat-details-title {
	
}
.subcat-details-header {
	
}
.subcat-details-canvas {
	/*padding: 0;*/
	background-color: #333230;
}
/* Section Title */
.sorttech-subcat-desc-title {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
}

/* Divider */
.sorttech-subcat-desc-divider {
  border: 1px solid #5a5a5a;
  margin: 10px 0 20px;
}

/* List Styling */
.sorttech-subcat-desc-list {
  list-style: none;
  padding-left: 0;
}

.sorttech-subcat-desc-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  font-size: 15px;
}

.sorttech-subcat-desc-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #cccccc;
  font-size: 12px;
}


/* ===============================
   SortTECH Tab Content Area
   =============================== */
.sorttech-cat-tab-content {
  /*background: #2d2d2d;*/
  padding: 10px;
  border-radius: 6px;
  min-height: 300px;
}
.sorttech-cat-pane {
  display: none;
}
.sorttech-cat-pane.active.show {
  display: block;
}

/* ===============================
   SortTECH Gallery Cards
   =============================== */
.sorttech-card-row-wrap {
	background-color: #333231;
	border-top: 4px solid #c04019;
	padding: 15px;
	
}
/* Card Wrapper */
.sorttech-cat-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 4px solid #404040;
  transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}

.srt-card-img-container {
	padding: 15px;
}
/* Card Box */
.sorttech-cat-card {
  background: #1e1e1e;
  border-radius: 0px;
  padding: 10px;
  padding-bottom: 8px;
  text-align: center;
  /*transition: transform 0.3s, box-shadow 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);*/
  max-width: 400px;
}


/* Model Code below card */
.sorttech-cat-model {
  background-color: #515151;
  color: #D1D1D1;
  font-weight: 300;
  font-size: 0.9rem;
  text-align: center;
  padding: 8px 0px;
  /*border-radius: 3px;*/
  display: inline-block;
  width: 100%;
	
}


.sorttech-cat-card:hover {
  transform: scale(1.03);
}
.sorttech-cat-card img {
  width: 100%;
  /*border-radius: 6px;*/
}
.sorttech-cat-card h6 {
  margin-top: 10px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
}
.sorttech-cat-card p {
  font-size: 0.8rem;
  color: #aaa;
}
.sorttech-cat-card button {
  background-color: #515151;
  color: #D1D1D1;
  border: none;
  padding: 7px 0px;
  margin-top: 8px;
  font-size: 0.85rem;
  font-weight: 300;
  /*border-radius: 4px;*/
  cursor: pointer;
  text-transform: uppercase;
	width: 100%;
	white-space: nowrap;
}
.sorttech-cat-card button:hover {
  background-color: #b3882f;
  color: #fff;
}
/* Fullscreen Zoom Styles using Browser Fullscreen API */
.fullscreen-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
}

.fullscreen-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.fullscreen-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #000;
  border: none;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1001;
}

.fullscreen-close:hover {
  background: #d4a63f;
  color: #fff;
}
/* ===============================
   SortTECH Pagination
   =============================== */
.sorttech-cat-pagination {
  text-align: center;
  margin-top: 20px;
}
.sorttech-cat-pagination .page-link {
  background-color: #2d2d2d;
  color: #fff;
  border: none;
  margin: 0 3px;
  padding: 5px 12px;
  border-radius: 5px;
}
.sorttech-cat-pagination .page-link.active,
.sorttech-cat-pagination .page-link:hover {
  background-color: #d4a63f;
  color: #000;
}
/* === Root-tab caret (down chevron) === */
.sorttech-root-caret {
  display: inline-block;
  margin-left: auto;
  margin-top: 9%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid currentColor; /* triangle pointing down */
  transition: transform 0.2s ease;
  vertical-align: middle;
}
.sorttech-cat-tab.subcats-open .sorttech-root-caret {
  transform: rotate(180deg); /* points up when open */
	color: #C04019;
}

/* === Subcategory row: horizontal scroll === */
.sorttech-subcat-collapsible {
  /* wrapper that slides open/closed via jQuery */
}

.sorttech-cat-subtabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.sorttech-cat-subtab {
  flex: 0 0 auto;           /* do not shrink; keep as pill buttons */
  scroll-snap-align: start; /* pleasant snap on mobile swipe */
  white-space: nowrap;
	text-transform: uppercase;
}
.link-container {
		display: block;
		padding: 15px;
		font-size: 18px;
		color: #9e7b22;
		background-color: #333231;
		font-family: 'Barlow Condensed', sans-serif;
		margin: 3%;
	}

	.nav-link {
		display: block;
		padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
		font-size: var(--bs-nav-link-font-size);
		font-weight: var(--bs-nav-link-font-weight);
		color: var(--bs-nav-link-color);
		text-decoration: none;
		background: 0 0;
		border: 0;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	}
	.srt-nav-item-wraper {
		background-color: #333231; 
		padding: 20px; 
		color: #D3D3D3; 
		text-align: center; 
		font-size: 15px;
		font-family: 'Barlow Condensed', sans-serif;
		/*border-bottom: 2px solid #515151;*/
	}
	.srt-nav-canvas-positioning {
		margin-top: 20%;
		width: 72.7%;
		background-color: #262523;
	}
/* Card Wrapper and Card */
.sorttech-cat-card-wrapper {
  width: 100%;
  max-width: 400px; /* Adjust based on design; prevents cards from being too wide on mobile */
  margin: 0 auto;
}

.sorttech-cat-card {
  background-color: #1e1e1e;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* Image Container */
.srt-card-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 10px;
}

.zoomable-image {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.zoomable-image:hover {
  transform: scale(1.05);
}

/* Model and Title */
.sorttech-cat-model {
  font-size: 0.95rem;
  font-weight: 500;
  color: #d4a63f;
  margin-bottom: 5px;
}

.sorttech-cat-title {
  margin-top: 5px;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 400;
}

/* Buttons (General) */
.sorttech-cat-card button {
  background-color: #515151;
  color: #d1d1d1;
  border: none;
  padding: 9px 0;
  margin-top: 6px;
  font-size: 0.85rem;
  font-weight: 300;
  border-radius: 0;
  cursor: pointer;
  text-transform: uppercase;
  min-width: 140px;
  width: 100%;
  white-space: nowrap;
  transition: background-color 0.3s;
}

.sorttech-cat-card button:hover {
  background-color: #707070;
}

/* Fullscreen Zooming */
.fullscreen-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.fullscreen-image {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.fullscreen-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.fullscreen-close:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
/* FOOTER CSS */
.srt-footer-main {
background: #262425;
color: #fff;
font-family: 'Barlow Condensed', sans-serif;
	padding-top: 1%;
	padding-bottom: 1.5%;
}

.srt-footer-title {
color: #bf9a56;
font-weight: 400;
letter-spacing: 1.5px;
}

.srt-footer-list .srt-footer-dot {
display: inline-block;
width: 10px;
height: 10px;
background: #00bcd4;
border-radius: 50%;
margin-bottom: 2px;
}

.srt-footer-list li {
font-size: 18px;
color: #ccc;
letter-spacing: 1.8px;
}
.srt-footer-social {
	position: absolute;
	top: 65%;
    left: 54%;
}
.srt-footer-social-link img {
transition: transform .2s;
}
.srt-footer-social-link:hover img {
transform: scale(1.15);
filter: brightness(1.3);
}

.srt-footer-label {
font-family: 'Barlow Condensed', sans-serif;
color: #ffffff;
font-size: 22px;
font-weight: 500;
letter-spacing: 1px;
}
.srt-footer-office {
	text-align: center;
	margin: 0 auto;
}
.srt-footer-address {
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 1.8px;
}
.srt-footer-contact-details {
	font-size: 15px;
	text-align: center;
	font-weight: 300;
	color: #ffffff;
	letter-spacing: 1.8px;
}
/* Bars under contact section */
.srt-footer-bar-container {
	position: absolute;
    display: flex;
    gap: 38px;
    align-items: flex-end;
	left: 51.5%;
    top: 83%;
  }

  .srt-footer-bar {
    position: relative;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .srt-footer-bar-top {
    background: linear-gradient(to bottom, #1eb2d0, #138ca7);
    border-radius: 0;
    width: 100%;
  }

  .srt-footer-bar-bottom {
    background: linear-gradient(to right, #f14807, #e63e00);
    height: 3px;
    border-radius: 0;
    width: 100%;
  }

  /* Different bar heights */
  .srt-footer-bar:nth-child(1) .srt-footer-bar-top { height: 20px; }
  .srt-footer-bar:nth-child(2) .srt-footer-bar-top { height: 15px; }
  .srt-footer-bar:nth-child(3) .srt-footer-bar-top { height: 12px; }
  .srt-footer-bar:nth-child(4) .srt-footer-bar-top { height: 9px; }
  .srt-footer-bar:nth-child(5) .srt-footer-bar-top { height: 6px; }
  .srt-footer-bar:nth-child(6) .srt-footer-bar-top { height: 3px; }

.srt-footer-qr-box {
	position: absolute;
    background-color: #333230; /* dark card */
    padding: 16px;    
    border-bottom: 30px solid #266074; /* cyan border */
    text-align: center;
    /*min-width: 250px;
	min-height: 343px;*/
	margin-left: 0;
	top: 4%;
	right: 0;
  }
.srt-footer-qr-img-wrap{
	background-color: #fff;
    display: block;
	margin: 0 auto;	
	border: 4px solid #a89468;
	max-width: 120px; 
}
.srt-footer-qr-img {
	margin: 0 auto;
    /*max-width: 130px; */
	height: auto;
    border-radius: 0;
  }

  .srt-footer-qr-label {
    font-size: 1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
  }
.srt-footer-mobsite-text {
	position: absolute;
    top: 68%;
    left: 36.5%;
	font-family: "Manrope", sans-serif;
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	display: inline-block;
    width: fit-content;
}

.srt-footer-copyright {
	background-color: #BF9A56;
	position: absolute;
	right: 0;
	bottom: 0;
	color: #ffffff;
	font-size: 15px;
	letter-spacing: .6px;
	padding: 10px;
	width: 50%; 
	text-align: center;
}
.srt-footer-cyber-img {
	max-width: 17%;
    position: absolute;
    top: 15%;
    left: 55%;
}
/* Base footer link styling */
.srt-footer-link {
  display: inline-block;
  background-color: #a89468;
  color: #3d3d3d;
  text-align: center;
  padding: 8px 24px;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.srt-footer-link:hover {
  background-color: #9a8558;
  color: #2d2d2d;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.srt-footer-link:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Specific link variations */
.srt-footer-link-privacy {
  width: 175px;
}

.srt-footer-link-terms {
  width: 175px;
}

.srt-footer-link-disclaimer {
  width: 175px;
}

/* Container styling (optional) */
.srt-footer-links-container {
  margin-top: 8%;
  display: flex;
  flex-direction: column;
  align-items:flex-end;
  gap: 0;
  padding: 10px 0;
}

/* Scroll Top Button Styling */
#scroll-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #266074;
    color: #ffffff;
    z-index: 1000; /* Ensures it overlays the footer */
    border-radius: 5px; /* Square shape */
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 22px; /* Adjust icon size as needed */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

#scroll-top:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

/* Ensure visibility on scroll */
#scroll-top.hidden {
    display: none;
}

@media (max-width: 767.98px) {
.srt-footer-main {
padding: 2rem 1rem;
}
.srt-footer-title {
font-size: 1.3rem;
text-align: center;
}
.srt-footer-list, .srt-footer-social {
justify-content: center;
}
.srt-footer-qr-box {
margin: 0 auto;
}
.srt-footer-bars {
justify-content: center;
}
}
/* Hide scrollbar on small devices for a cleaner look */
@media (min-width: 320px) and (max-width: 370px) {
   .link-container {
		display: block;
		padding: 15px;
		font-size: 18px;
		color: #9e7b22;
		background-color: #333231;
		font-family: 'Barlow Condensed', sans-serif;
		margin: 3%;
	}

	.nav-link {
		display: block;
		padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
		font-size: var(--bs-nav-link-font-size);
		font-weight: var(--bs-nav-link-font-weight);
		color: var(--bs-nav-link-color);
		text-decoration: none;
		background: 0 0;
		border: 0;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	}
	.srt-nav-item-wraper {
		background-color: #333231; 
		padding: 20px; 
		color: #D3D3D3; 
		text-align: center; 
		font-size: 15px;
		font-family: 'Barlow Condensed', sans-serif;
		/*border-bottom: 2px solid #515151;*/
	}
	.srt-nav-canvas-positioning {
		margin-top: 20%;
		max-width: 72.7% !important;
		background-color: #262523;
	}
	.sorttech-mobile-hero {
		padding: 0;
		margin-top: 14%;
	}
	.header .logo img {
		max-height: 72px;
		margin-right: 5px;
	}
	.sorttech-cat-tabs li {
		flex: 0 0 30%;       /* 2 per row, with small gap */
		
	  }
	.sorttech-cat-subtabs {
		scrollbar-width: none; /* Firefox */
		padding-left: 15px;
	  }
	  .sorttech-cat-subtabs::-webkit-scrollbar {
		display: none;         /* Chrome/Safari/Edge */
	  }
	.sorttech-cat-header {
		margin: 17.5% auto 30px auto;
	}
	.sorttech-cat-heading-container {
		display: block;
		padding: 5px;
		padding-top: 20px;
        padding-bottom: 11px;
		padding-right: 13px;
		font-size: 18px;
		color: #9e7b22;
		/*background-color: #333231;*/
		background-color: #515151;
		font-family: 'Barlow Condensed', sans-serif;
		border-bottom: 4px solid #707070;
		/*margin: 3%;*/
	}
	.sorttech-cat-heading {
	  font-size: 16px;
	  font-weight: 200;
	  color: #D3D3D3;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  margin-top: 8%;
		
	}
	.sorttech-cat-search-input {
	  width: 100%;
	  border-radius: 25px;
	  border: 1px solid #ccc;
	  padding: 3px 30px 3px 9px;
	  font-size: 0.95rem;
	  outline: none;
	  color: #333;
	  margin-top: 2%;
	  margin-left: 3%;
	}
	.sorttech-cat-tab-content {
		margin-top: 4%;
		padding-left: 0;
		padding-right: 0;
	}
	.sorttech-cat-model {
	  padding: 6px 14px;
	  /*border-radius: 5px;*/
	}
	.sorttech-cat-card button {
	  background-color: #515151;
	  color: #D1D1D1;
	  border: none;
	  padding: 9px 0px;
	  margin-top: 6px;
	  font-size: 0.85rem;
	  font-weight: 300;
	  border-radius: 0;
	  cursor: pointer;
	  text-transform: uppercase;
		min-width: 140px;
		width: 100%;
		white-space: nowrap;
	}
	.fullscreen-image {
		max-width: 100%;
		max-height: 100%;
	  }
	  .fullscreen-close {
		top: 15px;
		right: 15px;
		width: 30px;
		height: 30px;
		font-size: 20px;
	  }
}

@media (min-width: 371px) and (max-width: 575px) {
	.link-container {
		display: block;
		padding: 15px;
		font-size: 18px;
		color: #9e7b22;
		background-color: #333231;
		font-family: 'Barlow Condensed', sans-serif;
		margin: 3%;
	}

	.nav-link {
		display: block;
		padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
		font-size: var(--bs-nav-link-font-size);
		font-weight: var(--bs-nav-link-font-weight);
		color: var(--bs-nav-link-color);
		text-decoration: none;
		background: 0 0;
		border: 0;
		transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
	}
	.srt-nav-item-wraper {
		background-color: #333231; 
		padding: 20px; 
		color: #D3D3D3; 
		text-align: center; 
		font-size: 15px;
		font-family: 'Barlow Condensed', sans-serif;
		/*border-bottom: 2px solid #515151;*/
	}
	.srt-nav-canvas-positioning{
		margin-top: 18.6%;
        width: 73.9% !important;
		background-color: #262523;
	}
	.sorttech-mobile-hero {
		padding: 0;
		margin-top: 14%;
	}
	.header .logo img {
		max-height: 72px;
		margin-right: 5px;
	}
	.sorttech-cat-tabs li {
		flex: 0 0 30%;       /* 2 per row, with small gap */
		
	  }
	.sorttech-cat-subtabs {
		scrollbar-width: none; /* Firefox */
		padding-left: 15px;
	  }
	  .sorttech-cat-subtabs::-webkit-scrollbar {
		display: none;         /* Chrome/Safari/Edge */
	  }
	.sorttech-cat-header {
		margin: 17.5% auto 30px auto;
	}
	.sorttech-cat-heading-container {
		display: block;
		padding: 5px;
		padding-top: 14px;
        padding-bottom: 11px;
		padding-right: 13px;
		font-size: 18px;
		color: #9e7b22;
		/*background-color: #333231;*/
		background-color: #515151;
		font-family: 'Barlow Condensed', sans-serif;
		border-bottom: 4px solid #707070;
		/*margin: 3%;*/
	}
	.sorttech-cat-heading {
	  font-size: 16px;
	  font-weight: 200;
	  color: #D3D3D3;
	  text-transform: uppercase;
	  letter-spacing: 1px;
	  margin-top: 8%;
		
	}
	.sorttech-cat-search-input {
	  width: 100%;
	  border-radius: 25px;
	  border: 1px solid #ccc;
	  padding: 3px 30px 3px 9px;
	  font-size: 0.95rem;
	  outline: none;
	  color: #333;
	  margin-top: 2%;
	  margin-left: 3%;
	}
	.sorttech-cat-tab-content {
		margin-top: 4%;
		padding-left: 0;
		padding-right: 0;
	}
	.sorttech-cat-model {
	  padding: 6px 14px;
	  /*border-radius: 5px;*/
	}
	.sorttech-cat-card button {
	  background-color: #515151;
	  color: #D1D1D1;
	  border: none;
	  padding: 9px 0px;
	  margin-top: 6px;
	  font-size: 0.85rem;
	  font-weight: 300;
	  border-radius: 0;
	  cursor: pointer;
	  text-transform: uppercase;
		min-width: 140px;
		width: 100%;
		white-space: nowrap;
	}
	.fullscreen-image {
		max-width: 100%;
		max-height: 100%;
	  }
	  .fullscreen-close {
		top: 15px;
		right: 15px;
		width: 30px;
		height: 30px;
		font-size: 20px;
	  }
	
}
@media (min-width: 576px) and (max-width: 767px) {
	.sorttech-mobile-hero {
		padding: 0;
	}
	.sorttech-cat-tabs li {
		flex: 0 0 auto;      /* let them shrink/grow naturally */
	  }
	  .sorttech-cat-tabs {
		flex-wrap: nowrap;   /* force one row */
		overflow-x: auto;    /* allow scroll if too many */
	  }
}
@media (min-width: 768px) and (max-width: 991px) {
	.container {
		max-width: 930px;
	}
	.sorttech-mobile-hero {
		padding: 0;
		margin-top: 13%;
	}
	.sorttech-cat-tabs li {
		flex: 0 0 auto;      /* let them shrink/grow naturally */
	  }
	  .sorttech-cat-tabs {
		flex-wrap: nowrap;   /* force one row */
		overflow-x: auto;    /* allow scroll if too many */
	  }
}
/* Large Devices (desktops, 992px and up, capped at 1249px) */
@media (min-width: 992px) and (max-width: 1249px) {
	.container {
		max-width: 1100px;
	}
	.sorttech-mobile-hero {
		padding: 0;
		margin-top: 10%;
	}
	.sorttech-cat-tabs li {
		flex: 0 0 auto;      /* let them shrink/grow naturally */
	  }
	  .sorttech-cat-tabs {
		flex-wrap: nowrap;   /* force one row */
		overflow-x: auto;    /* allow scroll if too many */
	  }
}
@media (min-width: 1250px) and (max-width: 1366px) {
	
}
@media (min-width: 1367px) {
	
}
/* =======================================================
   Universal Fix for Navbar & Body Shifting
   (Works for Modals, Offcanvas, and Backdrops)
   ======================================================= */

/* 1. Force Scrollbar to stay visible (Prevents layout jump) */
html {
    overflow-y: scroll !important;
}

/* 2. Prevent Bootstrap from adding padding to the Body
   when ANY overlay (Modal or Offcanvas) is open.
   Bootstrap adds 'overflow: hidden' inline, so we target that state. */
body.modal-open,
body[style*="overflow: hidden"] {
    padding-right: 0 !important;
    overflow-y: hidden; /* Optional: locks background scroll */
}

/* 3. Prevent Bootstrap from shifting the Navbar
   Target your specific header IDs and Bootstrap's fixed class. */
body.modal-open .fixed-top,
body.modal-open #header,
body[style*="overflow: hidden"] .fixed-top,
body[style*="overflow: hidden"] #header {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

/* =======================================================
   Custom Slick Scrollbar Styling (OverlayScrollbars)
   ======================================================= */
.os-scrollbar {
    --os-size: 8px; /* Width of the scrollbar */
    --os-padding-perpendicular: 2px; /* Spacing from the edge */
    --os-padding-axis: 2px; /* Spacing from top/bottom */
    --os-track-bg-alpha: 0; /* Transparent track */
    --os-handle-bg: rgba(100, 100, 100, 0.5); /* Semi-transparent grey handle */
    --os-handle-bg-hover: rgba(100, 100, 100, 0.8); /* Darker on hover */
    --os-handle-border-radius: 10px; /* Fully rounded pill shape */
}
