/* common css start */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
	overflow-x: hidden;
	background-color: #7792f21c;
font-family: "Poppins";
}
a {
  text-decoration: none;
 font-family: "Poppins";
 color: #374061;
}



ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  vertical-align: middle;
}

/* common css end */

/* navbar */
.navbar-brand img {
  height: 56px;
}

#quicktech-desktop-nav {
  padding: 10px 0;
  background-color: white;
}

.quikctech-logo a img {
	padding-top: 9px;
}
.quicktech-nav-des-search input {
  width: 100%;
  padding: 10px;
  border-radius: 20px;
  border: 2px solid #ddd;
}
.quikctech-banner img{
  border-radius: 5px;

}
.quicktech-nav-des-search {
  position: relative;
  margin-top: 12px;
}

.quicktech-nav-des-search button {
  position: absolute;
  top: 10px;
  right: 16px;
  border: none;
  background-color: transparent;
}
.quicktech-menu {
  position: relative;
}

.quicktech-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  z-index: 9999;
  width: 350px;
}

.quicktech-menu:hover .quicktech-dropdown {
  display: block;
}

.quicktech-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}

/* .quikctech-sub-menu li{
  width: max-content !important;
} */

.quicktech-dropdown li {
  width: 45%;
  display: flex;
  align-items: center;
  padding: 3px;
  transition: 0.3s ease;
}
.quicktech-dropdown li:hover{
  background-color: rgba(0, 0, 0, 0.089);
  padding: 3px;
  border-radius: 5px;
}

.quicktech-dropdown img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
}

.quicktech-dropdown a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.quicktech-label {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
}

.quicktech-des-menu {
	display: flex;
	justify-content: end;
	gap: 26px;
	margin-top: 17px;
	align-items: center;
	margin-right: 24px;
}
.quikctech-signup-btn {
	padding: 5px 20px;
	background: linear-gradient(108deg, #374061 0%, #374061 46%, #ef2c3b 100%);
	color: white;
	border-radius: 7px;
	padding-bottom: 8px;
  transition: 0.2s ease;
}
.quikctech-signup-btn:hover{
  transform: scale(1.03);
}
.quikctech-sub-menu li a:hover {
  color: #374061 ;
}

.nav-link {
  color: black;
  font-size: 16px;
  font-weight: 600;
}
/* navbar */

/* banner */

.quicktech-banner-img {
  height: 572px;
  width: 100%;
  padding: 150px 0;
  text-align: end;
}

.quicktech-banner-img h1 {
  width: 500px;
  font-weight: 800;
  color: black;
  padding-bottom: 10px;
  margin-left: auto;
}
.quicktech-banner-img h4 {
  color: #000000a3;
}

.quicktech-banner-search input {
  width: 100%;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #ddd;
}
/* banner */

/* testimonial */

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

.quicktech-testi-inner {
  padding: 22px;
  background-color: white;
  border-radius: 10px;
  height: 534px;
}

.quikctech-testi-image video {
  /* height: 100%; */
  height: 360px;
  width: 100%;
}

.quikctech-uni-l {
  height: 31px;
}

.quicktech-testi-text h5 {
  font-weight: 600;
  padding-top: 10px;
}

.quicktech-testi-text p {
  font-size: 17px;
}

.quikctech-testi-review {
  height: 360px;
  background-color: #f7f7f7;
  padding: 10px;
}

.quicktech-stars ul li {
  color: sandybrown;
}
.quicktech-stars ul {
  display: flex;
  gap: 10px;
}
.quikctech-testi-review p {
  padding-top: 10px;
  font-weight: 400 !important;
}

.quikctech-head-main h1 {
  font-weight: 600;
  color: black;
}

.quicktech-stand-inner {
  padding: 30px;
  background-color: white;
  border-radius: 20px;
}

.quicktech-stand-inner img {
  height: 51px;
}

.quicktech-stand-inner h4 {
  padding-top: 20px;
  font-weight: 600;
  font-size: 28px;
}

.quikctech-counter-p h1 {
  font-weight: 800;
  color: #374061;
}
.quikctech-counter-p p {
  font-size: 21px;
  font-weight: 600;
}

.quikctech-counter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  row-gap: 20px;
}

.quikctech-s-text img {
  height: 50px;
}

.quikctech-s-text h5 {
  font-weight: 600;
  padding-top: 5px;
}
.quikctech-s-text p {
  font-weight: 500;
  padding-top: 5px;
  color: rgba(0, 0, 0, 0.712);
}

.quicktech-solution-inner {
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  transition: 0.3s ease;
  height: 200px;
}

.quicktech-solution-inner:hover{
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
/* testimonial */

/* solution */
.gapp {
  row-gap: 20px;
}

.topswiper {
  width: 100%;
  height: max-content;
}

.quikctech-deistnation-img img {
	width: 100%;
	height: 380px;
	filter: brightness(90%);
  border-radius: 5px;
}
.quikctech-deistnation-img {
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  border-radius: 10px;
  
}
.quikctech-deistnation-img:hover{
  transform: scale(1.03);
}
.quikctech-des-name {
	position: absolute;
	top: 31px;
	left: 17px;
	font-weight: 700;
	color: white;
	font-size: 16px;
	/* transform: translate(-50%,-50%); */
	background-color: #000000b8;
	padding: 7px 19px;
	border-radius: 20px;
	z-index: 9;
}
.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.505), rgba(0, 0, 0, 0));

	transition: 0.4s ease;
	opacity: 0;
}
.quikctech-deistnation-img:hover .overlay{
  opacity: 1;
  height: 100%;
}

