/* common css start */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
  font-family: "Work Sans", sans-serif;
}
a {
  text-decoration: none;
  font-family: "Work Sans", sans-serif;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}

/* common css end */

/* navbar */
.quikctech-top-bar-inner ul {
  display: flex;
  gap: 20px;
}

#quicktech-top-navbar {
  padding: 10px 0;
  background-color: #00652e;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
}

.quikctech-top-bar-inner ul li a {
  color: white;
  font-weight: 600;
}

#quicktech-navbar {
  background-color: white;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 43px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 99999999999999;
}
.quikctech-logo img {
  height: 90px;
}

.quicktech-menu ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.quicktech-menu {
  padding-top: 36px;
}

.quicktech-menu ul li a {
  color: black;
  font-weight: 600;
  transition: 0.2s ease;
}

.quicktech-menu ul li a:hover {
  transform: scale(1.1);
  color: rgba(0, 0, 0, 0.555);
}

.quicktech-right-nav ul {
  display: flex;
  gap: 20px;
}
.quicktech-right-nav {
  padding-top: 34px;
  display: flex;
  gap: 20px;
}

.quicktech-right-nav a {
  color: black;
}

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

.quikctec-search-item {
  position: relative;
  display: inline-block;
}

.quikctec-search-toggle {
  color: #333;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}

.quikctec-search-box {
  position: absolute;
  top: 30px;
  left: -89px;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  width: 0;
  opacity: 0;
  transition: all 0.3s ease;
}

.quikctec-search-box.active {
  width: 200px;
  opacity: 1;
  padding: 2px 8px;
}

.quikctec-search-icon {
  color: black;
  margin-right: 6px;
  font-size: 14px;
  background-color: ;
  z-index: 999\\;
  position: absolute;
  right: -40px;
  border: none;
  background-color: transparent;
}

.quikctec-search-input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  padding: 2px 21px;
  padding-left: 49px !important;
}

/* navbar */

/* banner */

.banner-slider {
  position: relative;
  width: 100%;
  height: 80vh;
}

.swiper {
  width: 100%;
  height: 100%;
}

.quikctech-ban-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay (optional, for better contrast) */
.quikctech-ban-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
  max-width: 650px;
  padding: 20px;
}

.slide-content h4 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.slide-content h2 {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 15px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.2s;
}

.slide-content p {
  font-size: 1rem;
  margin-bottom: 25px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.4s;
}

.slide-content a {
  display: inline-block;
  background-color: #1dbf73;
  color: #fff;
  padding: 12px 35px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease 0.6s;
}

/* When slide is active - animate in */
.swiper-slide-active .slide-content h4,
.swiper-slide-active .slide-content h2,
.swiper-slide-active .slide-content p,
.swiper-slide-active .slide-content a {
  opacity: 1;
  transform: translateY(0);
}

/* Swiper navigation and pagination */
.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.mt-154 {
  margin-top: 154px;
}

/* banner */

/* explore */

#quicktech-explore {
  padding: 60px 0;
}
.shadow {
  padding: 18px;
  background-color: white;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.quicktech-explore-right {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.quicktech-explore-right img {
  object-fit: cover;
  height: 700px;
  width: 100%;
  display: block;
  overflow: hidden;
}

/* Add the black gradient overlay */
.quicktech-explore-right::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
  overflow: hidden;
}

.quikctech-explore-btn {
  position: absolute;
  z-index: 99;
  bottom: 35px;
  right: 26px;
}

.quikctech-explore-btn a {
  color: white;
  font-weight: 700;
  font-size: 26px;
}

.quikctech-explore-p-text {
  padding: 23px 10px;
  background-color: white;
  position: absolute;
  width: 100%;
  bottom: -33px;
  border-radius: 20px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.quicktech-explore-product-inner {
  position: relative;
  transition: 0.3s ease;
}

.quikctech-explore-p-text {
  position: absolute;
  bottom: -36px;
}

.quikctech-explore-p-text h6 {
  font-size: 16px;
  font-weight: 600;
}

.quicktech-product-explore-img img {
  border-radius: 20px;
  overflow: hidden;
  height: 303px;
}

.quicktech-explore-product-inner:hover .quikctech-explore-p-text {
  background-color: #00652e;
  color: white !important;
}
.quicktech-explore-product-inner:hover {
  transform: scale(1.03);
}

.quikctech-explore-row-gap {
  row-gap: 60px;
}
/* explore */

/* medical */

.swipermedical {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.swiper-pagination-bullet {
  background: black;
}
.swiper-pagination-bullet-active {
  background: green;
}
.swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  z-index: 9999;
}

#quikctech-brands {
  padding: 40px 0;
}

.quikctech-head h3 {
  font-size: 30px;
  font-weight: 600;
}
/* medical */

/* brand */
.mySwiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}

