.active::after {
  content: "" "" !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}
body {
  overflow-x: hidden;
  background-color:#F7e8ec ;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

/* navbar */
.header {
	position: fixed;
	width: 100%;
	background: linear-gradient(to bottom, #C57C8A 0%, #C57C8A 40%, #fff 100%);
	z-index: 99;
	padding: 5px 0;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.nav-link {

	color: black !important;
   font-weight:500;
}
.logo img {
	max-height: 78px !important;
	width: 94% !important;
}
.quicktech-brand-btn{
  border: none;
  background-color: transparent;
  color: black;
  font-weight: 600;
  padding-top: 10px;
}
.quicktech-head {
  height: 64px !important;
  align-items: center;
}
.search-container {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px; /* Creates the pill shape */
  overflow: hidden; /* Ensures internal elements don't spill over rounded corners */
  padding: 0;
  height: 45px;
  width: 100%;
}

.search-input {
  flex-grow: 1;
  border: none;
  padding: 0 20px;
  outline: none;
  font-size: 14px;
  color: #555;
}

.category-wrapper {
  border-left: 1px solid #ddd; /* The vertical line separator */
  height: 70%;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.category-select {
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}

.search-submit-btn {
	background-color: #F7E8EC;
	border: none;
	color: black;
	width: 60px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: background 0.3s;
}

.search-submit-btn:hover {
  background-color: #F7E8EC;
}

.search-submit-btn i {
  font-size: 18px;
}
.quicketch-login-bag-btn a{
 
  color: white;
  font-weight: 500;


}

/* navbar */

.navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  margin-top: 0;
  padding: 0 !important;
}

.dropdown-menu .dropdown-column {
  padding: 15px;
}

.dropdown-menu .dropdown-column h5 {
  font-size: 14px;
  font-weight: 700;
}

.dropdown-menu .dropdown-column ul {
  list-style-type: none;
  padding-left: 0;
}

.dropdown-menu .dropdown-column ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  font-weight:400;
}

.dropdown-menu .dropdown-column ul li a:hover {
  color: #C57C8A; /* Color on hover */
}
.dropdown-column{
  width: 183px !important;
}
.navbar-nav {
	display: flex;
  justify-content: center;
	flex-direction: row;
  column-gap:20px;
}
.navbar-nav .dropdown-menu {
	position: absolute !important;
}

.nav-link{
   font-size: 14px;
 }

 .quicktech-sale{
  padding: 5px 15px;
  background-color: #F7E8EC;
  font-size: 14px;
  color: black;
  border-radius: 20px;
  border: 2px solid transparent;
  transition: 0.4s ease-in-out;
 }
 .quicktech-sale:hover{
   background-color: white;
   color: black;
   border: 2px solid #C57C8A;

 }

 .quicktech-cate{
  height: 45px;
 }
 #quicktech-banner{
  padding-top: 151px;
 }

.swiper-slide img {
	height: 400px;
	width: 100% !important;
	border-radius: 5px;
}

 .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: #C57C8A;
}
.swiper-pagination-bullet {

  padding: 8px;
}

/* ad */
#quicketch-ad{
  padding: 30px 0;
}
.quicktech-ad-gif img{
  height: 130px;
}
/* ad */

/* deals you cant misss */
#quicktech-deals-cantmiss{
  padding: 20px 0;
}
.quicktech-main-head p{
  font-weight: 700;
  font-size: 18px;
}
.quicktech-deals-img img{
  height: 260px;
}
.quicktech-top-img a img{
  height: 160px;
}
.gapp{
  row-gap: 20px;
}
/* deals you cant misss */
/* top brands */
#quicktech-top-brands{
  padding: 20px 0;
}
/* top brands */
/* shopbt categories */
.quicktech-shopbycategories{
  border: 1px solid #ddd;
  transition: 0.4s ease-in-out;
  border-radius: 20px;
}
.quicktech-shopbycategories a{
  color: black;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}
.quicktech-shopbycategories:hover{
  box-shadow: 0 0 4px 1px #C57C8Aa3;

}
.quicktech-shopbycategories:hover a{
  /* box-shadow: 0 0 10px 1px #C57C8A85; */
  color: #C57C8A;
}
.quicktech-shopbycategories img{
   height: 140px;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
}
/* shopby categories */

/* concern */
#quicktech-concerns{
  padding: 30px 0;
}

.quicktech-concern-img{
   display: flex;
   flex-wrap: wrap;
   column-gap: 10px;
   width: 100%;
   row-gap: 10px;

}
.quicktech-c-main {
  width: 19%;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition:0.2s ease;
  overflow:hidden;
}
.quicktech-c-main:hover{
    box-shadow: 0 0 4px 1px #C57C8Aa3;
}
.quicktech-c-main img{
  height: 210px;
  width: 100%;
    border-radius: 10px;
}
/* concern */

/* app */
#quicktech-app{
  padding: 30px 0;
}
.quicktech-app-img{
  height: 270px;
}

/* app */

/* footer ribbons */
#quicktech-counter{
  padding: 20px 0;
  background-color: #C57C8A;
  margin-top: 30px;
}
/* footer ribbons */

/* footer */
.quicktech-footer-main{
  padding: 20px 0;
}
#footer{
  background-color: #C57C8A;
  padding: 30px 0;
}
/* .quicktech-footer-one{
  width: 19%;
} */
/* .quicktech-footer-one img{
  width: 75% !important;
  height: 74px;
} */
.quicktech-footer-one ul li a{
  color: white;
  font-weight: 400;
  transition: 0.4s ease-in-out;
  font-size: 17px;

}
.quicktech-footer-one ul li a:hover{
  color: white;
  font-weight: 500;

}
.quicktech-footer-one ul{
  padding-top: 10px;
}
.quicktech-footer-one ul li{
  padding-bottom: 3px;


}
.quicktech-footer-main{
  display: flex;
  column-gap: 20px;
}
.quicktech-footer-one h4 {
	font-size: 18px;
	color: white;
	font-weight: 600;
	padding-top: 22px;
}
.quicktech-footer-one img{
  width: 90%;
}
.quicktech-socials ul{
  display: flex;
  column-gap: 10px;
}
.quicktech-socials ul li a{
  display: flex;
  column-gap: 10px;
  font-size: 18px;
}
.quicktech-copyright h5{
    color: white;
    font-size: 15px;
    font-weight: 500;
}
.address li{
  color: white !important;
  font-size: 17px;
  font-weight:500;
  text-decoration: none;
}
.ff{
  text-align: end;
}
/* footer */

/* best selling */
.quictech-product-img img{
  height: 260px;

}

