
/* --- Custom Footer Redesign --- */
body.show-mobile-menu #menu-open-button {
  display: none;
}

#menu-open-button,
#menu-close-button {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}



/* Mobile styles */
@media screen and (max-width: 900px) {
  #menu-open-button,
  #menu-close-button {
    display: block;
    z-index: 10;
  }

  #menu-open-button {
    /* color: var(--dark-color); */
  }



  #menu-close-button {
    position: absolute;
    top: 30px;
    right: 30px;
    /* color: var(--dark-color); */
  }

  body.show-mobile-menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 4;
  }

  .qtec-navLinks {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100vw; /* adapt to small screens */
  max-width: 300px;
  height: 100vh;
  margin-top: 50px;
  background: #180909;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 20px 20px;
  transition: left 0.3s ease;
  z-index: 1002;
  overflow-y: auto;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
}

  body.show-mobile-menu .qtec-navLinks {
    left: 0 !important;;
  }
  

  .qtec-navLinks li {
    margin-top: 30px;
    align-items: center;
    justify-content: center;
  }

 

  .qtec-navLinks a {
    display: block;
    color: var(--dark-color);
    font-size: 1.3rem;
    text-align: center;
  }

 

  .navbar-btn {
    display: none;
  }
}



.custom-footer {
  background: #10163a;
  color: #eaeaea;
  padding: 0;
  border: none;
  margin-top: 80px;
  font-family: 'Roboto' ;
}
.custom-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 40px 30px 40px;
  gap: 0 40px;
}
.footer-col {
  flex: 1 1 180px;
  min-width: 180px;
  margin-bottom: 30px;
}
.footer-brand {
  flex: 2 1 260px;
  min-width: 260px;
  margin-right: 40px;
}
.footer-logo {
  width: 110px;
  margin-bottom: 18px;
  filter: brightness(0) invert(1);
}
.footer-news-desc {
  color: #bdbdbd;
  font-size: 1rem;
  margin-bottom: 18px;
}
.footer-news-form {
  display: flex;
  gap: 0;
  margin-bottom: 10px;
}
.footer-news-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #232a4d;
  border-radius: 3px 0 0 3px;
  background: #181e3d;
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: border 0.2s;
}
.footer-news-input:focus {
  border-color: #305348;
}
.footer-news-btn {
  padding: 0 28px;
  background: #305348;
  color: #fff;
  border: none;
  border-radius: 0 3px 3px 0;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.footer-news-btn:hover {
  background: #305348;
}
.footerHeading {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
.footerLinks {
  padding: 0;
  margin: 0;
}
.footerLinks li {
  margin-bottom: 12px;
}
.footerLinks li:last-child {
  margin-bottom: 0;
}
.footerLinks a {
  color: #bdbdbd;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s;
}
.footerLinks a:hover {
  color: #305348;
}
.custom-footer-copyright {
  text-align: center;
  color: #bdbdbd;
  font-size: 0.98rem;
  padding: 18px 0 24px 0;
  border-top: 1px solid #232a4d;
  background: none;
  margin-top: 0;
  letter-spacing: 0.5px;
}
@media (max-width: 900px) {
  .custom-footer-inner {
    flex-direction: column;
    padding: 40px 16px 20px 16px;
    gap: 0;
  }
  .footer-col, .footer-brand {
    min-width: 0;
    margin-right: 0;
  }
}


body, html {
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  overflow-x: hidden;
  position: relative;
}



.portfolio-stack-info, .portfolio-stack-title {
  color: #222 !important;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  z-index: 10;
}

.portfolio-stack-info {
  margin-top: 1.2rem;
}
.portfolio-stack-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #222;
  font-family: 'Roboto', sans-serif;
}
.portfolio-stack-desc {
  font-size: 0.98rem;
  color: #6c757d;
  margin-bottom: 0;
}

.qtec-nav {
  max-width: 1710px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  background-color: #171717; 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}
/* .qtecLoader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: var(--text-color-dark);
} */


.qtec-navLinks a:hover {
  color: #00b77e !important;
}

/* .qtecLoader img {
  width: 100%;
  height: 100%;
} */
.hidden {
  overflow: hidden;
}
.loading-bar {
  width: 20%;
  height: 12px;
  border-radius: 100px;
  background-color: #000;
  z-index: 10000;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-bar .loaderFill {
  width: 0;
  height: 100%;
  background-color: var(--primary-color);
  border-radius: inherit;
  transition: var(--transitionFast);
}

.qtec-nav .qtec-gap {
  gap: 32px;
}

.searchIcon i {
  font-size: 1.3em;
  color: var(--text-color-light);
}
.qtec-menuIcon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1px 2px;
  padding: 15px 12px;
  flex-wrap: wrap;
  cursor: pointer;
}
.qtec-menuIcon span {
  width: 9px;
  height: 9px;
  border: solid 2px var(--secondary-color);
  border-radius: 50%;
  background-color: var(--text-color-light);
}

.logo {
  display: flex;
  align-items: center;
  /* line-height: 1; */
  justify-content: start;
  gap: 18px;
  font-size: 2em;
  color: var(--text-color-light);
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0,0,0,0.12);
  letter-spacing: 1px;
}
.logo img {
  width: 60px;
  border-radius: 12px;
}
.qtec-navLinks {
  padding-right: 90px;
  display: flex;
  align-items: center;
  gap: 25px;
}

.qtec-navLinks li {
  font-size: 1em;
  font-weight: 100;
  color: var(--text-color-light);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  position: relative;
  transition: var(--transitionFast);
  letter-spacing: 1px;
 
}
.qtec-navLinks li a {
  color: var(--text-color-light);
  text-decoration: none;
}
.qtec-navLinks li span {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--primary-color);
  pointer-events: none;
  clip-path: circle(0% at 50% 100%);
  transition: var(--transitionFast);
}

