/*
Theme Name: Trovium Two
Theme URI: https://effethemes.com/themes/trovium-wordpress-theme/
Author: Effe Themes
Author URI: https://effethemes.com/
Description: Trovium Two is a sleek and professional multipurpose block theme, designed for agencies, corporate businesses, and creative professionals aiming to leave a lasting impression. With full site editing (FSE) functionality, Trovium Two gives you the freedom to customize every element effortlessly. Its modern design and versatile layouts make it perfect for showcasing portfolios, building corporate websites, or creating unique agency platforms. Empower your brand with a theme that combines innovation, style, and usability in every detail.
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 5.7
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: trovium
Text Domain: trovium-two
Tags: blog, portfolio, block-styles, e-commerce, full-site-editing, two-columns, full-width-template, custom-logo, custom-menu, custom-background, editor-style, block-patterns, custom-header, translation-ready, template-editing
*/

/* ================= > General Styles < ================= */

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--wp--preset--color--custom-background-primary);
  color: var(--wp--preset--color--custom-text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  color: inherit;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

ul {
  list-style: none;
  padding: 0;
}

ul > li > a {
  text-decoration: none;
}

ul > li > a:hover {
  color: var(--wp--preset--color--custom-primary) !important;
}

:where(.wp-site-blocks) > * {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

.hover-read-me:hover {
  color: var(--wp--preset--color--custom-primary) !important;
}

/* ================= > Header < ================= */

.header-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-grid-column-align: center;
      justify-self: center
}

.header-search-icon > div > button {
  background: transparent;
  padding: 0;
}

.wp-block-site-title > a {
  text-decoration: none;
}

.wp-block-site-title > a:hover {
  color: var(--wp--preset--color--custom-primary) !important;
}

.wp-block-navigation-item:hover {
  color: var(--wp--preset--color--custom-primary) !important;
}

.wp-block-navigation__responsive-container-content {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  border: 0 !important;
}

.wp-block-navigation-submenu > li {
  background: var(--wp--preset--color--custom-background-secondary) !important;
  color: var(--wp--preset--color--custom-text-color);
}

/* ================= > Footer < ================= */

.copy > a {
  text-decoration: none;
}

.copy > a > mark {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.copy > a > mark:hover {
  color: inherit !important;
}

/* ================= > Blog < ================= */

.wp-block-post-title > a:hover {
  color: var(--wp--preset--color--custom-primary) !important;
}

.wp-block-button__link,
.wp-block-search__button {
  background: var(--wp--preset--color--custom-primary);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.wp-block-button__link:hover,
.wp-block-search__button:hover {
  opacity: 0.8;
}

input,
textarea {
  background: var(--wp--preset--color--custom-background-secondary);
  color: #fff !important;
}

/* ================= > Media Queries < ================= */

@media (max-width: 1024px) {
  .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero-button {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}

@media (max-width: 992px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close,
  .wp-block-navigation__responsive-container-open:not(.always-shown),
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }

  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .wp-block-navigation__container {
    --navigation-layout-justification-setting: flex-start !important;
    --navigation-layout-justify: flex-start !important;
  }

  .header-menu {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  .header-columns {
    -ms-grid-column-align: center !important;
        justify-self: center !important;
  }
}

@media (max-width: 768px) {
  .wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}




 	 .section-title {
            font-family: 'Orbitron', sans-serif;
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 50px;
            text-align: center;
            position: relative;
            display: inline-block;
            width: 100%;
            letter-spacing: 4px;
            text-transform: uppercase;
            text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 
                         0 0 20px rgba(0, 255, 255, 0.6),
                         0 0 30px rgba(0, 255, 255, 0.4);
            animation: titleGlow 5s ease-in-out infinite alternate;
        }

        @keyframes titleGlow {
            0% { opacity: 0.8; }
            100% { opacity: 1; text-shadow: 0 0 15px rgba(0, 255, 255, 1), 
                                           0 0 30px rgba(0, 255, 255, 0.8),
                                           0 0 45px rgba(0, 255, 255, 0.6); }
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 150px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
            box-shadow: 0 0 10px var(--primary);
        }

        /* Glass Cards */
        .glass-card {
            background: var(--bg-glass);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 30px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }

        .glass-card::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: 
                linear-gradient(rgba(0, 255, 255, 0.1) 1px, transparent 1px),
                linear-gradient(90deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px);
            background-size: 20px 20px;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }

        .glass-card:hover::after {
            opacity: 1;
        }

        .glass-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 255, 255, 0.2);
            border-color: var(--primary);
        }

        /* About Section */
        .about-container {
            display: grid;
            grid-template-columns: 1fr 2fr;
            gap: 50px;
            align-items: center;
        }

        .about-image {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
        }

 	.about-content h3 {
            font-family: 'Orbitron', sans-serif;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 20px;
            background: linear-gradient(90deg, var(--primary), var(--secondary));
            -webkit-background-clip: text;
            -webkit-text-fill-color: white;
            background-clip: text;
            text-transform: uppercase;
            letter-spacing: 2px;
		text-transform: uppercase;
            text-shadow: 0 0 10px rgba(0, 255, 255, 0.8), 
                         0 0 20px rgba(0, 255, 255, 0.6),
                         0 0 30px rgba(0, 255, 255, 0.4);
            animation: titleGlow 5s ease-in-out infinite alternate;
        }

        @keyframes titleGlow {
            0% { opacity: 0.8; }
            100% { opacity: 1; text-shadow: 0 0 15px rgba(0, 255, 255, 1), 
                                            0 0 30px rgba(0, 255, 255, 0.8),
                                            0 0 45px rgba(0, 255, 255, 0.6); }
        }


        .about-stats {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-top: 40px;
        }

        .stat-card {
            text-align: center;
            padding: 20px;
            background: var(--bg-glass);
            border-radius: 15px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .stat-card:hover {
            transform: translateY(-5px);
            border-color: #00ffff;
            box-shadow: 0 10px 20px rgba(0, 255, 255, 0.2);
			text-shadow: 0 0 20px rgba(0, 255, 255,0.8);
        }

        .stat-number {
            font-family: 'Orbitron', sans-serif;
            font-size: 2.5rem;
            font-weight: 900;
            color: white
            margin-bottom: 5px;
            letter-spacing: 2px;
        }

        .stat-label {
            font-family: 'Audiowide', sans-serif;
            font-size: 0.8rem;
            color: white
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 400;
        }

 /* Projects Grid */
        .projects-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        .project-card {
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .project-card h3 {
            font-family: 'Audiowide', sans-serif;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 15px;
            position: relative;
            z-index: 1;
        }

        .project-card p {
            position: relative;
            z-index: 1;
        }

        .project-card::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 180%;
            height: 200%;
            background: linear-gradient(45deg, transparent, #00ffff, transparent);
            transform: rotate(45deg);
            transition: all 0.5s ease;
            opacity: 0;
        }

        .project-card:hover::before {
            animation: shine 0.5s ease;
        }

        .project-card:hover {
            animation: cyberGlow 0.3s ease forwards;
        }

        @keyframes cyberGlow {
            0% { box-shadow: 0 0 5px rgba(0, 255, 255, 0.5); }
            100% { box-shadow: 0 0 20px rgba(0, 255, 255, 0.8), inset 0 0 20px rgba(0, 255, 255, 0.1); }
        }


        @keyframes shine {
            0% { transform: rotate(45deg) translateY(-100%); opacity: 0; }
            50% { opacity: 1; }
            100% { transform: rotate(45deg) translateY(100%); opacity: 0; }
        }

/* Skills */
        .skills-container {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            justify-content: center;
        }

        .skill-node {
            font-family: 'Audiowide', sans-serif;
            width: 120px;
            height: 120px;
            background-color: rgba(255, 255, 255, 0.05);
            border: 2px solid #00ffff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            transition: all 0.3s ease;
            cursor: pointer;
            font-weight: 400;
            font-size: 0.8rem;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .skill-node::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: radial-gradient(circle, #00ffff, transparent);
            opacity: 0;
            transition: all 0.3s ease;
            transform: scale(1.2);
        }

        .skill-node:hover {
            transform: scale(1.1);
            box-shadow: 0 0 30px #00ffff;
        }

        .skill-node:hover::before {
            opacity: 0.3;
        }

 /* Tablet Responsive */
        @media (max-width: 1024px) and (min-width: 769px) {
            .projects-grid {
                gap: 25px;
            }
            
            .glitch {
                font-size: 4rem;
            }
        }

  /* Responsive */
        @media (max-width: 768px) {
			 .glass-card {
                padding: 20px;
            }
			 .about-container {
                grid-template-columns: 1fr;
                text-align: center;
            }
			.about-stats {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .stat-number {
                font-size: 2rem;
            }

            .stat-card {
                padding: 15px;
            }

            .projects-grid {
                grid-template-columns: 1fr;
            }

            .project-card h3 {
                font-size: 0.9rem;
            }
        }

 