.quictech-product-img{
  border: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 15px;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  position: relative;
  height:419px;
  background-color:white;
}
.quicktech-wish {
	position: absolute;
	top: 16px;
	right: 12px;
	font-size: 20px;
	color: white;
	padding: 2px 8px;
	background-color: #C57C8A;
	border-radius: 5px;
}
.quicktech-wish:hover {
  color: black;
  background-color: white;

}
.quictech-product-img:hover{
 color: #C57C8A;
  box-shadow: 0 0 4px 1px #C57C8Aa3;
}
.quictech-product-img h4{
    padding: 0 25px;
    padding-top: 0px;
  font-size: 17px;
  font-weight: 500;
  color: #000000e5;
  padding-top: 12px;
}
.quictech-product-img span {
	padding: 2px 10px;
	background-color: black;
	border-radius: 20px;
	font-size: 13px;
	color: white;
	position: absolute;
	top: 8px;
	left: 6px;
}
.quictech-product-img p{
  font-size: 17px;
  color: black;
  padding: 10px 0;
  font-weight: 500;
  margin-bottom:0;
}
.cart-btnn{
  background-color: #C57C8A;
  padding: 7px 0;
  border-radius: 10px;
  color: white;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  border: 2px solid transparent;
  font-size: 13px;
}
.cart-btnn:hover{
  background-color: #C57C8A;
  color: black;
  border: 2px solid #C57C8A;
  box-shadow: 0 0 10px 1px #C57C8Aa3;
}
.quicketch--cartt-btn{
  padding: 5px 17px;
  background-color: #C57C8A;
  color: white;
  font-weight: 500;
  border-radius: 5px;
border: 2px solid transparent;
transition: 0.4s ease-in-out;
cursor: pointer;
}
.quicketch--cartt-btn:hover{
  background-color: white;
  color: black;
  border: 2px solid #C57C8A;
  box-shadow: 0 0 10px 1px #C57C8Aa3;
}
/* best-selling */

.item-sidebar{
  position: fixed;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  z-index: 99;
  color: white;
  background-color: #C57C8A;
  border: 1px solid #C57C8A;
  border-radius: 4px;
  padding: 0 10px;
}
.item-sidebar i{
  font-size: 18px;
  padding-bottom: 10px;
}
.quicktech-side-price{
  background-color: white;
  border-radius: 3px;
  color:black;
}
.quikctech-side-itemm{
  padding-top: 5px;
  line-height: 20px;
}
.quikctech-side-itemm p{
  font-size: 13px;
  padding: 0 3px;
}
.offcanvas{
  background-color:#E5E7EB;
}
.offcanvas-header {
	background-color: white ;
  text-align: center;
}
/* .offcanvas-header {
	display: flex;
	align-items: center;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	justify-content: unset;
	column-gap: 118px;
} */


.pt-100{
  padding-top: 142px;
}

/* login */
.quicktech-login-form{
  padding: 30px;
  padding-top: 100px;
}
#quicktech-login{
  padding-bottom: 30px;
}
.quicktech-login-border{
  border: 1px solid #C57C8A;
  border-radius: 20px;
}
.quicktech-login-form h2{
  font-size: 25px;
  font-weight: 500;
}
.quicktech-otp-btn{
  width: 100%;
  background-color: #C57C8A;
  border: 2px solid transparent;
  color: white;
  margin-top: 25px;
  padding: 9px 0;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}
.quicktech-otp-btn:hover{
  background-color: white;
  border: 2px solid #C57C8A;
  color: black;
}

/* login */

/* categories */
#quicktech-categories{
  padding-bottom: 30px;
}
.quicktech-categories-banner img{
  height: 115px;

}

.price-range {
  margin: 20px 0;
}
.price-range h5{
  font-weight: 600;
  font-size: 18px;
}
.category-list {
  list-style: none;
  padding: 0;
}
.category-list li a{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.noUi-handle {
  background-color: white;
  border: 2px solid #f05a78;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.noUi-connect {
  background: #f05a78;
}
.price-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.noUi-horizontal .noUi-handle {
	width: 22px;
	height: 22px;
	right: -13px;
	top: -3px;
}
.noUi-handle::after, .noUi-handle::before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 8px !important;
	top: 2px !important;
}
.noUi-handle::after {
	left: 10px !important;
}
.product-categories h5{
  font-size: 18px;
  font-weight: 600;
}
.category-list li a span{
  color: rgba(0, 0, 0, 0.726);
  font-size: 14px !important;
  transition: 0.4s ease-in-out;
}
.category-list li a span:hover{
  color: #C57C8A;

}
.badge-pill{
  padding: 3px 8px;
  background-color: #f1f1f1;

}
.search-box h5{
  font-size: 18px;
  font-weight: 600;

}
.search-box{
  position: relative;
}
.search-box input {
  border-radius: 20px;
  border-color: #e0e0e0;

}
.quicktech-seacrch-iconn {
	position: absolute;
	top: 61px;
	right: 15px;
}

.checkbox-list .form-check-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
}

.count-badge {
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: 600;
}
.quicktech-padding-categories{
  padding-left: 30px;
}
.quicktech-categories-searchbar{
  position: relative;
}
.quicktecg-cat-s-icon {
	position: absolute;
	top: 7px;
	right: 12px;
}

/* categories */

/* product-details */
#quicktech-productdetails{
  padding-bottom: 30px;
}
.quikctech-product-details-content h4{
  font-size: 21px;
  font-weight: 600;
}
.quikctech-product-details-content p{
  color: black;
  font-weight: 400;
}
.quicktech-p p{
  font-size: 20px;
  font-weight: 600;
  color: #C57C8A;
}
.quicktech-p s{
  color: rgba(0, 0, 0, 0.582);
  font-weight: 400;
}
.quicktech-stars i{
  color: #FFA500;
}
.quikctech-product-details-content span{
  font-weight: 600;
  padding-bottom: 10px;
}
.quikctech-product-details-content span a{
 color: #C57C8A;
}
.quikctech-product-details-content h6 {
	font-weight: 600;
	padding: 10px 0px;
}
.quikctech-product-details-content h6 a{
  color: #C57C8A;
 }
 .wuicktech-wish-list button{
  border: none;
  border-radius: 4px;
 }
 .wuicktech-wish-list i{
  font-size: 25px;
  color: white;
  padding: 5px;
  background-color: #C57C8A;
  border-radius: 4px;
  cursor: pointer;
 }
 /* .quicktech-quantity-button{
  height: 40px;
  width: 40px;
  background-color: #C57C8A;
  color: white;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
 } */
  .quicktech-quantity-work{
    background-color: #ddd;
    padding: 7px 15px;
    border-radius: 5px;
    width:max-content;
  }
  .quicktech-quantity-button{
    font-weight: 600;
    cursor: pointer;
  }
 .quicktech-product-details-addcart button{
  padding: 5px 10px;
  background-color: #C57C8A;
  color: white;
  font-weight: 600;
  border: 2px solid transparent;
  transition: 0.4s ease-in-out;
  border-radius: 5px;
 }
 .quicktech-product-details-addcart button:hover{
  background-color: white;
  color: black;
  border: 2px solid #C57C8A;
 }
 .quicktech-p-detailss{
  padding: 20px 10px;
  background-color:#F7E8EC;
  border-radius: 10px;
 }
 .quicktech-p-detailss p{
font-size: 14px;
font-weight: 400;
 }
 .quicktech-product-details-delivery-return h4{
     font-size: 16px;
     font-weight: 600;
 }
 .quicktech-product-details-delivery-return p{
  font-size: 13px;

 }
 .quicktech-ps-icon{
  display: flex;
  column-gap: 10px;
  justify-content: end;
 }
 .quicktech-ps-icon li a{
  font-size: 23px;
 }
 .quicktech-ps-icon li a i {
  color: inherit; /* Ensure icons inherit the color of their parent */
}

