/* common css start */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
body{
    overflow-x: hidden;
    font-family: "Comic Relief", system-ui;
    background-color: #b1c8e61c;
}
a{
    text-decoration: none;
    font-family: "Comic Relief", system-ui;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: linear-gradient(to right, #7d99c2, #2b3361);
  }
  
  #preloader #preloader-inner {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 100px;
	height: 100px;
	margin: -75px 0 0 -61px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3498db;
	animation: spin 2s linear infinite;
}
  
  #preloader #preloader-inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    animation: spin 3s linear infinite
  }
  
  #preloader #preloader-inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1.5s linear infinite
  }
  @keyframes 
  spin { 0% {
  transform:rotate(0deg)
  }
  
  to { transform: rotate(1turn) }
  }

  .quicktech--preloader-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50% , -50%);
}
.quicktech--preloader-logo img {
 
    animation: quicktech-scalePulse 1.5s infinite ease-in-out;
  }
  
  @keyframes quicktech-scalePulse {
    0%, 100% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.06);
    }
  }
/* common css end */

/* navbar */

.quicktech-logo{
    height: 89px;
}

.navbar{
    background-color: #ffffff94;
    position: fixed;
    top: 0;
    width: 100%;
z-index: 99;
}

.nav-link {
	color: black;
	font-size: 15px;
    font-weight: 700;
}

.navbar-nav{
    gap: 12px;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
	color: white;
}
.nav-bg {
    background-color: white;
    color: black !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Adds a soft bottom shadow */
  }
  

  .nav-bg a{
    color: black;
  }

/* navbar */


/* banner */

#quicktech-banner{
  position: relative;
}
.quicktech-banner-text {
	position: absolute;
	top: 38%;
	left: 10%;
	/* transform: translate(-50%, 50%); */
}
.banner-img img{
    filter: brightness(70%);
    height: 100vh;
}

.quicktech-banner-text h1 {
	color: white;
	width: 800px;
	font-weight: 600;
}

.quicktech-banner-text h5{
   padding-bottom: 20px;
}
.quicktech-banner-text a {
	padding: 10px 74px;
	background-color: red;
	color: white;
	font-size: 25px;
	border-radius: 4px;
	transition: 0.3s ease;
	box-shadow: 0 4px 8px rgba(255, 255, 255, 0.5);
	animation: quicktech-scalePulse 2s infinite ease-in-out;
}

/* Keyframes for infinite scale animation */
@keyframes quicktech-scalePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.quicktech-banner-text a:hover{
 
    background-color: #2b3361;
    color: white;
  
}

/* banner */

/* partner */

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

  .quicktech-partner-slide{
    text-align: center;
  }
  .quicktech-partner-slide img{
    height: 180px;
  }
  .quikctech-main-head h3{
    font-size: 36px;
   font-weight: 700;
  }

/* partner */

/* clarification */
.quicktech-ne-cle-text h4{
    font-weight: 700;
    padding-bottom: 10px;
}

.quikctech-cle-img img{
    height: 410px;
}

.quicktech-ne-cle-text{
    padding: 56px 20px;
}


/* clarification */

/* training */
#quicktech-hr-traing {
	height: 402px;
	position: relative;
	width: 100%;
    background-attachment: fixed !important;
}
.quicktech-overlay-train {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000c2;
}

.quikctech-train-text{
    color: white;
    padding: 56px 73px;
}
.quikctech-cle-imgg img{
    padding: 36px 0;
    height: 258px;
}
/* training */

.quikctech-youtube-text h4 {
	font-weight: 700;
	font-size: 27px;
}

.quikctech-walk-video iframe{
    width: 100% !important;
    height: 400px !important;
}

#quicktech-walk-throught{
    background-color: #b1c8e66b;
  padding:
23px 0;
}

.quicktech-footer-logo img {
	height: 126px;
}

/* footer */

#quicktech-footer {
	background-color: #2b3361;
	padding: 31px 0;
	padding-bottom: 0 !important;
}

.quicktech-social{
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 10px;
}

.quicktech-social li a{
    color: white;
    font-size: 20px;
}

.quicktech-footer-menu h3{
    color: white;
    margin-bottom: 12px;
    font-size: 22px;
}

.quicktech-footer-menu ul li a{
    color: white !important;
}

.quicktech-footer-menu ul li{
   padding-bottom: 10px;
   padding-left: 3px;
}

.copy-right p{
    color: white;
}

.gapp{
    row-gap: 20px;
}

.pt-140{
    padding-top: 145px;
}

.quikctech-ceo-text h3{
    font-weight: 600;
}

.quikctech-ceo-image img{
    height: 390px;
}

.quikctech-ceo-image h4{
    font-weight: 600;
    padding-top: 10px;
}

.quikctech-head-mis h4{
    font-weight: 600;
}

.quikctech-enroll a{
    padding: 7px 40px;
    background-color: red;
    color: white;
    font-size: 20px;
}

#quikctech-enroll-content{
    padding: 40px 0;
    background-color: #b1c8e6;
    margin: 30px 0;
}

.quikctech-enroll h3{
    color: black;
    font-weight: 600;
}
.quikctech-enroll p{
    color: black;
}

.quikctech-enroll{
    padding: 60px 0;
}

.quicktech-enrill-img img{
    height: 280px;
}

