/*
Theme Name: LUZE Astra Child
Theme URI: https://www.chudufastener.com
Description: Astra child theme converted from the LUZE static frontend project.
Author: LUZE
Template: astra
Version: 1.1.4
Text Domain: luze-astra-child
*/

body.wp-child-theme-luze-astra-child,
body.wp-child-theme-luze-astra-child #page,
body.wp-child-theme-luze-astra-child #content,
body.wp-child-theme-luze-astra-child .site-content,
body.wp-child-theme-luze-astra-child .luze-page {
  background: #07111f !important;
  color: #f5f7fb;
}

.luze-page {
  margin: 0;
  padding: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.luze-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(31, 111, 255, 0.16), transparent 30%),
    radial-gradient(circle at bottom right, rgba(255, 122, 0, 0.10), transparent 25%);
  z-index: -2;
  pointer-events: none;
}

.luze-page::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
  background-size: 60px 60px;
  z-index: -1;
  pointer-events: none;
  opacity: 0.35;
}

body.wp-child-theme-luze-astra-child #content h1,
body.wp-child-theme-luze-astra-child #content h2,
body.wp-child-theme-luze-astra-child #content h3,
body.wp-child-theme-luze-astra-child #content h4,
body.wp-child-theme-luze-astra-child #content h5,
body.wp-child-theme-luze-astra-child #content h6,
body.wp-child-theme-luze-astra-child .luze-page h1,
body.wp-child-theme-luze-astra-child .luze-page h2,
body.wp-child-theme-luze-astra-child .luze-page h3,
body.wp-child-theme-luze-astra-child .luze-page h4,
body.wp-child-theme-luze-astra-child .luze-page h5,
body.wp-child-theme-luze-astra-child .luze-page h6 {
  color: #f5f7fb !important;
}

body.wp-child-theme-luze-astra-child #content h1 span,
body.wp-child-theme-luze-astra-child #content h2 span,
body.wp-child-theme-luze-astra-child .luze-page .hero-left h1 span,
body.wp-child-theme-luze-astra-child .luze-page h1 span,
body.wp-child-theme-luze-astra-child .luze-page h2 span {
  color: #ff7a00 !important;
}

body.wp-child-theme-luze-astra-child .site-header,
body.wp-child-theme-luze-astra-child .ast-primary-header-bar {
  background: rgba(7, 17, 31, 0.72) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
}

body.wp-child-theme-luze-astra-child .site-title a,
body.wp-child-theme-luze-astra-child #primary-site-navigation-desktop .main-header-menu > .menu-item > .menu-link {
  color: #dce5f3 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.8px !important;
}

body.wp-child-theme-luze-astra-child #primary-site-navigation-desktop .main-header-menu > .menu-item.current-menu-item > .menu-link,
body.wp-child-theme-luze-astra-child #primary-site-navigation-desktop .main-header-menu > .menu-item.current_page_item > .menu-link,
body.wp-child-theme-luze-astra-child #primary-site-navigation-desktop .main-header-menu > .menu-item > .menu-link:hover {
  color: #00a3ff !important;
}

body.wp-child-theme-luze-astra-child.single-post .site-content .ast-container,
body.wp-child-theme-luze-astra-child.blog .site-content .ast-container,
body.wp-child-theme-luze-astra-child.archive .site-content .ast-container {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.wp-child-theme-luze-astra-child.single-post #primary.luze-page,
body.wp-child-theme-luze-astra-child.blog #primary.luze-page,
body.wp-child-theme-luze-astra-child.archive #primary.luze-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.luze-site-footer {
  padding: 90px 0 36px;
  background: #050c16;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: #91a0b8;
}

.luze-site-footer .container {
  width: 92%;
  max-width: 1380px;
  margin: 0 auto;
}

.luze-site-footer .footer-grid,
.luze-footer-grid {
  display: grid !important;
  grid-template-columns: minmax(360px, 1.45fr) minmax(210px, 0.8fr) minmax(230px, 0.8fr) !important;
  align-items: start !important;
  gap: clamp(48px, 6vw, 86px) !important;
}

.luze-site-footer .footer-logo,
.luze-footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 22px;
}

.luze-site-footer .footer-logo img,
.luze-footer-logo img {
  width: auto;
  height: 58px;
  max-width: 220px;
  object-fit: contain;
}

.luze-site-footer .footer-about p,
.luze-footer-about p {
  max-width: 420px;
  line-height: 1.8;
  margin: 0 0 18px;
}

.luze-site-footer .footer-badges,
.luze-footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.luze-site-footer .footer-badges span,
.luze-footer-badges span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 8px 12px;
  color: #dce5f3;
  font-size: 12px;
  font-weight: 700;
}

.luze-site-footer .footer-links h4,
.luze-footer-links h4 {
  color: #f5f7fb;
  font-size: 15px;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.luze-site-footer .footer-links,
.luze-footer-links {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

.luze-site-footer .footer-links a,
.luze-footer-links a {
  display: block !important;
  color: #91a0b8;
  margin: 0 0 12px !important;
  text-decoration: none;
  transition: 0.25s;
  line-height: 1.55;
}

.luze-site-footer .footer-links a:hover,
.luze-footer-links a:hover {
  color: #00a3ff;
}

.luze-site-footer .copyright,
.luze-footer-bottom {
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 13px;
}

@media (max-width: 980px) {
  .luze-site-footer .footer-grid,
  .luze-footer-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }
}

@media (min-width: 922px) {
  body .site-header nav,
  body #primary-site-navigation-desktop,
  body .ast-builder-menu,
  body .main-navigation {
    position: static !important;
    inset: auto !important;
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    z-index: auto !important;
  }

  body #primary-site-navigation-desktop {
    display: flex !important;
    align-items: center !important;
    pointer-events: auto !important;
  }

  body #primary-site-navigation-desktop .main-header-menu,
  body #primary-site-navigation-desktop .main-header-menu > .menu-item {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
  }
}