.quicktech-ps-icon li:nth-child(1) a i {
  color: #1877F2; /* Facebook blue */
}

.quicktech-ps-icon li:nth-child(2) a i {
  color: #1DA1F2; /* Twitter blue */
}

.quicktech-ps-icon li:nth-child(3) a i {
  color: #FF0000; /* YouTube red */
}

.quicktech-ps-icon li:nth-child(4) a i {
  color: #E4405F; /* Instagram gradient pink */
}
.quicktech-p-main-img img {
	width: 100px;
	height: 71px;
}
.qucitech-p-mainn{
  column-gap: 20px;
}
/* product-details */
.btn-pink{

    background-color: #C57C8A;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    border: 2px solid transparent;
}
.btn-pink:hover{

  background-color: white;
  color: black;
  font-weight: bold;
  border: 2px solid #C57C8A;
}
.add-to-cart-btn{
  background-color: #C57C8A;
  color: white;
  font-weight: bold;
  border-radius: 10px;
 padding: 5px 15px;
  border: 2px solid transparent;
  font-size: 12px;
}
.add-to-cart-btn:hover{
  background-color: white;
  color: black;
  font-weight: bold;
  border: 2px solid #C57C8A;
  transition: 0.4s ease-in-out;
}

.quicktech-frequently-img img{
  height: 130px;
  width: 130px;
}
.total-price{
  font-size: 15px;
  font-weight: 500;
}
.total-price span{
  color:#C57C8A;
}
.total h2{
  font-size: 25px !important;
  font-weight: 700 !important;
}
.checkbox-text {
  font-weight: 600;
  color: #C57C8A;
  font-size: 14px;
}

.checkbox-text1 {
  font-size: 14px;
}
.checkbox-text span {
  color: #333;
  font-weight: normal;
}
.new-price{
  color: #C57C8A;
  font-size: 14px;
  font-weight: 600;
}
.old-price{
  font-size: 14px;
}

.nav-pills{
  justify-content: center;
  column-gap: 13px;
}
.nav-pills .nav-link {
	 font-weight: 600;
	background-color: #ddd;
	color: rgb(107 114 128);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: var(--bs-nav-pills-link-active-color);
	background-color:#C57C8A;
}
.quicktech-tab-description p{
  color: rgb(107 114 128);
  font-size: 15px;
  font-weight: 400;
}

.review-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 50%;
}

.review-form h2 {
  margin-bottom: 15px;
  color: #5e5e5e;
}

.rating {
  margin-bottom: 15px;
}

.rating label {
  display: block;
  margin-bottom: 5px;
  color: #5e5e5e;
}

.stars span {
  font-size: 24px;
  color: #cccccc;
  cursor: pointer;
}


.quikctech-inputtt{
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-sizing: border-box;
}
.quicktech-textarea{
  height: 80px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}


.file-upload {
  display: block;
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
  color: #5e5e5e;
  text-align: center;
  width: 50%;
}

.quicktech-review-btn{
  padding: 8px 20px;
  background-color: #C57C8A;
  border: 2px solid transparent;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
}
.quicktech-review-btn:hover{
  background-color: white;
  border: 2px solid #C57C8A;
  color: black;
}

.quicktech-question-answer p{
  background-color: rgb(217 237 247);
  color: black;
  font-weight: 400;
  padding: 8px;
  font-size: 15px;
}
.quicktech-question-answer p a{
 color: #C57C8A;
}

.quicktech-questions p{
  font-size: 15px;
  color: rgb(107 114 128);

}
.quicktech-questions span{
  font-size: 11px;
  margin-left: 18px;

}
.quikctech-answers p{
  font-size: 15px;
  color: rgb(107 114 128);

}
.quikctech-answers span{
  font-size: 11px;
  margin-left: 18px;

}
.quicktech-q-a{
  background-color: #e0e0e0c8;
  padding: 20px;
  border-radius: 4px;
}

#quikctech-customer-viewed{
  padding-bottom: 30px;
}

.quikctech-sidecart-img img{
     width: 80px;
     height: 80px;
}


.offcanvas-header h5{
  font-weight: 700;
  padding-right: 20px;
}

.quicktech-close{
background-color: #C57C8A !important;
}

.pp p{
  font-size: 14px;
  font-weight: 400;
}
.pp p span{
  font-size: 13px;
  font-weight: 400;
}
.quikctech-sidebar-cart-details button{
  background-color: transparent;
  border: none;
  color: red;
}
.quicktech-sidebar-cart-content {
  padding: 10px;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.quicktech-quantity-buttonn {
	padding: 1px 10px;
	background-color: #C57C8A;
	color: white;
  cursor: pointer;
}
.quicktech-quantiti-work{
  justify-content: end;
}
.quicktech-side-cart-price p{
  background-color: white;
  padding: 5px 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}
.offcanvas-body{
  position: relative;
  overflow-x: hidden;
  width: 100% !important;

}
.side-cart-footer{
  position: fixed;
  bottom: 0;
  background-color: white;
  padding: 10px;
  width:100%;
  column-gap: 177px;
  align-items: center;

}
.side-cart-footer p{
  font-size: 16px;
  font-weight: 600;
  width: 76px;
}
.side-cart-footer span{
  color: #C57C8A;
  font-size: 15px;
  width: 72px;
}
.side-cart-footer a{
  padding: 6px 17px;
  background-color: #C57C8A;
  color: white;
  font-weight: 600;
  width: 112px;
}
.offcanvas-body {
	flex-grow: 1;
	padding-left: 0 !important;
	overflow-y: auto;
}

.swiper-notification{
    display:none !important;
}

/* dashboard */
.quicktech-dash-tab button {
  background-color: transparent !important;
  font-size: 20px;
  font-weight: 400 !important;
  color: black !important;
  text-align: left;
  transition: 0.3s ease-in-out;
}
.quicktech-dash-tab button:hover {
  color: #C57C8A !important;
}
.quicktech-dash-tab button.active {
  color: #C57C8A !important;
}
.quicktech-dashboard-tab-content{
  background-color: rgb(251 245 246);
  padding: 40px 20px;
  border-radius: 10px;
}
.quicktech-dashboard-tab-content p a{
 color: #C57C8A;
}
.quicktech-dashboard-tab-content p{
  font-size: 16px;
  font-weight: 500;
}

/* order */
#quicktech-dashboard{
  padding-bottom: 30px;
}
.order-card {
  background-color: #f8f9fc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.order-card header {
  background-color: #1e2c48;
  color: white;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-card header h1 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.order-card header .order-id {
  color: #C57C8A;
  font-weight: bold;
}
.order-card header .view-button {
  background-color: #C57C8A;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 5px 15px;
  cursor: pointer;
}
.order-card section {
  padding: 15px 0;
}
.order-card section .label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.order-card section .value {
  font-size: 14px;
  margin-bottom: 10px;
}
.order-card .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #555;
}