.qtec-navLinks li:hover span {
  clip-path: circle(100% at 50% 100%);
}

.qtec-navLinks li:after {
  content: "";
  width: 5px;
  height: 1px;
  background-color: var(--text-color-light);
  display: none;
}
.qtec-navLinks li:last-child::after {
  display: none;
}

.qtec-hero {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin-bottom: 140px;
  justify-content: center;
}
.navGap {
  height: 130px;
}
.qtec-hero::before {
  content: "";
  width: 100%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./../../../public/images/tech1.jpg);
  background-size:cover ;
  
  z-index: 3;
  opacity: 0.6;
}
.qtec-hero::after {
  content: "";
  width: 100%;
  height: 95%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--secondary-color);
  z-index: 1;
}


.heroTag {
  width: max-content;
  font-size: 1.05em;
  font-weight: 200;
  color: #eaeeea;
  background-color: #111;
  height: 40px;
  text-transform: uppercase;
  padding: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 21px;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  border: 2px solid #1f661f;
}

.ml-heroTag {
  margin-left: 100px;
}

.heroTag:hover {
  color: white;
  background-color: var(--primary-color);
  border: none;
}

.heroTag::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
  background-color: var(--text-color-light);
}
.qtec-headerSlider {
  z-index: 3;
  width: 100%;
  height: auto;
}
.singleSlide {
  width: 100%;
  min-height: 200px;
  padding: 45px;
  background-color: var(--secondary-color);
  border-radius: 25px;
  transition: var(--transition);
  --hoverHeight: 147px;
}
.heroContent {
  margin-top: 180px;
  margin-bottom: 180px;
  max-width: 700px;
  width: 100%;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .heroContent {
    margin-top: 80px;
    margin-bottom: 60px;
    max-width: 100%;
    padding: 0 8px;
  }
  .qtec-h1 {
    font-size: 2rem;
    line-height: 1.2;
    text-align: left;
    margin-bottom: 18px;
  }
  .heroContent p.qtec-desc {
    width: 100% !important;
    margin-left: 0 !important;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 18px !important;
  }
}
@media (max-width: 480px) {
  .heroContent {
    margin-top: 40px;
    margin-bottom: 30px;
    padding: 0 4px;
  }
  .qtec-h1 {
    font-size: 1.2rem;
    line-height: 1.0;
    text-align: left;
    margin-bottom: 12px;
  }
  .heroContent p.qtec-desc {
    font-size: 0.95rem;
    margin-bottom: 12px !important;
  }
}
.singleSlide header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 70px;
  border-bottom: solid 2px rgb(21, 21, 34);
}
.hoverSlide {
  height: 0;
  transition: var(--transition);
  overflow: hidden;
}
.singleSlide:hover .hoverSlide {
  height: var(--hoverHeight);
}
.singleSlide header img {
  width: 70px;
  height: 80px;
}
.singleSlide header a {
  font-size: 1.55em;
  color: var(--primary-color);
  text-decoration: none;
  transform: rotate(-45deg);
}
.singleSlide .qtec-h5 {
  font-size: 1.8em;
  margin-top: 30px;
  margin-bottom: 5px;
}
.singleSlide > .hoverSlide a {
  font-size: 1.25em;
  color: var(--primary-color);
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  display: block;
}
.singleSlide > .hoverSlide a i {
  margin-left: 5px;
  transform: rotate(-45deg);
}
.qtec-headerSlider .swiper-wrapper {
  transition-timing-function: linear;
}
.qtec-email {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 5px;
  font-size: 17.5px;
  color: rgb(34, 38, 39);
  text-decoration: none;
  line-height: 1;
}
.qtec-email i {
  font-size: 19px;
}
.qtec-progress {
  width: 100%;
  height: auto;
}
.qtec-progress header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}
.qtec-progress header img {
  width: 52px;
  height: 55px;
  object-fit: contain;
}
.progressBar {
  background-color: rgb(220, 220, 220);
  height: 10px;
  width: 100%;
  border-radius: 5px;
}
.progressBar .inner {
  width: 60%;
  height: 100%;
  background-color: var(--secondary-color);
  border-radius: inherit;
  font-size: 10px;
  font-weight: bold;
  color: var(--text-color-light);
  display: flex;
  align-items: center;
  justify-content: end;
}