.quikctech-accordion-button {
    background-color:#8FD877;
    font-weight: bold;
    color: black;
  }
  .quikctech-accordion-button:not(.collapsed) {
    background-color: #8FD877;
    color: black;
  }
  .quikctech-accordion-item {
    border: 1px solid #8FD877;
    border-radius: 8px;
    margin-bottom: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }
  .quikctech-course-details {
    padding: 7px 0;
  }
  .quikctech-course-details strong {
    width: 120px;
    display: inline-block;
    color: #333;
  }
  /* .accordion-button::after {
	flex-shrink: 0;
	width: var(--bs-accordion-btn-icon-width);
	height: var(--bs-accordion-btn-icon-width);
	margin-left: auto;
	content: "";
	background-image: var(--bs-accordion-btn-icon);
	background-repeat: no-repeat;
	background-size: var(--bs-accordion-btn-icon-width);
	transition: var(--bs-accordion-btn-icon-transition);
	color: white;
	background-color: white;
	border-radius: 50%;
} */

.quicktech-enroll-btn-course{
    padding: 10px 0 !important;
}


/* gallery */

.modal-open {
    padding-right: 0 !important;
  }
  .quikctech-gal-img {
	cursor: pointer;
	transition: transform 0.3s;
	border-radius: 10px;
	height: 270px;
}
  .quikctech-gal-img:hover {
    transform: scale(1.05);
  }
  .quikctech-gal-modal .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  .quikctech-gal-modal .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quikctech-gal-modal .modal-body {
    padding: 0;
    text-align: center;
  }
  .quikctech-gal-modal-img {
	max-width: 90%;
	max-height: 90vh;
	padding-top: 115px;
}
  .quikctech-gal-close-btn {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 9999;
	font-size: 2rem;
	color: white;
	background: red;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	line-height: 28px;
}


.quikctech-video iframe{
    width: 100% !important;
    height: 350px !important;
}

.quikctech-gal-img {
    width: 100%;
}
/* gallery */


/* result verification */
.quikctech-re-container {
    max-width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }

  .quikctech-re-heading {
    text-align: center;
    margin-bottom: 25px;
    font-size: 28px;
    color: #333;
    font-weight: 700;
  }

  .quikctech-re-group {
    margin-bottom: 20px;
  }

  .quikctech-re-label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #555;
  }

  .quikctech-re-input,
  .quikctech-re-select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
    outline: none;
    transition: 0.3s ease;
  }

  .quikctech-re-input:focus,
  .quikctech-re-select:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 5px rgba(79, 70, 229, 0.3);
  }

  .quikctech-re-btn {
    width: 100%;
    padding: 14px;
    background: #4f46e5;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
  }

  .quikctech-re-btn:hover {
    background: #4338ca;
  }
/* result verification */


/* 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: #2b3361;
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.6rem 1.5rem;
    border: none;
    transition: 0.3s ease;
  }
  
  .quicktech-contact .btn-submit:hover {
    background-color: #b1c8e6;
  }
  
  .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;
  }

.quikctech-ad-main-c{
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
}

.quikctech-contact-head{
    padding: 36px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.quikctech-contact-head h4{
    font-size: 30px;
    font-weight: 600;
}

.quikctech-contact-social{
    justify-content: left !important;
}

.quikctech-maps iframe{
    width: 100% !important;
    height: 200px !important;
}
.quikctech-maps {
    padding: 0 40px;
}
/* contact */

.quikctech-enquiry-card {
    max-width: 500px;
    margin: 60px auto;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
    background: #fff;
  }
  .quikctech-enquiry-card h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
  }

  .quicktech-trainers-inner h5{
      font-size: 20px;
      font-weight: 600;
      padding-top: 7px;
  }

  .quicktech-trainers-inner{
    border:1px solid #ddd;
  padding:10px;
  border-radius:4px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  background-color: white;
  }

  .quicktech-trainers-inner h5{
    color: black;
  }

  .quicktech-trainers-inner h6{
    color: black;
  }

  .quicktech-trainers-inner:hover{
    box-shadow: none !important;
  }

  .quicktech-trainers-inner img{
    height: 284px;
  }

  .quikctech-reviews-trainer ul{
    display: flex;
    gap: 10px;
    font-size: 16px;
  }
  .quikctech-reviews-trainer ul li {
    color: #ff9415;
  }


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

  .quikctech-reviews-trainer h4{
    font-size: 17px;
  font-weight: 600;
  }

  
  .quikctech-social-trainer h4{
    font-size: 17px;
  font-weight: 600;
  }

  .quicktech-trainer-imgg img{
    height: 310px;
  }

  .quicktech-details-main h3{
    font-weight: 600;
  }


  .quikctech-payment-container {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 30px;
  }

  .quikctech-payment-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
    color: #333;
  }

  .quikctech-payment-method {
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }

  .quikctech-payment-method:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .quikctech-payment-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }

  .quikctech-payment-header img {
    width: 60px;
    height: auto;
  }

  .quikctech-payment-header h2 {
    font-size: 24px;
    margin: 0;
    color: #555;
  }

  .quikctech-payment-steps {
    padding-left: 20px;
  }

  .quikctech-payment-steps li {
    margin-bottom: 10px;
    color: #444;
    line-height: 1.6;
  }

  .quikctech-payment-steps li::marker {
    color: #ff0066;
    font-size: 18px;
  }