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



/* common css start */

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


/* common css end */

/* navbar */
.quicktech-logo img{
  height: 84px;
  /*padding-top: 6px;*/
}

/*.quicktech-logo{*/
/*    position: relative;*/
/*}*/
/*.quicktech-logo::after {*/
/*	position: absolute;*/
/*	content: "";*/
/*	width: 500px;*/
/*	height: 3px;*/
/*	background-color: black;*/
/*	color: black;*/
/*	top: 50%;*/
/*    right: 0;*/
/*}*/
/*.quicktech-logo::before {*/
/*	position: absolute;*/
/*	content: "";*/
/*	width: 500px;*/
/*	height: 3px;*/
/*	background-color: black;*/
/*	color: black;*/
/*	top: 50%;*/
/*    left: 0;*/
/*}*/

.quikctech-search-in input {
	padding: 10px;
	padding-left: 32px;
	border: none;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
    border: 2px solid transparent;
}
.quikctech-search-in{
    position: relative;
}
.quikctech-s-icon button {
	position: absolute;
	top: 12px;
	left: 7px;
	border: none;
	background-color: transparent;
    color: #00000082;
}
#quicktech-desktop-menu {
	background: linear-gradient(to bottom, #008CE3, #0058a4);
	position: sticky;
	top: 0;
	z-index: 99;
}
.quikctech-search-in input:focus-visible {
	border-color: black !important;
	outline: none !important;
	border: 2px solid;
}

.quikctech-nav-menu ul{
    display: flex;
  justify-content: end;
  gap: 20px;
  /*padding-top: 10px;*/
  align-items:center;
}
.quikctech-nav-menu ul li a {
	color: white;
	font-size: 13px;
	font-weight: 600;
	transition: 0.3s ease;
	text-transform: uppercase;
}
.quikctech-nav-menu ul li a:hover{
    color: #f88a11;
   
}

.quicktech-right-menu ul{
    display: flex;
  justify-content: end;
  padding-top: 10px;
  gap: 30px;
}
.quicktech-right-menu ul li a{
    color: black;
}

/* navbar */

/* banner */

.quikctech-banner-inner{
    display: flex;
    width: 100%;
}
.quicktech-banner-left {
	width: 50%;
	height: 613px;
}
.quicktech-banner-right {
	width: 50%;
	height: 613px;
    padding:50px;
}
.quicktech-banner-left{
    position: relative;
}
.quicktech-b-p {
	width: 286px;
	background-color: white;
	padding-bottom: 4px;
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid #f7f7f7;
    overflow: hidden;
}
.quicktech-b-p img{
    width: 100%;
    height: 352px;
}

.quicktech-b-p h4{
    font-size: 19px;
    padding-top: 7px;
    color: black;
}
.quikctech-pp-inner{
    position: relative;
}
.overlay{
    position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 92%;
  opacity: 0;
  transition: 0.4s ease;
}