.qtec-progress .qtec-desc {
  font-weight: 400;
  font-family: "Roboto";
  margin-top: 18px;
  margin-left: 20px;
  font-size: 1.1875em;
  

}
.qtec-goals {
  background-color: var(--secondary-color);
  background-image: url(./../../../public/images/pattern.png);
  background-size: cover;
}
.progressHisto {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: start;
  gap: 10px;
  height: 200px;
  margin-top: 15px;
}
.histoSingle {
  flex: 1 0 0;
  border-top-right-radius: 200px;
  border-top-left-radius: 200px;
  display: flex;
  flex-direction: column;
  height: 0;
  justify-content: end;
  align-items: center;
}
.histoSingle {
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto";
  text-align: center;
  line-height: 1;
  padding-top: 25px;
  transition: var(--transition);
}
.histoSingle span {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 500;
  display: block;
}
.fill {
  width: 100%;
  height: 0;
  position: relative;
  transition: var(--transition);
}
.fill::before {
  content: "";
  width: 1px;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(0, 0, 0);
  opacity: 0.4;
}
.histo1 {
  background-color: rgb(85, 153, 230);
}
.histo2 {
  background-color: rgb(230, 85, 157);
}
.histo3 {
  background-color: rgb(230, 187, 85);
}
.growthList li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
  font-size: 1.4em;
  font-weight: 500;
  color: var(--text-color-light);
  line-height: 1;
  margin-bottom: 15px;
}
.growthList li i {
  color: var(--primary-color);
  font-size: 1.2em;
}

.hover-gallery-wrapper {
 
  margin: auto;
  padding: 20px 0;
}

.image-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  height: 200px;
}

.main-image {
  position: relative;
  z-index: 2;
  transition: box-shadow 0.4s;
  border-radius: 16px;
  width: 340px;
  height: 200px;
}

.side-image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 200px;
  border-radius: 16px;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  pointer-events: none;
}

.image-container:hover .side-image.left-image {
  opacity: 1;
  transform: translate(-150%, -50%) scale(1);
}

.image-container:hover .side-image.right-image {
  opacity: 1;
  transform: translate(50%, -50%) scale(1);
}

.sectionBanner {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 105%;
  width: 50%;
}
.sectionBanner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.qtec-skills {
  width: 100%;
  height: auto;
  background-image: url(./../../../public/images/pattern2.png);
  background-color: white;
}
.qtec-goals {
  margin-bottom: 0;
}

.qtec-tag {
  display: flex;
  align-items: center;
  gap: 18px;
  text-align: left;
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* White circular container */
.qtec-tag-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Image inside the circle */
.qtec-tag-image img {
  width: 60%;
  height: 60%;
  object-fit: contain;
}

/* Section wrapper */
.skilSlider {
  width: 100%;
  padding: 20px 0;
 
}
.portfolio-stack-title {
  color: #222 !important;
}

/* Skill card */


.skilSlider .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}


.skillSingle {
  min-width: 180px;
  min-height: 120px;
  padding: 24px 32px;
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: linear-gradient(135deg, #e0f7f1 60%, #c6f7e2 100%);
  border: 2px solid #00b77e;
  box-shadow: 0 4px 24px 0 rgba(0, 183, 126, 0.10), 0 1.5px 8px 0 rgba(0, 183, 126, 0.08);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s cubic-bezier(0.4,0,0.2,1), background 0.35s;
  opacity: 1;
  transform: none;
  animation: none;
}



.skillSingle:hover {
  background: linear-gradient(135deg, #015f43 80%, #003d29 100%);
  color: #fff;
  transform: scale(1.07);
  box-shadow: 0 8px 32px rgba(1,95,67,0.18), 0 2px 8px rgba(1,95,67,0.10);
}

.skillSingle::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  background: rgba(0, 183, 126, 0.12);
  border-radius: 50%;
  z-index: 0;
  transition: background 0.3s;
}

.skillSingle img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(0 2px 8px rgba(0,183,126,0.10));
  transition: transform 0.3s;
}

.skillSingle:hover img {
  transform: scale(1.12) rotate(-8deg);
}

.skillSingle p {
  font-size: 1.25em;
  font-weight: 700;
  color: #015f43;
  font-family: "Roboto", sans-serif;
  margin: 0;
  z-index: 1;
  letter-spacing: 0.5px;
  transition: color 0.3s;
}

.skillSingle:hover p {
  color: #fff;
}



/* Swiper wrapper transition */
.skilSlider .swiper-wrapper {
  transition-timing-function: linear;
}

/* Skill contact text */
.skillContact {
  font-size: 1.2em;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: black; 
  text-align: center;
  margin-top: 40px;
  font-family: 'Roboto';
  margin-bottom: 0px;
}