.quikctech-brand-slidee {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 200px;
  background-color: white;
}

.quikctech-brand-slidee img {
  display: block;
  height: 71px;
  margin: auto;
  margin-bottom: 19px;
}

.quikctech-brand-inner h5 {
  color: black;
  font-weight: 600;
}

.quikctech-brand-inner p {
  color: black;
}

.quikctech-brand-inner {
  padding: 15px;
}

#quikctech-always {
  padding: 50px 0;
}

.quikcth-always-text h3 {
  color: white;
  font-weight: 600;
  font-size: 35px;
}
.quikcth-always-text p {
  color: white;
}

.quikcth-always-text a {
  padding: 11px 30px;
  background-color: green;
  color: white;
  font-weight: 600;
  border-radius: 5px;
}
/* brand */

/* always */
.alwaysswiper {
  width: 100%;
  height: 320px;
  position: relative;
  /* overflow: hidden; */
}

.alwaysswiper-slide {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: white;
  padding: 16px;
  gap: 20px;
}

.quikctech-always-textt h5 {
  color: black;
  font-size: 28px;
  font-weight: 600;
}

.quikctech-always-textt p {
  color: #0000008c;
  font-size: 17px;
  font-weight: 500;
}

.quikctech-always-img img {
  width: 226px !important;
  height: 283px;
  object-fit: cover;
}

.quikcth-always-text {
  padding-right: 69px;
  padding-top: 77px;
}

/* .alwaysswiper-slide:nth-child(1n) {
      background-color: rgb(206, 17, 17);
    }

    .alwaysswiper-slide:nth-child(2n) {
      background-color: rgb(0, 140, 255);
    }

    .alwaysswiper-slide:nth-child(3n) {
      background-color: rgb(10, 184, 111);
    }

    .alwaysswiper-slide:nth-child(4n) {
      background-color: rgb(211, 122, 7);
    }

    .alwaysswiper-slide:nth-child(5n) {
      background-color: rgb(118, 163, 12);
    }

    .alwaysswiper-slide:nth-child(6n) {
      background-color: rgb(180, 10, 47);
    }

    .alwaysswiper-slide:nth-child(7n) {
      background-color: rgb(35, 99, 19);
    }

    .alwaysswiper-slide:nth-child(8n) {
      background-color: rgb(0, 68, 255);
    }

    .alwaysswiper-slide:nth-child(9n) {
      background-color: rgb(218, 12, 218);
    }

    .alwaysswiper-slide:nth-child(10n) {
      background-color: rgb(54, 94, 77);
    } */

/* always */

.quikctech-product-head h3 {
  font-size: 30px;
  font-weight: 600;
}

.quikctech-product-search input {
  padding: 18px;
  border-radius: 10px;
}

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

.quikctech-product-search button {
  position: absolute;
  right: 11px;
  top: 16px;
  border: none;
  background-color: transparent;
  font-size: 22px;
}

.quicktech-product-inner {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  padding: 20px;
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
  position: relative;
}

.quicktech-product-inner:hover {
  box-shadow: none;
  transform: scale(1.03);
}

.quikctech-rating ul {
  display: flex;
  gap: 5px;
}

.quikctech-rating ul li {
  color: orange;
}

.quicktech-price p {
  padding-top: 9px;
  font-weight: 600;
  font-size: 19px;
}
.quicktech-price p s {
  font-size: 16px;
  color: #0000009e;
}

.quikctech-product-button {
  display: flex;
  gap: 5px;
}

.quikctech-product-button button {
  padding: 6px;
  width: 100%;
  border: none;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid transparent;
}

.quikctech-product-button button:hover {
  background-color: white !important;
  border: 1px solid black;
  color: black;
}

.quicktech-product-image img {
  height: 259px;
}

.quicktech-price p span {
  font-size: 14px;
  color: red;
}

.quikctech-product-text h4 {
  font-size: 19px;
  color: black;
}

.quikctech-wishlist {
  position: absolute;
  right: 26px;
}

.quikctech-wishlist button {
  border: none;
  background-color: transparent;
  font-size: 26px;
}

.gapp {
  row-gap: 20px;
}

.newsswiper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 339px;
}

.quicktech-news-img {
  height: 300px;
  position: relative;
}
.quicktech-news-img img {
  height: 100%;
  object-fit: cover;
}

.quicktech-news-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  pointer-events: none;
  overflow: hidden;
}

