/*
Theme Name: DigitalAcademy Child
Template: digitalacademy
Version: 1.0
*/

/* ===== BLOG HEADER ONLY ===== */
.ig-simple-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #121212;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.igsh__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.igsh__logo {
  display: flex;
  align-items: center;
}

.igsh__logo img,
.igsh__logo .custom-logo {
  height: 40px;
  width: auto;
  display: block;
}

.igsh__nav {
  margin-left: auto;
}

.igsh__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
}

.igsh__menu li {
  list-style: none;
}

.igsh__menu a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.igsh__menu a:hover {
  text-decoration: underline;
}

.igsh__nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 22px;
}

.igsh__nav > ul li {
  list-style: none;
}

.igsh__burger {
  display: none;
  background: transparent;
  border: 0;
  cursor: pointer;
  width: 28px;
  height: 22px;
  padding: 0;
  margin: 0;
  position: relative;
}

.igsh__burger span {
  position: absolute;
  left: 2px;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform .2s, opacity .2s;
}

.igsh__burger span:nth-child(1) { top: 0; }
.igsh__burger span:nth-child(2) { top: 10px; }
.igsh__burger span:nth-child(3) { top: 20px; }

.ig-simple-header.is-open .igsh__burger span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}
.ig-simple-header.is-open .igsh__burger span:nth-child(2) {
  opacity: 0;
}
.ig-simple-header.is-open .igsh__burger span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

@media (max-width: 980px) {
  .igsh__burger {
    display: block !important;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .igsh__nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 56px;
    background: #121212;
    padding: 16px 18px;
    z-index: 1000;
  }
  
  .ig-simple-header.is-open .igsh__nav {
    display: block !important;
  }
  
  .igsh__menu,
  .igsh__nav > ul {
    flex-direction: column;
    gap: 14px;
  }
  
  .igsh__logo img,
  .igsh__logo .custom-logo {
    height: 32px;
  }
  
  .igsh__inner {
    position: relative;
    padding-right: 60px;
  }
}


/* Scroll offset για features section */
#features {
    scroll-margin-top: 10px;
}

/* Scroll offset για features section */
#features {
    scroll-margin-top: 50px;
}

/* Scroll offset για features section */
#features {
    scroll-margin-top: 150px;
}

/* Scroll offset για features section */
#features {
    scroll-margin-top: 300px;
}
