/* Custom Additions */
/* Tools Section Styles */
.tools-section {
    padding: 80px 0;
    background-color: #000;
}

.tool-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: rgba(10, 10, 10, 0.9); /* Darker background */
    border: 1px solid rgba(100, 100, 255, 0.2); /* Subtle blueish border */
    padding: 20px 30px; /* Larger padding */
    border-radius: 12px; /* Rectangular with rounded corners */
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    width: 250px; /* Fixed larger width */
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.tool-card:hover {
    background: rgba(20, 20, 20, 1);
    border-color: var(--primary-purple); /* Purple glow on hover */
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(98, 0, 234, 0.4);
}

.tool-card-left {
    border-right: 4px solid var(--primary-purple); /* Accent on side */
    flex-direction: row-reverse; /* Icon on right for left side cards */
}

.tool-card-right {
    border-left: 4px solid var(--primary-purple); /* Accent on side */
}

.tool-icon-img {
    width: 40px; /* Larger icons */
    height: 40px;
    object-fit: contain;
}

/* Avatar Features Floating Items (Desktop) */
.feature-float-item {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 8px 20px;
    border-radius: 50px; /* Pill shape */
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
    white-space: nowrap;
    z-index: 3;
    animation: floatItem 4s ease-in-out infinite;
    min-width: 160px;
}

.feature-float-item:hover {
    border-color: var(--primary-orange);
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.05);
    z-index: 10;
}

.feature-icon-circle {
    width: 30px;
    height: 30px;
    background: transparent;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 1.2rem;
}

/* Positions for Floating Items - Tighter Layout */
.float-item-1 { top: 15%; left: -140px; animation-delay: 0s; }
.float-item-2 { top: 50%; transform: translateY(-50%); left: -160px; animation-name: floatItemCentered; animation-delay: 1s; }
.float-item-3 { bottom: 15%; left: -140px; animation-delay: 2s; }

.float-item-4 { top: 15%; right: -140px; animation-delay: 1.5s; }
.float-item-5 { top: 50%; transform: translateY(-50%); right: -160px; animation-delay: 0.5s; }
.float-item-6 { bottom: 15%; right: -140px; animation-delay: 2.5s; }

/* Adjust avatar wrapper to allow overflow for items */
.avatar-head-wrapper {
    overflow: visible; 
}

/* Ensure tool cards in the grid align properly */
.tool-card .text-white {
    font-size: 1rem;
    letter-spacing: 0.5px;
}

/* =========================================
   NEW CYBERPUNK HERO SECTION STYLES
   ========================================= */

.cyber-hero-section {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cyber-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #000 0%, rgba(0,0,0,0.8) 50%, rgba(0,0,0,0.4) 100%);
    z-index: 1;
}

.cyber-hero-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.cyber-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1rem;
    text-transform: uppercase;
    text-shadow: 0 0 20px rgba(255, 102, 0, 0.5);
}

.cyber-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-orange);
    margin-bottom: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cyber-hero-desc {
    font-size: 1.1rem;
    color: #ddd;
    margin-bottom: 2.5rem;
    max-width: 600px;
    line-height: 1.6;
}

/* Buttons */
.cyber-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border: 2px solid var(--primary-orange);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    gap: 10px;
}

.cyber-btn-outline:hover {
    background: var(--primary-orange);
    color: #fff;
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.6);
    transform: translateY(-3px);
}

.cyber-btn-fill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: var(--primary-orange);
    border: 2px solid var(--primary-orange);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    gap: 10px;
}

.cyber-btn-fill:hover {
    background: transparent;
    color: var(--primary-orange);
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.4);
    transform: translateY(-3px);
}

/* Glass Card & Price */
.cyber-price-tag {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid var(--primary-orange);
    padding: 15px 30px;
    border-radius: 15px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -70px; /* Moved up from -30px */
    right: 20px;
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    transform: rotate(5deg);
}

.cyber-price-label {
    font-size: 0.8rem;
    color: #aaa;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cyber-price-amount {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--primary-orange);
}

.cyber-glass-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 40px;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

.cyber-glass-card:hover {
    border-color: var(--primary-orange);
    box-shadow: 0 0 30px rgba(255, 102, 0, 0.2);
}

.cyber-play-btn {
    width: 70px;
    height: 70px;
    background: var(--primary-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(255, 102, 0, 0.6);
    animation: pulse-orange 2s infinite;
    transition: all 0.3s ease;
}

.cyber-play-btn:hover {
    transform: scale(1.1);
    background: #fff;
    color: var(--primary-orange);
}

@keyframes pulse-orange {
    0% { box-shadow: 0 0 0 0 rgba(255, 102, 0, 0.7); }
    70% { box-shadow: 0 0 0 20px rgba(255, 102, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 102, 0, 0); }
}

.cyber-bottom-bar {
    margin-top: auto;
    width: 100%;
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 20px;
}

.cyber-stat-item {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(10, 10, 10, 0.8);
    padding: 15px 25px;
    border-radius: 20px;
    border: 1px solid rgba(255, 102, 0, 0.15);
    backdrop-filter: blur(15px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    height: 100%;
    justify-content: flex-start; /* Ensure consistent alignment */
    position: relative;
    overflow: hidden;
}

.cyber-stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--primary-orange);
    opacity: 0;
    transition: all 0.3s ease;
}

