.elementor-2331 .elementor-element.elementor-element-04c0b40{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-5002e88 *//* --- FONTS --- */
@import url('https://fonts.googleapis.com/css2?family=Bakbak+One&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* --- CUSTOM VARIABLES --- */
:root {
    /* COLORS */
    --gh-background: #0a0a0a;
    --gh-card-bg: #151515;
    --gh-accent: #bba777;
    --gh-text-main: #ffffff;
    --gh-text-muted: #ffffff;

    /* FONT SIZE SCALING - CHANGE THIS VALUE (1 = 100%) */
    --gh-font-scale: 1;
}

/* Base scaling logic for Tailwind rem units */
html {
    font-size: calc(100% * var(--gh-font-scale));
}

body {
    font-family: 'Rajdhani', sans-serif;
    background-color: var(--gh-background);
    color: var(--gh-text-main);
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    letter-spacing: 0.02em;
}

/* --- HEADERS --- */
h1, h2, h3, h4, h5, h6, .gh-font-header {
    font-family: 'Bakbak One', cursive;
    line-height: 1;
}

/* --- ACCENTS & HELPERS --- */
.gh-accent-text { color: var(--gh-accent); }
.gh-accent-bg { background-color: var(--gh-accent); }
.gh-accent-border { border-color: var(--gh-accent); }

/* --- BUTTONS --- */
.gh-btn-primary {
    font-family: 'Bakbak One', cursive;
    background-color: var(--gh-accent);
    color: #000;
    padding: 1.25rem 2.5rem;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1rem;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.gh-btn-primary:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px -10px var(--gh-accent);
}

/* --- CARDS --- */
.gh-card {
    background-color: var(--gh-card-bg);
    border: 1px solid #bba777;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.gh-card:hover {
    border-color: var(--gh-accent);
    transform: translateY(-4px);
}

/* --- STATS & LABELS --- */
.stats-number {
    font-family: 'Bakbak One', cursive;
    line-height: 1;
}

.label-sm {
    font-family: 'Bakbak One', cursive;
    font-size: .95rem;
    letter-spacing: 0.2em;
    color: #bba777;
    text-transform: uppercase;
}

/* --- IMAGE & ICON PLACEHOLDERS --- */
.image-placeholder {
    background: linear-gradient(45deg, #1a1a1a 25%, #222 25%, #222 50%, #1a1a1a 50%, #1a1a1a 75%, #222 75%, #222 100%);
    background-size: 20px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #333;
    color: #555;
    font-family: 'Bakbak One', cursive;
    text-transform: uppercase;
    font-size: 0.7rem;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* --- GLOW EFFECTS --- */
.hero-glow {
    background: radial-gradient(circle at center, var(--gh-accent) 0%, transparent 70%);
}

.footer-glow {
    background: radial-gradient(circle at bottom, var(--gh-accent) 0%, transparent 70%);
}/* End custom CSS */