.quikctech-text-news h5 {
  position: absolute;
  bottom: 0;
  color: white;
  z-index: 999;
  font-size: 14px;
  left: 16px;
  border-left: 3px solid red;
  padding-left: 6px;
}

.quicktech-news-slide {
  transition: 0.2s ease;
}

.quicktech-news-slide:hover {
  transform: scale(1.03);
}

#quicktech-footer {
  padding: 40px 0;
  padding-bottom: 7px;
}

.quicktech-footer-menu-inner h4 {
  color: white;
  font-weight: 500;
  border-bottom: 2px dotted white;
  padding-bottom: 23px;
}
.quicktech-footer-menu-inner ul {
  padding-top: 20px;
}
.quicktech-footer-menu-inner ul li a {
  color: white;
  font-size: 15px;
  transition: 0.3s ease;
}
.quicktech-footer-menu-inner ul li a:hover {
  color: green;
}
.quicktech-footer-menu-inner ul li {
  padding-bottom: 7px;
}

.quicktech-scial {
  display: flex;
  gap: 15px;
}
.quicktech-scial li a {
  font-size: 20px !important;
}

.quikctech-map iframe {
  width: 100% !important;
  height: 160px !important;
}

.quikctech-copy-right {
  border-top: 2px dotted white;
  padding-top: 20px;
}

.quikctech-copy-right p {
  color: white;
}
.quikctech-copy-right p a {
  color: white;
}

/* product deatils */

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

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

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

.quikctech-productdetails-img {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.quikctech-productdetails-img img {
  height: 450px;
}

.quikctech-price h6 {
  font-size: 25px;
  color: #00652e;
  font-weight: 600;
}
.quikctech-price h6 s {
  font-size: 18px;
  color: #0000004d;
}

.quikctech-qty-wrapper {
  display: flex;
  align-items: center;
  font-family: Arial, sans-serif;
}

.quikctech-qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #d9d9d9;
  border-radius: 50px;
  overflow: hidden;
  height: 40px;
}

.quikctech-qty-btn {
  width: 35px;
  height: 32px;
  border: none;
  background: #fff;
  color: #555;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  transition: background 0.2s;
}

.quikctech-qty-btn:hover {
  background: #f3f3f3;
}

.quikctech-qty-input {
  width: 40px;
  height: 32px;
  text-align: center;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-top: none;
  border-bottom: none;
  outline: none;
  font-size: 15px;
}

.quikctech-max-text {
  font-size: 13px;
  color: #6c757d;
  margin-left: 8px;
}

.quikctech-product-details-button {
  display: flex;
  gap: 15px;
  margin-top: 24px;
}

.quikctech-product-details-button a {
  padding: 4px 20px;
  color: white;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid transparent;
}

.quikctech-product-details-button a:hover {
  background-color: white !important;
  border: 1px solid black !important;
  color: black !important;
}
/* product-details */

/* shipping */
.quikctech-shipping-wrapper {
  padding: 50px 0;
}

.quikctech-shipping-title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 15px;
}

.quikctech-shipping-form input,
.quikctech-shipping-form select {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}

.quikctech-shipping-summary {
  border: 1px solid #eee;
  border-radius: 6px;
  background: #fff;
  padding: 25px;
  margin-top: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.quikctech-shipping-summary table {
  width: 100%;
  margin-bottom: 20px;
}

.quikctech-shipping-summary table tr td {
  padding: 8px 0;
  font-size: 15px;
}

.quikctech-shipping-summary table tr td:last-child {
  text-align: right;
}

.quikctech-shipping-btn {
  display: block;
  width: 100%;
  border: none;
  background: #00652e;
  color: #fff;
  font-weight: 500;
  padding: 12px 0;
  border-radius: 25px;
  font-size: 15px;
  transition: all 0.3s;
}

.quikctech-shipping-btn:hover {
  background: #1dbf73;
}

.quikctech-shipping-rules {
  margin-top: 40px;
}

.quikctech-shipping-rules h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.quikctech-shipping-rules ul {
  padding-left: 0;
  list-style: none;
}

.quikctech-shipping-rules ul li {
  border-bottom: 1px solid #eee;
  padding: 8px 0;
  font-size: 15px;
  line-height: 1.6;
}

/* shipping */

/* brands */

#quicktech-brand-banner {
  padding: 60px;
}

.quikctech-brand-banner-text h1 {
  color: white;
  font-weight: 700;
}
.quikctech-brand-banner-text p {
  color: white;
  font-weight: 500;
}

.quicktech-brand-p-text h5 {
  font-weight: 600;
  font-size: 19px;
  margin-top: 9px;
  color: #000000fa;
}

.quikctech-brand-product {
  border: 1px solid #ddd;
  padding: 12px;
  border-radius: 20px;
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  transition: 0.2s ease;
}