.overlay ul {
	display: flex;
	gap: 10px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.quicktech-b-p:hover .overlay{
   opacity: 1;
   width: 100%;
}
.overlay ul li button{
    width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  line-height: 40px;
  background-color: black;
  color: white;
}
.overlay ul li button:hover{
    width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  line-height: 40px;
  background-color: white;
  color: black;
}

.quicktech-content-right-ban h5{
  font-size: 17px;
  font-weight: 600;
}
.quicktech-content-right-ban h1{
    font-size: 74px;
  padding-top: 17px;
  }

  .quicktech-content-right-ban p{
    width: 550px;
    padding-top: 20px;
  }
/* banner */
.quikctech-start-shop-btn {
    display: inline-block;
    background: #0058a4;
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.quikctech-start-shop-btn span {
    transition: opacity 0.3s ease;
}

.quikctech-start-shop-btn .go-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.go-text{
    color: white;
}
.quikctech-start-shop-btn:hover .start-text {
    opacity: 0;
}

.quikctech-start-shop-btn:hover .go-text {
    opacity: 1;
    color: white;
}
/*.fa-facebook {*/
/*    color: #1877F2 !important; */
/*}*/

/*.fa-youtube {*/
/*    color: #FF0000 !important; */
/*}*/

/*.fa-instagram {*/
/*    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;*/
/*    -webkit-background-clip: text !important;*/
/*    -webkit-text-fill-color: transparent !important;*/
/*}*/

/*.fa-linkedin {*/
/*    color: #0077B5 !important; */
/*}*/
.icon {
    background-color: #0256c4;
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 8px;
    color: white;
}
.quikctech-ser-main a i{
    color:#0256c4;
}
.quikctech-start-btnn{
    padding-top: 20px;
}

.quikctech-video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}
.quikctech-video-modal .modal-content {
    position: relative;
    max-width: 800px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quikctech-video-modal iframe {
    width: 100%;
    height: 450px;
    border: none;
}
.quikctech-video-modal .close {
	position: absolute;
	top: -35px;
	right: -10px;
	background: none;
	border: none;
	font-size: 24px;
	color: white;
	cursor: pointer;
}

.quikctech-start-btnn{
    display: flex;
    gap: 10px;
    align-items: center;
}

.quikctech-bn-v-btn {
	padding: 6px 13px;
	background-color: black;
	color: white;
	border: none;
	border-radius: 4px;
}
/* about */
.quicktech-about-text h5{
    font-size: 17px;
  font-weight: 600;
}
.quicktech-about-text h1 {
	font-size: 46px;
	padding-top: 17px;
}

.quicktech-about-text p{
    color: rgba(0, 0, 0, 0.562);
}
.quicktech-tilt {
	/* transform: rotate(24deg); */
	height: 405px;
	width: 100%;
	margin-left: 0;
}


.quikctech-a-imgg{
    height: 145px;
}
#quicktech-about{
    margin-top: 142px;
}

/* about */

/* service */
.quikctech-ser-head h5{
    font-size: 20px;
  font-weight: 700;
  color:#0256c4;
}
.quikctech-ser-head h1 {
	font-size: 40px;
	padding-top: 10px;
    font-weight: 700;
}

.quikctech-ser-head p{
    color: rgba(0, 0, 0, 0.562);
    font-weight:500;
}

/*#quicktech-service {*/
/*	margin-top: 117px;*/
/*}*/

.quikctech-ser-main img{
    height: 97px;
    padding-bottom: 10px;
}
.quikctech-ser-main h5 {
	font-weight: 600;
	color: black;
	
	/* Webkit line clamp for max 2 lines */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.quikctech-ser-inner {
	border: 1px solid #f7f7f7;
	padding: 22px;
	border-radius: 4px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	transition: 0.3s ease;
	height: 278px;
	border-radius:10px;
}
.quikctech-ser-inner:hover{
    box-shadow: none;
}
.quikctech-ser-inner p {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.562);
	
	/* Webkit line clamp for max 2 lines */
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.quikctech-ser-main a:hover{
    color: black;
}

.gapp{
    row-gap: 20px;
}


/* service */

/* BEST DEALS */
.quicktech-best-d {
	/*border-bottom: 2px solid #ddd;*/
	padding-bottom: 27px;
}
#quicktech-best-deals{
    margin-top: 117px;
}
.quicktech-b-pp {
	width: 100%;
	background: linear-gradient(to bottom, #008CE3, #0058a4);
	padding-bottom: 10px;
	border: 1px solid #f7f7f7;
	overflow: hidden;
}
.quicktech-b-pp img{
    width: 100%;
    height: 278px;
}

.quicktech-b-pp h4 {
	font-size: 19px;
	padding-top: 7px;
	color: white;
	padding-bottom: 5px;
}
.quicktech-b-pp:hover .overlay{
    opacity: 1;
    width: 100%;
 }

 .quicktech-b-pp h5{
    color: white;
 }

 .quikctech-best-text{
    padding-top: 50px;
 }
/* BEST DEALS */

/* testimonial */
.swiper {
	width: 100%;
	height: auto;
	padding-bottom: 29px;
}
  
.quikctech-testi-inner{
    display: flex;
    justify-content: space-between;
    gap:20px;
}
.quikctech-testi-text p {
	font-size: 14px;
}

#quikctech-testimonial{
    margin-top: 117px;
    position: relative;
}
.quikctech-testi-img img {
	height: 50px;
	width: 50px;
	border-radius: 50%;
}
.quikctech-quatation img{
    height: 38px;
}
.quikctech-testi-background-img img {
	height: 215px;
	position: absolute;
	top: -71px;
	left: 106px;
}

.quikctech-tet-bottom-img img{
    height: 215px;
	position: absolute;
	bottom: 0;
	right: 106px ;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: black !important;
}

.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	
}
/* testimonial */