/* Contact link */
.skillContact a {
  text-decoration: none;
  font-weight: 900;
  color: var(--primary-dark-green, #00b77e);
  border-bottom: 1px solid #444;
}

.qtec-heroSocials {
  position: absolute;
  top: 40%;
  left: 50%;
  margin: 0 auto;
  transform: translate(-50%, -40%);
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 20px;
  z-index: 2;
  max-width: 1710px;
  width: 100%;
  align-items: end;
  
}
.qtec-heroSocials a {
  font-size: 18px;
  color: var(--text-color-light);
}
.image-stack-wrapper {
  position: relative;
  width: 250px;
  height: 350px;
  flex-shrink: 0;
  margin-right: 150px;
}

.image-stack-wrapper .layer {
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s cubic-bezier(0.4,0,0.2,1);
  cursor: pointer;
}

.image-stack-wrapper .layer:hover {
  transform: scale(1.12) translateY(-18px) rotate(-2deg);
  box-shadow: 0 12px 32px rgba(0,0,0,0.18), 0 2px 8px rgba(0,0,0,0.10);
  z-index: 10;
}

.layer {
  position: absolute;
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.d-flex {
  gap: 32px; 
}
@media screen and (max-width: 900px) {
  .qtecPortfolio .d-flex {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 24px;
  }
}
/* First image stays in top-left */
.img1 {
  top: 0;
  left: 0;
  z-index: 1;
}

/* Second image positioned at center of first */
.img2 {
  top: 80px; /* 100/2 */
  left: 80px;
  z-index: 2;
}

/* Third image at center of second */
.img3 {
  top: 160px;
  left: 160px;
  z-index: 3;
}

.portFolioSingle {
  width: 100%;
  height: auto;
  padding: 30px 50px;
  border-radius: 10px;
  background-color: rgb(239, 230, 217);
  margin-top: 40px;
  text-align: center;
}
.portFolioTags {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  gap: 3px;
}
.tagSingle {
  width: max-content;
  height: auto;
  padding: 5px 17px;
  border-radius: 20px;
  border: solid 2px var(--secondary-color);
  color: var(--secondary-color);
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
}
.portFolioSingle img {
  width: 90%;
  max-height: 470px;
  margin: 0 auto;
  text-align: center;
  margin-top: 65px;
}
.portFolioSingle h5 {
  font-size: 2.18em;
}
.portfolioLink {
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  border: solid 1px var(--secondary-color);
  display: grid;
  place-content: center;
  font-size: 18px;
  text-decoration: none;
  color: var(--secondary-color);
}
.pricingSingle {
  width: 100%;
  height: auto;
  padding: 55px 50px;
  margin-top: 45px;
  border-radius: 20px;
  background-color: var(--text-color-light);
  box-shadow: 0px 3px 60px 0px rgba(61, 61, 61, 0.11);
}
.pricingSingle h5.small {
  font-size: 2.5em;
}

.pricingSingle .discount {
  padding: 8px 20px;
  border-radius: 18px;
  background-color: var(--secondary-color);
  font-size: 15px;
  font-weight: 600;
  color: var(--text-color-light);
}
.pricingSingle h5.large {
  font-size: 3.18em;
}
.borderHeading {
  padding-top: 16px;
  border-top: solid 1px var(--secondary-color);
}
.pricing h5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.pricing h5 span {
  font-size: 16px;
  font-weight: 600;
}
.pricingList {
  width: 100%;
}
.pricingList li {
  font-size: 16px;
  font-family: "Roboto";
  color: rgb(0, 0, 0);
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}


.qtec-pricing::before {
  content: "";
  width: 100%;
  background-color: black;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(./../../../public/images/pattern.png);
  background-size: cover;
}

.pricingList li::before {
  content: "\f00c";
  font-size: 18px;
  color: rgb(255, 130, 87);
}
.pricingBtn {
  width: 100%;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  height: 65px;
  border-radius: 33px;
  margin-top: 25px;
  border: slid 1px transparent;
  background-color: var(--secondary-color);
  font-size: 17px;
  font-weight: bold;
  color: var(--text-color-light);
}
.blogSingle {
  width: 100%;
  height: auto;
  padding: 15px 20px;
  border: solid 2px rgb(221, 221, 221);
  border-radius: 25px;
  background-color: var(--text-color-light);
}
.blogImg {
  width: 100%;
  border-radius: 25px;
  background-color: rgb(37, 35, 35);
  height: 255px;
  position: relative;
}
.blogImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.blogTag {
  padding: 11px 22px;
  background-color: rgb(252, 202, 68);
  font-size: 15px;
  font-weight: bold;
  color: var(--text-color-dark);
  position: absolute;
  top: 20px;
  left: 20px;
  border-radius: 18px;
}
.blogDate {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color-dark);
  margin: 15px 0;
}
.morePost {
  font-weight: 600;
  font-size: 19px;
  color: var(--text-color-dark);
  text-transform: uppercase;
  text-align: center;
  display: block;
  width: 100%;
  margin: 40px 0;
  text-decoration: none;
}
.morePost i {
  margin-left: 5px;
}
.socialSingle {
  width: 100%;
  position: relative;
  height: 93px;
  border-radius: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  gap: 10px;
  font-size: 25px;
  font-weight: 700;
  color: var(--text-color-light);
  text-transform: uppercase;
  text-decoration: none;
  margin: 15px 0;
}

.socialSingle i {
  transform: rotate(-45deg);
}
.s1 {
  background-color: rgb(10, 0, 208);
}
.s2 {
  background-color: rgb(0, 215, 192);
}
.s3 {
  background-color: rgb(236, 0, 217);
}

.s4 {
  background-color: rgb(2, 87, 193);
}
.inputField {
  width: 100%;
  height: 62px;
  background-color: rgb(241, 248, 252);
  margin-bottom: 20px;
  border-radius: 30px;
  position: relative;
}
.inputField input,
.inputField select,
.inputField textarea {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border-radius: inherit;
  font-size: 16px;
  border: 0;
  color: rgb(159, 164, 175);
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 30px;
}
.inputField select {
  appearance: none;
  cursor: pointer;
}
.inputField.textareaField {
  height: 140px !important;
}
.inputField.textareaField textarea {
  padding-top: 30px;
  resize: none;
}
.inputField span {
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: rgb(209, 238, 255);
  color: var(--text-color-dark);
  font-size: 15px;
  display: grid;
  place-content: center;
}

.inputField input::placeholder,
.inputField select::placeholder,
.inputField textarea {
  font-size: 16px;
  color: rgb(159, 164, 175);
  text-transform: uppercase;
  font-weight: 400;
}
.qtec-form {
  background-color: rgb(27, 27, 26);
  background-image: url(./../../../public/images/pattern3.png);
  background-size: cover;
}
.qtec-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  

}
.qtec-btn i {
  font-size: 12px;
  margin-right: 12px;
  transform: rotate(-45deg);
}
.qtec-footer {
  width: 100%;
  height: auto;
  background-color: var(--secondary-color);
}
.footerInner {
  max-width: 1620px;
  margin-left: auto;
  overflow: hidden;
  height: auto;
}
.footerHeading {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-color-light);
  text-transform: uppercase;
  margin-bottom: 33px;
}
.footerLinks li {
  padding: 15px 0;
  border-bottom: solid 1px rgb(43, 43, 43);
}
.footerLinks li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.footerLinks li a {
  font-size: 16px;
  font-family: "Roboto";
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}
.footerLinks li a img {
  width: 12px;
}
.footerTag {
  font-weight: 200;
  font-size: 20px;
  color: var(--primary-color);
}
.Footergallery {
  width: 100%;
  height: 100px;
  margin: 20px 0;
}
.Footergallery .swiper {
  width: 100%;
  height: 100%;
}
.Footergallery .swiper > .swiper-wrapper {
  transition-timing-function: linear;
}
.Footergallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-socialSingle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color-light);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-socialSingle i {
  font-size: 21px;
  color: var(--primary-color);
}
.footerSocial {
  display: flex;
  align-items: center;
  gap: 42px;
}
.copyright {
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color-light);
  text-transform: uppercase;
  padding-bottom: 30px;
}