.quikctech-brand-product:hover {
  box-shadow: none;
  transform: scale(1.03);
}

.quicktech-brand-img img {
  border-radius: 20px;
  height: 170px;
}

.quicktech-brand-p-text p {
  color: rgba(0, 0, 0, 0.534);
  font-size: 15px;
}
/* brands */

/* brand-details */
.quikctech-brand-category-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.quikctech-brand-category-main ul li {
  width: 150px;
  height: 150px;
  transition: 0.2s ease;
}

.quikctech-brand-category-main ul li:hover {
  transform: scale(1.04);
}
.quikctech-brand-category-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.quikctech-brand-category-img:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.quikctech-brand-category-img {
  position: relative;
}

.overlaybanner-category {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.overlaybanner-category h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 600;
  font-size: 22px;
}

.quikctech-brand-category-main ul {
  display: flex;
  gap: 37px;
  flex-wrap: wrap;
  justify-content: center;
}

.quikctech-brand-head h3 {
  font-weight: 600;
  font-size: 35px;
}

.quicktech-brand-about-img img {
  border-radius: 30px;
}

.quicktech-category-banner-img img {
  height: 285px;
  width: 100%;
}

.quicktech-category-banner-img {
  position: relative;
}

.quikctech-category-banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.37);
}

.quikctech-category-banner-overlay h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 600;
}

.quikctech-sort {
  width: max-content;
  margin-left: auto;
}

/* brand details */

/* cart */
/* cart */

.quicktech-cart-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}

.quicktech-cart-head h4 {
  font-size: 19px;
  font-weight: 600;
}

.quicktech-cart-head a {
  padding: 8px 20px;
  background-color: #00652e;
  color: white;
  font-weight: 600;
  border-radius: 5px;
}

.quikctech-f {
  display: flex;
  gap: 8px;
  align-items: center;
}
.quikctech-f img {
  width: 30px;
  height: 16px;
}

.quikctech-f p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.479);
  font-weight: 600;
}
.quikctech-f p span {
  color: black;
}

.quikctecch-frombd {
  display: flex;
  justify-content: space-between;
  width: 527px;
  align-items: center;
  background-color: white;
  padding: 10px 20px;
  border-top-right-radius: 73px !important;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.quikctech-plane {
  position: relative;
}

.quikctech-plane::after {
  position: absolute;
  content: "";
  border: 2px dotted black;
  width: 92px;
  top: 12px;
  left: 44px;
}
.quikctech-plane::before {
  position: absolute;
  content: "";
  border: 2px dotted black;
  width: 92px;
  top: 12px;
  right: 44px;
}

.quikctech-cart-img img {
  width: 230px;
  height: 200px;
}

.quikctech-cart-main {
  display: flex;
  gap: 17px;
  padding: 27px;
  align-items: center;
}

.quicktch-cart-inner {
  background-color: white;
  border: 1px solid #ddd;
}

.quciktech-cart-hh-p {
  border: 1px solid #ddd;
  padding: 16px;
  padding-bottom: 10px;
}

.quikctech-cart-price {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

.quikctech-cart-quantity {
  margin-bottom: 10px;
}

.quikctech-cart-quantity input {
	width: 33px;
	padding: 5px;
	text-align: center;
}

.quikctech-cart-remove {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  color: #666;
  font-size: 14px;
}

.quikctech-cart-remove:hover {
  color: red;
}

.quikctech-cart-remove i {
  font-size: 16px;
}

.quikctech-c-right-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 20px auto;
  max-width: 380px;
}
.quikctech-c-right-plus {
  background: #fff6e8;
  border: 1px solid #ffd188;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}
.quikctech-c-right-plus h5 {
  background: #ffb800;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  display: inline-block;
  font-size: 16px;
  width: 100%;
}
.quikctech-c-right-plus ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}
.quikctech-c-right-plus ul li {
  font-size: 14px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color: #333;
}
.quikctech-c-right-plus ul li i {
  color: #ffb800;
  margin-right: 8px;
}
.quikctech-c-right-summary h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
.quikctech-c-right-summary .row {
  margin-bottom: 8px;
}
.quikctech-c-right-highlight {
  font-size: 14px;
  background: #fff8eb;
  padding: 10px;
  border-radius: 6px;
  border-left: 4px solid #00652e;
  margin: 10px 0;
}
.quikctech-c-right-btn {
  background: #00652e;
  border: none;
  color: #fff;
  font-weight: bold;
  width: 100%;
  padding: 12px;
  border-radius: 6px;
  margin-top: 10px;
}
.quikctech-c-right-btn i {
  margin-right: 6px;
}
.quikctech-c-right-coupon input {
  margin-top: 10px;
  border-radius: 6px;
}
.quikctech-c-right-coupon button {
  margin-top: 10px;
  width: 100%;
  background: #00652e;
  border: none;
  color: #fff;
  padding: 10px;
  border-radius: 6px;
  font-weight: bold;
}
.quikctech-c-right-pdf {
  margin-top: 15px;
  text-align: center;
}
.quikctech-c-right-pdf button {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  font-weight: 500;
}

.quikctech-c-right-switch .form-check-input {
  width: 3em;
  height: 1.5em;
  cursor: pointer;
  background-color: #ccc;
  border: none;
}
.quikctech-c-right-switch .form-check-input:checked {
  background-color: #ffb800;
  border-color: #ffb800;
}
.quikctech-c-right-switch .form-check-input:focus {
  box-shadow: none;
}
.quikctech-c-right-switch .form-check-label {
  font-size: 15px;
  font-weight: 600;
  margin-left: 8px;
  color: #333;
  cursor: pointer;
}

.quikctech-cart-text h5 {
  font-size: 17px;
}

.quikctech-cart-text span {
  font-weight: 600;
  color: #00000080;
}

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

.quicktech-checkout-left-head {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding: 21px;
}

.quikctech-cartttt {
  position: relative;
}

.quikctech-qq span {
  position: absolute;
  top: -7px;
  right: -9px;
  background-color: black;
  color: white;
  width: 20px;
  text-align: center;
  height: 20px;
  border-radius: 50%;
  line-height: 21px;
}

.quikctech-bg-white {
  background-color: white;
}

.quikctech-o-review h4 {
  font-size: 18px;
  font-weight: 600;
}

/* cart */

/* videos */

.quikctech-videos iframe {
  width: 100% !important;
  height: 250px !important;
}

/* videos */

/* profilr */
.quicktech-pro-img {
  width: 70px;
  height: 70px;
}

.quicktech-pro-dflex {
  display: flex;
  column-gap: 20px;
}

.quicktech-profile-name h5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-align: left;
}
.quicktech-profile-name h4 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.quicktech-ic i {
  font-size: 20px;
}
.quicktech-ic {
  color: black;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #00652e;
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}