/* video ban */
#quicktech-video{
    height: 380px;
    margin-top: 117px;
    position: relative;
}
.overlay-video {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #0000003d;
}

.custom-video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 999999;
}
.custom-modal-content {
    position: relative;
    padding: 0;
    border: none;
}
.custom-modal-content iframe {
    width: 560px;
    height: 315px;
}
.custom-close-btn {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quikctech-v-btn{
    position:absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
}
/* video ban */

/* latest news */
#quicktech-latest-news{
    margin-top: 100px;
}

.quikctech-blog-date{
    padding: 5px 10px;
    width: max-content;
    background-color: black;
    text-align: center;
    border-radius: 4px;
    margin: 7px 20px;
}
.quikctech-blog-date span{

    color: white;
}

.quicktech-blog-text{
    padding: 10px 20px;
}
.quicktech-blog-text h5{
    color: black;
    font-weight: 700;
}

.quicktech-blog-text a{
    color: rgba(0, 0, 0, 0.562);
}

.quikctech-blog-inner{
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.quikctech-blog-inner:hover{
    box-shadow: none;
}
/* latest news */

/* footer */
#quicktech-footer {
	background: linear-gradient(to bottom, #008CE3, #0058a4);
	padding: 30px 0;
	padding-bottom: 6px !important;
}

.quicktech-subscribe h4{
    color: white;
    font-size: 40px;
    font-weight: 600;
}

.quicktech-subs-input input {
	border: 1px solid #ddd;
	border-radius: 4px;
	background-color: transparent;
	padding: 15px;
	color: white;
	width: 100%;
}

.quicktech-subs-input{
    position: relative;
    width: 30%;
    margin: auto;
    margin-top: 15px;
}
.quicktech-subs-button {
	position: absolute;
	right: 10px;
	top: 11px;
    padding: 4px 10px;
  background-color: black;
  color: white;
  border: none;
}

.quicktech-subscribe{
    border-bottom: 1px solid #dddddd98;
    padding-bottom: 40px;
}
.quikctech-footer-main img{
    height: 130px;
   
}

.quicktech-social ul{
    display: flex;
  gap: 16px;
  padding-top: 6px;
  justify-content:end;
}
.quicktech-social ul li a{
    color: white;
    font-size: 20px;
}
.quikctech-footer-main p{
    color: white;
    padding: 10px 0;
    padding-bottom: 0 !important;
}

.quicktech-footer-menu ul li a{
    color: white;
    font-size: 16px;
    transition:0.3s ease;
}

.quicktech-footer-menu ul li a:hover{
    color:#f88a11;
}
.quicktech-footer-menu ul h3{
    color: white;
    font-weight: 600;
    font-size: 23px;
}

.quicktech-footer-menu ul li{
    padding-bottom: 5px;

}
.quicktech-footer-menu li{
  color: white;
}

.copyright p{
  color: white;
}
/* footer */

/* mobile nav */
#quicktech-mobile-nav {
	padding: 10px 0;
	height: 68px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	background: linear-gradient(to bottom, #008CE3, #0058a4);
	position:sticky;
	top:0;
	z-index:9999;
}

.mobile-nav-toggle {
	color: white;
	background-color: transparent;
	border: none !important;
	font-size: 25px;
	margin-top: 3px;
}

.quikctech-mobile-nav li a{
     color: black;
     font-weight: 600;
 }
 .quikctech-mobile-nav li{
    padding-bottom: 10px;
 }

 .quikctech-logo-mobile img{
    height: 50px;
 }
/* mobile nav */

/* about page */
.quicktech-about-page-b h1{
      font-size: 40px;
      font-weight: 700;
      color: white;
      z-index: 9;
}
.quicktech-about-page-b a{
    color: white;
    font-weight: 600;
    z-index: 9;
}

#quicktech-about-page-breadcum {
	padding: 85px;
	position: relative;
}
.bread-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.486);
}

