/*
Theme Name:        Shuttle Gamer Kids Edition
Text Domain:       shuttle-gamer
Template:          shuttle
Version:           1.0.5
Description:       Vibrant royal blue arcade child theme for HOLOFEED. Optimized with premium contrast for platform approvals and high-energy gamer styling.
Tags:              one-column, two-columns, right-sidebar, custom-menu, full-width-template, translation-ready, light, custom-background
Author:            HOLOFEED Creative
License:           GPLv2 or later
*/

/* ==========================================================================
   GLOBAL STYLE RESET & BRIGHT DESIGN SYSTEM (Royal Blue Metallic Upgrade)
   ========================================================================== */

body {
  background: linear-gradient(135deg, #0f2b5c 0%, #0a1c3a 60%, #050d1a 100%) !important;
  background-attachment: fixed !important;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  color: #f1f5f9 !important; 
  -webkit-font-smoothing: antialiased;
}


/* Custom Neon Scrollbar (Highly appealing to kids & teenagers) */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #0a1c3a;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #9d00ff, #00f0ff);
  border-radius: 5px;
  border: 2px solid #0a1c3a;
}
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ff007f, #9d00ff);
}

/* Dynamic Animated Color Gradient for Gamer Headlines */
.action-text h3, #logo h1 a, #logo-sticky h1 a {
  background: linear-gradient(45deg, #ff007f, #9d00ff, #00f0ff, #ffea00);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: arcadeGradient 8s ease infinite;
}

@keyframes arcadeGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* ==========================================================================
   PRE-HEADER / TOP BAR NAVIGATION (Premium Cyber Dark Contrast)
   ========================================================================== */
#pre-header {
  background-color: #050d1a;
  border-bottom: 2px solid rgba(0, 240, 255, 0.2);
}
#pre-header .header-links > ul > li:before {
  content: "";
}
#pre-header .header-links > ul > li > a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
  color: #00f0ff !important;
  text-shadow: 0 0 8px rgba(0, 240, 255, 0.6);
  opacity: 1;
  background-color: transparent;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
  color: #fff !important;
  font-weight: 600;
}
#pre-header-social li,
#pre-header-social li a:hover {
  color: #ff007f !important;
  text-shadow: 0 0 8px rgba(255, 0, 127, 0.6);
  opacity: 1;
  background-color: transparent !important;
}
#pre-header .header-links li a:hover {
  color: #00f0ff !important;
}
#pre-header .header-links .sub-menu a {
  color: #fff !important;
  border-bottom: none !important;
}
#pre-header .header-links .sub-menu a:hover {
  color: #ff007f !important;
  opacity: 1;
}
#pre-header .header-links .sub-menu .sub-menu {
  margin-top: 1px;
  background-color: #0b1424;
  border-radius: 12px;
  border-left: 2px solid #9d00ff;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
}
#pre-header-social li a {
  border-left: none;
  color: #fff;
}
#pre-header-social li a:hover {
  color: #00f0ff !important;
  opacity: 0.9;
}
#pre-header .header-links .sub-menu {
  background-color: #0b1424;
  border-radius: 12px;
  border: 1px solid rgba(157, 0, 255, 0.3);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.5);
}

/* ==========================================================================
   ULTRA-APPEAL GAMER MAIN NAVIGATION (Console Header Styling)
   ========================================================================== */
#header {
  border-bottom: 2px solid rgba(157, 0, 255, 0.2);
  background-color: #0a1424;
  transition: all 0.3s;
}
#logo h1, #logo-sticky h1 {
  z-index: 2;
  color: #fff;
  line-height: 45px;
  font-weight: 900;
  letter-spacing: -0.5px;
}

#header .header-links > ul {
  display: flex;
  align-items: center;
}

#header .header-links > ul > li > a {
  border: none;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 12px 18px;
  border-radius: 8px;
  background-color: transparent;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
}

/* Hover State: Glowing Active scale up */
#header .header-links > ul > li > a:hover {
  color: #00f0ff !important;
  background-color: rgba(0, 240, 255, 0.05);
  text-shadow: 0 0 12px rgba(0, 240, 255, 0.8), 0 0 20px rgba(0, 240, 255, 0.4);
  transform: scale(1.05);
}

/* Active Page Indicator */
#header .header-links > ul > li.current-menu-item > a {
  color: #ff007f !important;
  background-color: rgba(255, 0, 127, 0.08);
  text-shadow: 0 0 12px rgba(255, 0, 127, 0.8);
}