.nav-link:focus,
.nav-link:hover {
  color: #00652e;
  transition: 0.4s;
}

.gapp {
  row-gap: 20px;
}

.display-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.quicktech-n-btn {
  padding: 7px !important;
}
.quicktech-n-btn:hover {
  background-color: #00652e !important;
}

.quicktech-card {
  background-color: #f9f9f9 !important;
}

.quicktech-order {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.quicktech-border {
  border: 1px solid rgba(0, 0, 0, 0.388);
  border-style: dashed;
}

.quicktech-order-id {
  font-size: 13px;
  color: #00652e;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.quicktech-text-muted {
  font-size: 11px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.qucktech--price {
  font-size: 15px !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.quicktech-id-btn {
  padding: 3px 10px;
  font-size: 14px;
  margin: 10px 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.521);
  border-radius: 10px;
}

.quicktech-after {
  position: relative;
}
.quicktech-after::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.055);
}

.img-thumbnail {
  width: 12%;
}

.hidden {
  display: none;
}
.address-card {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}
.btn-default {
  background-color: #20c997;
  color: white;
}
.btn-default:hover {
  background-color: #198754;
}
.form-container {
  padding: 20px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  margin-bottom: 20px;
}
.back-link {
  color: #dc3545;
  cursor: pointer;
}
.back-link:hover {
  text-decoration: underline;
}

#address-book h2 {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.quikctech-num p {
  border: 1px solid #00652e;
  width: 150px;
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;
  margin-top: -33px;
  background-color: white;
  color: #00652e;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.quicktech-address-dflex {
  display: flex;
  justify-content: space-between;
}

.qucitech-old-add {
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: #00652e;
}

.quicktech-default {
  padding: 5px 10px;
  font-size: 13px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  background-color: #00652e;
  color: white;
  border: none;
  border-radius: 10px;
  transition: 0.4s;
  cursor: pointer;
}
.quicktech-default:hover {
  background-color: rgba(54, 187, 202, 0.6);
}

.quicktech-edit-btn {
  border: none;
  background-color: transparent;
}
.quicktech-edit-btn i {
  font-size: 17px;
  color: #ddd;
  padding-left: 5px;
  transition: 0.4s;
  cursor: pointer;
}
.quicktech-edit-btn i:hover {
  color: #00652e;
}
.quicktech-border {
  padding: 20px;
  border: 2px solid #dddddd52;
  border-radius: 10px;
}

