﻿
.logo-orb {
    width: 45px;
    height: 45px;
    background: linear-gradient(135deg, #4a69bd, #1e3799);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(74, 105, 189, 0.4);
    transition: all 0.3s ease;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

    .logo-orb:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(74, 105, 189, 0.6);
    }

    .logo-orb img {
        width: 85%;
        height: 85%;
        object-fit: contain;
        border-radius: 8px;
    }

/* Product Icons Background */
.product-icons-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
    opacity: 0.08;
}

/* Product Icon Base Styles */
.product-icon {
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 0.4;
    animation: productFloat 25s ease-in-out infinite;
    filter: brightness(0) invert(1) opacity(0.3);
    transition: all 0.5s ease;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

    .product-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        filter: brightness(0) invert(1) opacity(0.6);
    }

    .product-icon:hover {
        opacity: 0.7;
        transform: scale(1.2);
        background: rgba(255, 255, 255, 0.15);
        box-shadow: 0 6px 20px rgba(74, 105, 189, 0.4);
    }

/* Specific Product Icon Positions and Animations */
.ups-icon {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
    width: 70px;
    height: 70px;
}

.ups-icon-2 {
    top: 25%;
    right: 8%;
    animation-delay: 5s;
    animation-duration: 30s;
}

.server-icon {
    top: 15%;
    right: 15%;
    animation-delay: 2s;
    width: 65px;
    height: 65px;
}

.server-icon-2 {
    bottom: 20%;
    left: 10%;
    animation-delay: 7s;
    animation-duration: 28s;
}

.battery-icon {
    top: 35%;
    left: 20%;
    animation-delay: 4s;
    width: 55px;
    height: 55px;
}

.battery-icon-2 {
    bottom: 30%;
    right: 25%;
    animation-delay: 9s;
    animation-duration: 32s;
}

.pdu-icon {
    top: 45%;
    right: 12%;
    animation-delay: 6s;
    width: 60px;
    height: 60px;
}

.ats-icon {
    bottom: 15%;
    left: 25%;
    animation-delay: 11s;
    width: 58px;
    height: 58px;
}

.power-module-icon {
    top: 60%;
    left: 8%;
    animation-delay: 8s;
    width: 62px;
    height: 62px;
}

.module-icon {
    top: 70%;
    right: 20%;
    animation-delay: 13s;
    width: 56px;
    height: 56px;
}

.snmp-icon {
    top: 55%;
    right: 30%;
    animation-delay: 10s;
    width: 52px;
    height: 52px;
}

.network-icon {
    bottom: 40%;
    left: 35%;
    animation-delay: 15s;
    width: 54px;
    height: 54px;
}

.rail-icon {
    top: 75%;
    left: 45%;
    animation-delay: 12s;
    width: 48px;
    height: 48px;
}

.mount-icon {
    top: 20%;
    left: 40%;
    animation-delay: 17s;
    width: 50px;
    height: 50px;
}

.parallel-icon {
    bottom: 25%;
    right: 35%;
    animation-delay: 14s;
    width: 58px;
    height: 58px;
}

.sync-icon {
    top: 30%;
    left: 60%;
    animation-delay: 19s;
    width: 53px;
    height: 53px;
}

.spare-icon {
    bottom: 10%;
    right: 45%;
    animation-delay: 16s;
    width: 47px;
    height: 47px;
}

.board-icon {
    top: 50%;
    left: 70%;
    animation-delay: 21s;
    width: 59px;
    height: 59px;
}

/* Energy Flow Effects */
.energy-flow {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(74, 105, 189, 0.3), transparent);
    height: 2px;
    animation: energyFlow 8s linear infinite;
}

.energy-flow-1 {
    top: 25%;
    left: -100px;
    width: 200px;
    animation-delay: 0s;
}

.energy-flow-2 {
    top: 60%;
    right: -150px;
    width: 300px;
    animation-delay: 3s;
}

.energy-flow-3 {
    bottom: 35%;
    left: -200px;
    width: 400px;
    animation-delay: 6s;
}

/* Connection Dots */
.connection-dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgba(74, 105, 189, 0.5);
    border-radius: 50%;
    animation: dotPulse 4s ease-in-out infinite;
}