.qtec-cursor {
  width: 50px;
  height: 50px;
  background-color: transparent;
  /* border: solid 2px var(--primary-color); */
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  transition: transform 0.1s linear;
  z-index: 99999999999;
  pointer-events: none;
}

.qtec-btn::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  border: solid 1px var(--text-color-dark);
  border-radius: inherit;
  top: -1px;
  left: -1px;
  background-color: var(--text-color-dark);
  opacity: 0;
  clip-path: circle(0% at 50% 100%);
  transition: var(--transitionFast);
}
.qtec-btn:hover:before {
  opacity: 1;
  clip-path: circle(100% at 50% 100%);
}
.qtec-btn span {
  transition: var(--transitionFast);
}
.qtec-btn:hover span {
  color: var(--primary-color);
}
.qtec-btn span {
  position: relative;
  z-index: 2;
}
.qtec-buttonHover {
  position: relative;
}
.qtec-buttonHover::before {
  content: "";
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  /* border: solid 1px var(--text-color-dark) */
  border-radius: inherit;
  top: -1px;
  left: -1px;
  background-color: var(--text-color-light);
  opacity: 0;
  clip-path: circle(0% at 50% 100%);
  transition: var(--transitionFast);
}
.qtec-buttonHover:hover:before {
  opacity: 1;
  clip-path: circle(100% at 50% 100%);
}
.qtec-buttonHover span {
  transition: var(--transitionFast);
}
.qtec-buttonHover:hover span {
  color: #fff;
}
.qtec-buttonHover span {
  position: relative;
  z-index: 2;
}
.portfolioLink:before {
  background-color: var(--text-color-dark);
}
.portfolioLink:hover span {
  color: var(--text-color-light);
}
/* button hover inspiration */
/* https: ; //html.themewant.com/invena/index-two.html */
.qtecMask {
  width: 110%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  transform: translateX(-10%);
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 1) 90%,
    rgba(237, 221, 83, 0) 100%
  );
}
.animateImg {
  transform: scale(2);
}
.portflio.qtecMask {
  background: linear-gradient(
    270deg,
    rgba(239, 230, 217, 1) 90%,
    rgba(237, 221, 83, 0) 100%
  );
}
.navOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--text-color-dark);
  opacity: 0.5;
  z-index: 1;
}
.sideNav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999999;
}

.heroContent .qtec-desc {
  margin-bottom: 40px;
  

}
.navInner {
width: 30%;
height: 100%;
padding: 100px 70px;
  position: relative;
  z-index: 6;
  background-color: var(--text-color-dark);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
.navInner .qtec-navLinks {
  flex-direction: column;
  text-align: center;
  
}
.navInner .qtec-navLinks li::after {
  display: none;
}
.navInner .qtec-navLinks li {
  font-size: 60px;
}
.sideNav {
  pointer-events: none;
}
.navInner .qtec-navLinks {
  padding: 0;
}
.navInner {
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-100%);
}
.navOverlay {
  display: none;
}
.sideNav.activeNav {
  pointer-events: all;
}

.sideNav.activeNav .navInner {
  transform: translateX(0);
}

.sideNav.activeNav .navOverlay {
  display: block;
}
.cta-group{
  display: flex;
 
  align-items: center;
  gap: 20px;
  margin-left:80px;
  
}
.heroBtn {
  background-color:white;
  color: black;
  padding: 12px 24px;
  border-radius:25px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  transition: background-color 0.3s ease;
  justify-content: center;
}

