:root {
    --cyber-lemon: #bad72f !important;
    --dark-gray: #1a1a1a !important;
}

body {
    font-family: 'Roboto', sans-serif !important;
    background-color: var(--dark-gray) !important;
    color: #fff !important;
}
.navbar {
    background-color: rgba(26, 26, 26, 0.95);
    border-bottom: 2px solid var(--cyber-lemon);
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    color: #fff !important;
    transition: color 0.3s ease;
}

    .nav-link:hover {
        color: var(--cyber-lemon) !important;
    }

.img-fluid {
    max-width: 50% !important;
    height: auto;
}
.hero-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

@keyframes backgroundMove {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100px, 100px);
    }
}

/* Mobile-specific styles */
@media (max-width: 768px) {
    .hero-section {
        padding: 80px 0;
    }

        .hero-section .row {
            flex-direction: column-reverse;
        }

        .hero-section .col-lg-6:first-child {
            margin-top: 2rem;
        }

        .hero-section img {
            max-width: 100%;
            height: auto;
            margin-top: 3rem;
        }

    .navbar-brand img {
        height: 40px;
        margin-top: 0.5rem;
    }
}

.btn-cyber {
    background-color: var(--cyber-lemon)!important;
    color: var(--dark-gray);
    border: none;
    padding: 10px 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-cyber:hover {
        background-color: #00cc00;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 255, 0, 0.3);
    }

.section-title {
    color: var(--cyber-lemon);
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .section-title::after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--cyber-lemon);
        box-shadow: 0 0 10px var(--cyber-lemon);
    }

.section-subtitle {
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

    .section-header .section-title {
        margin-bottom: 1rem;
    }

.svg-tech {
    transition: transform 0.3s, filter 0.3s;
    filter: grayscale(1) brightness(0.7);
}

    .svg-tech:hover {
        transform: scale(1.2) rotate(-8deg);
        filter: grayscale(0) brightness(1.2) drop-shadow(0 0 8px var(--cyber-lemon));
    }

.product-dev-glass {
    background: none;
    box-shadow: none;
    border-radius: 0;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
}
.cat-icon-card, .tech-icon-card {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 1rem;
    min-width: 110px;
    min-height: 110px;
    box-shadow: 0 2px 12px 0 rgba(186, 215, 47, 0.07);
    transition: box-shadow 0.2s, transform 0.2s, border 0.2s;
    border: 1.5px solid transparent;
}

    /* Hover effect */
    .cat-icon-card:hover, .tech-icon-card:hover {
        box-shadow: 0 4px 24px 0 rgba(186, 215, 47, 0.18);
        transform: translateY(-4px) scale(0.96);
        border: 1.5px solid var(--cyber-lemon);
    }

    /* Active effect */
    .cat-icon-card.active, .tech-icon-card.active {
        box-shadow: 0 4px 24px 0 rgba(186, 215, 47, 0.18);
        transform: translateY(-4px) scale(0.96);
        border: 1.5px solid var(--cyber-lemon);
    }

/* Icon style */
.cat-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #bad72f22;
    border-radius: 50%;
    border: 2px solid #bad72f;
}


.tech-icon-bg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #bad72f;
    border-radius: 50%;
    box-shadow: 0 2px 16px 0 #bad72f44;
    border: 2px solid #bad72f;
    transition: box-shadow 0.2s, border 0.2s;
}

.tech-icon-card:hover .tech-icon-bg {
    box-shadow: 0 4px 32px 0 #bad72f99;
    border: 2px solid #fff;

}
.tech-icon-card {
    position: relative;
    background: #3a3a3a;
    border-radius: 15px;
    overflow: visible; /* allow overlap */
    transition: all 0.3s ease;
    cursor: pointer;
}

.tech-icon-content {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.tech-icon-card:hover .tech-icon-content {
    max-height: 200px;
    padding: 0.5rem;
}

.tech-icon-card:hover {
    box-shadow: 0 10px 30px rgba(164, 214, 94, 0.2);
    transform: translateY(-5px);
}
.tech-icon-content-text {
    font-size:11px;
    text-align: center;
    line-height :1.2;
    display:block;
}
.tech-icon-header{
    text-align:center;
}

.svg-tech {
    filter: none !important;
    transition: transform 0.3s, filter 0.3s;
    width: 40px !important;
    height: 40px !important;
}

    .svg-tech:hover {
        transform: scale(1.2) rotate(-8deg);
        filter: drop-shadow(0 0 8px var(--cyber-lemon));
    }

.exp-metrics-row, .exp-typography, .exp-num-typo, .exp-label-typo, .metric-typography, .metric-num-typo, .metric-label-typo {
    display: none !important;
}

.exp-metrics-row-alt {
    row-gap: 2.5rem;
}

.exp-typography-alt {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    line-height: 1.05;
    margin-bottom: 1rem;
}

.exp-num-typo-alt {
    font-size: 8rem;
    font-weight: 900;
    color: #bad72f;
    letter-spacing: -0.05em;
    text-shadow: 0 2px 0 #232323, 0 8px 32px #bad72f33;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.exp-label-typo-alt {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-top: 0.5rem;
    font-family: 'Roboto', sans-serif;
    display: block;
    line-height: 1.1;
}

.metric-typography-alt {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 1rem;
}

.metric-num-typo-alt {
    font-size: 3.2rem;
    font-weight: 800;
    color: #bad72f;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 0 #232323, 0 4px 16px #bad72f22;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.metric-label-typo-alt {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    margin-top: 0.2rem;
    font-family: 'Roboto', sans-serif;
    display: block;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .exp-num-typo-alt {
        font-size: 4rem;
    }

    .exp-label-typo-alt {
        font-size: 1.2rem;
    }

    .metric-num-typo-alt {
        font-size: 2rem;
    }

    .metric-label-typo-alt {
        font-size: 0.95rem;
    }

    .exp-typography-alt, .metric-typography-alt {
        align-items: center !important;
        text-align: center !important;
    }
}

.exp-section-spaced {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.footer-main {
    padding-top: 3rem !important;
    padding-bottom: 2.5rem !important;
}

.footer-divider {
    width: 1px !important;
    margin: 0 2rem;
    border-right: 1px solid #333;
}

.footer-company-text {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.footer-social-icons {
    display: flex;
    gap: 1rem;
}

    .footer-social-icons a {
        transition: transform 0.3s ease;
    }

        .footer-social-icons a:hover {
            transform: translateY(-3px);
        }

@media (max-width: 768px) {
    .footer-divider {
        width: 100%;
        height: 1px;
        margin: 2rem 0;
    }
}

.footer-copyright-section {
    background: #181818;
    border-top: 1.5px solid #222;
    padding: 1.5rem 0 !important;
}

    .footer-copyright-section .row {
        align-items: center;
    }

    .footer-copyright-section p,
    .footer-copyright-section a {
        margin: 0;
        padding: 0.5rem 0;
    }

@media (max-width: 768px) {
    .footer-copyright-section .row {
        text-align: center;
    }

    .footer-copyright-section .col-md-6 {
        text-align: center !important;
        margin: 0.5rem 0;
    }
}

/* General Styles */
.tech-category {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: opacity 0.6s ease, transform 0.6s ease;
    width: 100%;
    display: none !important;
}

    .tech-category.active {
        display: flex !important;
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

.catbackground {
    background: linear-gradient(120deg, #2e2e2e 60%, #383838 100%);
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