.quicktech-order-content-main{
  background-color: rgb(251 245 246);
  padding: 20px;
  border-radius: 10px;
}
/* address */
.quicktech-add-address-btn {
  background: none;
  border: none;
  color: #FF4081;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
}

.quicktech-address-form {
  display: none;
  flex-direction: column;
  gap: 10px;
}

.quicktech-address-form input,
.quicktech-address-form select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

.quicktech-buttons {
  display: flex;
  justify-content: space-between;
}

.quicktech-close-btn,
.quicktech-save-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.quicktech-close-btn {
  background-color: #1A2238;
  color: white;
}

.quicktech-save-btn {
  background-color: #FF4081;
  color: white;
}

.quicktech-address-list {
  margin-top: 20px;
}

.quicktech-address-item {
  display: flex;
  justify-content: space-between;
  background-color: #1A2238;
  color: white;
  padding: 15px;
  border-radius: 5px;
}

.quicktech-edit-btn {
  background: none;
  border: none;
  color: #FF4081;
  cursor: pointer;
}
/* address */
.quicktech-container {
	margin: 0 auto;
	padding: 20px;
  background-color: rgb(251 245 246);
	padding-bottom: 55px;
}
.quicktech-bg{
  background-color: rgb(251 245 246);
  padding: 30px;
  border-radius: 10px;
}

.quicktech-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.quicktech-row input,
.quicktech-row select {
  width: 48%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.quicktech-row select {
  background-color: #fff;
}

.quicktech-row input::placeholder {
  color: #ccc;
}

.quicktech-btn {
  background-color: #ff4d7e;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}

/* otp */
.otp-container {
  text-align: center;
  padding: 30px;
}

.otp-container h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.otp-container p {
  font-size: 14px;
  margin: 10px 0;
  color: #333;
}

.otp-container strong {
  font-weight: bold;
  font-size: 16px;
}

.otp-input-container {
	display: flex;
	justify-content: center;
	margin: 20px 0;
	column-gap: 20px;
}

.otp-input-container input {
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.otp-input-container input:focus {
  border-color: #C57C8A;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.resend-otp {
  color: #f78fb3;
  font-size: 14px;
  margin-bottom: 20px;
}

.resend-otp span {
  color: #f78fb3;
  font-weight: bold;
}

.verify-button {
  background-color: #C57C8A;
  color: white;
  padding: 10px 30px;
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}

.verify-button:hover {
  background-color: white;
  border: 2px solid #C57C8A;
  color: black;
}
/* dashboard */

/* order-details */
.quicktech.order-container {
  font-family: 'Arial', sans-serif;
  margin: 20px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.quicktech.order-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.order-header h2 {
  font-size: 21px;
  color: #333;
  font-weight: 700;
}
.order-header span {
color: #C57C8A;
}

.quicktech.order-number {
  color: #f45b5b;
}

.quicktech.order-status {
  color: #ff4d4d;
  font-weight: bold;
}

.quicktech.order-details {
  margin-bottom: 20px;
}

.quicktech.order-items {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.quicktech.order-items th,
.quicktech.order-items td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  font-size: 16px;
}

.quicktech.order-items th {
  background-color: #f5f5f5;
  color: #555;
}

.quicktech.order-items img {
  width: 60px;
  height: 60px;
}

.quicktech.customer-details, .quicktech.delivery-address, .quicktech.order-summary {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.quicktech.customer-details h3, .quicktech.delivery-address h3, .quicktech.order-summary h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #333;
  font-weight: 600;
}

.quicktech.customer-details table {
  width: 100%;
  border-collapse: collapse;
}

.quicktech.customer-details td {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 15px ;
  font-weight: 500;
}

.quicktech.address-summary {
  display: flex;
  justify-content: space-between;
}

.quicktech.total {
  text-align: right;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #eee;
}

.quicktech.total h2 {
  font-size: 24px;
  color: #333;
}

.quicktech-ad p{
  font-size: 15px;
  font-weight: 400;
}
.quicktech-ad strong{
  font-size: 15px;
  font-weight: 700;
}

/* checkout */
.quicktec-container {
  padding: 40px;
  background-color: #fff;
}
.quicktec-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.quicktec-form-control, .quicktec-form-select {
  margin-bottom: 15px;
}
.quicktec-summary {
  border-left: 2px solid #eee;
  padding-left: 40px;
}
.quicktec-summary h6 {
  font-weight: bold;
}
.quicktec-total {
  font-size: 24px;
  color: #C57C8A;
  font-weight: bold;
}
.quicktec-order-btn {
  background-color: #C57C8A;
  border: none;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 15px;
}
.quicktec-order-btn:hover {
  background-color: #C57C8A;
}
.apply-btn {
  padding: 6px 18px;
  background-color: #C57C8A;
  border: 2px solid transparent;
  color: white;
  font-weight: 600;
  border-radius: 4px;
}
.apply-btn:hover {
  padding: 6px 18px;
  background-color: white;
  border: 2px solid #C57C8A;
  color: black;
}
.quicktech-coupon input{
  padding: 4px 0;
  padding-left: 5px;
  padding-right: 6px;
  border-radius: 4px;
  border: 2px solid #ddd;
}

/* privacy policy */
.quicktech-privacy-policy h3{
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  padding-bottom: 20px;
}

.quicktech-privacy-policy p{
  font-size: 16px;
  font-weight: 400;
}

#quicktech-privacy{
  padding-bottom: 30px;
}

#quicktech-mobile-nav{
  display: none;

}

.quikctech-recommend h4{
  font-size: 20px;
  font-weight: 600;
}

.quicktech-bottom-nav-filter{
  display: none;
}

/* outlets */
.quicktech-outlet-head h4{
       font-size: 24px;
       font-weight: 600;
}
.quicktech-outlet-head p{
  font-size: 16px;
  font-weight: 400;
}
#quicktech-outlets{
  padding-bottom: 30px;
}
.out-imgg{
  height: 365px;
}
/* outlets */

/* magazine */
.quicktech-magazine-img img{
  height: 650px;
}
.quicktech-magazine-img p{
  font-weight: 500;
  color: black;
  padding-top: 10px;
}
/* magazine */

/* our story */
#quicktech-ourstory{
  padding-bottom: 30px;
}
.quicktech-mission h3{
  font-size: 20px;
  font-weight: 600;
}
.quicktech-mission p{
  font-size: 16px;
  font-weight: 400;
}
.quicktech-its-new{
  background-color: #f05a7894;
  padding: 10px;
}
.quicktech-its-new h3{
  font-size: 18px;
  font-weight: 500;
}
.quicktech-ceo-details{
  padding: 50px 0;
}
.quicktech-ceo-details h5{
  font-size: 21px;
  font-weight: 600;
}
.quicktech-ceo-details p{
  font-size: 16px;
  font-weight: 400;
}
.quicktech-see-gal img{
  height: 340px;
}
/* our story */

