.elementor-440 .elementor-element.elementor-element-367e2d2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-7edcc98 */.qtech-footer-bottom,
.qtech-footer-bottom * {
    text-align: center !important;
    justify-content: center !important;
}

.qtech-footer-bottom {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 0;
}

/* Footer bottom ke upar wali dhaga line hatane ke liye */
.qtech-footer-bottom,
.qtech-footer-bottom * {
    border-top: none !important;
    box-shadow: none !important;
}

/* Elementor footer section ka hidden border/remove */
footer .elementor-section,
footer .elementor-container,
footer .elementor-column,
footer .elementor-widget-container {
    border-top: none !important;
    box-shadow: none !important;
}



/* Final footer responsive + thin-line remove */
.qtech-footer,
footer .elementor-section,
footer .elementor-container,
footer .elementor-column,
footer .elementor-widget-container {
  border-top: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Bottom copyright centered + no thin pseudo lines */
.qtech-footer-bottom {
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px;
  padding: 12px 16px !important;
  margin: 8px 0 0 !important;
  border-top: none !important;
  box-shadow: none !important;
  flex-wrap: wrap;
  text-align: center;
  background: transparent;
}

/* Make inner text centered and smaller on very small screens */
.qtech-footer-bottom,
.qtech-footer-bottom p,
.qtech-footer-bottom .copyright {
  width: 100%;
  margin: 0 !important;
  text-align: center !important;
  color: var(--muted, #6b7279) !important;
  font-size: 13px !important;
}

/* Links in footer bottom */
.qtech-footer-bottom a { color: var(--q-blue, #0b66d1) !important; text-decoration: none !important; font-weight:600 !important; }
.qtech-footer-bottom a:hover { text-decoration: underline !important; }

/* Remove pseudo lines or editor outlines */
.qtech-footer::before,
.qtech-footer::after,
.qtech-footer-bottom::before,
.qtech-footer-bottom::after,
footer .elementor-widget-wrap::before,
footer .elementor-widget-wrap::after {
  display:none !important;
  content: none !important;
}

/* Small screens: stack everything vertically with proper padding */
@media (max-width:767px){
  .qtech-footer-top{ flex-direction:column; gap:14px; align-items:flex-start; }
  .qtech-footer-grid{ grid-template-columns: 1fr; gap:18px; }
  .qtech-contact-item { width:100%; box-sizing:border-box; }
  .qtech-footer-bottom { padding:16px 12px; }
  .qtech-footer-inner { padding:0 14px; }
}

/* Tablet & desktop adjustments */
@media (min-width:768px){
  .qtech-footer-grid{ grid-template-columns: 1fr 1fr 1fr 320px; }
  .qtech-footer-top{ align-items:center; }
  .qtech-logo img{ height:48px; }
}


/* === FOOTER HEADER-JAISA BORDER + SHADOW === */

#qtech-footer,
.qtech-footer {
    border-top: 1px solid rgba(0,0,0,0.08) !important; /* same header line */
    box-shadow: 0 -2px 12px rgba(0,0,0,0.06) !important; /* same soft shadow */
    background: inherit !important;
    position: relative !important;
    z-index: 10;
}





/* Fix spacing between Privacy & Sitemap */
.qtech-footer-bottom a {
    margin: 0 4px !important; /* Reduce left-right gap */
}

.qtech-footer-bottom {
    gap: 4px !important; /* Reduce gap between items */
}

/* Mobile correction */
@media (max-width: 480px) {
  .qtech-footer-bottom {
      flex-direction: row !important;
      flex-wrap: wrap;
      justify-content: center !important;
      gap: 6px !important;
  }

  .qtech-footer-bottom a {
      margin: 0 3px !important;
  }
}/* End custom CSS */