/*
 Theme Name:   Astra Child Resonant Valve
 Template:     astra
 Version:      1.0.0
*/

@import url("../astra/style.css");


    .site-content .ast-container {
        display: flex;
        flex-direction: column;
    padding-left: 0px;
    padding-right: 0px;
    }

.hero-media {
  position: relative;
  height: 80vh;
  overflow: hidden;
  color: white;
}
.hero-media video,
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgba(0, 0, 0, 0);
  padding: 2rem;
  border-radius: 10px;
  max-width: 80%;
}
.hero-overlay h1 {
 font-family: "Kumbh Sans", sans-serif;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.hero-overlay p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.hero-btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #dca54b;
  color: #000;
   font-family: "Kumbh Sans", sans-serif;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.hero-btn:hover {
	  color: #000;
  background-color: #dca54bee;
}


.uagb-ifb-button-wrapper {
    line-height: 1;
}

.social-header-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.social-header-links a svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  transition: fill 0.3s;
}
.social-header-links a:hover svg {
  fill: #aaa;
}

.social-icons {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1rem;
}
.social-icons a svg {
  width: 24px;
  height: 24px;
  fill: #ccc;
  transition: fill 0.3s ease;
}
.social-icons a:hover svg {
  fill: #fff;
}

.site-footer {
  background: #222;
  color: #eee;
  padding: 3rem 1rem;
}
.footer-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
.footer-col h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.footer-about,
.footer-col p,
.footer-col a {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #ccc;
}
.footer-col a {
  text-decoration: none;
}
.footer-col a:hover {
  text-decoration: underline;
}
.footer-bottom {
  border-top: 1px solid #444;
  text-align: center;
  padding-top: 1rem;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #999;
}