.over-text{
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.over-text h4{
  color: white;
   font-weight: 600;
   font-size: 21px;
}

.over-text p{
  color: white;
  font-size: 16px;
}
/* solution */

/* university */

.uniswiper {
  width: 100%;
  height: max-content;
}
.eventswiper {
  width: 100%;
  height: max-content;
}
.quikctech-uni-name {
  position: absolute;
  bottom: 35px;
  left: 20px;
  color: white;
  font-size: 23px;
  font-weight: 700;
}

.quikcrech-uni-desti {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: white;
}
.quikctech-deistnation-imgs {
  position: relative;
}
.quikctech-deistnation-imgs img {
  height: 300px;
  filter: brightness(80%);
  width: 100%;
  border-radius: 5px;
}
.quicktech-app-inner {
  padding: 139px 7px;
}

.quikctech-app-img img {
  height: 444px;
}
.quicktech-app-inner h3 {
  font-weight: 600;
  padding-bottom: 12px;
  font-size: 33px;
}

.quicktech-app-inner h5 {
  padding-bottom: 12px;
  color: rgba(0, 0, 0, 0.74);
  font-size: 22px;
}
.quikctech-event-text {
 background: linear-gradient(108deg, #374061 0%, #374061 46%, #ef2c3b 100%);
  width: 100%;
  padding: 12px;
}
.quikctech-images-event {
  width: 130%;
}
.quikctech-images-event img {
  height: 100%;
}
.quikctech-inner-event {
  height: 313px;
  border-radius: 10px;
  overflow: hidden;
}
.quikctech-event-text h1 {
  color: white;
  font-size: 30px;
  font-weight: 800;
}
.quikctech-event-text p {
  color: white;
  line-height: 21px;
}
.quikctech-event-text h5 {
  color: white;
  padding-bottom: 10px;
}

.quicktech-view-btnm {
  padding: 5px 20px;
  background-color: white;
  color: black;
  border-radius: 5px;
}
/* univertsity */

/* dream */
.quikctch-dream-signup-inner {
  background: radial-gradient( 47.05% 48.11% at 50% 53.11%, #ef2c3c6b 0%, transparent 87% );
  padding: 138px 0px;
}

.quikctch-dream-signup-inner a {
  padding: 12px 25px;
  background-color: #374061;
  border-radius: 20px;
  color: white !important;
  font-weight: 600;
}
.quikctch-dream-signup-inner h1 {
  font-weight: 600;
  padding-bottom: 12px;
}
/* dream */

/* footer */

.quikctech-footer-logo img {
  height: 60px;
}

#quicktech-footer {
	padding: 30px 0;
	background-color: #374061;
	padding-bottom: 0;
}

.quicktech-app-footer img {
  width: 108px;
}

.quikctech-social ul {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.quikctech-social ul li a {
  color: white;
  font-size: 20px;
}

.quikctech-footer-menu h5 {
  font-weight: 600;
  font-size: 17px;
  color: white;
}

.quikctech-footer-menu ul li {
  padding-bottom: 5px;
}
.quikctech-footer-menu ul li a {
  color: white !important;
  font-size: 14px;
  font-weight: 500;
}

.quicktech-banner-search {
  position: relative !important;
  width: 40%;
  margin-left: auto;
}

.quicktech-banner-search button {
  position: absolute;
  right: 17px;
  top: 16px;
  border: none;
  background-color: transparent;
}

.quikctech-copy p{
  color: white;
}

.quikctech-footer-logo img{
  background-color: white;
}
/* footer */

/* login */

.quikctech-login-box {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  display: flex;
  max-width: 1000px;
  overflow: hidden;
  width: 100%;
}
.quicktech-ielts-all-course{
  transition: 0.3s ease;
}
.quicktech-ielts-all-course:hover{
   box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.quikctech-login-left {
  flex: 1;
  background: url("https://via.placeholder.com/500x500.png?text=Illustration")
    no-repeat center center;
  background-size: contain;
  padding: 2rem;
}
.quikctech-login-right {
  flex: 1;
  padding: 14px;
}
.quikctech-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 1rem;
}
.quikctech-button {
  /* background: linear-gradient(to right, #6400e4, #9a1de2); */
  border: none;
}
.quikctech-button:hover {
  opacity: 0.95;
}
.quikctech-divider {
  text-align: center;
  margin: 1rem 0;
}
.quikctech-divider::before,
.quikctech-divider::after {
  content: "";
  display: inline-block;
  width: 40%;
  height: 1px;
  background: #ccc;
  vertical-align: middle;
  margin: 0 0.5rem;
}

.quikctech-register {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 0.95rem;
}
.quikctech-register a {
  color: #ef2c3b;
  font-weight: 500;
  text-decoration: none;
}
.quikctech-register a:hover {
  text-decoration: underline;
}
.quicktech-login-img {
  padding: 22px;
  padding-top: 22px;
  padding-top: 12px;
}

/* login */

/* register */
.quicktech-destination-btn {
  border-radius: 20px;
  background-color: #f3f4f6;
  border: none;
  padding: 8px 16px;
  margin: 4px;
  color: black;
}
.quicktech-save-btn {
  background: linear-gradient(to right, #ef2c3c6b, #374061);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 12px;
}
.quicktech-save-btn:hover {
  opacity: 0.9;
}
.quicktech-password-criteria {
  font-size: 14px;
}
.quicktech-checkbox-label {
  font-size: 14px;
}

/* register */

/* event */

.quikctech-event-card {
  background: white;
  border-radius: 15px;
  padding: 81px;
}
.quikctech-event-heading {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 1rem;
}

.quikctech-event-time {
  color: #f5425d;
  font-weight: 600;
}

.quikctech-event-email input {
  border: 2px solid #1c1c1c;
}

.quikctech-event-btn {
  background: linear-gradient(108deg, #374061 0%, #374061 46%, #ef2c3b 100%);
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: 0.2s ease;
}
.quikctech-event-btn:hover{
  transform: scale(1.01);
}
.quikctech-event-feature {
  margin-bottom: 1rem;
}

.quikctech-event-feature i {
  color: #f5425d;
  margin-right: 0.5rem;
}

#quicktech-eventdetails {
  padding: 40px;
}

.quikctech-why-choose-inner {
  padding: 40px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.quikctech-why-choose-inner img {
  height: 33px;
}

.quikctech-why-choose-inner h4 {
  font-size: 18px;
  padding-top: 20px;
}

.quikctech-registered-inner h3 {
  font-weight: 600;
}

.quikctech-ask-inner img {
  height: 48px;
}

.quikctech-ask-inner {
  background-color: white;
  padding: 20px;
  border-radius: 19px;
}
.quikctech-ask-inner h4 {
  font-weight: 600;
  padding-top: 5px;
}
.quikctech-registered-inner p {
  padding-top: 27px;
}

.quikctech-registered-inner {
  padding-top: 33px;
}
#quicktech-registered-user {
  padding-top: 10px;
}

.quicktech-guide-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #374061;
  padding: 100px;
  border-radius: 10px;
}

.quicktech-guide-inner h3 {
  font-weight: 700;
  color: white;
}
.quicktech-guide-inner a {
  color: white;
  border: 1px solid #ef2c3b;
  background-color: #ef2c3b;
  padding: 10px 30px;
  border-radius: 5px;
  transition: 0.2s ease;
}
.quicktech-guide-inner a:hover{
  transform: scale(1.01);
}
.quikctech-event-time p {
  font-weight: 600 !important;
}
/* event */

/* country details */

#quicktech-country-details-head {
  height: 400px;
}

.quikctech-country-text {
  padding: 20px 10px;
  background-color: rgba(0, 0, 0, 0.671);
  border-radius: 20px;
  margin-top: 30px;
}
.quikctech-country-text h2 {
  font-weight: 700;
  color: white;
}
.quikctech-country-text h4 {
  color: white;
  font-size: 19px;
}

.quicktech-breadcum ul {
  display: flex;
  gap: 10px;
  align-items: center;
}

.quicktech-breadcum ul li a {
  color: rgba(0, 0, 0, 0.699);
  font-weight: 600;
}
.quicktech-breadcum ul li {
  color: rgba(0, 0, 0, 0.699);
}
.quikctech-country-name {
  display: flex;
  gap: 10px;
}

.cimg img {
  height: 65px;
}

.c-text h3 {
  font-weight: 600;
  margin-bottom: 0;
}
.c-text a {
  font-weight: 500;
  font-size: 24px;
  text-decoration: underline;
}
.quikctech-county-rant-counter-inner {
  padding: 20px 0;
  background-color: white;
  border-radius: 5px;
}
.quikctech-county-rant-counter-inner h6 {
  padding-top: 7px;
  font-weight: 600;
}

.quikctech-why-study h4 {
  font-weight: 600;
  font-size: 23px;
}
.quikctech-why-study p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.719);
}

.quikctech-best-uni-head h4 {
  font-weight: 600;
  font-size: 23px;
}

.quikctech-best-uni-head {
  display: flex;
  justify-content: space-between;
}
.quikctech-best-uni-head a {
  font-size: 19px;
  text-decoration: underline;
}

.quikctech-best-uni-text p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.719);
}

.quicktech-uni-best img {
  height: 33px;
}

