/*
Theme Name: TriTech Junkee Media
Theme URI: https://tritechjunkeemedia.com
Author: Programmatura
Author URI: https://programmatura.com
Description: A modern one-page theme for TriTech Junkee Media showcasing digital marketing, media production, and branding services.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tritechjunkee-media
Tags: one-column, custom-menu, featured-images, full-width-template, sticky-post, theme-options
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 112.5%;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
  background-color: #0E0E0E;
  color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

.tjm-hero-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(900px 520px at 50% 0%, rgba(255, 215, 0, 0.14) 0%, rgba(255, 215, 0, 0) 60%),
              linear-gradient(180deg, #0E0E0E 0%, #121212 50%, #0E0E0E 100%);
}

section[id] {
  scroll-margin-top: 88px;
}

.tjm-underline {
  position: relative;
  display: inline-block;
  color: #FFD700;
}

.tjm-underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 4px;
  background: #FFD700;
  border-radius: 999px;
}

.tjm-card {
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(43, 43, 43, 0.85);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.45);
  padding: 24px;
  transition: border-color 200ms ease, transform 200ms ease;
}

.tjm-card:hover {
  border-color: rgba(255, 215, 0, 0.55);
  transform: translateY(-1px);
}

.tjm-icon {
  height: 44px;
  width: 44px;
  border-radius: 12px;
  background: rgba(255, 215, 0, 0.12);
  border: 1px solid rgba(255, 215, 0, 0.2);
  display: grid;
  place-items: center;
  color: #FFD700;
  flex-shrink: 0;
}

.tjm-icon svg,
.tjm-card svg,
section svg {
  color: #FFD700;
  stroke: #FFD700;
}

.btn svg,
.btn-primary svg,
.btn-outline svg {
  color: inherit;
  stroke: currentColor;
}

.tjm-desktop-nav a:hover {
  color: #FFD700 !important;
}

.tjm-mobile-menu a:hover {
  color: #FFD700 !important;
  background: rgba(255, 215, 0, 0.08);
}

.tjm-mobile-open {
  display: block !important;
}

@media (max-width: 767px) {
  .tjm-desktop-nav {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .tjm-desktop-nav {
    display: block;
  }
  .mobile-menu-toggle {
    display: none !important;
  }
  .tjm-mobile-menu {
    display: none !important;
  }
}

.text-gold, .text-gold svg {
  color: #FFD700;
}

.btn-gradient svg {
  color: #ffffff;
  stroke: #ffffff;
}

.text-gold svg {
  color: #FFD700;
  stroke: #FFD700;
}

.btn-primary svg {
  stroke: currentColor;
}

.whatsapp-float {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 50;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 9999px;
  background: #25D366;
  box-shadow: 0 18px 40px rgba(0,0,0,0.55);
  display: grid;
  place-items: center;
  transition: transform 200ms;
  color: #ffffff;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

.whatsapp-float svg {
  color: #ffffff;
  stroke: #ffffff;
  width: 1.75rem;
  height: 1.75rem;
}