.heroBtn:hover {
  background-color: #015f43;
  color:white;
}


.qtec-h1 {
  font-size: 3em;
  font-weight: 600;
  color: rgb(213, 217, 213);
  letter-spacing: 1px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-family: "Roboto";
  margin-bottom: 25px;

@media (max-width: 768px) {
  .qtec-h1 {
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 16px;
    margin-top: 40px;
  justify-content: start;
    margin-left:30px;


  }
   .cta-group {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    margin-left: 0;
  }
  .qtec-desc {
    width: 100%;
    margin-left: 0;
    padding: 0 16px;
    text-align: left;
  }

  .heroContent p.qtec-desc {
    width: 100% !important;
    margin-left: 0 !important;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 50px !important;
  }
  .heroContent .d-flex {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
  }
  .heroTag {
    margin-left: 0 !important;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    padding: 12px 20px;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
  }
  .qtec-heroSocials {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .qtec-heroSocials a {
    color: #000;
    transition: color 0.3s;
  }

  .qtec-heroSocials a:hover {
    color: #555;
  }
}
  margin-left: 80px;
}
.closeNav {
  width: 30px;
  height: 30px;
  color: var(--text-color-dark);
  background-color: var(--primary-color);
  border-radius: 50%;
  display: grid;
  place-content: center;
  font-size: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.text-anim {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 3em;
  color: #015f43;
  letter-spacing: 1px;
  text-shadow: 0 2px 12px rgba(1, 95, 67, 0.12);
  transition: color 0.3s, text-shadow 0.3s;
  margin-bottom: 0;
}
.text-anim:hover {
  color: #00b77e;
  text-shadow: none;
}

/* Reduce margin for h1.my-3 */
h1.my-3 {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
.qtecPortfolio {
  background-color: white;
  position: relative;
  font-family: 'Roboto', sans-serif;
}
.navbar-btn {
  
  background-color:white;
  color:black;
  font-weight: 700;
  border-radius: 25px;
  padding: 10px 32px;
  border: none;
  box-shadow: 0 2px 8px rgba(0, 183, 126, 0.15);
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  font-size: 1.1em;
}
.navbar-btn:hover {
  background-color: #327050;
  color: #f1f0f0;
  box-shadow: 0 4px 16px rgba(0, 183, 126, 0.25);
}



 /* Section styling */
    .team-section {
      background: radial-gradient(ellipse at center, #0a2e1a 0%, #071a13 60%);
      
    }

    /* Title and subtitle */
    .team-title {
      font-size: 2.5rem;
      color: #fff;
      
      font-family: 'Roboto', sans-serif;
    }

    .team-title .highlight {
      color: #00b77e;
    }

    .team-name {
      font-family: 'Roboto', sans-serif;
    }

    .team-subtitle {
      max-width: 500px;
      margin: 0 auto;
      color: #d1d1d1; 
      font-family: 'Roboto', sans-serif;
    }

    /* Team card */
    .team-card-custom {
      padding: 1.5rem;
      background: rgba(19, 50, 33, 0.7);
      border: 2px solid #198754;
      border-radius: 0.75rem;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      
    }

    /* Team image */
    .team-image {
      width: 140px;
      height: 140px;
      object-fit: cover;
      background: #fff;
      border-radius: 0.5rem;
      margin-bottom: 2.5rem;
      /* margin-top: 0.7rem; */
    }

    /* Team role */
    .team-role {
      font-size: 0.8em;
     color:white;
      margin-bottom: 0.5rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 500;
      margin-top: 10px;
    }


    /* Contact Modern Heading */
.contact-modern-heading {
  max-width: 700px;
  margin: 0 auto 2.5rem auto;
  padding: 0 1rem;
  font-family: 'Roboto', sans-serif;
}

.contact-modern-main-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #101010;
  margin-bottom: 0.7rem;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -1px;
  font-family: 'Roboto', sans-serif;
}

.contact-modern-main-desc {
  font-size: 1.15rem;
  color: #444;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}

/* Contact Modern Section */
.contact-modern-section {
  background: #f7fafd;
  border-radius: 2rem;
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.08);
  padding: 60px 0;

}

/* Main Wrapper */
.contact-modern-wrapper {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  max-width: 950px;
}

/* Left Panel */
.contact-modern-info {
  background: linear-gradient(135deg, #00b77e 80%, rgba(0, 183, 126, 0.3) 100%);
  color: #fff;
  flex: 0 0 320px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 2rem 0 0 2rem;
  min-height: 420px;
  position: relative;
  font-family: 'Roboto', sans-serif;
}

.contact-modern-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  letter-spacing: -1px;
  font-family: 'Roboto', sans-serif;
}

.contact-modern-desc {
  font-size: 1rem;
  color: #e6fff5;
  margin-bottom: 2rem;
  font-family: 'Roboto', sans-serif;
}

.contact-modern-list {
  margin-top: 1.5rem;
  
}

.contact-modern-list-item {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 1.08rem;
  margin-bottom: 1.1rem;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}

.contact-modern-list-item i {
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

/* Right Panel */
.contact-modern-form-panel {
  flex: 1 1 0%;
  background: #fff;
  padding: 2.5rem 2.5rem 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0 2rem 2rem 0;
  min-width: 0;
  font-family: 'Roboto', sans-serif;
}

.contact-modern-form-title {
  font-size: 2rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 0.5rem;
  font-family: 'Roboto', sans-serif;
}

.contact-modern-form-desc {
  color: #6c757d;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-family: 'Roboto', sans-serif;
}

/* Form */
.contact-modern-form {
  width: 100%;
}

.contact-modern-form-row {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.2rem;
}

.contact-modern-form-group {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
}

.contact-modern-form-group label {
  font-size: 0.98rem;
  color: #222;
  font-weight: 600;
  margin-bottom: 0.3rem;
  font-family: 'Roboto', sans-serif;
}

.contact-modern-form-group input,
.contact-modern-form-group textarea {
  border: 1.5px solid #e0e0e0;
  background: #f7fafd;
  font-size: 1.08rem;
  color: #222;
  padding: 0.7rem 1.2rem;
  margin-bottom: 0.7rem;
  border-radius: 2rem;
  transition: border-color 0.2s, box-shadow 0.2s;
  resize: none;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  box-shadow: 0 2px 8px rgba(0, 183, 126, 0.07);
}

.contact-modern-form-group input:focus,
.contact-modern-form-group textarea:focus {
  outline: none;
  border-bottom: 2px solid rgba(0, 183, 126, 0.25);
}

/* Button */
.contact-modern-btn {
  background: #305348;
  color: #fff;
  font-weight: 700;
  border-radius: 2rem;
  padding: 0.7rem 2.5rem;
  font-size: 1.1rem;
  border: none;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 2px 8px rgba(0, 183, 126, 0.25);
  margin-top: 0.5rem;
}

.contact-modern-btn:hover {
  background: #009e6c;
  color: #fff;
}

/* Responsive (Tablet & Below) */
@media (max-width: 991.98px) {
  .contact-modern-wrapper {
    flex-direction: column;
    border-radius: 2rem;
  }

  .contact-modern-info,
  .contact-modern-form-panel {
    border-radius: 2rem !important;
    min-height: unset;
    padding: 2rem 1.2rem;
  }
}

/* General Section Style */
.about-section {
  background-color: #fff;
  padding: 100px 0;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

/* Image Section */
.image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 350px;
  width: 100%;
}


.about-img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
  will-change: opacity, transform;
}

.primary-img {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}

.hover-img {
  z-index: 2;
  opacity: 0;
  transform: scale(1.02) rotate(-2deg);
  transition: opacity 0.7s cubic-bezier(0.4,0,0.2,1), transform 0.7s cubic-bezier(0.4,0,0.2,1);
}

.image-wrapper:hover .primary-img {
  opacity: 0;
  transform: scale(1.02) rotate(2deg);
}

.image-wrapper:hover .hover-img {
  opacity: 1;
  transform: scale(1.05) rotate(0deg);
}

.primary-img {
  z-index: 1;
  opacity: 1;
}

.hover-img {
  z-index: 2;
  opacity: 0;
}

.image-wrapper:hover .primary-img {
  opacity: 0;
}

.image-wrapper:hover .hover-img {
  opacity: 1;
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 66, 37, 0.25);
  border-radius: 16px;
  z-index: 3;
}

/* Headline Animation */
.about-heading {
  font-size: 36px;
  font-weight: 700;
  color: #004225;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.3s;
}

.about-description {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 0.6s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Button Style */
.cta-btn {
  background-color: #004225;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-weight: 500;
  border-radius: 30px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.cta-btn::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 0%;
  height: 100%;
  background: #00663b;
  z-index: -1;
  transition: 0.4s ease;
}

.cta-btn:hover::before {
  width: 100%;
}

.cta-btn:hover {
  transform: scale(1.05);
}

/* Contact Link Motion */
.contact-link {
  margin-left: 20px;
  color: #004225;
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.contact-link i {
  margin-right: 6px;
  font-size: 18px;
}

.contact-link:hover {
  transform: translateX(6px);
}

/* Fancy Stats Cards */
.progress-card {
  background: #f8f9fa;
  border-radius: 16px;
  padding: 30px 20px;
  box-shadow: 0 0 20px rgba(0, 66, 37, 0.15);
  transform: translateY(50px);
  opacity: 0;
  animation: riseIn 1s ease forwards;
}

.progress-card:nth-child(1) {
  animation-delay: 0.2s;
}
.progress-card:nth-child(2) {
  animation-delay: 0.4s;
}
.progress-card:nth-child(3) {
  animation-delay: 0.6s;
}

@keyframes riseIn {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.progress-card header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
}

.progress-card img {
  width: 36px;
  height: 36px;
}

.progress-card h4 {
  font-size: 24px;
  font-weight: bold;
  color: #004225;
}

.progress-bar {
  background: linear-gradient(90deg, #e0e0e0 80%, #fff 100%);
  height: 12px;
  border-radius: 8px;
  overflow: hidden;
  margin: 12px 0;
  position: relative;
  box-shadow: 0 1px 4px rgba(0,66,37,0.10);
}

.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #004225 60%, #009e5c 100%);
  width: 0%;
  border-radius: 4px 0 0 4px;
  animation: growBar 2s ease forwards;
  box-shadow: 2px 0 8px rgba(0,66,37,0.12);
  position: relative;
}

.bar-fill::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: #fff;
  opacity: 0.7;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 0 6px 2px #fff;
  transition: opacity 0.3s;
}

@keyframes growBar {
  to {
    width: var(--bar-width, 100%);
  }
}

.stat-description {
  font-size: 14px;
  color: #555;
}

body.qtech-body {
    background-color: #000;
    color: #fff;
    margin: 0;
    overflow-x: hidden;
}

.qtec-careers {
    padding: 60px 20px;
    position: relative;
}

.qtec-careers .container {
    max-width: 1200px;
}

.qtec-careers .qtec-h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    animation: popIn 1.2s ease-in-out;
}

.qtec-careers .qtec-h3 {
    font-size: 1.8rem;
}

.qtec-careers .qtec-desc {
    font-size: 1.1rem;
}

.qtec-career-card {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    transition: filter 0.3s ease, border 0.3s ease;
    opacity: 0; /* Initially hidden */
    animation: popIn 1.2s ease-in-out forwards; 
}

.qtec-career-card:hover {
    filter: brightness(1.1);
    border: 1px solid rgba(46, 204, 113, 0.5);
    box-shadow: 0 0 10px rgba(46, 204, 113, 0.3);
}

.qtec-career-card .qtec-h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #2ecc71;
}

.qtec-career-card .qtec-desc {
    margin: 5px 0;
}

/* Add animation delay for staggered effect in Why Join Us? */
.qtec-career-card:nth-child(1) { animation-delay: 0.2s; }
.qtec-career-card:nth-child(2) { animation-delay: 0.4s; }
.qtec-career-card:nth-child(3) { animation-delay: 0.6s; }
.qtec-career-card:nth-child(4) { animation-delay: 0.8s; }
.qtec-career-card:nth-child(5) { animation-delay: 1.0s; }

.timeline {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    padding: 40px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 100%;
    left: 50px;
    width: 4px;
    background: #2ecc71;
    border-radius: 2px;
    animation: growLine 2s ease-in-out forwards;
    animation-delay: 0.5s;
}

.timeline-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(46, 204, 113, 0.1) 0%, transparent 70%);
    animation: pulseBg 8s ease-in-out infinite;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-item:hover {
    transform: scale(1.02);
    box-shadow: 0 0 15px rgba(46, 204, 113, 0.4);
}

