/* common css start */

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


/* common css end */

.quikctech-s-text p span{
    color: black !important;
  font-weight: 400 !important;
}
/* top nav */

#quicktech-topnavbar {
	background-color: #cc5127;
	padding: 9px;
	padding-bottom: 0px !important;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.social{
  display: flex;
  gap: 15px;
  justify-content: end;
}
.quicktech-topnav-left p{
   color: white;
   font-weight: 500;
}
.social li a{
  color: white;
}
.social li{
  color: white;
}


/* top nav */

/* navbar */
#quicktech-navbar {
	padding: 15px;
	background-color: white;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	position: fixed;
	top: 49px;
	width: 100%;
  z-index: 999;
}

.quicktech-nav-main{
  display: flex;
  gap: 23px;
}

.quicktech-logo img{
  height: 42px;
}
.quicktech-logo{
  text-align: center;
}

.quicktech-left-navbar{
  padding-top: 7px;
}

.nav-link {
  font-weight: 600;
}

.quikctech-right{
  display: flex;
  gap: 23px;
  justify-content: end;
  align-items: center;
}

.quikctech-right-navbar{
  padding-top: 7px;
}


/* navbar */

/* banner */
.swiper {
  width: 100%;
  height: 800px;
}

.quikctech-banner-img img{
  height: 100%;
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: #cc5127  !important;

}
.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
  background-color: white;

}

.quicktech-leading-text {
	padding: 20px;
	padding-top: 31px;
}
.quicktech-leading-text h1{
  color: #cc5127;
  font-size: 35px;
}

.quicktech-what{
  padding: 7px 30px;
  background-color: #f1cd17;
  border-radius: 20px;
  color: black;
  font-size: 18px;
  margin-top: 10px;
  transition: 0.3s ease;
}
.quicktech-what:hover{
  padding: 7px 30px;
  background-color: #cc5127;
  border-radius: 20px;
  color: white;
  font-size: 18px;
  margin-top: 10px;
}
/* banner */

#quicktech-about{
  margin-top: 60px;
}

.quicktech-a-head h2{
  color: #cc5127;
  padding-bottom: 12px;
}


/* services */
.quikctech-s-inner {
	padding: 30px;
	transition: 0.3s ease;
	border: 1px solid #dddddd38;
	border-radius: 4px;
}
.quikctech-s-inner:hover{
  box-shadow: 0px 0px 12px 0px rgba(80.00000000000006, 39.99999999999999, 150, 0.36);
}

.quikctech-s-text h4{
  font-size: 20px;
  color: #cc5127;
  font-weight: 500;
}
.quikctech-s-text p{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.596);
  font-weight: 500;
}
#quicktech-services{
  margin-top: 60px;
}
.quikctech-s-img svg{
  height: 80px;
}
/* services */

/* categories */
#quicktech-categories{
  padding: 50px;
  background-color: #cc5127;
}

.quicktech-cat-inner-text h3{
  color: white;
}
.quicktech-cat-inner-text p{
  color: white;
  width: 800px;
  margin: auto;
}

.quikctech-cat-main-img{
  width: 100%;
  position: relative;
  overflow: hidden;
}

.quikctech-cat-name{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 25px;
}
.quikctech-cat-main-img img{
  filter: brightness(80%);
  height: 480px;
  transition: 0.3s ease;
}
.quikctech-cat-main-img img:hover{
  transform: scale(1.1);
}
.quikctech-cat-main-inner-img{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
/* categories */

/* request */
#quicktech-request{
  padding: 50px 0;
  background-color: #cc5127;
}
.quikctech-request-inner{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.quikctech-request-text h3{
  color: white;

}
.quikctech-request-text p{
  color: white;
}

/* request */

/* footer */
.quicktech-footer-menu ul{
  display: flex;
  gap: 23px;
  justify-content: center;
}
.quicktech-footer-menu ul li a{
 color: black;
 font-size: 18px;
 transition: 0.3s ease;
}
.quicktech-footer-menu ul li a:hover{
  color: #cc5127;
}

#quikctech-footer{
  background-color: #f6cd3d;
  padding: 53px 0;
}

#quicktech-copyright{
  background-color: #cc5127;

}

.quicktech-c {
	padding: 5px 0;
	padding-bottom: 0 !important;
	font-family: sans-serif;
}

.quicktech-c p{
  color: white;
}
/* footer */

/* mob */
.quicktech-nav-logo-mob img{
  height: 33px;
}

#quicktech-mob-nav{
  padding: 18px 0;
  display: none;
}