.form-group label {
  font-size: 16px !important;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400 !important;
  padding: 10px 0;
}

.quicktech-create-btn button {
  padding: 10px 20px;
  border: none;
  background-color: #00652e;
  border-radius: 10px;
  color: white;
  transition: 0.4s;
}
.quicktech-create-btn button:hover {
  background-color: rgba(54, 187, 202, 0.744);
}

.quicktech-add-address button {
  padding: 5px 15px;
  background-color: #00652e;
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: white;
  transition: 0.4s;
  border: none;
}

.quicktech-add-address button:hover {
  background-color: rgba(54, 187, 202, 0.744);
}
.quicketch-pro-head {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.quicktech-change-pass {
  background-color: transparent;
  border-radius: none;
  box-shadow: none;
  border: none;
}

.quicktech-changepass-btn button {
  padding: 15px 25px;
  background-color: #00652e;
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: white;
  transition: 0.4s;
  border: none;
  border-radius: 10px;
}

.quicktech-changepass-btn button:hover {
  background-color: rgba(54, 187, 202, 0.744);
}
.quicktech-wish-img img {
  width: 100px;
  height: 100px;
}

.quicktech-wishlist-main {
  padding: 30px;
  background-color: #dddddd5f;
  border-radius: 10px;
}
.quicktech-wish-col {
  background-color: white;
  border-radius: 10px;
}

.quicktech-wishlist-btn a {
  padding: 10px 20px;
  background-color: #00652e;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: white;
  transition: 0.4s;
  border: none;
  border-radius: 10px;
}
.quicktech-wishlist-btn a:hover {
  background-color: rgba(54, 187, 202, 0.744);
}

.quicktech-orderdetails-head h2 {
  font-size: 23px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}

.quicktech-order-col {
  background-color: #dddddd58;
  padding: 30px;
}

.quicktech-order-id h4 {
  font-size: 14px;
  padding-top: 4px;
  color: black;
}
.quicktech-order-id button {
  padding: 2px 10px;
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.212);
  background-color: transparent;
  border-radius: 10px;
  margin-left: 10px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.quicktech-od p {
  font-size: 11px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.429);
}

.quicktech-orderdetails-price h4 {
  font-size: 24px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: #00652e;
}
.quicktech-od-after {
  position: relative;
}
.quicktech-od-after::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.114);
}

.quicktech-orderdetails-cashon {
  display: flex;
  justify-content: space-between;
}
.quicktech-orderdetails-cashon h4 {
  font-size: 16px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

/* profile */

.progress-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.progress-step {
  width: 15%;
  /* text-align: center; */
  position: relative;
}
.progress-bar-custom {
  position: absolute;
  top: 12%;
  left: 0;
  right: 0;
  height: 8px;
  background: #e0e0e0;
  z-index: 1;
  width: 87%;
}
.progress-step::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #e0e0e0;
  display: inline-block;
  z-index: 2;
}
.progress-step.active::before,
.progress-step.completed::before {
  background-color: #00652e;
}
.progress-step.active .progress-bar-fill,
.progress-step.completed .progress-bar-fill {
  background-color: #00652e;
}
.progress-bar-fill {
  height: 8px;
  background-color: #f76c6c;
  width: 0%;
  z-index: 3;
  position: absolute;
  top: 21%;
  transform: translateY(-50%);
}

.progress-step span {
  display: block;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.quicktech-order-status p {
  background-color: white;
  padding: 10px 0;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.quicktech-order-product {
  background-color: white;
}
.quicktech-op {
  border: none !important;
}
.quicktech-oppt h4 {
  font-size: 16px;
  width: 157px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  color: #00652e;
}
.quicktech-od-head h4 {
  font-size: 20px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.quicktech-s-content ul li {
  font-size: 15px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

.order-details,
.shipping-address,
.total-summary {
  margin-top: 20px;
}
.order-item img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.total-row {
  font-weight: bold;
}

.quicktech-del-after {
  position: relative;
}

.quicktech-del-after::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.05);
}

.quicktech-dis-col span {
  color: #00652e;
}
.summary-row span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.quicktech-sub span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.quicktech-due span {
  color: red;
}

.card-product {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.card-product img {
  max-width: 100%;
}
.price-range {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  border-radius: 10px;
}
.price-range h5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
}
.quicktech-dis-dflex {
  justify-content: space-between;
}

.quicktech-cat-drop h5 {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: black;
  padding-top: 10px;
}
.quicktech-cat-drop p {
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: black;
  padding-top: 5px;
}

.quicktech-cat-drop {
  justify-content: space-between;
  /* position: relative; */
}

.quicktech-dis-label {
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  padding-bottom: 5px !important;
}

.quicktech-login-img img {
  padding: 0 28px;
}

.padd {
  padding-bottom: 10px;
}

#quicktech-mobile-navbar {
  display: none;
}

.quikctech-career-banner-img img {
  height: 390px;
  filter: brightness(80%);
}

.quikctech-career-banner-img {
  position: relative;
}

.quikctech-career-banner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.quikctech-career-banner-text h4 {
  color: white;
  font-weight: 600;
  font-size: 40px;
}

.quikctech-career-banner-text p {
  color: white;
}

.quikctech-career-ab-text p {
  font-size: 19px;
  font-weight: 600;
  color: #000000ad;
}

#quicktech-career-form {
  padding: 40px 0;
  padding-bottom: 237px;
}