/* winter-sale */
#winter-sale{
  padding: 30px 0;
}
.quicktech-winsale-btn a {
	font-size: 23px;
	padding: 8px 24px;
	background: linear-gradient(to right, #C57C8A, #0000002e);
	border: 4px solid transparent;
	border-radius: 8px;
	color: white;
	font-weight: 600;
	transition: 0.4s ease;
	background-origin: border-box;
	background-clip: padding-box, border-box;
	position: relative;
	z-index: 1;
}

.quicktech-winsale-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, #745d65, #000000ad, #C57C8A, #4d4044);
	z-index: -1;
	background-size: 300% 300%;
	border-radius: 8px;
	padding: 4px;
	animation: borderAnimation 2s linear infinite;
}

.quicktech-winsale-btn a:hover::before {
  background: linear-gradient(45deg, #f5145b, #C57C8A, #ff5a8e, #C57C8A);
}

@keyframes borderAnimation {
  0% {
     background-position: 0% 50%;
  }
  100% {
     background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
 }
 0% {
    background-position: 100% 50%;
 }
}
/* winter-sale */

/* brands */
.dropdown-menu-large {
  width: 700px; /* Adjust the width of the dropdown */
}
.brand-list {
  max-height: 400px;
  overflow-y: auto;
  border-right: 1px solid #ddd;
}
.brand-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  height: 600px;
  overflow-y: scroll;
}
.brand-logos img {
  width: 120px;
  height: 80px;
  margin: 6px;
  border: 2px solid #f7f7f7;
}
.list-group-item a{
  font-size: 14px;
  color: black;
  font-weight: 500;
}
.brand-list{
  padding: 10px 23px;
}

/* brands */


.search_img{
    width:90px;
}
.search_img img{
    width:100%;
    height:70px
}
.search_content p{
    color:black;
    padding-left:10px;
}
.search_product{
    padding:20px;
}
.search_product ul li {
	border-bottom: 1px solid #0000001f;
	margin-bottom: 5px;
}
.wishlist-icon{
    color: yellow !important
}

.dropdown-column a{
    color:black;
    font-weight:700;
    font-size:16px;
}

.copyright p{
    color:white !important;
}


.quikctech-varient-modal{
 display:flex;
 gap:20px
}



/**/

 .quikctech-varientt-table {
      max-width: 500px;
      margin: 40px auto;
      border: 1px solid #dee2e6;
      border-radius: 10px;
      overflow: hidden;
    }

    .quikctech-varientt-size,
    .quikctech-varientt-color {
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 5px 12px;
      cursor: pointer;
      background: #fff;
      transition: all 0.2s ease;
      margin-right: 8px;
      display: inline-block;
      font-size: 14px;
      color: #333;
    }

    .quikctech-varientt-size.active,
    .quikctech-varientt-color.active {
      border-color: #C57C8A;
      color: #C57C8A;
      font-weight: 600;
    }

    .quikctech-varientt-size-wrapper,
    .quikctech-varientt-color-wrapper {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 6px;
      flex-direction:column;
    }


.quicktech-v-flex{
    display: flex;
   align-items: baseline;
   gap: 14px;
}


.quicktech-percentage{
    position: absolute;
  top: -9px;
  background-color: black;
  height: 37px;
  padding: 0 13px;
  border-bottom-right-radius: 10px;
}

.quicktech-percentage p{
    color: white;
  font-size: 14px;
  padding-top: 12px;
}

.quictech-product-img p s{
    color: #00000091;
  font-size: 14px;
}


.quicktech-bundlae-img img{
    height:288px;
}


.quicktech-bundle-text h5{
    color:black;
    font-weight:500;
    
}
.quicktech-bundle-text p{
    color:black;
    font-weight:500;
    font-size:16px;
    color:#C57C8A;
    
}


.quicktech-bundle-text span {
	font-size: 14px;
	padding: 4px 20px;
	background-color: #f7f7f7;
	border-radius: 20px;
	color: #000000a3;
}
.quicktech-bundle-product-inner{
    border: 1px solid #C57C8A33;
  padding: 13px;
  background-color: white;
  transition:0.3s ease;
  
}

.quicktech-bundle-product-inner:hover{
    box-shadow: 0 0 4px 1px #C57C8Aa3;
}

.quicktech-bundlaelist-img img {
	height: 79px;
}

.quicktech-bundle-product-inners {
	display: flex;
	border: 1px solid #C57C8A33;
	padding: 13px;
	background-color: #C57C8A03;
	transition: 0.3s ease;
	align-items: center;
}

.quicktech-bundle-product-inners:hover{
     box-shadow: 0 0 4px 1px #C57C8Aa3;
}


.quicktech-bundle-price h4{
    font-weight: 600;
}

.quicktech-bundle-price p{
    font-size: 24px;
  font-weight: 600;
}

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

.quicktech-bundle-price button{
    width:100%;
    padding: 9px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: white;
  background-color: #C57C8A;
  margin-bottom:10px;
}
.quicktech-bundle-price button:hover{
     background-color: transparent !important;
     border: 1px solid #C57C8A;
     color:black;
}


.quikctch-bundale-name h3{
    font-weight:600;
}