.quikctech-mob-navbar{
  border: none;
  background-color: transparent;
  font-size: 20px;
}
.accordion-item {
	color: var(--bs-accordion-color);
	background-color: transparent !important;
	border-bottom: 1px solid #ddd !important;
  border: none;
}

.accordion-body {
	padding: 3px 33px;
}
.accordion-button:not(.collapsed) {
	color: black !important;
	background-color: transparent !important;

}

.accordion-button:focus {
	box-shadow: none !important;
}

.quikctech-mob-menu ul{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.quikctech-mob-menu ul li a{
  color: rgba(0, 0, 0, 0.788);
}

.quicktech-mm li{
  padding:
0 20px;
    padding-bottom: 0px;
  border-bottom:
1px solid #ddd;
  padding-bottom: 13px;
}
.quicktech-mm li a{
  color: black;
}
/* mob */

.gapp{
  row-gap: 20px;
}

/* product details */

 /*#quicktech-product-details{*/
 /* background-color: #cc5127;*/
 /*}*/

 .quicktech-p-img img{
  height: 600px;
  border-radius: 5px;
 }
 .quikctech-title {
  font-size: 28px;
  font-weight: bold;
  color: white;
}

.quikctech-highlight {
  color: #F9C900;
}

.quikctech-paragraph {
  max-width: 700px;
  line-height: 1.6;
  color: white;
}

.quikctech-section-title {
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  color: white;
}

.quikctech-list {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 10px;
  color: white;
}

.quikctech-list li {
  margin-bottom: 10px;
  color: white;
}

.quicktech-p-text{
  padding: 20px 40px;
}

.second-swiper {
  width: 100% !important;
  height: 300px !important;
}

.quiktech-img-gallery img {
	height: 300px;
	width: 97%;
}

.quicktech-gallery-pos{
  position: relative;
}
.next{
  position: absolute;
  right: -14px;
  top: 50%;
  cursor: pointer;
  font-size: 20px;
}
.prev{

    display: inline-block;
    position: absolute;
    left: -14px;
    top: 50%;
    cursor: pointer;
    font-size: 20px;
  
}

.quicktech-image-modal .modal-content {
  background: transparent;
  border: none;
  box-shadow: none;
}

.quicktech-image-modal .modal-body {
  padding: 0;
}

.quicktech-image-modal .btn-close {
	background: white;
	border-radius: 50%;
	line-height: 16px;
}

.quikctech-q-btn {
  padding: 7px 20px;
  background-color: #f1cd17;
  border-radius: 20px;
  animation: scalePulse 2s infinite ease-in-out;
}

/* Animation keyframes */
@keyframes scalePulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}
/* product details */

/* request */

.quikctech-form-title {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  color: white;
}

.quikctech-btn {
  background-color: #007bff;
  color: white;
  font-weight: 500;
  border-radius: 8px;
}

.quikctech-btn:hover {
  background-color: #0056b3;
  color: white;
}

#quicktech-request-form {
	background-color: #cc5127ed;
}

.form-label{
  color: white;
  font-weight: 600;
}

.quikctech-input{
  border:none;
  background-color: #ffffffa8;
  padding:15px;
  color: black !important;
}
.quikctech-textarea{
  border:none;
  background-color: #ffffffa8;
  padding:15px;
  color: black !important;
}
/* request */
.quicktech-heading {
  color: #4e2a84;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.quicktech-text {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.quicktech-subheading {
  color: #f8b100;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}
.quicktech-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}
.quicktech-list li {
  margin-bottom: 10px;
}

/* company profile */

/* contact */
.contact-heading {
  color: #4c2b8a;
  font-weight: 700;
  font-size: 1.75rem;
}

.contact-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.quicktech-contact input,
.quicktech-contact textarea {
  border-radius: 0.5rem;
  padding: 0.75rem;
  border: 1px solid #ccc;
}

.quicktech-contact .btn-submit {
  background-color: #cc5127;
  color: #fff;
  border-radius: 0.5rem;
  padding: 0.6rem 1.5rem;
  border: none;
  transition: 0.3s ease;
}

.quicktech-contact .btn-submit:hover {
  background-color: #cc5127;
}

.quicktech-mob-li {
	padding-top: 14px !important;
}

.quikctech-c-paddi{
  padding-left: 40px;
}

.quikctech-footer-main h2{
  font-weight: 600;
}

.quikctech-footer-main ul li a{
  color: rgba(0, 0, 0, 0.685);
}

.quikctech-footer-main ul li{
  padding-bottom: 7px;
}

/* contact */

.quikctech-y-video iframe{
  width:100% !important;
  height: 600px !important;
  border-radius: 10px;
}



.quikctech-s-text{
    text-align:center;
}

.quikctech-s-text p{
    text-align:center !important;
}