#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #353535c4;
}

#preloader #preloader-inner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  animation: spin 2s linear infinite;
}

#preloader #preloader-inner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  animation: spin 3s linear infinite;
}

#preloader #preloader-inner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}
.back-to-top {
  height: 40px;
  width: 40px;
  background-color: red;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 25px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999 !important;
  color: white;
  animation: back 2s infinite;
  display: none;
  cursor: pointer;
}
@keyframes back {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

/* common css start */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: "Outfit", sans-serif;
  background-color: #f9f9f9;
}
a {
  text-decoration: none;
  font-family: "Outfit", sans-serif;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}


img {
  vertical-align: middle;
}


/* common css end */



/* navbar */
.quicktech-desk-side-canvas {
  width: 280px;
  background-color: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.08);
  border-radius: 0 8px 8px 0;
}

.quicktech-desk-side-body {
  padding: 0.8rem 0.5rem;
  font-size: 15px;
  color: #333;
}

.quicktech-desk-side-item {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.2s ease;
}

.quicktech-desk-side-item:hover {
  background-color: #fff4f1;
}

.quicktech-desk-side-category + .quicktech-desk-side-category {
  margin-top: 4px;
}

.quicktech-desk-side-submenu ul li {
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}

.quicktech-desk-side-submenu ul li:hover {
  background-color: #fff4f1;
  color: #e53935;
}

.quicktech-desk-side-title {
  font-size: 16px;
  color: #444;
}

.quicktech-desk-side-toggle {
  background-color: transparent;
  color: white;
  font-weight: 500;
  border: none;
  font-size: 19px;
  margin-top: 9px;
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: transparent !important;
  border-color: transparent !important;
  outline: 0;
  box-shadow: none !important;
}
.quicktech-desk-side-toggle:hover {
  background-color: transparent;
  color: white;
  font-weight: 500;
  border: none;
}
.quikctech-sidedrop {
  background-color: #f6f6f6;
}
/* Base hover and active feel */
.quicktech-desk-side-item {
  transition: all 0.3s ease;
}

.quicktech-desk-side-item:hover {
  background-color: #fff4f1;
  color: #e53935;
}

/* When dropdown is open — highlight parent */
.quicktech-desk-side-item[aria-expanded="true"] {
  background-color: #fff4f1;
  color: #e53935;
}

.quicktech-desk-side-item[aria-expanded="true"] i,
.quicktech-desk-side-item[aria-expanded="true"] span {
  color: #e53935 !important;
}

/* Rotate arrow when open */
.quicktech-desk-side-item[aria-expanded="true"] .fa-angle-right {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.quicktech-desk-side-item .fa-angle-right {
  transition: transform 0.3s ease;
}

/* Submenu hover */
.quikctech-sidedrop li {
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.2s;
}

.quikctech-sidedrop li:hover {
  background-color: #fff4f1;
  color: #e53935;
}
.px-60 {
  padding: 0 70px;
}

#quicktech-desktop-nav {
	padding: 10px 0;
	background-color: #ff613c;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.quikctech-location-btn {
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 6px;

  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
}

.quikctech-location-btn i {
  font-size: 18px;
}

/* Modal styling */
.quikctech-location-modal .modal-content {
  border-radius: 10px;
  padding: 20px;
}

.quikctech-location-modal label {
  font-weight: 600;
  margin-bottom: 5px;
}

.quikctech-location-modal select {
  border-radius: 6px;
  padding: 10px;
}

.quikctech-location-save-btn {
  background-color: #ff613c;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  padding: 10px 0;
  transition: 0.3s;
}

.quikctech-location-save-btn:hover {
  background-color: #2f9e44;
}

.quikctech-search-desktop input {
  width: 100%;
  padding-left: 44px !important;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.quikctech-search-desktop {
  position: relative;
  margin-top: 3px;
}
.quikctech-search-desktop button {
  position: absolute;
  left: 16px;
  top: 9px;
  background-color: transparent;
  border: none;
  color: #0000006e;
}

.quicktech-destop-right ul {
  display: flex;
  gap: 15px;
  justify-content: end;
  align-items: center;
  margin-top: 7px;
}

.quicktech-signin {
  padding: 6px 20px;
  background-color: white;
  color: black;
  border-radius: 5px;
}

#quikctech-desktop-bottom-nav {
	padding: 12px 0;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	margin-top: 69px;
}

.quicktech-logo img {
  height: 38px;
  object-fit: cover;
}