.timeline-icon {
    width: 50px;
    height: 50px;
    background: #2ecc71;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 1.4rem;
    margin-right: 20px;
    z-index: 1;
    animation: bouncePulse 1.5s ease-in-out infinite, popIn 0.8s ease-in;
    animation-fill-mode: both;
    opacity: 0; /* Initially hidden */
}

.qtec-timeline-card {
    background: #1a1a1a;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
    position: relative;
    overflow: hidden;
    animation: slideInFade 0.8s ease-in;
    animation-fill-mode: both;
    opacity: 0; /* Initially hidden */
}

.qtec-timeline-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(46, 204, 113, 0.2) 0%, transparent 50%);
    transform: translateX(-100%);
    animation: shimmer 2s ease-in-out infinite;
}

.timeline-item:nth-child(1) .timeline-icon { animation-delay: 0.6s; }
.timeline-item:nth-child(1) .qtec-timeline-card { animation-delay: 0.8s; }
.timeline-item:nth-child(2) .timeline-icon { animation-delay: 1.0s; }
.timeline-item:nth-child(2) .qtec-timeline-card { animation-delay: 1.2s; }
.timeline-item:nth-child(3) .timeline-icon { animation-delay: 1.4s; }
.timeline-item:nth-child(3) .qtec-timeline-card { animation-delay: 1.6s; }
.timeline-item:nth-child(4) .timeline-icon { animation-delay: 1.8s; }
.timeline-item:nth-child(4) .qtec-timeline-card { animation-delay: 2.0s; }