.cyber-stat-item:hover {
    transform: translateY(-5px);
    border-color: var(--primary-orange);
    box-shadow: 0 10px 25px rgba(255, 102, 0, 0.2);
    background: rgba(20, 20, 20, 0.9);
}

.cyber-stat-item:hover::before {
    opacity: 1;
}

.cyber-stat-icon {
    min-width: 60px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(255, 102, 0, 0.1), rgba(255, 102, 0, 0.2));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: var(--primary-orange);
    border: 1px solid rgba(255, 102, 0, 0.1);
    transition: all 0.3s ease;
}

.cyber-stat-item:hover .cyber-stat-icon {
    background: var(--primary-orange);
    color: #fff;
    box-shadow: 0 0 15px rgba(255, 102, 0, 0.4);
    transform: scale(1.05) rotate(5deg);
}

.cyber-stat-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    line-height: 1.2;
}

.cyber-stat-text strong {
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 2px;
    background: linear-gradient(90deg, #fff, #ddd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cyber-stat-text span {
    font-size: 0.9rem;
    color: #aaa;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* =========================================
   PROFESSIONAL HEADER STYLES
   ========================================= */

.navbar-custom {
    background-color: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    transition: all 0.3s ease;
}

.navbar-custom.scrolled {
    background-color: rgba(0, 0, 0, 0.95) !important;
    padding: 10px 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

.navbar-custom .nav-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 10px 15px !important;
    transition: all 0.3s ease;
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.navbar-custom .nav-link i {
    font-size: 1.1em;
    transition: all 0.3s ease;
    color: var(--primary-orange);
    opacity: 0.7;
}

.navbar-custom .nav-link:hover,
.navbar-custom .nav-link.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.05);
}

.navbar-custom .nav-link:hover i,
.navbar-custom .nav-link.active i {
    opacity: 1;
    transform: translateY(-2px);
}

.navbar-custom .dropdown-menu {
    background-color: rgba(15, 15, 15, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px;
    margin-top: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    animation: fadeInDropdown 0.3s ease;
}

@keyframes fadeInDropdown {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.navbar-custom .dropdown-item {
    color: rgba(255, 255, 255, 0.7);
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.navbar-custom .dropdown-item:hover {
    background-color: var(--primary-orange);
    color: #fff;
    transform: translateX(5px);
}

.navbar-brand img {
    transition: transform 0.3s ease;
}

.navbar-brand:hover img {
    transform: scale(1.05);
}

/* =========================================
   AVATAR HEAD ANIMATION
   ========================================= */

@keyframes avatarHeadMove {
    0% { transform: translateY(0) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(2deg); }
    50% { transform: translateY(-5px) rotate(-2deg); }
    75% { transform: translateY(-12px) rotate(1deg); }
    100% { transform: translateY(0) rotate(0deg); }
}

.avatar-head-move {
    animation: avatarHeadMove 6s ease-in-out infinite;
    transform-origin: center bottom;
}

/* Text Gradients for Features */
.text-gradient-pink { background: linear-gradient(to right, #ff00cc, #333399); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.text-gradient-blue { background: linear-gradient(to right, #00c6ff, #0072ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.text-gradient-purple { background: linear-gradient(to right, #8e2de2, #4a00e0); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.text-gradient-blue-light { background: linear-gradient(to right, #4facfe, #00f2fe); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.text-gradient-purple-light { background: linear-gradient(to right, #c471ed, #f64f59); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.text-gradient-cyan { background: linear-gradient(to right, #11998e, #38ef7d); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed !important;
    width: 60px !important;
    height: 60px !important;
    bottom: 40px !important;
    right: 40px !important;
    background-color: #25d366 !important;
    color: #FFF !important;
    border-radius: 50px !important;
    text-align: center;
    font-size: 30px !important;
    box-shadow: 2px 2px 3px #999;
    z-index: 1000 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.whatsapp-float:hover {
    background-color: #128C7E !important;
    color: #FFF !important;
    transform: scale(1.1);
    box-shadow: 2px 2px 10px #666;
}

.whatsapp-float i {
    margin-top: 0; /* Adjust if needed */
}

/* Responsive adjustment for mobile */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px !important;
        height: 50px !important;
        bottom: 20px !important;
        right: 20px !important;
        font-size: 25px !important;
    }
}