.quikctech-jj-h2 h2 {
  color: white;
  font-weight: 700;
  font-size: 41px;
}

.quikctech-jj-h2 p {
  color: white;
  font-weight: 600;
  font-size: 18px;
}

.quikctech-cv-section {
  max-width: 900px;
  margin: 60px auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  padding: 50px 60px;
  margin-top: -187px;
}
.quikctech-cv-header {
  text-align: center;
  margin-bottom: 40px;
}
.quikctech-cv-header h2 {
  font-weight: 700;
  font-size: 38px;
  color: #00652e;
  margin-bottom: 10px;
}
.quikctech-cv-header h5 {
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.quikctech-cv-header p {
  font-size: 15px;
  color: #555;
  max-width: 650px;
  margin: 0 auto;
}
.quikctech-cv-form .form-control,
.quikctech-cv-form select {
  border-radius: 6px;
  padding: 10px 15px;
  height: 45px;
  border: 1px solid #ddd;
  font-size: 15px;
}
.quikctech-cv-form input[type="file"] {
  border: none;
  font-size: 15px;
}
.quikctech-cv-form label {
  font-weight: 500;
  margin-bottom: 6px;
  color: #222;
  font-size: 15px;
}
.quikctech-cv-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-top: 10px;
}
.quikctech-cv-checkbox input {
  margin-right: 8px;
}
.quikctech-cv-submit {
  background: #00652e;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  padding: 13px 0;
  width: 100%;
  font-size: 16px;
  margin-top: 25px;
  transition: 0.3s ease;
}
.quikctech-cv-submit:hover {
  background: #003b93;
}
@media (max-width: 767px) {
  .quikctech-cv-section {
    padding: 35px 20px;
  }
  .quikctech-cv-header h2 {
    font-size: 28px;
  }
}

.quicktech-media-inner {
  transition: 0.3s ease;
}
.quicktech-media-inner:hover {
  transform: scale(1.03);
}

.quicktech-news-text h3 {
  font-size: 20px;
  color: black;
}

.quicktech-newss-img img {
  height: 242px;
  object-fit: cover;
  border-radius: 7px;
}