/* Disable old template underlines */
#header .header-links > ul > li a:before,
#header-sticky .header-links > ul > li a:before {
  display: none !important;
}

/* Dropdown Submenus with Glassmorphism blur */
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
  padding: 14px 12px;
  top: 60px;
  background: rgba(10, 20, 36, 0.95) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid #9d00ff !important;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.8), 0 0 20px rgba(157, 0, 255, 0.3);
  min-width: 230px !important;
}

#header .header-links .sub-menu li,
#header-sticky .header-links .sub-menu li {
  border: none !important;
  padding: 3px 0px;
}

/* Submenu Links */
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  font-weight: 700;
  font-size: 13px;
  color: #e2e8f0 !important;
  border-radius: 8px;
  border-left: 3px solid transparent;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}

/* Dropdown Hover State with Neon Left Accent */
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a,
#header-sticky .header-links .sub-menu a:hover {
  color: #fff !important;
  background: linear-gradient(90deg, rgba(0, 240, 255, 0.15), transparent) !important;
  border-left-color: #00f0ff !important;
  padding-left: 22px;
  text-shadow: 0 0 8px rgba(0, 240, 255, 0.6);
}

/* Mobile responsive navigation toggles */
.btn-navbar .icon-bar {
  background-color: #00f0ff !important;
  box-shadow: 0 0 8px #00f0ff;
}

/* ==========================================================================
   CALL-TO-ACTION (CTA) HERO SEGMENTS
   ========================================================================== */
.slider-full #slider .rslides-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(157, 0, 255, 0.2);
}
#introaction {
  background-color: transparent !important;
  border-bottom: none;
  padding-top: 90px;
  margin-bottom: -60px !important;
}
#introaction-core,
#outroaction-core,
.sc-action-core {
  border: 2px solid rgba(157, 0, 255, 0.2);
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 35px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.95); /* High legibility clean white card */
}
#introaction-core .three_fourth,
#introaction-core .one_fourth {
  margin: 0;
  float: none;
  text-align: center;
  width: 100%;
}
.action-text h3 {
  font-size: 38px;
  font-weight: 800;
  position: relative;
  display: inline-block;
  letter-spacing: 0.5px;
}
.action-teaser p {
  color: #1e293b !important; /* Dark slate text for high contrast */
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}
.action-link a {
  font-size: 16px;
  margin-top: 20px;
  padding: 14px 40px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: linear-gradient(135deg, #ff007f, #9d00ff);
  border-radius: 50px;
  border: none;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 800;
  position: relative;
  box-shadow: 0 5px 15px rgba(255, 0, 127, 0.4);
  display: inline-block;
  letter-spacing: 1px;
}
.action-link a:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 240, 255, 0.6);
  background: linear-gradient(135deg, #00f0ff, #9d00ff);
  opacity: 1;
}

/* ==========================================================================
   FEATURED AREA / SLEEK LIGHT-MODE GAME TILES (The "Nintendo" Vibe)
   ========================================================================== */