.quicktech-uni-best {
  padding: 21px 10px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.quicktech-uni-best h4 {
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0;
  color: black;
}
.quicktech-uni-best h5 {
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.quicktech-subject ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.quicktech-subject ul li a {
  padding: 8px 25px;
  background-color: white;
  color: black;
  border-radius: 20px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.quicktech-subject ul li a:hover {
  box-shadow: none;
}

.quicktech-tabs .nav-link {
  border-radius: 999px;
  padding: 8px 20px;
  font-weight: 600;
}
.quicktech-tabs .nav-link.active {
  background-color: #ef2c3c57;
  color: black;
}
.quicktech-tab-content {
  margin-top: 20px;
}
.quicktech-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.2s ease;
}
.quicktech-card:hover {
  background-color: #f9f9f9;
}
.quicktech-icon {
  opacity: 0.3;
}

.quicktech-tabs .nav-link:hover {
  color: black;
}
.quicktech-student-section {
  background-color: #f9fafb;
}
.quicktech-student-box {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e7eb;
}
.quicktech-student-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #374061;
}
.quicktech-student-icon {
  font-size: 18px;
}
.quicktech-student-subtext {
  font-size: 15px;
  color: #374151;
}
.quicktech-student-small {
  font-size: 14px;
  color: #6b7280;
}
.quicktech-student-bold {
  font-weight: 600;
}

.quikctech-need-helps {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 30px 15px;
  border-radius: 10px;
}

.quikctec-b-btn {
  width: 40%;
  text-align: end;
}

.quikctech-need-h-img h6 {
  font-weight: 700;
  padding-top: 29px;
}

.quikctec-b-btn a {
  padding: 6px 20px;
  background-color: #374061;
  color: white;
  border-radius: 20px;
  font-size: 17px;
}

.quikctech-article-inner {
  display: flex;
  gap: 10px;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  transition: 0.3s ease;
}
.quikctech-article-inner:hover{
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.quikctech-arti-img{
  width: 100px;
}
.quikctech-arti-text h6 {
	font-weight: 600;
	color: black;
	font-size: 18px;
}
.quikctech-arti-text p {
  color: black;
}

.quicktech-weather-card {
  border: 1px solid #eaeaea;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}
.quicktech-weather-icon {
  margin-right: 8px;
}
.quicktech-weather-section-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.quicktech-weather-inner {
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 15px;
  margin-top: 15px;
}
.quicktech-weather-text {
  font-size: 14px;
  color: #555;
}
.quicktech-weather-temp,
.quicktech-weather-season {
  font-size: 14px;
  margin-bottom: 5px;
}
.quicktech-weather-key {
  font-weight: 500;
  font-size: 14px;
}
.quicktech-weather-value {
  font-size: 14px;
}
/* country details */

/* uni category */
.quicktech-uni-cate ul {
  display: flex;
  gap: 20px;
}

.quicktech-uni-cate ul li a {
  padding: 8px 30px;
  background-color: #374061;
  color: white;
  border-radius: 20px;
  border: 1px solid #374061;
}
.quicktech-uni-cate ul li a:hover {
  background-color: transparent;
  color: black;
}
/* uni category */

/* article Inner */
.quikctech-article-details-inner {
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.quikctech-article-details-inner:hover {
  box-shadow: none;
}

.quikctech-article-details-inner p {
  color: black;
  padding-top: 10px;
}
.quikctech-article-details-inner h4 {
  color: black;
  font-weight: 600;
}
.quikctech-article-details-inner span {
  color: rgba(0, 0, 0, 0.473);
}

.quikctech-article-details-inner img {
  height: 207px;
}
/* article inner */

/* uni details */

.quikctech-view-courses a {
  background-color: #374061;
  padding: 10px 23px;
  color: white;
  border-radius: 20px;
}

/* uni details */

.quikctech-uni-categte-menu ul {
  display: flex;
  gap: 30px;
  margin-top: 26px;
}

.quikctech-uni-categte-menu ul li a {
  padding: 6px 25px;
  background-color: #ddd;
  color: black;
  border-radius: 20px;
}

.quikctech-uni-rank {
  text-align: center;
}

.quicktech-uni-header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 10px;
  margin-bottom: 20px;
}
.quicktech-uni-header div {
  text-align: center;
  flex: 1;
}
.quicktech-uni-tags button {
  margin: 5px;
  background-color: white;
  color: black;
  border: 1px solid #ddd !important;
}
.quicktech-uni-card {
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: white;
}
.quicktech-uni-title {
  font-weight: bold;
}
.quicktech-uni-info {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.btn-outline-primary {
  border-radius: 25px;
}

.quikctech-border-right-rank {
  border-right: 1px solid white;
}

.quicktech-uni-tags h6 {
  font-weight: 600;
  font-size: 15px;
}
.quicktech-uni-tags .quikctech-search-uni input {
  width: 50% !important;
  border-radius: 20px !important;
}

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

.quikctech-appl {
  padding: 6px 40px;
  border: 1px solid #f5425d;
  color: black;
}

.quikctech-appl:hover {
  background-color: #f5425d;
  border: 1px solid #f5425d;
}

.quikctech-overview-tab {
  border: none;
  background: #f2f2f2;
  color: #333;
  border-radius: 20px;
  margin-right: 10px;
  padding: 8px 20px;
  font-weight: 500;
}

.quikctech-overview-tab.active {
  background: linear-gradient(to right, #e2d9ff, #f0f0ff);
  color: #4b4b4b;
}

.quikctech-overview-content {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #e2e2e2;
}

.quikctech-overview-content.d-none {
  display: none;
}

.quikctech-campus-tab {
  border: none;
  background: #f2f2f2;
  color: #333;
  border-radius: 20px;
  margin-right: 10px;
  padding: 8px 20px;
  font-weight: 500;
  cursor: pointer;
}

.quikctech-campus-tab.active {
  background: linear-gradient(to right, #e2d9ff, #f0f0ff);
  color: #4b4b4b;
}

.quikctech-campus-content {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  margin-top: 20px;
  border: 1px solid #e2e2e2;
  display: none;
}

.quikctech-campus-content.active {
  display: block;
}

.quikctech-tab-btn {
  border: none;
  border-radius: 999px;
  padding: 6px 18px;
  margin-right: 10px;
  font-weight: 600;
  background-color: #f1f1f1;
  color: #333;
}

.quikctech-tab-btn.active {
  background: #002D62 !important;
  color: #4b4b4b;
}

.quikctech-doc-section {
  margin-top: 30px;
}

.quikctech-doc-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.quikctech-doc-card {
  background: #fff;
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
  margin-bottom: 12px;
}

.quikctech-doc-btn {
  background: #f4f0ff;
  border: none;
  border-radius: 8px;
  color: #7d4cf1;
  font-weight: bold;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}

.quikctech-faq-heading {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.quikctech-faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.quikctech-faq-button {
  font-weight: 500;
  font-size: 1rem;
  color: #4b4b4b;
  background-color: white;
  border-radius: 10px;
}

.quikctech-faq-button:focus {
  box-shadow: none;
}

.quikctech-faq-collapse {
  padding: 15px 20px;
  background-color: #fcfcfc;
  border-top: 1px solid #eee;
}

/*  */
.quikctech-view-courses {
  text-align: end;
}

.quikctech-upcoming-con {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.178);
  align-items: center;
}

.quicktech-upcoming-inner {
  padding: 30px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.quikctech-upcoming-con h6 {
  font-weight: 600;
  font-size: 14px;
}

.quikctech-ran-inenrrr {
  position: sticky;
  top: 84px;
}

.quikctech-career-inner h3 {
  font-weight: 600;
  font-size: 30px;
}
.quikctech-career-inner p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.664);
}
.quicktech-benifits h3 {
  font-weight: 600;
}

.quikctech-b-inner-main p {
  font-size: 17px;
  padding-top: 10px;
}
.quikctech-b-inner-main img {
  height: 60px;
  padding-bottom: 10px;
}

.quicktech-who h3 {
  font-weight: 600;
}

.quicktech-who {
  padding-top: 34px;
}

.quikctech-culture-head h3 {
  font-weight: 600;
}

.culture-main h4 {
  font-weight: 600;
}
.culture-main h4 span {
  color: #ef2c3b;
}

.culture-text-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.quikctech-d-inner {
  padding: 25px;
  border: 2px solid #ddd;
  background-color: white;
  border-radius: 10px;
}

.quikctech-d-inner img {
  height: 80px;
  margin-bottom: 10px;
}

.quikctech-d-inner h4 {
  font-weight: 600;
}

#quicktech-career {
  padding: 82px 0;
}

.quikctech-culter-deve {
  padding: 30px;
  background-color: #ef2c3cbd;
  border-radius: 10px;
}

.quikctech-culter-deve h3 {
  font-weight: 600;
  color: white;
}
.quikctech-culter-deve P {
  color: white;
}

.quicktech-c-img img {
  height: 24px;
}

.quikctech-c-3 h3 {
  font-size: 21px !important;
  font-weight: 400 !important;
}

.quicktech-country-inner h3 {
  font-weight: 600;
}

.quikctech-c-d-text-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.quikctech-c-d-text-content.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

.quikctech-c-d-toggle-btn {
  margin-top: 10px;
  background-color: transparent;
  color: blue;
  border: none;
  padding: 0;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

.quikctech-why-study h3 {
  font-weight: 600;
}

.quikctech-tuition {
  font-family: sans-serif;
  background: #f9f9f9;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
}

.quikctech-tuition-price {
  font-size: 22px;
  font-weight: bold;
  color: #168743;
  margin-bottom: 5px;
}

.quikctech-tuition-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.quikctech-deadline {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.quikctech-start-date {
  background-color: #e8e0f8;
  color: #5d3bae;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  margin-left: auto;
}

.quikctech-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.quikctech-info-title {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

.quikctech-info-value {
  color: #333;
  font-size: 14px;
}

.quikctech-divider {
  border-top: 1px dotted #ccc;
  margin: 20px 0 10px;
}

.quikctech-note {
  font-size: 12px;
  color: #777;
  line-height: 1.4;
}

.quikctech-box {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 15px;
  margin-top: 20px;
}

.quikctech-box-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.quikctech-box-desc {
  font-size: 13px;
  color: #444;
}

.quikctech-icon {
  margin-right: 6px;
}

.quicktech-contact-form {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  padding: 30px;
}

.quicktech-contact-form h2 {
  font-size: 22px;
  margin-bottom: 5px;
}

.quicktech-contact-form p {
  font-size: 13px;
  color: #666;
}

.quicktech-contact-form input,
.quicktech-contact-form textarea {
  border-radius: 10px;
}

.quicktech-contact-button {
  background: linear-gradient(to right, #f857a6, #ff5858);
  border: none;
  color: white;
  font-weight: bold;
  border-radius: 30px;
}

.quicktech-contact-address h3 {
  color: #6b2eb9;
  font-size: 18px;
}

.quicktech-contact-address a {
  color: #333;
  text-decoration: none;
}

.quicktech-contact-address strong {
  display: block;
  margin-bottom: 2px;
}

.quikctech-contact-head h3 {
  font-weight: 600;
}

.quikctech-why-study h3 {
  padding-top: 20px;
}

.quicktech-sig {
  padding: 7px 30px;
  background-color: #ef2c3b ;
  color: white;
  font-weight: 600;
  border-radius: 20px;
}

.quicktech-sig:hover {
  color: white;
}

.quicktech-about-main {
  padding: 85px 0;
}
.quicktech-about-main h1 {
  font-weight: 600;
  padding-bottom: 10px;
}

.quikctech-about-image img {
  height: 409px;
}

.quicktech-about-head h1 {
  font-weight: 600;
  color: #374061 ;
}

.quicktech-es-inner {
  padding: 20px;
  background-color: #f7f7f7;
  border-radius: 10px;
}
.quicktech-es-inner h1 {
  font-weight: 600;
  color: #374061 ;
}

.quicktech-jj h3 {
  font-weight: 600;
  color: #374061;
  padding-top: 10px;
}

.quicktech-about-head img {
  height: 460px;
}

.quicktech-mission-dot {
  width: 10px;
  height: 10px;
  background-color: #ef2c3b ;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
}
.quicktech-mission-img {
  /* max-width: 100%; */
  height: 227px;
}
.quicktech-mission-section {
  margin-bottom: 40px;
}
.quicktech-mission-subtext {
  font-weight: bold;
}

.quicktech-ss h1 {
  font-weight: 600;
  color: #374061 ;
}

.quicktech-founders h1 {
  color: #374061 ;
}

.quicktech-founders h1 {
  font-weight: 600;
}

.quikctech-founder-iamge {
  padding: 30px;
}

.quikctech-founder-iamge h4 {
  font-weight: 600;
  padding-top: 10px;
}

.quicktech-advisory-marquee {
  display: flex;
}

.quicktech-advisory-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.quicktech-advisory-marquee {
  display: flex;
  width: fit-content;
  animation: scroll-left 30s linear infinite;
}

.quikctech-founder-iamge {
  flex: 0 0 auto;
  width: 200px;
  margin-right: 20px;
  text-align: center;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.quikctech-ll {
  /* height: 391px; */
  width: 300px;
}

/* customer panel */

.quikctech-customer-panel-menu {
  background-color: white;
}

.quikctech-menu-active {
  color: black;
  background-color: rgba(0, 0, 0, 0.05);
}

.quikctech-profile-pic {
  display: flex;
  gap: 10px;
  background-color: white;
  padding: 20px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.quikctech-image img {
  height: 44px;
  border-radius: 50%;
}

.quicktech-pro-name p {
  color: #0000009c;
  font-size: 14px;
}

.quicktech-pro-name span {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 20px;
}

.quikctech-p-eed a {
  padding: 7px 24px;
  background: linear-gradient(108deg, #374061, #ef2c3b 76.09%);
  color: white;
  font-weight: 600;
  margin-top: 10px;
  border-radius: 10px;
}

.quikctech-menu-main li a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.226);
  color: #0000008f;
  font-weight: 600;
  transition: 0.3s ease;
  padding-top: 12px;
  padding-left: 5px;
}
.quikctech-menu-main li a:hover {
  color: black;
}
.quikctech-menu-main li a p i {
  font-size: 17px;
}
.quikctech-customer-panel-menu {
  padding: 20px;
}

/* .quikctech-menu-main li {
  padding-bottom: 14px;
} */

.quikctech-menu-main li button {
  width: 100%;
  padding: 7px;
  border: 2px solid #374061;
  background-color: transparent;
  border-radius: 30px;
  font-weight: 600;
  font-size: 17px;
  transition: 0.3s ease;
}
.quikctech-menu-main li button:hover {
  width: 100%;
  padding: 7px;
  border: 2px solid #374061;
  background-color: #374061;
  border-radius: 30px;
  font-weight: 600;
  font-size: 17px;
  color: white;
}

.quicktech-profile-tab {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  font-weight: 500;
}

.quicktech-profile-tab.active {
  background-color: #f2f2f2;
  color: #6c63ff;
}

.quicktech-profile-input {
  border-radius: 10px;
  padding: 10px;
}

.quicktech-profile-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 3px;
}

.quicktech-profile .form-control:focus {
  box-shadow: none;
  border-color: #374061;
}

.quicktech-profile .btn-save {
  background-color: #374061;
  color: white;
  border-radius: 25px;
  padding: 6px 25px;
}

.quicktech-profile .btn-discard {
  background-color: #f4f4f4;
  color: #aaa;
  border-radius: 25px;
  padding: 6px 25px;
}

.quicktech-profile .flag-icon {
  width: 20px;
  margin-right: 5px;
}

.quicktech-qualification-add {
  color: black !important;
  border: 2px solid #374061;
}

.quicktech-add button {
  padding: 7px 20px;
  background-color: #374061;
  color: white;
  font-weight: 600;
  border: none;
  border-radius: 7px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #374061;
}

.quicktech-doc-documents {
  border: 1px solid #f0f0f0;
}

.quicktech-doc-documents:hover {
  background-color: #f9f9f9;
}

.quicktech-doc-upload-btn {
  width: 44px;
  height: 44px;
  background-color: #f6f4fb;
  line-height: 26px;
}

.quicktech-doc-upload-btn:hover {
  background-color: #eee9fc;
}

.quicktech-book-a {
  text-align: center;
}

.quicktech-b-btn button {
  padding: 7px 30px;
  background: linear-gradient(108deg, #374061 0%, #374061 46%, #ef2c3b 100%);
  color: white;
  font-weight: 600;
  border-radius: 20px;
  border: none;
}

.time-slot {
  border: 2px solid #ccc;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}
.time-slot.active {
  border: 2px solid #007bff;
  background-color: #e7f1ff;
}

.quikctech--up-counsilinh svg {
  height: 20px;
}

.quikctech-upcoming-inner {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  background-color: white;
  align-items: center;
}
.date {
  background-color: #ddd;
  padding: 23px;
  text-align: center;
}
.quikctech-upcoming-date {
  display: flex;
  gap: 16px;
  /* justify-content: space-between; */
  align-items: end;
}

.quicktech-copy-link-container {
  width: 70%;
  margin: auto;
}
.quicktech-copy-link-container input {
  width: 100%;
}

.quicktech-copy-link-btn {
  width: 144px;
}

.quicktech-refer-inner {
  padding: 40px 0;
  background-color: #374061;
  border-radius: 10px;
}
.quicktech-refer-inner h1 {
  color: white;
  padding-bottom: 10px;
}

.quicktech-how-its-work h5 img {
  height: 50px;
}
.quicktech-how-its-work {
  padding: 10px 20px;
  background-color: white;
  border-radius: 10px;
}

.quicktech-how-its-work h5 {
  font-size: 15px;
}

.terms-container {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.terms-container h1 {
  color: #2c3e50;
  margin-bottom: 20px;
}

.terms-container h2 {
  color: #34495e;
  margin-top: 25px;
}

.terms-container p {
  line-height: 1.6;
  color: #555;
}
/* customer panel */

.quikctech-article-image img {
  height: 550px;
}

.quicktech-articles-hrad h3 {
  font-weight: 600;
}

.quicktech-articles-hrad ul {
  display: flex;
  gap: 12px;
}

.quicktech-articles-hrad ul li {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.637);
}

.quicktech-art-header {
  background-color: #007acc;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.quicktech-art-container {
  padding: 20px;
  background-color: white;

  border-radius: 8px;
}

.quicktech-art-details h4 {
  color: #007acc;
  margin-top: 20px;
}

.quicktech-art-details p {
  margin: 5px 0 15px 0;
}

.quicktech-art-footer {
  text-align: center;
  padding: 20px;
  background-color: #e9e9e9;
  margin-top: 40px;
}

.classquicktech-articleesss {
  padding: 0 70px;
}

/*  */

.quicktech-apply-step {
  display: none;
}
.quicktech-apply-step.active {
  display: block;
}
.btn-selected {
  background-color: #374061 !important;
  color: white !important;
}
.step-progress {
  height: 5px;
  background-color: #d8d8d8;
  border-radius: 10px;
  overflow: hidden;
}
.step-progress .filled {
  background-color: #6bdf72;
  height: 100%;
}

.quicktech-apply-lebel {
  font-weight: 600;
}
.quikctech-btn-apply {
  border: 1px solid #ddd;
  background-color: white;
}
.quikctech-continuebtn {
  background-color: #374061;
  color: white;
  font-weight: 600;
  border: none;
}

.quikctech-course-name-apply{
  display: flex;
  justify-content: space-between;
}

.quikctech-course-name-apply a{
  padding: 7px 25px;
  background-color: #374061;
  border-radius: 20px;
  color: white;
  font-weight: 600;
  transition: 0.2s ease;
}
.quikctech-course-name-apply a:hover{
  transform: scale(1.02);
}
.quicktech-geniee{
  padding: 20px;
  background-color: white;
  border-radius: 10px;
}

.quicktech-geniee a{
  padding: 7px 30px;
background: linear-gradient(108deg, #374061 0%, #374061 46%, #ef2c3b 100%);
  border-radius: 30px;
  color: white;
  font-weight: 600;
}


/* mobile nav */
#quikctech-mobile-nav{
  display: none;
}

.quikctech-menu-mobile button{
  background-color: transparent;
  color: black;
  font-size: 21px;
  border: none;
  padding-top: 12px;
}
 .quikctech-mob-menu .list-group-item, .quikctech-mob-menu .accordion-button {
	background-color: #f8f9fa;
	padding: 12px 20px;
	border: 1px solid #dee2e6;
	color: black;
	font-weight: 600;
	border-radius: 0;
	transition: all 0.3s ease;
}

    /* Hover & active states */
    .quikctech-mob-menu .list-group-item:hover,
    .quikctech-mob-menu .accordion-button:hover,
    .quikctech-mob-menu .list-group-item:focus,
    .quikctech-mob-menu .accordion-button:focus {
      background-color: #e9ecef;
      color: #000;
    }

    /* Accordion button fix for uniformity */
    .quikctech-mob-menu .accordion-button {
      box-shadow: none;
    }

    /* Submenu item uniform look */
    .quikctech-mob-submenu .list-group-item {
      padding-left: 36px;
    }

    /* Border between all elements */
    .quikctech-mob-menu .list-group-item + .list-group-item,
    .quikctech-mob-menu .accordion-item + .accordion-item {
      border-top: none;
    }

    /* Clean offcanvas body spacing */
    .quikctech-mob-menu .offcanvas-body {
      padding: 0;
    }


    .quikctech-mob-item{
      border-top: none !important;
    }

.quikctech-mob-subitem a{
  font-size: 15px;
  color: black;
}

.quikctech-menu-mobile button:hover{
  background-color: transparent !important;
  color: black !important;
  cursor: pointer;
}

.quikctech-quicktech-ss img{
  width: 100%;
}

    /* Optional: styling for better button */
   
/* mobile nav */


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    /* background: linear-gradient(to top, white 0%, #374061 100%); */
    background: white;
  }

  #preloader-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
#preloader-inner img {
	height: 257px;
}
  
  /* #preloader #preloader-inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    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) }
  } */


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

  #quicktech-desktop-nav{
    position: fixed;
    width: 100%;
    z-index: 99;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .pt-87{
    padding-top: 102px !important;
  }

  #quikctech-mobile-nav{
    position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  }

  .quicktech-ielts-all-course {
	background-color: white;
	padding: 12px;
	border-radius: 10px;
	padding-bottom: 15px !important;
}

  .quikctech-ielts-banner h2 {
	font-weight: 700;
	font-size: 41px;
  padding-top: 10px;
}

.quikctech-ielts-banner{
  padding: 111px 41px;
}


.quikctech-ielts-banner span{
  background-color: white;
  padding: 9px;
  border-radius: 10px;
  font-size: 26px;
  font-weight: 600;
}

.quicktech-ielts-img img{
  height: 197px;
  border-radius: 10px;
}

.quicktech-ielts-text h4{
  padding-top: 7px;
  font-weight: 700;
  color: black;
}

.quicktech-ielts-text h6{
  font-size: 18px;
  padding-top: 10px;
  color: rgba(0, 0, 0, 0.678);
}

.quikctech-enrol p{
  font-weight: 600;
  color: rgba(0, 0, 0, 0.575);
  font-size: 18px;
}

/*  */


.quicktech-course-details-inner h1{
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 15px;
}
.quicktech-course-details-inner img{
  height: 450px;
}

.quicktech-tabs-course li{
  border: 1px solid #ddd;
}

.quikctech-nav-course-link:hover{
      border-bottom: none !important;
}
.quikctech-nav-course-link{
  border-radius: 0 !important;
}
.quikctech-nav-course-link.active {
	color: var(--bs-nav-pills-link-active-color);
	background-color: #374061 !important;
}

.description-check {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Two columns of equal width */
  gap: 16px; /* Space between the items (adjust as needed) */
}
.quicktech-description-course{
  padding-top: 20px;
}
.quicktech-description-course p{
  font-size: 19px;
  color: rgba(0, 0, 0, 0.644);
}

.description-check{
  padding-top: 20px;
}
.description-check li i {
	width: 20px;
	height: 20px;
	background-color: #374061;
	color: white;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	font-size: 11px;
}
.quicktech-curriculm{
  padding-top: 20px;
}
.quicktech-curriculm p{
  font-size: 19px;
  color: rgba(0, 0, 0, 0.644);
}
.quicktech-acc-head{
  font-weight: 600;
  font-size: 17px;
}
.quikctech-inscrutor-img img{
  height: 259px !important;
}
.quicktech-instructor{
  padding-top: 20px;
}
.quikctech-instructor-details h3{
  font-size: 25px;
  font-weight: 600;
}
.quikctech-instructor-details h3 span{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.568);
}
.quicktech-stars ul{
  display: flex;
  gap: 7px;

}
.quicktech-stars ul li i{
  color: #fbb039;
}
.quicktech-rating{
  color: rgba(0, 0, 0, 0.651);
}
.quikctech-instructor-details p{
  font-size: 16px;
  color: rgba(0, 0, 0, 0.63);
  padding-top: 20px;

}
.quikctech-instructor-details{
  padding: 10px;
}
.review-card {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.review-card .profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
.review-card .stars i {
  color: #ffc107;
}
.review-card .stars i.inactive {
  color: #ddd;
}
.rating-summary {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.rating-stars i {
  color: #ffc107;
}
.progress-bar {
  background-color: #ffc107;
}
.rating-count {
  font-weight: bold;
  color: #002D62;
}

.course-card {
	/* width: 300px; */
	background: #ffffff;
	border: 1px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	/* padding: 34px; */
}
.quikctech-f-inner{
  padding: 34px;
  padding-bottom: 0 !important;
}
.quikctech-pp {
	padding: 34px;
	padding-top: 1px !important;
  background-color: #F0F4F9;
}

.course-title {
  font-size: 25px;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}

.course-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.course-list-item {
  font-size: 0.95rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.course-list-item i {
  font-size: 1rem;
  color: #007bff;
  margin-right: 10px;
}

.course-price {
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	color: #343a40;
	margin-bottom: 15px;
	margin-top: 43px;
}

.course-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #374061;
  color: white;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  cursor: pointer;
}

.course-button:hover {
  background-color: #f0ad4e;
}
.quikcteck-recent-img img{
  width: 100px;
}

.quikctech-recent-details h4{
  font-size: 19px;
  font-weight: 600;
  color: black;
}
.quikctech-recent-details h4 p{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.596);
  font-weight: 400;
  padding-top: 5px;
}
.quicktech-recent-inner{
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f7f7f7a9;

}
.quikctech-enroll-btnn {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.quikctech-enroll-btnn p{
  font-size: 16px;
  font-weight: 600;
  color: black;
}
.quikctech-entrolll {
	padding: 5px 15px;
	background-color: #374061;
	color: white;
	border-radius: 20px;
	font-size: 13px;
}
.quikctech-in-cour {
	height: 450px;
	overflow-y: auto;
}
.quicktech-recent-course h3{
  font-weight: 600;
}


/*  */

.quicktech-form-group {
  margin-bottom: 15px;
}

.quicktech-form-control {
  border-radius: 30px;
  height: 48px;
  border: 1px solid #d1d1d1;
  padding: 10px 20px;
  font-size: 14px;
}
.quicktech-form-group textarea{
  border-radius: 30px;
  height: 48px;
  border: 1px solid #d1d1d1;
  padding: 10px 20px;
  font-size: 14px;
  width: 100%;
}
.quicktech-form-control:focus {
  box-shadow: none;
  border-color: #a8a8a8;
}

.quicktech-checkbox-label {
  font-size: 14px;
  margin-top: 10px;
}

.quicktech-billing-head h4{
  font-size: 26px;
  font-weight: 600;
}

.quicktech-checkbox-label {
  font-size: 14px;
  margin-top: 10px;
}

.quicktech-hidden {
  display: none;
}
.quicktech-shipping-head{
  font-size: 24px;
}

.quicktech-order-card {
	border: 1px solid #f7f7f7;
	background-color: white;
}

.quicktech-order-title {
  font-weight: bold;
}

.quicktech-order-table th,
.quicktech-order-table td {
  border: none;
}

.quicktech-payment-instructions {
  font-size: 0.9rem;
  line-height: 1.5;
}

.quicktech-place-order-btn {
  border-radius: 25px;
  font-weight: bold;
}

.quicktech-terms-label a {
  text-decoration: none;
}
.quikctech-cou-inner{
  display: flex;
  width: 100%;
}
.quikctech-cou-inner input{
  border-radius: 5px;

}
.quikctech-cou-inner button {
	padding: 6px 20px;
	background-color: #374061;
	color: white;
	font-weight: 600;
	border: none;
	border-radius: 5px;
}


 .progressbar {
      width: 100%;
      background-color: #e0e0e0;
      border-radius: 20px;
      overflow: hidden;
      height: 25px;
      margin: 20px 0;
    }

    .progressbar-fill {
      height: 100%;
      width: 50%;
      background-color: #4caf50;
      text-align: center;
      color: white;
      line-height: 25px;
      transition: width 0.3s ease-in-out;
    }

    .quikctech-start-enroll{
      padding: 6px 20px;
  background-color: #374061;
  color: white;
  border-radius: 20px;
    }


    .quikctech-en-video iframe{
      width: 100%;
      height: 400px;
    }


    .accordion-button:not(.collapsed) {
	color:white !important;
	background-color: #002D62 !important;
	box-shadow:none;
}

/* CSS */
.quicktech-search-input {
	position: absolute;
	top: 124%;
	left: -256px;
	width: 303px;
	display: none;
	z-index: 1000;
	margin-top: 5px;
}

.nav-link{
  transition: 0.4s ease;
}
.nav-link:hover{
  color: #374061;
}

.quicktech-menu:hover .quicktech-dropdown{
  transition: 0.4s ease;
}

.quikctech-maps-footer iframe{
 width: 100%;
 height: 120px;
}

.quikctech-f-menu-popu ul{
    display: flex;
    gap: 20px;
}

.quikctech-f-menu-popu {
	border-top: 1px solid #ffffff3d;
	padding-top: 10px;
}

.quikctech-footer-menu ul li a:hover{
  color: #374061;
  transition: 0.3s ease;
}

.quicktech-uni-best:hover{
  box-shadow: none;
  transition: 0.3s ease;
}

.quicktech-destination-btn.active {
  background-color: #374061;
  color: #fff;
  border-color: #374061;
}


.quicktech-copy-link-btn:hover{
  transform: scale(1.02);
  transition: 0.2s ease;
}

.quicktech-fre-invite-btn:hover{
    transform: scale(1.02);
  transition: 0.2s ease;
}

.quicktech-b-btn button:hover{
  transform: scale(1.02);
  transition: 0.2s ease;
}

.quicktech-geniee a:hover{
  transform: scale(1.02);
  transition: 0.2s ease;
}

.quicktech-subject-btn.active {
  background-color: #374061;
  color: #fff;
  border-color: #374061;
}


.quicktech-level-btn.active {
  background-color: #374061;
  color: #fff;
  border-color: #374061;
}


.quikctech-menu-main li:hover {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 5px;
}

.quikctech-copy a{
  color: white !important;
}

.quikctech-arti-img img{

	height: 102px;
	width: 93px;
	border-radius: 5px;

}


.quikctech-why-in-icon {
	text-align: center;
	background-color: #002D62;
	color: white !important;
	padding: 9px 0;
}
.quikctech-why-in-icon svg {
	height: 74px;
	font-size: 40px;
	border: 6px solid white;
	border-radius: 50%;
	padding: 10px;
	width: 74px;
}

.quicktech-why-textt {
	padding: 19px 25px;
	background: white;
  height: 100%;
}

.quicktech-whyy-inner{
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
}

/* .quicktech-whyy-inner:hover{
  margin-top: -6px;
} */

.quicktech-why-textt h4{
   font-weight: 600;
   font-size: 18px;
}

.quicktech-why-textt p{
  font-size: 14px;
}

.quikctech-in-hov {
	padding-top: 4px;
	transition: 0.2s ease;
	height: 214px;
}

.quikctech-in-hov:hover{
  padding: 0 !important;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.quicktech-bann{
  height: 90vh;
}

.carousel-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	/* left: unset !important; */
	/* padding-top: 1.25rem; */
	/* padding-bottom: 1.25rem; */
	color: #fff;
	text-align: center;
	transform: translate(-50%, -50%);
	background-color: #0000004f;
	width: 100%;
	height: 100%;
}
.quikctech-d-textt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.quikctech-d-textt h1{
  font-weight: 600;
  font-size: 61px;
}
.quikctech-d-textt p{
  font-weight: 600;
  font-size: 20px;
}

.quicktech-bann img{
  height: 100%;
}

.quikctech-d-textt a{
  padding: 10px 50px;
  background-color: #ef2c3b ;
  color: white;
  font-size: 20px;
  border-radius: 20px;
   transition: 0.3s ease;

}

.quikctech-d-textt a:hover{
  background-color: #002D62;

}


 .quikctech-tab-btn {
      padding: 10px 30px;
      border-radius: 30px;
      font-weight: 600;
      border: 1px solid rgba(255, 255, 255, 0.473);
      margin-right: 10px;
      background-color: transparent;
      color: white;
    }

    .quikctech-tab-btn.active {
      background-color: #000c22 !important;
      color: #fff !important;
      border: none;
    }

    .quikctech-tab-container {
      margin-bottom: 10px;
    }

    .quikctech-search-box {
      background-color: #fff;
      border: 1px solid #00000050;
      border-radius: 12px;
      display: flex;
      overflow: hidden;
    }

    .quikctech-search-item {
      flex: 1;
      padding: 30px 20px;
      border-right: 1px solid #ccc;
    }

    .quikctech-search-item:last-child {
      border-right: none;
    }

    .quikctech-label {
      font-size: 14px;
      color: #222;
      margin-bottom: 4px;
      font-weight: 600;
    }

    .quikctech-select {
      border: none;
      width: 100%;
      background: transparent;
      outline: none;
      font-weight: 500;
    }

    .quikctech-search-btn {
      background-color: #f60040;
      color: white;
      border: none;
      padding: 0 30px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .quikctech-search-btn i {
      font-size: 20px;
    }


    .quikctech-course-name{
      position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-size: 23px;
  font-weight: 700;
  transform: translate(-50%, -50%);
    }
.quikctech-course-imgs{
  overflow: hidden;
}
.quikctech-course-imgs img {
	
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
  transition: 0.3s ease;
}
.quikctech-course-imgs img:hover{
     transform: scale(1.02);
}
.quikctech-course-c-main {
	padding: 10px;
	background-color: white;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-bottom: 0;
}

.quikctech-course-c-main h5{
  font-weight: 600;
}
.quikctech-course-c-main p{
  font-weight: 600;
  color: #000000a1;
}

.quicktech-loca{
  font-weight: 600;
  color: #0000008c !important;
}

.flow-hover-button {
  background: linear-gradient(270deg, #E73535, #1A2A60, #E73535);
  background-size: 200% 200%;
  color: white;
  border: none;
  padding: 8px 30px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.flow-hover-button:hover {
  animation: gradientWave 2s ease infinite;
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(231, 53, 53, 0.3),
              0 6px 24px rgba(26, 42, 96, 0.2);
              color: white !important;
}

@keyframes gradientWave {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}


.quicktech-lll a{
  padding: 8px 30px;
  border: 2px solid #1A2A60;
  border-radius: 56px;
}
.quicktech-lll a:hover{
  padding: 8px 30px;
  border: 2px solid transparent;
  background: linear-gradient(270deg, #E73535, #1A2A60, #E73535);
  color: white;
}


 .quicktech-p-title {
      font-size: 2.5rem;
      font-weight: 700;
      color: #374061;
    }
    .quicktech-p-subtitle {
      font-size: 1.125rem;
      color: #333;
      margin-bottom: 2rem;
    }
    .quicktech-p-btn {
      background: linear-gradient(to right, #3a7bd5, #8e2de2);
      color: white;
      border-radius: 2rem;
      padding: 0.75rem 2rem;
      border: none;
      font-weight: 600;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    .quicktech-p-btn:hover {
      opacity: 0.9;
    }
   .quicktech-p-course {
	border-radius: 0.5rem;
	padding: 1rem 1.5rem;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	transition: transform 0.2s ease-in-out;
	height: 82px;
}
    .quicktech-p-course:hover {
      transform: translateY(-3px);
    }
    .quicktech-p-icon {
      float: right;
    }

    /* 🎨 Custom background colors for each course */
    .quicktech-p-bg-blue { background-color: #e7f5ff; color: #004085; }
    .quicktech-p-bg-purple { background-color: #f3e8ff; color: #6f42c1; }
    .quicktech-p-bg-green { background-color: #e9fff2; color: #1c7c54; }
    .quicktech-p-bg-yellow { background-color: #f4fcd9; color: #556b2f; }
    .quicktech-p-bg-cyan { background-color: #d6f5f9; color: #117a8b; }
    .quicktech-p-bg-lightblue { background-color: #dff4ff; color: #005c99; }

.quikctech-hov-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.quikctech-hov-one::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #2D9CDB;
  transition: width 0.3s ease;
}

.quikctech-hov-one:hover::after {
  width: 100%;
}
/* 
 */
 .quikctech-hov-two {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.quikctech-hov-two::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #6A11CB;
  transition: width 0.3s ease;
}

.quikctech-hov-two:hover::after {
  width: 100%;
}
/*  */
.quikctech-hov-three {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.quikctech-hov-three::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #00C853;
  transition: width 0.3s ease;
}



.quikctech-hov-three:hover::after {
  width: 100%;
}
/*  */
.quikctech-hov-four {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.quikctech-hov-four::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #FB8C00;
  transition: width 0.3s ease;
}



.quikctech-hov-four:hover::after {
  width: 100%;
}
/*  */

.quikctech-hov-five {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.quikctech-hov-five::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #FF416C;
  transition: width 0.3s ease;
}



.quikctech-hov-five:hover::after {
  width: 100%;
}

/*  */

.quikctech-hov-six {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.quikctech-hov-six::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #8E2DE2;
  transition: width 0.3s ease;
}



.quikctech-hov-six:hover::after {
  width: 100%;
}

    .quikcetch-acc-b:hover{
      background-color: #f7f7f7;
    }

    .quikcetch-acc-b{
      padding: 5px;
    }

    .quicktech-acc-head:hover{
      background-color: #002D62;
      color: white;
    }

    .quicktech-scholarship-text h1{
      font-size: 70px;

    }

   .quicktech-scholarship-text {
	padding: 70px;
	padding-top: 122px;
}

#schorlarship-banner {
	background-color: #1A2A6070;
}
.quicktech-scolarship-img img{
  height: 580px;
}

.quikctech-scholarship-head h1{
  font-weight: 800;
}

.quikctech-searcg-area input{
  padding: 20px;
  padding-left: 50px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.quikctech-searcg-area{
  position: relative;
}

.quikctech-search-btnn button{
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
  font-size: 23px;

}

.quikctech-ex-p{
  border: 1px solid #1A2A6070;
  padding: 20px;
  border-radius: 5px;
}

.quikctech-ex-p h4{
  font-weight: 600;
  padding-bottom: 50px;
}

.quikctech-ex-p{
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
}
.quikctech-ex-pp{
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  background-color: #1A2A60;
  padding: 20px;
  border-radius: 10px;
}
.quikctech-ex-p:hover{
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.quikctech-img-exp img {
	height: 200px;
	position: absolute;
	bottom: -36px;
	right: -24px;
}
.quikctech-img-expp img {
	height: 200px;
	position: absolute;
	top: -64px;
	right: -55px;
}


  .quikctech-ac .accordion-button {
      font-size: 1.5rem;
      font-weight: 700;
      color: black;
      background-color: white;
      box-shadow: none;
      padding: 1.5rem;
    }
    .quikctech-ac .accordion-button:not(.collapsed) {
      color: #1900d5;
      background-color: white;
    }
    .quikctech-ac .accordion-body {
      font-size: 1rem;
      padding-left: 2rem;
      padding-right: 2rem;
      padding-bottom: 1.5rem;
      color: #000;
    }
    .quikctech-ac .accordion-item {
      border: 1px solid #dedefe;
      border-radius: 12px;
      margin-bottom: 1rem;
      background: white;
    }
    .quikctech-ac strong {
      display: block;
      margin-top: 0.75rem;
    }
    .quikctech-ac .accordion-button::after {
      transition: transform 0.3s ease;
    }
    .quikctech-ac .accordion-button:not(.collapsed)::after {
      transform: rotate(180deg);
    }


    /*  */


        .quikctech-section {
      position: relative;
      padding: 4rem 2rem;
    }
    .quikctech-box {
      background-color: #fff;
      border-radius: 12px;
      padding: 2rem;
      max-width: 100%;
      margin-top: 2rem;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    }
    .quikctech-tt {
      font-size: 30px;
      font-weight: 800;
      color: white;
    }
    .quikctech-text {
      font-size: 1rem;
      color: #000;
      line-height: 1.7;
    }
    .quikctech-checklist li {
      list-style: none;
      margin-bottom: 1rem;
      position: relative;
      padding-left: 2.2rem;
      font-size: 1rem;
      color: #000;
    }
    .quikctech-checklist li::before {
      content: "✔";
      color: #2c00e0;
      font-weight: bold;
      position: absolute;
      left: 0;
      top: 0;
    }
    .quikctech-button {
      background-color: #ff0057;
      color: #fff;
      border: none;
      font-weight: bold;
      padding: 0.75rem 1.5rem;
      border-radius: 8px;
      margin-top: 1.5rem;
    }
    .quikctech-button:hover {
      background-color: #e4004f;
    }
    .quikctech-image {
      position: absolute;
      top: 0;
      right: 0;
      max-width: 250px;
      z-index: 1;
      clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 50% 100%);
    }

    @media (max-width: 992px) {
      .quikctech-image {
        display: none;
      }
    }

   #quicktech-eligi {
	background-color: #002D62D4;
	padding: 40px;
}

  .news-card {
      background-color: #010c2a;
      color: #fff;
      border-radius: 12px;
      padding: 2rem;
      position: relative;
      overflow: hidden;
      height: 100%;
    }

    .news-card h5 {
      font-weight: bold;
      font-size: 1.25rem;
      line-height: 1.4;
    }

    .news-card p {
      color: #cfd2ff;
    }

    .news-card .date {
      font-size: 0.9rem;
      color: #b0b3c6;
      margin-bottom: 1rem;
    }

    .read-btn {
      background-color: #4f46e5;
      color: white;
      padding: 0.5rem 1.25rem;
      border: none;
      border-radius: 8px;
      margin-top: 1rem;
      font-weight: 500;
      font-size: 1rem;
    }

    .read-btn:hover {
      background-color: #4338ca;
    }

    .news-deco {
      position: absolute;
      bottom: -20px;
      right: -20px;
      width: 180px;
      opacity: 0.1;
    }

    .featured {
      min-height: 280px;
    }

    @media (max-width: 767px) {
      .featured {
        min-height: unset;
      }
    }

    .quikctech-guides-head h1{
      font-weight: 600;
    }

     .quicktech-faq-container {
      max-width: 800px;
      margin: 0 auto;
      padding: 50px;
    }

    .quicktech-faq-header {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .quicktech-faq-description {
      font-size: 18px;
      margin-bottom: 30px;
    }

    .quicktech-faq-question {
      font-weight: bold;
      color: #000;
    }

    .quicktech-faq-answer {
      font-size: 16px;
      color: #555;
    }

    .quicktech-faq-button {
      font-size: 18px;
      font-weight: bold;
    }

    .accordion-button::after {
      content: "\f0d7"; /* Adding downward arrow icon */
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      transform: rotate(0deg);
    }

    .accordion-button.collapsed::after {
      content: "\f0d8"; /* Adding rightward arrow when collapsed */
    }
 .quicktech-news-container {
      max-width: 1100px;
      margin: 0 auto;
      padding: 40px 20px;
    }

    .quicktech-news-header {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .quicktech-tab-buttons .nav-link {
      font-size: 14px;
      font-weight: bold;
      color: #6c757d;
      border: none;
      padding: 12px 18px;
    }

    .quicktech-tab-buttons .nav-link.active {
      color: #495057;
      border-bottom: 2px solid #007bff;
    }

   .quicktech-news-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	background-color: white;
	padding: 8px;
	border-radius: 10px;
}

  .quicktech-news-item img {
	width: 120px;
	height: 128px;
	object-fit: cover;
	margin-right: 20px;
}

    .quicktech-news-content {
      max-width: 85%;
    }

    .quicktech-news-date {
      font-size: 14px;
      color: #888;
    }

    .quicktech-news-title {
      font-size: 16px;
      font-weight: bold;
      color: #333;
      margin-bottom: 5px;
    }

    .quicktech-news-category {
      font-size: 12px;
      color: #007bff;
    }

    .quicktech-news-tab-content {
      padding-top: 20px;
    }


  .quicktech-quid-banner h1 {
	font-weight: 600;
	font-size: 33px;
}
    .quikctech-guid-ban-img {
	padding: 84px;
	border-radius: 5px;
	padding-left: 0;
}

#quicktech-menus-guidlines {
	background-color: white;
	padding: 12px 0;
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 101px;
	z-index: 9;
}

    .quikctech-content-scroll ul{
      display: flex;
      gap: 20px;
    }
     .quikctech-content-scroll ul li a{
        background-size: auto;
  background-size: 200% 200%;
  color: black;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s ease;
     }
       .quikctech-content-scroll ul li a:hover{
       background: linear-gradient(270deg, #E73535, #1A2A60, #E73535);
    background-size: auto;
  background-size: 200% 200%;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
       }


         .quikctech-guide-section {
      padding: 60px 20px;
    }
    .quikctech-guide-highlight {
      font-weight: 700;
    }
    .quikctech-guide-consult-box {
      border-radius: 15px;
      box-shadow: 0 0 20px rgba(0,0,0,0.1);
      padding: 30px;
      background-color: white;
    }
    .quikctech-guide-form-control {
      border-radius: 8px;
      border: 1px solid #dcdcdc;
      margin-bottom: 15px;
      padding: 10px 15px;
    }
    .quikctech-guide-btn {
      background-color: black;
      color: #fff;
      font-weight: bold;
      padding: 12px;
      width: 100%;
      border-radius: 8px;
      border: none;
    }
    .quikctech-guide-btn:hover {
      background-color: #1c0850;
    }
    .quikctech-guide-quote {
      font-style: italic;
      font-weight: 600;
      color: black;
      margin: 20px 0;
    }
    .quikctech-guide-rating {
      font-size: 1.1rem;
      color: #f8b400;
    }
    .quikctech-guide-footer-banner {
      border: 1px solid #e2e2e2;
      border-radius: 8px;
      padding: 20px;
      text-align: center;
      margin-top: 40px;
    }
    .quikctech-guide-footer-banner p {
      margin-bottom: 0;
      font-size: 16px;
    }
    .quikctech-guide-contact-btn {
      margin-top: 20px;
      background-color: black;
      color: #fff;
      border-radius: 25px;
      padding: 10px 30px;
      font-weight: 600;
      border: none;
    }

    .quicktech-t-inner{
      border: 1px solid #ddd;
      background-color: white;
      border-radius: 20px;
      box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
      transition: 0.3s ease;
    }
   .quicktech-t-inner:hover{
    box-shadow: none;
   }
    .quikctech-t-text h5{
      padding: 10px;
    }

    .quikctech-t-text h5{
      font-size: 16px;
      font-weight: 700;
    }

     .quikctech-guide-list-section {
      margin-top: 60px;
    }
    .quikctech-guide-list-section h4 {
      color: black;
      font-weight: 700;
      margin-bottom: 20px;
    }
    .quikctech-guide-list-section ul {
      padding-left: 20px;
    }
    .quikctech-guide-list-section ul li {
      margin-bottom: 10px;
    }


    .faq-accordion {
    background: #1a2a60;
    border-radius: 12px;
    padding: 30px;
    max-width: 800px;
    margin: 50px auto;
  }
 .faq-accordion h2 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 4px;
	font-weight: 600;
	color: white;
}
  .accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 10px;
  }
  .quikctech-ac-btnm {
    background: #1A2A6070;
    border-radius: 12px !important;
    box-shadow: none;
    padding: 18px 20px;
    font-weight: 600;
    font-size: 16px;
    color: white;
  }
  .quikctech-ac-btnm:not(.collapsed) {
    color: #0D0E43;
    background-color: transparent;
    box-shadow: none;
  }
  /* .accordion-button::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23000' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    transform: rotate(0deg);
  } */
  .quikctech-ac-btnm:not(.collapsed)::after {
    transform: rotate(180deg);
  }
  .quicktech-ac-body {
    background: transparent;
  ;
    padding: 20px;
    font-size: 16px;
    color: white;
    border-top: 1px solid white;
  }

  .accordion-button:not(.collapsed)::after {
	background-image: none !important;
	transform: var(--bs-accordion-btn-icon-transform);
}

.quicktech-t-inner img{
  height: 221px;
}

#quicktech-course-finder{
  background-color: #002D628C;

}


.quicktech-top-head h1{
  font-weight: 700;
}
.quicktech-top-head p{
  font-weight: 700;
}

.quikctech-t-innerr{
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
}

.quikcteh-t-text h3{
  font-weight: 600;
  font-size: 25px;
}

.quikcteh-t-text h5{
  font-size: 18px;
  font-weight: 600;
  padding: 10px;
}

.quikcteh-t-text h6{
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 6px;
}

.quikcteh-t-text{
  padding: 16px;
  padding-bottom: 20px;
}

.quikctech-t-innerr a img{
  height: 150px;
}
.quikctech-t-innerr{
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
}
.quikctech-t-innerr:hover{
  box-shadow: none;
  color: black !important;
}

a:hover{
  color: black ;
}

.quikctech-teach-imh img{
  border-radius: 10px;
  height: 700px;
}

.quikctech-teach-main {
	padding: 50px;
	height: 700px;
  position: relative;
  border-radius: 10px;
}

.quikctech-teach-main h2{
  padding: 40px 0;
}

.quikctech-blue-p img {
	position: absolute;
	top: -124px;
	right: -48px;
	height: 400px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100% 100%;
	color: black;
	background-color: black;
	border-radius: 50%;
}

.quikctech-guide-table{
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}