.quicktech-news-inner {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 11px;
  background-color: white;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.quicktech-news-text {
  padding-top: 12px;
}

.quicktech-news-text p {
  font-size: 14px;
  color: black;
}

.quicktech-news-inner:hover {
  transition: 0.3s ease;
  box-shadow: none;
}

.quikctech-news-img-banner img {
  height: 600px;
}

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

.quikctech-social ul li a {
  color: black;
  font-size: 22px;
}
.quikctech-social ul li {
  transition: 0.2s ease;
}
.quikctech-social ul li:hover {
  transform: scale(1.07);
}

.quikctech-text-contact {
  text-align: center;
  padding: 31px;
  border: 1px solid #ddd;
  background-color: #00652d17;
  border-radius: 6px;
}

.quikctech-text-contact h3 {
  font-size: 27px;
  font-weight: 600;
}

.quicktech-contact-inner {
  position: relative;
}

.quikctech-contact-icon {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background-color: #00652d;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.quikctech-contact-icon i {
  color: white;
  font-size: 22px;
}

.quikctech-contact-section {
  background-color: #00652d17;
  width: 100%;

  padding: 30px;
  font-family: "Poppins", sans-serif;
}

.quikctech-contact-title {
  font-size: 28px;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 25px;
}

.quikctech-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quikctech-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.quikctech-field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.quikctech-field-full {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.quikctech-field label,
.quikctech-field-full label {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}

.quikctech-field input,
.quikctech-field-full textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  font-size: 14px;
  color: #1e1e1e;
  outline: none;
  resize: none;
  background-color: #fff;
}

.quikctech-field input::placeholder,
.quikctech-field-full textarea::placeholder {
  color: #999;
  font-size: 14px;
}

.quikctech-btn {
  background-color: #00652e;
  color: #fff;
  border: none;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
}

.quikctech-btn:hover {
  background-color: #00449a;
}

.quikctech-map-contact iframe {
  width: 100% !important;
  height: 512px !important;
}

.quikctech-ceo-img img {
  border-radius: 14px;
  border-top-right-radius: 165px;
  border-bottom-left-radius: 165px;
  object-fit: cover;
  height: 300px;
}

.quikctech-ceo-about {
  padding: 22px;
}

.quikctech-ceo-about h4 {
  font-weight: 600;
}

.quikctech-ceo-about p {
  color: #000000ab;
}

.quikctech-unique-image img{
  border-radius: 10px;
}

.unione {
  margin-bottom: 10px;
  height: 275px;
  object-fit: cover;
}

.unitwo{
  height: 200px;
}

.unithree{
  margin-top: 58px;
  height: 365px;
}

.quicktech-vision-mission {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	height: 282px;
}

.quikctech-vis-mis-inner img{
  height: 54px;
  margin-bottom: 12px;
}

.quikctech-sisterconcern-img img{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: 0.2s ease;
    height: 170px;
}


.quikctech-sisterconcern-img img:hover{
  box-shadow: none;
}

.quikctech-mm img{
  height: 394px;
  object-fit: cover;
}

.quikctech-partner-inner{
  border: 1px solid #ddd;
  text-align: center;
  padding: 21px;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.quikctech-partner-inner h4{
  padding-top: 10px;
}

.quikctech-partner-inner img{
  height: 50px;
}


.quikctech-private-labeling {
	max-width: 100%;
	margin: 13px auto;
	background-color: #f4f9fc;
	padding: 10px 20px;
	border-radius: 16px;
}

  .quikctech-private-labeling h2 {
    font-size: 22px;
    font-weight: 700;
    color: #0d274d;
    margin-bottom: 25px;
    line-height: 1.4;
  }

  .quikctech-private-labeling ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .quikctech-private-labeling li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #0d274d;
    line-height: 1.5;
  }

  .quikctech-private-labeling li::before {
    content: '✔';
    color: #00a9e0;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
  }

  .quicktech-advan-img img{
    height: 497px;
  border-radius: 20px;
  }

.quikctech-reaching {
	border: 1px solid #ddd;
	padding: 14px;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	height: 197px;
}
.quikctech-reaching i{
  font-size: 29px;
}

.quikctech-reaching h5{
  font-size: 19px;
  font-weight: 600;
  padding-top: 10px;
}

.quikctech-reaching p{
  font-size: 12px;
  color: #0000008c;
}

#quicktech-mobile-navbar {
	position: fixed;
	top: 44px;
	background-color: white;
	width: 100%;
	padding: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	z-index: 9999;
}


.quikctech-sidebar button {
	border: none;
	background-color: transparent;
	font-size: 25px;
	margin-top: 9px;
}

.quikctech-mobile-logo img{
  height: 52px;
}
.quikctech-mobile-logo{
  text-align: center;
}

.quikctech-mobile-cart ul {
	display: flex;
	gap: 20px;
	justify-content: end;
	margin-top: 10px;
}

.quikctech-mobile-cart ul li a{
  font-size: 20px;
  color: black;
}
.quikctech-search-mob {
	position: relative;
	margin-top: 9px;
}
.quikctech-search-mob input{
  width: 100%;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid #ddd;
}

.quikctech-search-mob button {
	position: absolute;
	right: 12px;
	top: 7px;
	border: none;
	background-color: transparent;
	font-size: 19px;
}



.quikctech-offcanvas {
  width: 280px !important;
  background-color: #fff;
  box-shadow: 4px 0 10px rgba(0,0,0,0.1);
  border-right: 1px solid #eee;
}

.quikctech-menu-list a:hover {
  background-color: #f5f5f5;
  border-radius: 6px;
  text-decoration: none;
}

.offcanvas-start{
  z-index: 99999999;
}

.quikctech-menu-list li{
  border-bottom: 1px solid #ddd;
}

.quikctech-head a{
  color: blue;
}

.quicktech-login-img img{
  width: 100%;
}


.quikctech-cart-quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 6px;
  overflow: hidden;
}

.quikctech-cart-quantity button {
  background: #f3f3f3;
  border: none;
  width: 35px;
  height: 35px;
  font-size: 18px;
  cursor: pointer;
  transition: background 0.2s;
}

.quikctech-cart-quantity button:hover {
  background: #e0e0e0;
}

.quikctech-quantity-input {
  width: 50px;
  text-align: center;
  border: none;
  outline: none;
  font-size: 16px;
}