.quikctech-about-content h2{
    font-weight: 700;
    font-size: 33px;
}

.quicktechvison-head h1 {
	font-weight: 620;
	font-size: 44px;
}

.quicktechvison-head ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.quicktechvison-head ul li{
    padding-bottom: 10px;
    font-weight: 600;
}
.quicktechvison-head ul li svg{
    height: 13px;
}
.quicktechvison-head {
	margin-top: 40px;
	padding: 24px;
}
.quikctech-v-img img{
    height: 510px;
}

.quicktechvison-head h6 svg{
    height: 13px;
}
.quicktechvison-head h6{
    font-weight: 600;
    font-size: 16px;
}

.quicktech-company-profile-btn a{
    padding: 10px 25px;
  background: linear-gradient( 145deg, #9ca3afdb 40%, #9ca3af 70%, #4b5563 100% );
  color: white;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: 0.3s ease;
  font-weight: 600;
}
.quicktech-company-profile-btn a:hover{
    padding: 10px 25px;
  background-color: white;
  color: black;
  border-radius: 5px;
  border: 2px solid black;
}
/* about page */

.quicktec-ban-productt{
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.quicktec-ban-productt:hover{
   box-shadow: none;
}

/* contact */
.quicktech-contact-map iframe{
        width: 100% !important;
        height: 300px !important;
}
.quikctech-form {
	max-width: 600px;
	margin: 50px auto;
	padding: 20px;
	margin-bottom: 5px;
}
.quikctech-form input,
.quikctech-form textarea {
    background-color: #f8f8f8;
    border: none;
}
.quikctech-form button {
	background: #0058a4;
	color: white;
	border: 2px solid white;
}


.quikctech-form button:hover {
	background: #0058a4;
	color: white;
	border: 2px solid white;
}


.quikctech-form h2{
    padding-bottom: 20px;
}
.quikctech-form ul li{
    padding-bottom: 15px;
    font-size: 20px;
    color: black;
}
.quikctech-form ul a{

    font-size: 20px;
    color: black;
}

.quicktech-service-de-main img{
    height: 400px;
    border-radius: 5px;
}

.quicktech-service-de-main h3{
    padding: 10px 0;
    font-weight: 700;
}

.quikctech-service-popular h4{
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}

.quikctech-blog-details-img img{
    width: 50%;
}

.quikctech-partnered-img img{
      height: 162px;
      width: 100%;
}

#quicktech-partner{
    position: relative;
}
.prev{
    position: absolute;
    top: 50%;
    left: 55px;
    font-size: 30px;
    cursor: pointer;
    transition: 0.4s;
    z-index: 99;
}
.next{
    position: absolute;
    top: 50%;
    right: 45px;
    font-size: 30px;
    cursor: pointer;
    transition: 0.4s;
    z-index: 99;
}   
.prev:hover{
    color: red;
} 
.next:hover{
    color: red;
}

.quicktech-ceo-img{

        padding: 5px 29px;
        border: 1px solid #ddd;
        border-radius: 5px;
        box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
        transition: 0.3s ease;
}

.quicktech-ceo-img:hover{
    box-shadow: none;
}

.quicktech-ceo-img img{
    height: 360px;
}

.quikctech-team-img{

    padding: 5px 29px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;

}

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

.quicktech-ceo-img h4{
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}
.quikctech-team-img h4{
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}
.quikctech-team-img img{
   height: 270px;
}

.quicktech-product-desp{
    display: grid;
    grid-template-columns:  1fr 1fr 1fr;
    row-gap: 10px;
}
.quicktech-product-desp li svg{
    height: 10px;
}

.quicktech-product-description h4{
    font-weight: 700;
}
.quicktech-product-description p{
    padding: 10px 0;
}

.quicktech-product-description{
    padding: 20px;
}


.quikctech-banner-img img{
    height: 750px;
}

.quicktech-order-btn{
    padding: 4px 20px;
  background-color: white;
  border-radius: 4px;
  color: black;
  border: 2px solid transparent;
  transition: 0.3s ease;
}
.quicktech-order-btn:hover{
  background-color: transparent;
  color: white;
  border: 2px solid white;
}


.quicktech-order-btnn{
padding: 8px 35px;
  background-color: transparent;
  border: 1.5px solid #0056a3;
  border-radius: 10px;
  color: #0056a3;
  font-size: 15px;
  font-weight: 600;
}

.quicktech-order-btnn:hover{
    background-color: white;
    color: black;
    border: 1.5px solid black;
}


.quikctech-floating-whatsapp-btn a img {
    height: 40px;
    animation: scaleInfinite 1s infinite;
}

@keyframes scaleInfinite {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.quikctech-floating-whatsapp-btn {
	position: fixed;
	bottom: 87px;
	right: 24px;
	z-index: 99999;
}


.quicktech-profile-inner {
	border: 1px solid #ddd;
	padding: 24px;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	background-color: white;
	border-radius: 15px;
	transition:0.2s ease;
}
.quicktech-profile-inner:hover {
	box-shadow:none;
}

.quikctech-profile-img img{
    height:200px;
    border-radius:50%;
}

.quikctech-profile-img {
	display: flex;
	gap: 20px;
	align-items: center;
}

.quikctech-profile-img h4{
    font-size: 24px;
  font-weight: 600;
}

.quikctech-profile-img h4 span{
    font-size: 17px;
  color: #000000a3;
}



.quicktech-global-head {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a6ab3; /* Matches the blue in the reference image */
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* Base properties for both left and right side decorations */
  .quicktech-global-head::before,
  .quicktech-global-head::after {
    content: "";
    display: block;
    width: 80px; /* Total width for the line + gap + dot */
    height: 10px;
  }

  /* Left Side Decoration (Fading Line + Dot) */
  .quicktech-global-head::before {
    margin-right: 15px; /* Spacing between the dot and the text */
    background: 
      /* Draws the dot on the right side of this element */
      radial-gradient(circle, #1a6ab3 3px, transparent 3.5px) right center / 6px 6px no-repeat,
      /* Draws the line fading in from the left */
      linear-gradient(to right, transparent 0%, #1a6ab3 100%) left center / 60px 2px no-repeat;
  }

  /* Right Side Decoration (Dot + Fading Line) */
  .quicktech-global-head::after {
    margin-left: 15px; /* Spacing between the text and the dot */
    background: 
      /* Draws the dot on the left side of this element */
      radial-gradient(circle, #1a6ab3 3px, transparent 3.5px) left center / 6px 6px no-repeat,
      /* Draws the line fading out to the right */
      linear-gradient(to left, transparent 0%, #1a6ab3 100%) right center / 60px 2px no-repeat;
  }
  
  
  
  /**/
  
  
  .quicktech-new-product-card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    position: relative;
    border: 1px solid #f0f0f0;
  }

  .quicktech-new-product-card .card-image-wrapper {
    position: relative;
    width: 100%;
    height: 300px;
    background-color: #f0f0f0;
    border-radius: 20px 20px 0 0;
  }

  .quicktech-new-product-card .product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 19px 19px 0 0;
  }

  .quicktech-new-product-card .favorite-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.2s ease;
  }

  .quicktech-new-product-card .favorite-btn:hover {
    background-color: #f9f9f9;
  }

  .quicktech-new-product-card .badge-wrapper {
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    background-color: #0056a3;
    border: 5px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }

 .quicktech-new-product-card .card-content {
	padding: 38px 11px 21px;
	text-align: center;
}

 .quicktech-new-product-card .product-title {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #1a1a1a;
	
	/* Webkit line clamp for max 1 line */
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

  .quicktech-new-product-card .divider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 14px 0 24px;
  }

  .quicktech-new-product-card .divider-line {
    width: 32px;
    height: 2px;
    background-color: #0056a3;
    border-radius: 2px;
  }

  .quicktech-new-product-card .divider-dot {
    width: 3px;
    height: 3px;
    background-color: #0056a3;
    border-radius: 50%;
    opacity: 0.7;
  }

  .quicktech-new-product-card .order-btn {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    background-color: transparent;
    border: 1.5px solid #0056a3;
    border-radius: 10px;
    color: #0056a3;
    font-size: 15px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  .quicktech-new-product-card .order-btn:hover {
    background-color: #f2f7ff;
  }
  
  
  
  
  
  /**/
  
.quikctech-right-p {
	width: 100%;
	background-color: #f6f8fb;
	border-radius: 20px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
	padding: 40px 32px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 1;
	height: 424px;
}

  /* Decorative Background: Dots Top Right */
  .quikctech-right-p::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background-image: radial-gradient(#d5dbe4 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    z-index: -1;
    opacity: 0.7;
  }

  /* Decorative Background: Dots Bottom Right */
  .quikctech-right-p::after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 120px;
    height: 80px;
    background-image: radial-gradient(#d5dbe4 1.5px, transparent 1.5px);
    background-size: 14px 14px;
    z-index: -1;
    opacity: 0.6;
  }

  /* Decorative Background: Concentric Circles Bottom Left */
  .quikctech-right-p .bg-circles {
    position: absolute;
    bottom: -60px;
    left: -60px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: repeating-radial-gradient(
      circle,
      transparent,
      transparent 8px,
      rgba(200, 210, 225, 0.3) 9px,
      transparent 10px
    );
    z-index: -1;
  }

  /* Icon Container */
  .quikctech-right-p .icon-wrapper {
    width: 64px;
    height: 64px;
    background-color: #005ae2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 6px #ffffff, 0 0 0 10px #e6effa;
    margin-bottom: 40px;
    margin-left: 10px; /* Offset to account for the border rings */
  }

  /* Typography */
  .quikctech-right-p h2 {
    font-size: 28px;
    font-weight: 800;
    color: #111827;
    line-height: 1.25;
    margin: 0 0 16px 0;
    letter-spacing: -0.5px;
  }

  .quikctech-right-p h2 .highlight {
    color: #005ae2;
  }

  .quikctech-right-p p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 32px 0;
    font-weight: 400;
    padding-right: 10px;
  }

  /* Button */
  .quikctech-right-p .cta-btn {
    width: 100%;
    background-color: #005ae2;
    color: #ffffff;
    border: none;
    border-radius: 12px;
    padding: 10px 10px 10px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: inherit;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 90, 226, 0.15);
    transition: background-color 0.2s ease;
  }

  .quikctech-right-p .cta-btn:hover {
    background-color: #004bbd;
  }

  .quikctech-right-p .btn-icon {
    width: 32px;
    height: 32px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .quicktech-mob-ctaegory button{
      padding: 4px 16px;
  border: 1px solid #005ce6;
  background: #005ce6;
  color: white;
  border-radius: 5px;
  }
  
  #categoryOffcanvas{
      z-index:99999;
  }
  
  .quicktech-mob-ctaegory{
      display:none;
  }
  
  .quikctech-mobile-nav{
      display: flex;
  flex-direction: column;
  }