#section-home {
  border-top: none;
  background-color: transparent !important;
  padding: 50px 0px;
}
.services-builder.style1 {
  background-color: #ffffff; /* Clean, premium card */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border: 2px solid rgba(157, 0, 255, 0.2); /* Soft purple touch */
  padding: 0px;
  position: relative;
  z-index: 1;
  text-align: left;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.services-builder.style1:hover {
  transform: translateY(-10px);
  border-color: #00f0ff;
  box-shadow: 0 15px 35px rgba(0, 240, 255, 0.35); /* Vibrant cyber glow on hover */
}
.iconimage {
  border-radius: 18px 18px 0px 0px;
  margin-bottom: 0px;
  min-height: 170px !important;
  height: 170px !important;
  border-bottom: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.services-builder.style1 .iconimage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.services-builder.style1:hover .iconimage img {
  transform: scale(1.1); /* Zoom effect teens love */
}
.services-builder.style1 h3 {
  color: #0f172a !important; /* Extremely high readability */
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  border-bottom: none;
  padding-bottom: 0px;
  font-weight: 800;
  font-size: 21px;
}
.services-builder.style1 p {
  color: #475569 !important; /* Easy-on-the-eyes text */
  padding: 0px;
  font-size: 14px;
  line-height: 1.5;
}
.services-builder.style1 .iconmain {
  position: relative;
  z-index: 2;
  border: none;
  margin-top: 15px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 0px 20px 25px 20px;
  background-color: transparent;
  box-shadow: none;
  border-radius: 10px;
}
.services-builder.style1 .iconurl a {
  font-size: 13px;
  margin-top: 15px;
  padding: 12px 28px;
  transition: all 0.3s;
  background: linear-gradient(90deg, #9d00ff, #00f0ff);
  text-decoration: none !important;
  border-radius: 50px;
  border: none;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 800;
  position: relative;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 240, 255, 0.3);
  letter-spacing: 0.5px;
}
.services-builder.style1 .iconurl a:hover {
  box-shadow: 0 6px 20px rgba(255, 0, 127, 0.6);
  background: linear-gradient(90deg, #ff007f, #9d00ff);
  transform: translateY(-1px);
}

/* ==========================================================================
   FOOTER (Anchored Dark Contrast Theme)
   ========================================================================== */
footer {
  background-color: #040811;
  border-radius: 0px;
  margin: 0px;
}
#footer {
  border-top: 2px solid rgba(157, 0, 255, 0.2);
  background-color: #060d1b;
  border-radius: 30px 30px 0 0;
  padding: 60px 0;
}
#footer-core .wp-block-heading {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
  letter-spacing: 0.5px;
}
#footer-core .wp-block-heading::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #ff007f, #9d00ff);
  left: 0;
  bottom: 1px;
}
#footer-core .wp-block-heading::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  left: 0;
  bottom: 0;
}
#footer .widget ul li a:before {
  display: none;
}
#footer-core, #footer-core p {
  color: #cbd2de;
  line-height: 1.6;
}
ul.wp-block-categories-list li,
ul.wp-block-archives-list li {
  position: relative;
  padding-left: 15px !important;
}
ul.wp-block-categories-list li::before,
ul.wp-block-archives-list li::before {
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #00f0ff;
  border-radius: 50%;
  left: 0;
  top: 15px;
  content: "";
  box-shadow: 0 0 6px #00f0ff;
}
#footer .widget ul li a, #footer .widget li a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s;
}
#footer .widget ul li a:hover, #footer .widget li a:hover {
  color: #00f0ff;
  text-shadow: 0 0 5px rgba(0, 240, 255, 0.5);
  padding-left: 3px;
}
#footer .widget_tag_cloud a {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  padding: 5px 14px;
  display: inline-block;
  margin-bottom: 6px;
  font-size: 13px !important;
  transition: all 0.3s;
}
#footer .widget_tag_cloud a:hover {
  color: #fff;
  background: linear-gradient(135deg, #9d00ff, #ff007f);
  border-color: transparent;
  box-shadow: 0 0 10px rgba(255, 0, 127, 0.4);
}
#footer input[type="search"] {
  font-size: 14px;
  background-color: #0e1726;
  border: 1px solid rgba(255,255,255,0.1) !important;
  border-radius: 50px;
  box-shadow: none;
  color: #fff;
  padding: 10px 20px;
}
#footer .widget_search button {
  background: linear-gradient(90deg, #00f0ff, #9d00ff);
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 800;
  transition: all 0.3s;
  padding: 10px 22px;
}
#footer .widget_search button:hover {
  background: linear-gradient(90deg, #ff007f, #9d00ff);
  box-shadow: 0 0 12px rgba(255, 0, 127, 0.5);
}

/* Sub-footer Brand Bar */
#sub-footer {
  background-color: #040811;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #a4abb9;
  padding: 25px 0;
}
#sub-footer a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
#sub-footer a:hover {
  color: #00f0ff;
}

/* ==========================================================================
   PAGE HEADING SECTION
   ========================================================================== */
#intro {
  background-color: rgba(255, 255, 255, 0.95) !important;
  padding: 60px 0px;
  border-bottom: 2px solid rgba(157, 0, 255, 0.15);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
#intro .page-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #0f172a !important;
}
#intro #breadcrumbs {
  color: #1e293b !important;
  font-weight: 600;
}
#intro #breadcrumbs-core a {
  color: #9d00ff !important;
  font-weight: 700;
}

/* ==========================================================================
   SIDEBAR & SEARCH PANELS (Clean White Panels against Blue)
   ========================================================================== */