.qtec-careers .qtec-btn {
    background: #2ecc71;
    color: #000;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.qtec-careers .qtec-btn:hover {
    background: #27ae60;
    transform: scale(1.05);
}

.qtec-careers .qtec-email {
    text-decoration: none;
}

.qtec-careers .qtec-email:hover {
    text-decoration: underline;
}

@keyframes popIn {
    0% { opacity: 0; transform: scale(0.9); }
    60% { opacity: 1; transform: scale(1.05); }
    100% { opacity: 1; transform: scale(1); }
}

@keyframes slideInFade {
    from { opacity: 0; transform: translateX(-30px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes bouncePulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

@keyframes growLine {
    from { bottom: 100%; }
    to { bottom: 0; }
}

@keyframes pulseBg {
    0%, 100% { opacity: 0.3; }
    50% { opacity: 0.6; }
}

@keyframes shimmer {
    0% { transform: translateX(-100%); }
    50% { transform: translateX(100%); }
    100% { transform: translateX(100%); }
}

@media (max-width: 768px) {
    .qtec-careers .qtec-h1 {
        font-size: 2rem;
    }
    .qtec-careers .qtec-h3 {
        font-size: 1.5rem;
    }
    .qtec-careers .qtec-desc {
        font-size: 1rem;
        width: 100% !important;
    }
    .timeline::before {
        left: 25px;
    }
    .timeline-icon {
        width: 40px;
        height: 40px;
        font-size: 1.2rem;
        margin-right: 15px;
    }
}

.footer-social-link {
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.footer-social-link:hover {
    color: #27ae60; 
}

.footer-social-link i {
    vertical-align: middle;
}