.ps-navbar { display: none !important; }
.gc-header { height: 50px;   /* Ensures alignment of text/icons within the header */
    padding: 0; /* Removes any extra padding */
}

.gc-header_inner {
    height: 100%; /* Ensures child elements stretch to fill the new height */
    display: flex;
    align-items: center; /* Vertically centers items in the header */
}
/* More pop-up*/
.menu-item-image a { display: inline-block; width: 140px; height: auto;
    background: url('https://stroon.uk/wp-content/uploads/2024/09/Open-Challenge-on-the-webb-1.svg') no-repeat center; background-size: contain; text-indent: -9999px; overflow: hidden; }
.menu-item-about a { display: inline-block; width: 140px; height: auto;
    background: url('https://stroon.uk/wp-content/uploads/2024/09/Learn-More-about-stroon.svg') no-repeat center; background-size: contain; text-indent: -9999px; overflow: hidden; }

.menu-item-has-children:hover > .sub-menu { display: block !important; position: absolute; top: 100%;  left: 0; z-index: 9999; }
.sub-menu .menu-item-image a,.sub-menu .menu-item-about a { display: inline-block; width: 300px !important; height: 70px !important; background-size: contain !important;  text-indent: -9999px;  overflow: hidden;  margin: 10px 0; }
.sub-menu { display: none; background-color: #fff; }
.menu-item-has-children { position: relative; }
.sub-menu .menu-item-image a:hover,.sub-menu .menu-item-about a:hover { opacity: 0.9; transform: scale(1.05); transition: all 0.3s ease; }

/* Rest of the Header*/
.menu-item-home a { display: inline-block; margin-left: 120px; background: url('https://stroon.uk/wp-content/uploads/2024/09/Home.svg') no-repeat center;
  background-size: contain; text-indent: -9999px;  overflow: hidden; text-decoration: none; cursor: pointer; transform: scale(0.8); transform-origin: center; }
.menu-item-home a:hover { opacity: 0.6; }

.menu-item-halloffame a { display: inline-block; margin-left: 50px; background: url('https://stroon.uk/wp-content/uploads/2025/06/halloffame.svg') no-repeat center;
    background-size: contain; text-indent: -9999px; overflow: hidden; text-decoration: none; cursor: pointer;transform: scale(0.7); transform-origin: center; }
.menu-item-halloffame a:hover { opacity: 0.6; }

.menu-item-imagetools a { display: inline-block; margin-left: 50px; background: url('https://stroon.uk/wp-content/uploads/2025/07/imagegenerator.png') no-repeat center;
    background-size: contain; text-indent: -9999px; overflow: hidden; text-decoration: none; cursor: pointer;transform: scale(0.7); transform-origin: center; }
.menu-item-imagetools a:hover { opacity: 0.6; }

.menu-item-groups a { display: inline-block; margin-left: 50px; background: url('https://stroon.uk/wp-content/uploads/2024/09/Groups.svg') no-repeat center;
    background-size: contain; text-indent: -9999px; overflow: hidden; text-decoration: none; cursor: pointer;transform: scale(0.7); transform-origin: center; }
.menu-item-groups a:hover { opacity: 0.6; }

.menu-item-dashboard a { display: inline-block; margin-left: 50px; background: url('https://stroon.uk/wp-content/uploads/2024/09/Dashboard.svg') no-repeat center;
    background-size: contain; text-indent: -9999px; overflow: hidden; text-decoration: none; cursor: pointer; transform: scale(0.7); transform-origin: center;}
.menu-item-dashboard a:hover { opacity: 0.6; }

.menu-item-shop a { display: inline-block; margin-left: 50px; margin-right: 25px; background: url('https://stroon.uk/wp-content/uploads/2024/09/shop.svg') no-repeat center;
    background-size: contain; text-indent: -9999px; overflow: hidden; text-decoration: none; cursor: pointer; transform: scale(0.8); transform-origin: center;}
.menu-item-shop a:hover { opacity: 0.6; }

.menu-item-play a { display: inline-block; margin-left: 50px; background: url('https://stroon.uk/wp-content/uploads/2024/09/play.svg') no-repeat center;
    background-size: contain; text-indent: -9999px; overflow: hidden; text-decoration: none; cursor: pointer; transform: scale(0.75); transform-origin: center;}
.menu-item-play a:hover { opacity: 0.6; }

.menu-item-myaiimages a { display: inline-block; margin-left: 50px; background: url('https://stroon.uk/wp-content/uploads/2024/09/Images.svg') no-repeat center;
    background-size: contain; text-indent: -9999px; overflow: hidden; text-decoration: none; cursor: pointer; transform: scale(0.7); transform-origin: center;}
.menu-item-myaiimages  a:hover { opacity: 0.6; }

.menu-item-more a { display: inline-block; margin-left: 140px; background: url('https://stroon.uk/wp-content/uploads/2024/09/more.svg') no-repeat center;
    background-size: contain; text-indent: -9999px; overflow: hidden; text-decoration: none; cursor: pointer; transform: scale(0.7); transform-origin: center;}
.menu-item-more a:hover { opacity: 0.6; }

.menu-item-rool a { display: inline-block; margin-left: 50px; background: url('https://stroon.uk/wp-content/uploads/2025/08/rool.svg') no-repeat center;
    background-size: contain; text-indent: -9999px; overflow: hidden; text-decoration: none; cursor: pointer; transform: scale(0.7); transform-origin: center;}
.menu-item-rool a:hover { opacity: 0.6; }



/* Iframe Fixed top bar */
.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
    color: transparent; /* Hide text in top bar */
    z-index: 2;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 1px;
    left: 0;
    background-color: #444;
    color: transparent; /* Hide text in dropdown menu */
    width: 100%;
    z-index: 3;
}

.top-bar:hover .dropdown-menu {
    display: block;
}

/* Fixed iframe styles */
.iframe-wrapper {
    position: fixed;
    top: 50px;
    right: 0;
    width: 440px;
    height: calc(100% - 100px);
    z-index: 1;
    pointer-events: auto;
    display: block;
}

.iframe-wrapper iframe {
    width: 100%;
    height: 106%;
    border: none;
    pointer-events: auto;
}

.close-button {
    position: absolute;
    top: 10px;
    left: -40px;
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    z-index: 1000;
    padding: 5px;
    font-size: 18px;
    display: block;
}

.reopen-text {
    position: fixed;
    top: 100px;
    right: 0;
    cursor: pointer;
    color: white;
    padding: 10px;
    font-size: 18px;
    z-index: 1000;
    display: none;
}

.menu-item-small {
  font-size: 12px !important;
  line-height: 1.0rem;
}
