/*
Theme Name: Astra Child
Theme URI: https://himvia.com/
Author: Sahil
Author URI: https://himvia.com/
Description: Custom child theme for Astra
Version: 1.0
Template: astra
Text Domain: astra-child
*/

.site-primary-header-wrap.ast-builder-grid-row-container.site-header-focus-item.ast-container {
    background: #111417;
}
/* Full header background */
.site-header {
    background: #0b1111;
    padding: 18px 0;
}

/* Main header box */
.ast-primary-header-bar {
    max-width: 1180px;
    margin: 0 auto;
    background: #111417;
    border-radius: 12px;
    padding: 0 24px;
    min-height: 58px;
    box-shadow: 0 0 35px rgba(0, 255, 255, 0.12);
}

/* Logo text */
.site-title a,
.ast-site-title-wrap .site-title {
    color: #dffcff !important;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -1px;
}

/* Menu */
.main-header-menu .menu-link {
    color: #9ca3a7 !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 18px;
}

/* Menu hover */
.main-header-menu .menu-link:hover {
    color: #ffffff !important;
}

/* Header button */
.ast-custom-button,
.ast-header-button-1 .ast-custom-button {
    background: linear-gradient(90deg, #17dff2, #8067ff) !important;
    color: #061111 !important;
    border-radius: 12px !important;
    padding: 13px 28px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 1.5px;
    border: none !important;
}

/* Button hover */
.ast-custom-button:hover,
.ast-header-button-1 .ast-custom-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 18px rgba(23, 223, 242, 0.45);
}
.site-footer {
  background: #0b1111 !important;
}

.himvia-footer {
  background: #0b1111;

}

.himvia-footer-top {
  max-width: 1180px;
  margin: auto;
  background: #111417;
  border-radius: 14px;
  padding: 40px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 45px;
  border: 1px solid rgba(255,255,255,0.05);
  box-shadow: 0 0 30px rgba(0,255,255,0.08);
}

.footer-brand h2 {
  color: #dffcff;
  font-size: 28px;
  margin: 0 0 10px;
  font-weight: 900;
}

.footer-brand p {
  color: #8d98a0;
  font-size: 14px;
  line-height: 1.7;
  max-width: 280px;
  margin: 0;
}

.footer-col h3 {
  color: #23dff2;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.footer-col ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col a {
  color: #8d98a0;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.footer-col a:hover {
  color: #ffffff;
}

.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #181c20;
  border: 1px solid rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #23dff2;
  font-size: 14px;
  transition: 0.3s;
}

.footer-social a:hover {
  background: linear-gradient(90deg, #17dff2, #8067ff);
  color: #061111;
  transform: translateY(-2px);
}

.himvia-footer-bottom {
  max-width: 1180px;
  margin: 22px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
  text-align: center;
}

.himvia-footer-bottom p {
  color: #69737a;
  font-size: 13px;
  margin: 0;
}

@media (max-width: 921px) {
  .himvia-footer {
    padding: 30px 16px 20px;
  }

  .himvia-footer-top {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    gap: 30px;
  }
}

/* Mobile header */
@media (max-width: 921px) {
    .ast-primary-header-bar {
        margin: 0 16px;
        padding: 0 18px;
    }

    .main-header-menu .menu-link {
        color: #ffffff !important;
    }
}