/*brand new*/


    

    .quicktech-brand-new-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 25px;
    }

    .quicktech-brand-new-product {
      border: 2px solid transparent;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
      padding: 15px;
      transition: all 0.3s ease;
      cursor: pointer;
      height: max-content;
    }
    
    .quikctech-brand-inne{
        
    }

    .quicktech-brand-new-product.active {
      border-color: #C57C8A;
      box-shadow: 0 0 10px rgba(13, 110, 253, 0.25);
    }

    .quicktech-brand-new-image img {
      width: 100%;
      height: 220px;
      border-radius: 6px;
    }

    .quicktech-brand-new-product h6 {
      font-size: 15px;
      font-weight: 600;
      margin-top: 10px;
      color: #111;
    }

    .quicktech-brand-new-sub {
      font-size: 13px;
      color: #555;
      margin-bottom: 2px;
    }

    .quicktech-brand-new-price {
      font-size: 18px;
      font-weight: 600;
      color: #0066ff;
      margin-top: 8px;
      margin-bottom: 2px;
    }

    .quicktech-brand-new-brand {
      font-size: 13px;
      color: #888;
    }

    .quicktech-brand-new-hidden {
      display: none;
      margin-top: 12px;
      text-align: center;
    }

    /* Quantity */
    
    
    .quikctech-brand-inne{
        position:relative;
    }
    
 .quicktech-brand-new-quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 8px;
	position: absolute;
	top: 11px;
	right: 8px;
	background-color: #ffffffa6;
	padding: 5px;
	border-radius: 7px;
}

    .quicktech-brand-new-quantity button {
      width: 32px;
      height: 32px;
      border: 1px solid #ccc;
      background-color: #f8f9fa;
      border-radius: 6px;
      font-weight: bold;
      transition: 0.2s;
    }

    .quicktech-brand-new-quantity button:hover {
      background-color: #e9ecef;
    }

    /* Sizes */
    .quicktech-brand-new-size {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .quicktech-brand-new-size button {
      border: 1px solid #ccc;
      background: #fff;
      border-radius: 6px;
      padding: 5px 12px;
      font-size: 14px;
      font-weight: 500;
      transition: all 0.3s;
    }

    .quicktech-brand-new-size button.active {
      background: #C57C8A;
      color: #fff;
      border-color: #C57C8A;
    }

    /* Colors */
    .quicktech-brand-new-color {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 8px;
    }

    .quicktech-brand-new-color-option {
      display: flex;
      align-items: center;
      gap: 6px;
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 5px 10px;
      font-size: 13px;
      background: #fff;
      cursor: pointer;
      transition: all 0.3s;
    }

    .quicktech-brand-new-color-option:hover {
      border-color: #C57C8A;
    }

    .quicktech-brand-new-color-option.active {
      border-color: #C57C8A;
      background: #C57C8A;
      color: #fff;
    }

    .quicktech-brand-new-color-box {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1px solid #ddd;
    }



/* Default product card */
/* Default product inner card */
.quicktech-brand-new-product {
  border: 1px solid transparent; /* default no border */
  border-radius: 5px; /* optional */
  transition: border 0.3s;
  cursor: pointer;
  padding: 10px; /* optional */
  text-align:center;
}

/* Active / selected state */
.quikctech-brand-inne.active .quicktech-brand-new-product {
  border: 2px solid #C57C8A; /* your theme color */
}


.quicktech-confirm-btn a{
    padding:7px 30px;
    background-color:#C57C8A;
    color:white;
    font-weight:600;
    border-radius:5px;
}


.floating-cart{
    position: fixed;
  bottom: 60px;
  right: 40px;
  z-index:99999;
}

.floating-c {
  animation: quikctech-zoom-infinite 2s ease-in-out infinite;
  transform-origin: center;
  position:relative;
}

.floating-c span{
    position: absolute;
  top: 8px;
  right: 2px;
  font-size: 12px;
  width: 25px;
  height: 25px;
  background-color: black;
  border-radius: 50%;
  color: white;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

@keyframes quikctech-zoom-infinite {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}
/*brand new*/

.floating-c a p{
    color: white ;
  background-color: #C57C8A;
  padding: 4px;
  font-size:16px;
  border-radius: 5px;
  font-weight: 600;
}

.quikctech-hot-deal-btn a {
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    color:white;
    
    /* Animation settings */
    /*animation: rainbow-text 4s linear infinite;*/
}

/*@keyframes rainbow-text {*/
    0%   { color: #ff0000; } /* Red */
    20%  { color: #ffd700; } /* Gold */
    40%  { color: #00ff00; } /* Green */
    60%  { color: #00ffff; } /* Cyan */
    80%  { color: #ff00ff; } /* Magenta */
    100% { color: #ff0000; } /* Back to Red */
/*}*/


.wishlist-wqw{
    position: absolute;
  top: -7px;
  width: 17px;
  height: 17px;
  background-color: white;
  color: black;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  font-size: 11px;
  right: -9px;
}
.price-wqw{
       position: absolute;
  top: -5px;
  width: 17px;
  height: 17px;
  background-color: white;
  color: black;
  text-align: center;
  line-height: 17px;
  border-radius: 50%;
  font-size: 11px;
  right: -9px; 
}
.quikctech-c-b {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 5px 5px;
	background-color: white;
	color: black !important;
	border-radius: 20px;
	padding-right: 14px;
}
.quikctech-c-b i{
    background-color: #C57C8A;
  padding: 7px;
  border-radius: 50%;
  font-size: 13px;
  color:white;
}

.quicktech-right-mob-nav ul{
    display: flex;
  gap: 16px;
  margin-top: 11px;
  justify-content:end;
}

.quicktech-right-mob-nav ul li a {
	font-size: 18px;
	color: white !important;
}

.quikctech-left-menu-side{
    max-width: 80% !important;
}

.custom-tabs {
  background-color: #f5f5f5; /* Light grey bar */
}

.custom-tabs .nav-link {
  color: black !important;          /* Inactive text color */
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 1.2rem 0;       /* Vertical spacing */
  font-size: 14px;
  letter-spacing: 0.5px;
  border-bottom: 3px solid transparent; /* Hidden border placeholder */
}

/* Active State */
.custom-tabs .nav-link.active {
  background-color: #e9e9e9 !important; /* Slightly darker grey for active */
  color: #333333 !important;           /* Darker text for active */
  border-bottom: 3px solid #5bc0de !important; /* The blue underline */
}

/* Hover State */
.custom-tabs .nav-link:hover {
  border-color: transparent;
  color: #333333;
}


.quicktech-shop-by a{
    color:black;
}

.quicktech-shop-by {
	border-bottom: 1px solid #ddd;
	padding-bottom: 13px;
}

.toggle-icon{
    cursor:pointer !important;
}

.item-sidebar{
    display:none;
}

.quikctech-c-b{
    cursor:pointer;
}


.quikctech-cate-inners{
    display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
.quicktech-category-item {
	width: 100%;
	padding: 6px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background-color:white;
}


.quikctech-ceo-text {
    padding-left: 30px;
}

.quikctech-ceo-text h4{
    font-size: 24px;
 color: #145ca4;
  font-weight: 600;
}


.ceoswiper {
  width: 100%;
  height: auto;
  position:relative;
  overflow:hidden;
}


.quikctech-ceo-slide{
    padding-bottom:50px;
}


.swiper-button-next::after, .swiper-button-prev::after {
	content: none !important;
}

.category-name {
  margin-bottom:0;
}

/* Main Slider Styling */

.quikctechpsliderd-thumbs{
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
}

.quikctechpsliderd-main{
        position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
}
.quikctechpsliderd-main {
 
  width: 100%;
}

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

/* Thumbnails Styling */
.quikctechpsliderd-thumbs {
  height: 119px;
  box-sizing: border-box;
  padding: 10px 0;
  
}

.quikctechpsliderd-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4; /* Dimmed thumbnails */
  cursor: pointer;
}

/* Highlight the active thumbnail */
.quikctechpsliderd-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}


.customerviwedswiper {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-bottom: 51px;
}

.quikctech-main-p-img img{
    height: 438px;
}


.quikctech-news-card {
    width: 100%;
    background: #f5f9fd;
    border-radius: 2px;
    overflow: hidden;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Image */
.quikctech-news-img-wrap img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Content box */
.quikctech-news-content {
    background: #f4f7fc;
    padding: 28px 26px 24px;
}

/* Title */
.quikctech-news-title {
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: #142a4f;
    margin: 0 0 14px;
}

/* Description */
.quikctech-news-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #7a8795;
    margin: 0 0 22px;
}

/* Meta */
.quikctech-news-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.quikctech-news-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.quikctech-news-author {
    font-size: 14px;
    font-weight: 600;
    color: #142a4f;
}

.quikctech-news-divider {
    color: #a0acb8;
    font-size: 14px;
}

.quikctech-news-date {
    font-size: 14px;
    color: #7a8795;
}


/* news */
.quikctech-donate-form textarea.form-control{
    height:100px;
    resize:none;
}

/* Radio */
.quikctech-donate-form .form-check-input{
    accent-color:#22c55e;
}

/* Button */
.quikctech-donate-form .qt-btn{
    background:#00a652;
    border:none;
    color:#fff;
    padding:14px 42px;
    font-size:15px;
    font-weight:600;
    border-radius:30px;
}

.quikctech-donate-form .qt-btn:hover{
    background:#ff6428;
}

.quicktech-banner-content ul {
	display: flex;
	gap: 15px;
	justify-content: center;
}

.quicktech-banner-content ul li{
    color: white;
}
/* donate */


/* causes single */
.causes-singlebar{
    width:100%;
   
}

/* Percentage text */
.causes-singlebar .csb-percent{
    text-align:center;
    font-size:15px;
    color:#bdbdbd;
    margin-bottom:6px;
}

/* Track */
.causes-singlebar .csb-track{
    width:100%;
    height:4px;
    background:#eeeeee;
    border-radius:4px;
    overflow:hidden;
}

/* Fill */
.causes-singlebar .csb-fill{
    height:100%;
    background:#00a652;
    border-radius:4px;
}

.causes-single-raised ul{
    display: flex;
 
  justify-content: space-between;
  margin-top: 15px;
}

.causes-single-raised ul li {
	color: rgba(0, 0, 0, 0.49);
}
.quikctech-single-text p{
    color: rgba(0, 0, 0, 0.527);
}

.quikctech-single-text h3{
    font-weight: 600;
    font-size: 26px;
}

.quikctech-single-text ul {
	padding-top: 13px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.quikctech-single-text ul li {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.575);
   
}
.quikctech-single-text ul li i{
    font-size: 10px !important;
     margin-right: 8px;
     color: #00a652;
}

.quicktech-causessingle-left{
    padding: 20px;
  background-color: white;
 
  box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}

.quikctech-donatenow a{
    padding: 6px 25px;
    background-color: #00a652;
    color: white;
    font-weight: 600;
    border-radius: 4px;
}

.quikctech-causesingle-widget{
    background-color: white;
  padding: 13px;
    box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}

.psoo{
    position: relative;
}

.psoo input{
    width: 100%;
    padding: 6px;
    background-color: #f4f7fc;
    border: none;
    padding-left: 20px;
}
.psoo button {
	position: absolute;
	right: 2px;
	top: 1%;
	border: none;
	background-color: #00a652;
	padding: 5px 10px;
	color: white;
}

.quikctech-causesingle-widget h4{
    font-size: 20px;
}

.quikctech-recent-post-single a{
    display: flex;
  gap: 13px;
}

.quikctech-recent-post-content h5{
    font-size: 16px;
    font-weight: 600;
    color: #1f2b45;
}

.quikctech-recent-post-content span{
    font-size: 13px;
  color: #0000009e;
}

.quikctech-tags{
    display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.quikctech-tags a {
	padding: 6px 20px;
	border: 1px solid #0006;
	color: #000000ab;
	font-weight: 600;
	font-size: 12px;
}

.quicktech-comment{
    max-width:760px;
    margin:auto;
    font-family: "Inter", sans-serif;
}

/* Comment Item */
.quicktech-comment-item{
    display:flex;
    gap:18px;
    background:#f7faff;
    padding:22px;
    border-radius:12px;
    margin-bottom:18px;
}

/* Avatar */
.quicktech-comment-avatar img{
    width:54px;
    height:54px;
    border-radius:50%;
    object-fit:cover;
}

/* Content */
.quicktech-comment-content{
    flex:1;
}

/* Header */
.quicktech-comment-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.quicktech-comment-header h5{
    font-size:16px;
    font-weight:600;
    margin:0;
    color:#0f172a;
}

.quicktech-comment-reply{
    font-size:13px;
    color:#00a652;
    text-decoration:none;
    font-weight:500;
}

/* Date */
.quicktech-comment-date{
    display:block;
    font-size:13px;
    color:#8b97a6;
    margin:6px 0 10px;
}

/* Text */
.quicktech-comment-content p{
    font-size:14px;
    color:#6b7280;
    line-height:1.6;
    margin:0;
}

/* Form */
.quicktech-comment-form{
    margin-top:40px;
}

.quicktech-comment-form h4{
    font-size:20px;
    font-weight:700;
    color:#0f172a;
    margin-bottom:18px;
}

.quicktech-comment-row{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin-bottom:14px;
}

.quicktech-comment-form input,
.quicktech-comment-form textarea{
    width:100%;
    border:none;
    background:#f7faff;
    padding:14px;
    font-size:14px;
    border-radius:8px;
    outline:none;
}

.quicktech-comment-form textarea{
    height:120px;
    resize:none;
    margin-top:14px;
}

/* Button */
.quicktech-comment-form button{
    margin-top:18px;
    padding:10px 26px;
    background:#00a652;
    border:none;
    border-radius:20px;
    font-size:14px;
    cursor:pointer;
    color: white;
}

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

.quikctech-author-details ul{
    display: flex;
  gap: 31px;
  align-items: center;
}
.quikctech-author-details ul li img{
    width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}
.quikctech-author-details ul li{
    font-size: 14px;
  color: #00000070;
}
/* causes single */
.quicktech-news-inn {
	background-color: #f4f8fc;
	padding: 30px;
	display: flex;
	align-items: first baseline;
	gap: 15px;
}

.quicktech-news-inn h5{
    font-size: 25px;
  color: #0000008c;
}

.quicktech-single-causes-text h3{
    font-weight: 600;
}

.quikctech-news-social{
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 1px 40px 0px rgba(40, 63, 116, 0.1);
}

.quikctech-single-causes-img img{
    height: 400px;
  object-fit: cover;
}


.quikctech-author-news {
	display: flex;
	gap: 20px;
	background-color: #f4f8fc;
	padding: 30px;
}
.quikctech-author-news img{
    width: 150px;
  height: 150px;
  border-radius: 50%;
}

.quikctech-author-news-text a{
    padding: 7px 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  color: #00000087;
  font-weight: 600;
}

.quicktech-soc{
    display: flex;
  gap: 17px;
}

.quicktech-q-left-p{
    padding-left: 46px;
}


.quikctech-kaskdsa{
    width: 100%;
  text-align: left;
  padding: 0 14px;
}

  :root {
            --primary: #275efe;
            --primary-light: #7699ff;
            --dark: #1c212e;
            --grey-light: #f2f5f7;
            --white: black;
        }
        
          .quicktech-add-button {
            --color: var(--white);
            --icon: var(--white);
            --cart: var(--white);
            --shirt: var(--white);
            --text-o: 1;
            --text-y: 0;
            --cart-x: -55px; 
            --cart-y: 0px;
            --cart-r: 0deg;
            --cart-s: 0.8;
            --shirt-x: 0;
            --shirt-y: -16px;
            --shirt-s: 0;
            --shirt-o: 0; 
            --tick-o: 0;
            --tick-s: 0;
            cursor: pointer;
            position: relative;
            padding: 14px 36px 14px 54px;
            font-size: 15px;
            font-weight: 600;
            line-height: 20px;
            border-radius: 10px;
            border: none;
            outline: none;
            background: var(--primary);
            color: var(--color);
            -webkit-tap-highlight-color: transparent;
            box-shadow: 0 4px 20px -4px rgba(39, 94, 254, 0.4);
            overflow: visible; 
            transition: transform 0.2s;
        }

        .quicktech-add-button:active {
            transform: scale(0.96);
        }

        .quicktech-add-button span {
            display: block;
            opacity: var(--text-o);
            transform: translateY(var(--text-y));
            color:black;
        }

        .quicktech-add-morph {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 16px;
            fill: none !important;
            display: block;
            pointer-events: none;
        }

        .quicktech-add-shirt,
        .quicktech-add-cart {
            position: absolute;
            left: 50%;
            pointer-events: none;
        }

        .quicktech-add-shirt {
            width: 22px;
            height: 22px;
            top: -26px;
            margin-left: -11px;
            opacity: var(--shirt-o);
            transform: translate(var(--shirt-x), var(--shirt-y)) scale(var(--shirt-s));
            fill: var(--shirt);
        }

        /* Container remains named "cart" to keep your GSAP logic intact */
        .quicktech-add-cart {
            width: 32px;
            height: 26px;
            top: 50%;
            margin-top: -13px;
            margin-left: -16px;
            transform: translate(var(--cart-x), var(--cart-y)) rotate(var(--cart-r)) scale(var(--cart-s));
        }

        .quicktech-add-cart svg {
            display: block;
            fill: none;
            stroke: var(--cart);
            stroke-width: 2.5px;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

        .quicktech-add-cart svg .quicktech-add-tick {
            stroke: var(--white);
            opacity: var(--tick-o);
            transform: scale(var(--tick-s));
            transform-origin: 18px 16px;
        }


.quicktech-category-item img {
	width: 78px !important;
	height: 78px !important;
	display: block;
	margin: auto;
	background-color: #F7E8EC5E;
	padding: 14px;
	border-radius: 50%;
}

.quicktech-category-item{
    position:relative;
    transition:0.3s ease;
}
.quicktech-category-item:hover{
    transform:scale(1.03);
    box-shadow: 0 0 4px 1px #C57C8Aa3;
}

.cateslideswiper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}


& .swiper-button-next, & .swiper-button-prev, & ~ .swiper-button-next, & ~ .swiper-button-prev {

	background-color: white;
	color: black;
	padding: 10px;
	width: 29px;
	border:1px solid #ddd;
}
.read-more-content p{
    text-align: justify;
}
.read-more-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.read-more-content {
    max-height: 287px; /* Your requested height */
    overflow: hidden;
    position: relative;
    transition: max-height 0.5s ease; /* Smooth opening animation */
}

/* The gradient fade effect when closed */
.read-more-content.is-closed::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(transparent, #F7e8ec);
    pointer-events: none;
}

.read-more-btn {
	background: none;
	border: none;
	color: #C57C8A;
	cursor: pointer;
	font-weight: bold;
	padding: 10px 0;
	display: block;
	font-size: 15px;
}

/* When expanded, remove the height limit */
.read-more-content.is-open {
    max-height: 2000px; /* Large enough to fit all content */
}



/* Container positioning */
  .messenger-wrapper {
    position: fixed;
 bottom: 69px;
    right: 30px;
    display: flex;
    flex-direction: row-reverse; /* Keeps text on the left */
    align-items: center;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    z-index: 9999;
  }

  /* The "Chat With Us" Label */
  .chat-label {
    background: #ffffff;
    color: #444;
    padding: 10px 22px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    margin-right: 12px;
    font-weight: 500;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    
    /* Animation: Hidden by default */
    opacity: 0;
    transform: translateX(15px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    
    white-space: nowrap;
  }

  /* The Messenger Icon */
  .messenger-circle {
    width: 60px;
    height: 60px;
    background: #0084FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    /* Blinking pulse animation */
    animation: pulse-shadow 2s infinite;
  }

  .messenger-circle svg {
    width: 32px;
    height: 32px;
    fill: white;
  }

  /* Hover States */
  .messenger-wrapper:hover .chat-label {
    opacity: 1;
    transform: translateX(0);
  }

  /* Keyframe for the pulsing shadow */
  @keyframes pulse-shadow {
    0% {
      box-shadow: 0 0 0 0px rgba(0, 132, 255, 0.7);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(0, 132, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 0px rgba(0, 132, 255, 0);
    }
  }