.dot-1 {
    top: 30%;
    left: 30%;
    animation-delay: 0s;
}

.dot-2 {
    top: 45%;
    right: 40%;
    animation-delay: 1s;
}

.dot-3 {
    bottom: 35%;
    left: 50%;
    animation-delay: 2s;
}

.dot-4 {
    bottom: 20%;
    right: 30%;
    animation-delay: 3s;
}

.dot-5 {
    top: 65%;
    left: 20%;
    animation-delay: 4s;
}

/* Footer Brand Styles */
.footer-brand {
    position: relative;
    z-index: 2;
}

.trust-badge {
    margin-top: 1rem;
}

.trust-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    color: #e9ecef;
}

/* Footer Link Styles */
.footer-link {
    display: block;
    text-align: left;
    padding: 0.25rem 0;
    color: #adb5bd !important;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

    .footer-link:hover {
        color: #4a69bd !important;
        transform: translateX(5px);
        text-decoration: none;
    }

/* Contact Form Styles */
.contact-form-card {
    box-shadow: 0 5px 20px rgba(74, 105, 189, 0.4);
    background: linear-gradient(135deg, #1e3799, #4a69bd) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-control, .form-select {
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 8px !important;
    transition: all 0.3s ease;
}

    .form-control:focus, .form-select:focus {
        background: rgba(255, 255, 255, 1) !important;
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25) !important;
        border-color: #ffc107 !important;
        transform: translateY(-2px);
    }

    .form-control::placeholder {
        color: #6c757d !important;
    }

.response-time {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    border-left: 3px solid #ffc107;
}

/* Form Validation Styles */
.is-invalid {
    border-color: #dc3545 !important;
}

.invalid-feedback {
    display: none;
    color: #ff6b6b;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.is-invalid ~ .invalid-feedback {
    display: block;
}

/* Message Styles */
.message-success {
    color: #28a745;
    font-weight: 500;
    padding: 10px;
    background: rgba(40, 167, 69, 0.1);
    border-radius: 6px;
    border-left: 3px solid #28a745;
}

.message-error {
    color: #dc3545;
    font-weight: 500;
    padding: 10px;
    background: rgba(220, 53, 69, 0.1);
    border-radius: 6px;
    border-left: 3px solid #dc3545;
}

.message-loading {
    color: #17a2b8;
    font-weight: 500;
    padding: 10px;
    background: rgba(23, 162, 184, 0.1);
    border-radius: 6px;
    border-left: 3px solid #17a2b8;
}

/* Button Loading State */
.btn-loading {
    position: relative;
    color: transparent !important;
}

    .btn-loading::after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        top: 50%;
        left: 50%;
        margin: -10px 0 0 -10px;
        border: 2px solid transparent;
        border-top: 2px solid #ffffff;
        border-radius: 50%;
        animation: button-spinner 0.8s linear infinite;
    }

/* Animations */
@@keyframes productFloat {
    0%, 100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }

    25% {
        transform: translateY(-15px) translateX(10px) rotate(2deg);
    }

    50% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }

    75% {
        transform: translateY(10px) translateX(-8px) rotate(-2deg);
    }
}

@@keyframes energyFlow {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }

    10% {
        opacity: 0.6;
    }

    90% {
        opacity: 0.6;
    }

    100% {
        transform: translateX(calc(100vw + 100px));
        opacity: 0;
    }
}

@@keyframes dotPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.8;
    }
}

@@keyframes button-spinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive Design */
@@media (max-width: 1200px) {
    .product-icon {
        width: 50px;
        height: 50px;
        padding: 6px;
    }
}

@@media (max-width: 768px) {
    .product-icons-background {
        opacity: 0.05;
    }

    .product-icon {
        width: 40px;
        height: 40px;
        padding: 5px;
    }

    .energy-flow, .connection-dot {
        display: none;
    }

    .contact-form-card {
        padding: 1.5rem !important;
    }

    .form-control, .form-select {
        padding: 0.75rem 1rem !important;
    }
}

@@media (max-width: 576px) {
    .product-icon {
        width: 30px;
        height: 30px;
        padding: 4px;
    }
}
