/*
Theme Name: OceanWP InfraByte Child
Theme URI: https://example.com/
Description: Child theme for OceanWP with ACF Pro-powered dynamic header, footer, and homepage sections.
Author: OpenAI
Template: oceanwp
Version: 1.0.0
Text Domain: infrabyte
*/

/* Keep this file light. Main design styles are loaded from /assets/styles.css */
body.admin-bar header.fixed {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar header.fixed {
    top: 46px;
  }
}

nav ul,
.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu li + li {
  margin-top: 0.75rem;
}

/* Primary navigation dropdown */
.infrabyte-submenu {
    display: none;
    min-width: 220px;
    padding-top: 12px; /* replaces mt-1 gap — keeps visual spacing without a hover dead zone */
}

.group:hover > .infrabyte-submenu,
.group:focus-within > .infrabyte-submenu {
    display: block;
}

@media (max-width: 1023px) {
    .infrabyte-submenu {
        display: block;
        position: static;
        min-width: 0;
    }

    .infrabyte-submenu li a {
        padding-left: 1.5rem;
    }
}

/* Built for Your Industry — card description only */
.built-for-industry .text-slate-400.leading-relaxed,
.built-for-industry .text-slate-400.leading-relaxed p {
    font-size: 16px;
    line-height: 1.7;
}