#sidebar .widget {
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  border: 2px solid rgba(157, 0, 255, 0.15);
}
#sidebar .widget_search input[type="search"] {
  border: 1px solid rgba(157, 0, 255, 0.2) !important;
  background-color: #f1f5f9 !important;
  border-radius: 50px;
  color: #0f172a;
  padding: 12px 20px;
  font-size: 14px;
}
#sidebar .wp-block-search__button {
  border-radius: 50px;
  background: linear-gradient(90deg, #00f0ff, #9d00ff);
  text-transform: uppercase;
  font-weight: 800;
  border: none;
  color: #fff !important;
  transition: all 0.3s;
}
#sidebar .wp-block-search__button:hover {
  background: linear-gradient(90deg, #ff007f, #9d00ff);
  box-shadow: 0 0 12px rgba(255, 0, 127, 0.5);
}
#sidebar .wp-block-heading {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  color: #0f172a !important;
  letter-spacing: 0.5px;
  border-bottom: none;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#sidebar .wp-block-heading::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, #00f0ff, #9d00ff);
  left: 0;
  bottom: 1px;
}
#sidebar .widget li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  color: #1e293b !important;
  transition: all 0.2s;
}
#sidebar .widget li a:hover {
  color: #9d00ff !important;
  padding-left: 2px;
}
#sidebar .widget_tag_cloud a {
  padding: 6px 14px;
  background-color: #e2e8f0;
  border: 1px solid #cbd5e1;
  color: #1e293b !important;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
}
#sidebar .widget_tag_cloud a:hover {
  background: linear-gradient(135deg, #00f0ff, #9d00ff);
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 240, 255, 0.4);
}

/* ==========================================================================
   BLOG ARTICLES & SYSTEM ARCHIVES
   ========================================================================== */
#content {
  background-color: transparent !important;
}
.blog-style2 #content {
  padding-top: 60px;
}
.blog-style2 .blog-article {
  border: 2px solid rgba(157, 0, 255, 0.15) !important;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  margin-bottom: 50px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.blog-style2 .blog-article .entry-content {
  background-color: transparent;
  padding: 30px;
  border: none;
}
.blog-style2 .blog-article .blog-title a {
  color: #0f172a !important;
  font-weight: 800;
  font-size: 24px;
}
.blog-style2 .blog-article .blog-title a:hover {
  color: #9d00ff !important;
}
.blog-article .entry-meta i,
.blog-article .entry-meta a {
  color: #ff007f !important;
  font-weight: 700;
}
.blog-article p.more-link a {
  font-size: 13px;
  padding: 12px 28px;
  background: linear-gradient(90deg, #9d00ff, #ff007f);
  border-radius: 50px;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(255, 0, 127, 0.3);
}
.blog-article .more-link a:hover {
  background: linear-gradient(90deg, #00f0ff, #9d00ff);
  box-shadow: 0 6px 18px rgba(0, 240, 255, 0.5);
}

/* Page Navigation pagination dots */
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  color: #1e293b !important;
  font-weight: 800;
  background-color: #ffffff;
  border: 2px solid rgba(157, 0, 255, 0.15);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links span.current {
  background: linear-gradient(135deg, #00f0ff, #9d00ff);
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.4);
}

/* ==========================================================================
   COMMENTS & INPUT INTERFACES (Clean Forms for approvals)
   ========================================================================== */
#comments-title h3, #reply-title {
  color: #0f172a !important;
  font-weight: 800;
  font-size: 26px;
}
.commentlist li article {
  border-radius: 12px;
  background-color: #ffffff !important;
  border: 2px solid rgba(157, 0, 255, 0.15) !important;
  padding: 20px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#commentform input[type="text"],
#commentform textarea {
  background-color: #f1f5f9 !important;
  border: 1px solid rgba(157, 0, 255, 0.2) !important;
  border-radius: 10px;
  color: #0f172a !important;
  padding: 14px;
  font-size: 15px;
  transition: all 0.3s;
}
#commentform input[type="text"]:focus,
#commentform textarea:focus {
  border-color: #00f0ff !important;
  box-shadow: 0 0 10px rgba(0, 240, 255, 0.2) !important;
  background-color: #ffffff !important;
  outline: none;
}
#commentform input[type="submit"] {
  background: linear-gradient(90deg, #ff007f, #9d00ff);
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 14px 35px;
  box-shadow: 0 4px 15px rgba(255, 0, 127, 0.4);
  transition: all 0.3s;
  border: none;
  color: #fff !important;
}
#commentform input[type="submit"]:hover {
  background: linear-gradient(90deg, #00f0ff, #9d00ff);
  box-shadow: 0 6px 20px rgba(0, 240, 255, 0.5);
}

/* ==========================================================================
   MOBILE SCALING
   ========================================================================== */
@media only screen and (max-width: 767px) {
  .action-text h3 {
    font-size: 26px !important;
    font-weight: 800 !important;
  }
}