.quikctech-bot-menu ul {
  display: flex;
  gap: 20px;
  justify-content: end;
}

.quikctech-bot-menu ul li a {
  color: #717273;
}

.quikctech-bot-menu {
  margin-top: 6px;
}
/* navbar */

/* banner */
.quikctech-banner-wrapper {
  display: grid;
  grid-template-columns: 1fr 160px;
  /* left: main, right: preview; */
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  gap: 32px;
  height: 386px;
}
.quikctech-banner-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 25px;
}

.quikctech-banner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quikctech-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px 0 0 25px;
}

/* Fixed right preview (next image) */
.quikctech-banner-preview {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.quikctech-banner-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  transition: opacity 0.5s ease;
}

/* Optional hover smoothness */
.quikctech-banner-wrapper:hover .quikctech-banner-preview-img {
  opacity: 0.9;
}

/* banner */

/* category */

.swipercategory {
  overflow: hidden;

  width: 100%;
  height: 314px;
}
#quicktech-category {
  position: relative;
}

.quicktech-category-inner {
  padding: 19px;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.quicktech-category-inner img {
  height: 203px;
  max-width: 90%;
}

.quicktech-category-inner h4 {
  color: black;
  font-size: 21px;
  margin-top: 5px;
}

.quicktech-prev {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quicktech-next {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quicktech-prev:hover {
  background-color: #ff613c;
}
.quicktech-next:hover {
  background-color: #ff613c;
}

.quikctech-head-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* category */

/* gas cylinder */
.gasswiper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 646px;
	padding-top: 71px;
}
.quicktech-gas-img h5 {
  color: black;
}

.quicktech-gas-img img {
  height: 481px;
}
/* gas cylinder */

/* time */
.quicktech-dont-time-text h1 {
  font-size: 55px;
  color: #ff613c;
  font-weight: 700;
}

.quicktech-dont-time-text {
  padding: 108px 20px;
}
.quicktech-dont-time img {
  height: 436px;
}

.quicktech-dont-time-text p {
  color: #00000087;
  padding-bottom: 13px;
}

.quicktech-dont-time-text a {
  padding: 10px 20px;
  background-color: #ff613c;
  border-radius: 10px;
  color: white;
}

#quicktech-time {
  background-color: white;
}

/* time */

/* product */
.productswiper {
  width: 100%;
  height: 427px;
  overflow: hidden;
}

.quikctech-product-inner {
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 14px;
  position: relative;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}
.quikctech-product-inner:hover {
  box-shadow: none;
}
.quikctech-weight-box {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  z-index: 9999;
  flex-wrap: wrap;
}

.quikctech-weight-option {
  padding: 4px 16px;
  border-radius: 25px;
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 13px;
}

.quikctech-weight-option.active {
  border: 1px solid #ff4a2e; /* active border color */
  color: #ff4a2e; /* active text color */
}

.quikctech-qty-box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quikctech-qty-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: none;
  background: #f2f2f2;
  font-size: 20px;
  cursor: pointer;
}

.quikctech-qty-number {
  font-size: 16px;
  min-width: 17px;
  display: inline-block;
  text-align: center;
}

.quicktech-product-img img {
  height: 190px;
  object-fit: cover;
}

.quicktech-product-text h6 {
  color: #00000091;
  display: none;
}

.quikctech-wishlist button {
  position: absolute;
  top: 11px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ff613c;
  background-color: transparent;
  color: #ff613c;
}

.quikctech-pro-p-inner {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.quikctech-product-price h5 {
  font-size: 18px;
  font-weight: 600;
}

.quikctech-product-price h5 s {
  font-size: 15px;
  color: #0000007d;
}
.quikctech-product-price h5 span {
  font-size: 16px;
  color: #0000007d;
}

.quicktech-plus-cart button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ff613c;
  background: #ff613c;
  font-size: 38px;
  line-height: 27px;
  color: white;
}

