/*
Theme Name: Aidos
Theme URI: https://aidosconsulting.com
Author: Your Name
Description: Custom theme for Aidos Consulting
Version: 1.0
*/

body {
  margin: 0;
  font-family: sans-serif;
  background: #fff;
  color: #000;
}

.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 40%;
  left: 10%;
  color: white;
}

.cta-button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: black;
  color: white;
  text-decoration: none;
}