.quikctech-p-prev {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quikctech-p-next {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quikctech-p-prev:hover {
  background-color: #ff613c;
}
.quikctech-p-next:hover {
  background-color: #ff613c;
}

/* product */

/* flash */

.flashswiper {
  width: 100%;
  height: 427px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.quikctech-f-prev {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quicktech-f-next {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quikctech-f-prev:hover {
  background-color: #ff613c;
}
.quicktech-f-next:hover {
  background-color: #ff613c;
}

/* flash */

.vegswiper {
  width: 100%;
  height: 427px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.quikctech-v-prev {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quicktech-v-next {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quikctech-v-prev:hover {
  background-color: #ff613c;
}
.quicktech-v-next:hover {
  background-color: #ff613c;
}

.fruitswiper {
  width: 100%;
  height: 427px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.quikctech-ff-prev {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quicktech-ff-next {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quikctech-ff-prev:hover {
  background-color: #ff613c;
}
.quicktech-ff-next:hover {
  background-color: #ff613c;
}

.fashionswiper {
  width: 100%;
  height: 357px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.quikctech-fa-prev {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quicktech-fa-next {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quikctech-fa-prev:hover {
  background-color: #ff613c;
}
.quicktech-fa-next:hover {
  background-color: #ff613c;
}

.quicktech-product-text {
  margin-top: 5px;
}

.elecswiper {
  width: 100%;
  height: 379px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.quikctech-e-prev {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quicktech-e-next {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quikctech-e-prev:hover {
  background-color: #ff613c;
}
.quicktech-e-next:hover {
  background-color: #ff613c;
}

.quikctech-button-order-now {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 21px;
}

.quikctech-button-order-now button {
  border: none;
  background-color: transparent;
}

.quikctech-button-order-now a {
  padding: 4px 16px;
  background-color: #53b175;
  color: white;
  border-radius: 5px;
  font-size: 14px;
}

.quicktech-product-text h5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.topswiper {
  width: 100%;
  height: 277px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.quikctech-top-prev {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quicktech-top-next {
  padding: 4px 20px;
  background-color: transparent;
  line-height: 29px;
  border: 1px solid #ddd;
  transition: 0.3s ease;
}
.quikctech-top-prev:hover {
  background-color: #ff613c;
}
.quicktech-top-next:hover {
  background-color: #ff613c;
}

.quicktech-barnds {
  height: 100%;
}

.quicktech-barnds img {
  height: 100%;
}

#quicktech-footer {
  padding: 40px 0;
  background-color: #fff1ee;
  padding-bottom: 5px !important;
}

.quikctech-footer-logo-text p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.534);
  width: 380px;
  padding-top: 10px;
}

.quikctech-footer-social ul {
  display: flex;
  gap: 20px;
}

.quikctech-footer-social ul li a {
  color: black;
  font-size: 22px;
}

.quikctech-footer-inner {
  display: flex;
  justify-content: space-between;
}

.quikctech-footer-menu h4 {
  font-size: 19px;
  font-weight: 600;
}

.quikctech-footer-menu ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.quikctech-footer-menu ul li a {
  color: rgba(0, 0, 0, 0.664);
  font-size: 17px;
  transition: 0.3s ease;
}

.quikctech-footer-menu ul li a:hover {
  color: black;
}

.quicktech-help-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.quicktech-help-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #ffffff;
  padding: 10px 22px;
  border-radius: 50px;
  color: #ff5a3c;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.2s;
}

.quicktech-help-box:hover {
  transform: translateY(-2px);
}

.quicktech-help-box .icon {
  font-size: 20px;
  line-height: 0;
}

.quikctech-copyright {
  display: flex;
  justify-content: space-between;
}

/* login */
.quikctech-log-card {
  width: 100%;
  max-width: calc(100% - 40px);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
  padding: 36px 56px 42px;
}

.quikctech-log-head {
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
  margin-bottom: 28px;
}

.quikctech-log-title {
  font-size: 44px;
  font-weight: 500;
  color: #222;
  margin-bottom: 10px;
}

.quikctech-log-subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #7e7e7e;
}

.quikctech-log-body {
  padding: 16px 48px;
}

.quikctech-log-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  margin: 22px 0 8px;
}

.quikctech-log-btn {
  width: 72%;
  max-width: 600px;
  min-height: 52px;
  border-radius: 8px;
  border: 2px solid #cfcfcf;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  text-decoration: none;
  background: transparent;
  padding: 8px 20px;
  transition: 0.15s;
}
.quikctech-log-btn:hover {
  border-color: #bdbdbd;
  background: #fafafa;
}

.quikctech-log-icon {
  width: 22px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.quikctech-log-hr {
  height: 1px;
  background: #ececec;
  margin: 22px 0;
}

.quikctech-log-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.quikctech-log-links a {
  color: #ff6b4a;
  text-decoration: none;
  font-weight: 600;
}

.quikctech-log-sep {
  color: #d6d6d6;
  padding: 0 6px;
}

.quikctech-log-bottom {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #eee;
  text-align: center;
  color: #7b7b7b;
  font-size: 14px;
}

.quikctech-log-bottom a {
  color: #2a9df4;
  text-decoration: none;
  font-weight: 600;
}

/* login */

.quikctech-log-phone-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-family: "Montserrat", sans-serif;
}

.quikctech-log-label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.quikctech-log-required {
  color: #ff4c4c;
  margin-left: 2px;
}

.quikctech-log-input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: 0.2s;
}
.quikctech-log-input:focus {
  border-color: #ff744d;
  box-shadow: 0 0 0 3px rgba(255, 116, 77, 0.2);
}

.quikctech-log-btn-primary {
  width: 100%;
  background: #ff744d;
  border: none;
  border-radius: 6px;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
}
.quikctech-log-btn-primary:hover {
  background: #ff6336;
  color: white;
}

.quikctech-log-btn-back {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 11px 0;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  transition: 0.2s;
}
.quikctech-log-btn-back:hover {
  background: #fafafa;
}

/*  */

.quikctech-log-otp-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  font-family: "Montserrat", sans-serif;
}

.quikctech-log-otp-boxes {
  display: flex;
  gap: 14px;
}

.quikctech-log-otp-input {
  width: 58px;
  height: 58px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  outline: none;
  transition: 0.2s;
}

.quikctech-log-otp-input:focus {
  border-color: #7aa7ff;
  box-shadow: 0 0 0 3px rgba(122, 167, 255, 0.3);
}

.quikctech-log-resend {
  font-size: 15px;
  font-weight: 500;
  color: #566b8e;
  margin-top: 6px;
}

.quikctech-log-timer {
  font-weight: 600;
  color: #1c1c1c;
}

.quikctech-breadcum ul {
  display: flex;
  gap: 9px;
}

.quikctech-breadcum ul li a {
  color: rgba(0, 0, 0, 0.671);
}
.quikctech-breadcum ul li {
  color: rgba(0, 0, 0, 0.671);
}

/*  */

.quikctech-gas-container {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-family: Arial, sans-serif;
}

.quikctech-gas-image img {
  width: 167px;
}
.quikctech-gas-price {
  font-size: 26px;
  color: #ff6a00;
  font-weight: bold;
  margin-top: 12px;
}

.quikctech-gas-kg-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 25px 0;
}

.quikctech-gas-kg {
  padding: 10px 26px;
  border-radius: 50px;
  border: none;
  background: #fff7e4;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
  font-weight: 600;
}

.quikctech-gas-kg.active {
  background: #ff6a00;
  color: #fff;
}

.quikctech-gas-qty {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 25px;
  border: 1px solid #ff6a00;
  width: max-content;
  margin: auto;
  border-radius: 6px;
  overflow: hidden;
}
.quikctech-gas-minus,
.quikctech-gas-plus {
  width: 36px;
  height: 36px;
  border: 1px solid #dcdcdc;
  background: white;
  font-size: 24px;
  cursor: pointer;
}

.quikctech-gas-count {
  font-size: 20px;
  font-weight: 600;
}

.quikctech-gas-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
}

.quikctech-gas-add {
  background: #ff6a00;
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.quikctech-gas-buy {
  background: #4bb36b;
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.quikctech-category-banner img {
  height: 400px;
}

.quikctech-category-inner-product {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 15px;
}

/*  */

.prodswiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 640px;
}
.prodthumbswiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 195px;
}
.quicktech-productdetails-img img {
  height: 100%;
}

.quicktech-productdetails-img {
  height: 100%;
}

.prodthumbswiper .swiper-slide-thumb-active {
  border: 2px solid #ff613c; /* change to your color */
  border-radius: 6px;
}

.quicktech-thumb-img img {
  height: 100%;
  cursor: pointer;
  object-fit: cover;
}

.quicktech-product-img-details img {
  height: 100%;
  /* object-fit: cover; */
}

.quikctech-shop-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quikctech-shop-info a {
  padding: 6px 40px;
  background-color: #ff613c;
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.quikctech-shop-info img {
  height: 40px;
}

.quikctech-price p {
  font-size: 25px;
  font-weight: 500;
  color: #ff613c;
}

.quikctech-price p s {
  font-size: 18px;
  color: #0000007d;
}

.quicktech-product-d-size {
  font-size: 16px;
}

.quikctech-ratings p span {
  color: #0000007d;
}

.quicktech-pd-qty {
  font-size: 25px;
  line-height: 25px;
  height: 40px;
  width: 40px;
}

.quikctech-buy-btn {
  display: flex;
  gap: 20px;
}

.quikctech-buy-btn a {
  padding: 9px 30px;
  background-color: #ff613c;
  border-radius: 4px;
  font-size: 18px;
  color: white;
  font-weight: 600;
}

.quikctech-product-description p {
  color: #0000007d;
}

.product-details p {
  margin: 6px 0;
  font-size: 15px;
  color: #0000007d;
}

.product-details strong {
  font-weight: 600;
  color: black;
}

.quicktech-size-chart img {
  height: 186px;
}

.quikctech-rating-container {
  width: 100%;
  /* padding: 20px; */
  border-radius: 10px;
  font-family: sans-serif;
}

/* HEADER */
.quikctech-rating-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #fef1f1;
  border-bottom: 1px solid #ddd;
}

.quikctech-rating-title {
  margin: 0;
}

.quikctech-rating-write-btn {
  background: #ff6633;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 5px;
  cursor: pointer;
}

/* SUMMARY */
.quikctech-rating-summary {
  display: flex;

  gap: 40px;
  background-color: #fef1f1;
  padding: 31px;
}

.quikctech-rating-left {
  text-align: center;
}

.quikctech-rating-number {
  font-size: 32px;
  font-weight: bold;
}

.quikctech-rating-stars {
  font-size: 20px;
  color: #ff613c;
}

.quikctech-rating-count {
  margin-top: 5px;
  font-size: 14px;
  color: #555;
}

/* BARS */
.quikctech-rating-bars {
  width: 100%;
}

.quikctech-rating-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.quikctech-rating-bar {
  width: 65%;
  background: #ddd;
  height: 6px;
  border-radius: 10px;
  overflow: hidden;
}

.quikctech-rating-bar div {
  height: 100%;
  background: #ff613c;
}

/* REVIEWS */
.quikctech-rating-review {
  background: white;
  padding: 18px;
  border-radius: 10px;
  display: flex;
  gap: 15px;
  margin-top: 20px;
  border: 1px solid #eee;
}

.quikctech-rating-review img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.quikctech-rating-name {
  margin: 0;
  font-size: 15px;
}

.quikctech-rating-stars-red {
  color: red;
  font-size: 14px;
  margin: 3px 0;
}

.quikctech-rating-text {
  margin: 0;
  font-size: 14px;
  color: #444;
  line-height: 1.4;
}

/* PAGINATION */
.quikctech-rating-pagination {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  color: #444;
}

.quikctech-rating-arrow {
  padding: 5px 8px;
  cursor: pointer;
}

.quikctech-rating-page {
  margin: 0 10px;
}

.quicktech-product-name img {
  height: 100px;
}

.quicktech-product-name {
  display: flex;
  gap: 20px;
}

.quicktech-product-name p {
  font-size: 21px;
}

.quicktech-pt-45 {
  padding-top: 45px !important;
}

/* Wrapper */
.quikctech-cart-wrapper {
  width: 100%;
  margin: auto;
  font-family: "Inter", sans-serif;
}

/* Apply input */
.quikctech-cart-input {
  height: 46px;
  font-size: 15px;
  border-radius: 6px;
}

/* Apply button */
.quikctech-cart-apply-btn {
  background: #ff6f3d;
  border: none;
  padding: 0 26px;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

/* Success message */
.quikctech-cart-success {
  color: #1baa55;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Summary section */
.quikctech-cart-summary span {
  font-size: 15px;
}

/* Buttons */
.quikctech-cart-place-btn {
  background: #3dbb64;
  color: #fff;
  border: none;
  width: 160px;
  height: 42px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
}

.quikctech-cart-shop-btn {
  background: #ff6f3d;
  color: #fff;
  border: none;
  width: 180px;
  height: 42px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
}

/* Inputs */
.quikctech-shipping-input {
  height: 48px;
  border-radius: 6px;
}

/* Payment box */
.quikctech-shipping-payment-box {
  display: block;
  border: 1px solid #e7e7e7;
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
}

.quikctech-shipping-payment-box:hover {
  border-color: #40b55a;
}

.quikctech-shipping-payment-box input {
  display: none;
}

/* Radio indicator */
.quikctech-shipping-radio {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* Selected */
.quikctech-shipping-payment-box input:checked + .quikctech-shipping-radio {
  border-color: #40b55a;
  background: #40b55a;
}

/* Icons */
.quikctech-shipping-pay-img {
  width: 55px;
  height: 35px;
  object-fit: contain;
  margin-top: 6px;
}

/* Right card */
.quikctech-shipping-card {
  background: #fdecec;
  border-radius: 14px;
  margin-top: 53px;
}

/* Cart items */
.quikctech-shipping-thumb {
  width: 55px;
  height: 55px;
  border-radius: 6px;
  object-fit: cover;
}

/* Confirm button */
.quikctech-shipping-confirm-btn {
  background: #41b764;
  color: #fff;
  font-size: 18px;
  padding: 12px 40px;
  border: none;
  border-radius: 8px;
  width: 400px;
  font-weight: 600;
}

.quikctech-shipping-item {
  justify-content: space-between;
}

.quicktech-ship-p-img {
  display: flex;
  gap: 10px;
}

/* Card common */
.quicktech-ordertrack-card {
  background: var(--card-bg);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 56px 22px;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

/* PROFILE CARD */
.quicktech-ordertrack-profile {
  display: flex;
  gap: 18px;
  align-items: center;
}

.quicktech-ordertrack-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(0, 0, 0, 0.03);
}

.quicktech-ordertrack-name {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 4px;
}

.quicktech-ordertrack-sub {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.quicktech-ordertrack-action-row {
  display: flex;
  gap: 12px;
  margin-top: 12px;
}

.quicktech-ordertrack-btn {
  border-radius: 6px;
  padding: 8px 22px;
  font-weight: 600;

  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  width: 100%;
}

.quicktech-ordertrack-call {
  background: var(--accent-green);
  color: #fff;
  border: none;
}

.quicktech-ordertrack-message {
  background: transparent;
  color: #333;
}

.quicktech-ordertrack-view-reviews {
  font-size: 13px;
  color: var(--accent-orange);
  margin-top: 10px;
  display: inline-block;
}

/* TRACKING CARD */
.quicktech-ordertrack-tracking {
  position: relative;
  padding: 37px 21px !important;
}
.quicktech-ordertrack-tracking .quicktech-ordertrack-card {
  padding: 20px 26px;
}

.quicktech-ordertrack-live {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.quicktech-ordertrack-live .badge-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-orange);
  display: inline-block;
  margin-right: 8px;
}

.quicktech-ordertrack-eta {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.quicktech-ordertrack-progressbar {
  height: 8px;
  background: linear-gradient(90deg, #111 0, #111 0);
  background-color: #e6e6e6;
  border-radius: 10px;
  margin: 12px 0;
  overflow: hidden;
}

.quicktech-ordertrack-progress-inner {
  height: 100%;
  width: 70%;
  background: linear-gradient(90deg, #111 0, #111 100%);
  border-radius: 10px;
  transition: width 600ms ease;
}

.quicktech-ordertrack-remaining {
  color: var(--muted);
  text-align: center;
  font-size: 13px;
  margin-top: 6px;
}

.quicktech-ordertrack-viewmap-btn {
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 6px 12px;
  background: white;
  color: #2b7a3b;
  font-weight: 600;
}

/* DELIVERY PROCESS (left bottom) */
.quicktech-ordertrack-process {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 90px 24px;
}

.quicktech-ordertrack-steps {
  width: 100%;
}

.quicktech-ordertrack-step-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.quicktech-ordertrack-step {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.quicktech-ordertrack-step .quicktech-ordertrack-step-indicator {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #cbd5d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #6b7280;
  background: white;
  flex: 0 0 auto;
}

.quicktech-ordertrack-step.active .quicktech-ordertrack-step-indicator {
  border-color: var(--accent-green);
  background: linear-gradient(180deg, #ffffff, #f1fff3);
  color: var(--accent-green);
  box-shadow: 0 2px 6px rgba(65, 183, 100, 0.12);
}

.quicktech-ordertrack-step-label {
  font-size: 14px;
  color: #374151;
  white-space: nowrap;
}

.quicktech-ordertrack-step-line {
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--accent-green) 0,
    rgba(0, 0, 0, 0.06) 0
  );
  flex: 1;
  margin: 0 8px;
  border-radius: 2px;
  min-width: 40px;
}

.quicktech-ordertrack-step-line.dashed {
  background-image: linear-gradient(
      90deg,
      var(--accent-green) 0,
      var(--accent-green) 0
    ),
    linear-gradient(90deg, rgba(0, 0, 0, 0.06) 0, rgba(0, 0, 0, 0.06) 0);
  background-size: 10px 2px, 100% 2px;
  background-repeat: repeat-x;
  border: 1px dotted #41b764;
}

/* ORDER DETAILS CARD (right bottom) */
.quicktech-ordertrack-order {
  background: var(--card-bg);
  padding: 24px;
}

.quicktech-ordertrack-order .quicktech-ordertrack-card {
  padding: 18px;
  background: linear-gradient(180deg, #fff, #fff);
  border-radius: 10px;
}

.quicktech-ordertrack-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.quicktech-ordertrack-thumb {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  object-fit: cover;
}

.quicktech-ordertrack-item-title {
  font-size: 14px;
  font-weight: 600;
}

.quicktech-ordertrack-item-sub {
  font-size: 13px;
  color: var(--muted);
}

.quicktech-ordertrack-price {
  color: var(--accent-orange);
  font-weight: 700;
  margin-left: auto;
}

.quicktech-ordertrack-summary {
  padding-top: 8px;
  font-size: 14px;
}

.quicktech-ordertrack-total-row {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-top: 6px;
}

/* ACTION BUTTONS */
.quicktech-ordertrack-actions {
  margin-top: 26px;
  display: flex;
  justify-content: center;
  gap: 18px;
  align-items: center;
}

.quicktech-ordertrack-share {
  background: var(--accent-green);
  color: #fff;
  border: none;
  padding: 10px 46px;
  border-radius: 8px;
  font-weight: 700;
}

.quicktech-ordertrack-cancel {
  background: #d1d5db;
  color: #333;
  border: none;
  padding: 10px 36px;
  border-radius: 8px;
  font-weight: 600;
}

/* small screens adjust */
@media (max-width: 991px) {
  .quicktech-ordertrack-progress-inner {
    width: 60% !important;
  }
  .quicktech-ordertrack-confirm {
    width: 100%;
  }
  .quicktech-ordertrack-actions {
    flex-direction: column;
    gap: 10px;
  }
  .quicktech-ordertrack-share,
  .quicktech-ordertrack-cancel {
    width: 80%;
  }
}

:root {
  --accent-green: #41b764;
  --accent-orange: #ff6f3d;
  --card-bg: #ffffff;
  --muted: #9aa0a6;
  --soft-pink: #fdecec;
  --shadow: 0 2px 8px rgba(24, 24, 24, 0.04);
  --radius-lg: 10px;
  --radius-md: 8px;
  --text: #111827;
  --success: #10b981;
}

.gapp {
  row-gap: 20px;
}

/* .gasswiper .swiper-slide {
    transform: scale(0.8);
    transition: 0.3s ease;
}

.gasswiper .swiper-slide-active {
    transform: scale(1.25); 

} */

.quicktech-cart-wish-btn {
  padding: 3px 10px;
  background-color: #ff6f3d;
  border: 1px solid;
  border-radius: 1px;
  color: white;
}



/*  */



.quicktech-vegcate-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    font-family: "Poppins", sans-serif;
}

.quicktech-vegcate-card {
    background: #fff;
    padding: 22px;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
    border: 1px solid #efefef;
}

.quicktech-vegcate-title {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.quicktech-vegcate-img {
    width: 150px;
    margin: 0 auto 15px;
}
.quicktech-vegcate-img img {
	/* width: 100%; */
	height: 88px;
	max-width: 100px;
}

.quicktech-vegcate-weights {
    display: flex;
    gap: 10px;
    margin: 10px 0 20px;
}

.quicktech-vegcate-title h5{
  font-size: 18px;
  font-weight: 600;
}
.quicktech-vegcate-title h6{
  font-size: 17px;
  font-weight: 600;
  color:#ff6a00 ;
}

.quicktech-vegcate-wbtn {
	/* padding: 8px 14px; */
	border: 1px solid #ccc;
	border-radius: 50px;
	cursor: pointer;
	font-size: 14px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.quicktech-vegcate-wbtn.active {
    border-color: #ff6a00;
    color: #ff6a00;
    font-weight: 600;
}

.quicktech-vegcate-custom-label {
    font-size: 13px;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}
.quicktech-vegcate-custom-value {
    color: #ff6a00;
    font-weight: 600;
}

.quicktech-vegcate-custom-value span {
    color: #ff6a00;
    font-weight: 600;
    font-size: 100px;
    
}

.quicktech-vegcate-slider {
    width: 100%;
    accent-color: #ff6a00;
}

.quicktech-vegcate-range-text {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 0;
}


.quicktech-veg-cat-text-inner{
  width: 100%;

}



.quicktech-vegcate-purchase-box {
    position: relative;
    padding: 20px 10px 40px;
    font-family: "Poppins", sans-serif;
    border-top: 1px solid #eee;
    margin-top: 30px;
}

.quicktech-vegcate-purchase-head {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    margin-bottom: 8px;
    font-weight: 500;
}

.quicktech-vegcate-gift {
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.quicktech-vegcate-gift input {
    transform: scale(1.1);
}

.quicktech-vegcate-purchase-line {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin: 6px 0 12px;
}

.quicktech-vegcate-customer img {
    height: 24px;
}

.quicktech-vegcate-items-label {
    margin-top: 10px;
    font-size: 15px;
    color: #444;
}

.quicktech-vegcate-items-text {
    margin-top: 4px;
    font-size: 15px;
    color: #222;
    opacity: 0.8;
}

.quicktech-vegcate-next-btn {
	position: absolute;
	right: 10px;
	bottom: 56px;
	background: #ff6a3c;
	border: none;
	width: 70px;
	height: 54px;
	border-radius: 6px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}


#quicktech-veg-check{
  background-color: white;
}

.quicktech-vegcate-purchase-head span{
  font-size: 20px;
  font-weight: 600;
}

.quicktech-vegcate-customer h4{
  color: #ff6a00;
  font-weight: 600;
}


/*  */


/* MAIN WRAPPER */
.quikctech-acc-container{
    width:100%;
    max-width:700px;
    margin:40px auto;
    font-family:'Inter', sans-serif;
}

/* TOP CARD */
.quikctech-acc-card{
    background:#fff;
    border:1px solid #e5e5e5;
    padding:35px;
    border-radius:6px;
    margin-bottom:30px;
    box-shadow:0 2px 4px rgba(0,0,0,0.05);
}

/* USER AREA */
.quikctech-acc-user{
    display:flex;
    gap:20px;
    align-items:flex-start;
    margin-bottom:25px;
}

.quikctech-acc-user-img{
    width:55px;
    height:55px;
    border-radius:50%;
    object-fit:cover;
}

.quikctech-acc-username{
    margin:0;
    font-size:18px;
    font-weight:600;
}

.quikctech-acc-phone{
    margin:3px 0;
    font-size:14px;
    color:#555;
}

.quikctech-acc-address{
    margin:0;
    font-size:13px;
    color:#777;
    width:250px;
    line-height:18px;
}

/* BUTTON */
.quikctech-acc-edit-btn{
    background:#36b35f;
    color:#fff;
    border:none;
    padding:10px 20px;
    width:80%;
    border-radius:4px;
    font-size:14px;
    cursor:pointer;
}

/* FORM AREA */
.quikctech-acc-form{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.quikctech-acc-label{
    font-size:14px;
    font-weight:600;
    margin-top:5px;
}

.quikctech-acc-input,
.quikctech-acc-textarea{
    width:100%;
    padding:12px 14px;
    border:1px solid #e5e5e5;
    border-radius:4px;
    font-size:14px;
    outline:none;
    background:white;
}

.quikctech-acc-textarea{
    min-height:110px;
    resize:none;
}

.quikctech-acc-save-btn{
    background:#ff6c3f;
    color:#fff;
    border:none;
    padding:12px 0;
    border-radius:4px;
    font-size:14px;
    margin-top:10px;
    cursor:pointer;
}


.quicktech-form-head h4{
  font-weight: 700;
  font-size: 30px;
}

#quikctech-mobile-nav {
    	display: none;
	background-color: white;
	padding: 13px 0;
      box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 999;
}

.quikctech-mob-location{
  font-size: 13px;
  color: black;
}

.quikctech-mobile-logo{
  padding-top: 9px;
}

.quikctech-mobile-logo img{
  height: 40px;
}

.pt-100 {
	padding-top: 0;
}

#quicktech-bottom-nav {
	display: none;
	background-color: #ff6c3f;
	padding: 5px 0;
	box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

.quicktech-mob-nav-icon{
  color: white;
}

.quicktech-mob-nav-text{
  color: white;
}



.quikctech-product-inner{
  position: relative;
}


.quikctech-sibebar-menu-img{
  height: 26px;
}

.gasswiper .swiper-slide-active {
	transform: scale(1.25);
	centered-slides:true;
}

.gasswiper .swiper-slide {

	transition: 0.3s ease;
}