.icon-box i,
.satisfy-client-image i,
.newsletter-btn-metal i,
.footer-social-links-metal i {
    font-size: 26px;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.our-expertise-nav .icon-box i {
    font-size: 22px;
    color: #1944DF;
    transition: color 0.3s ease;
}

.our-expertise-nav .nav-link.active .icon-box i,
.our-expertise-nav .nav-link:hover .icon-box i {
    color: #ffffff !important;
}

/* FIX FAQ INFO BOX LIST ICON */
.faq-info-box ul li::before {
    content: "" !important;
}

/* CUSTOM ICON LIST STYLES FOR TABS */
.custom-icon-list {
    list-style: none !important;
    padding-left: 0 !important;
}

.custom-icon-list li {
    position: relative !important;
    padding-left: 30px !important;
    margin-bottom: 12px !important;
    display: flex !important;
    align-items: center !important;
}

.custom-icon-list li::before {
    content: none !important;
}

.custom-icon-list li i.bx {
    position: absolute !important;
    left: 0 !important;
    color: #1944DF !important;
    font-size: 20px !important;
}

/* CLEAN PNG LOGO COMPONENT WITH CONDENSED TYPOGRAPHY */
.animated-logo-brand {
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.equipar-clean-logo {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    height: 64px;
}

/* PNG Logo Container */
.logo-png-wrapper {
    position: relative;
    height: 64px;
    display: flex;
    align-items: center;
    animation: logoImgFadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.logo-png-img {
    height: 60px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), filter 0.4s ease;
}

.animated-logo-brand:hover .logo-png-img {
    transform: scale(1.08);
    filter: drop-shadow(0 0 14px rgba(25, 68, 223, 0.6));
}

/* Vertical Thin Divider */
.logo-v-divider {
    width: 1.5px;
    height: 44px;
    background: rgba(255, 255, 255, 0.45);
    display: inline-block;
    animation: logoDividerGrow 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
    transition: background 0.4s ease, transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.animated-logo-brand:hover .logo-v-divider {
    background: #1944DF;
    transform: scaleY(1.15);
}

/* Ultra-Condensed Typography for DESARROLLO (DeValencia-Regular) */
.logo-text-condensed {
    font-family: 'DeValencia', 'DeValencia-Regular', 'Antonio', 'Bebas Neue', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #ffffff !important;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    animation: logoTextSlideIn 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s forwards;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s ease, letter-spacing 0.4s ease;
}

/* Smooth Hover Animation */
.animated-logo-brand:hover .logo-text-condensed {
    transform: translateX(6px);
    letter-spacing: 3px;
    color: #ffffff !important;
}

@keyframes logoImgFadeIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes logoDividerGrow {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes logoTextSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-12px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
    0% {
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
}

@keyframes isoScaleIn {
    0% {
        transform: translateY(-50%) scale(0);
        opacity: 0;
    }

    100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
}

@keyframes textSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* DEDICATED PRELOADER TECH STYLES */
.preloader-equipar-wrapper {
    position: relative;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-pulse-ring {
    position: absolute;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(25, 68, 223, 0.4) 0%, rgba(25, 68, 223, 0) 70%);
    animation: preloaderPulse 1.8s ease-out infinite;
}

.preloader-orbit-ring {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px dashed rgba(25, 68, 223, 0.6);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: preloaderSpin 2s linear infinite;
}

.preloader-logo-core {
    position: relative;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-logo-core .p-circle-white {
    position: absolute;
    width: 74px;
    height: 74px;
    background: #ffffff;
    border-radius: 50%;
    animation: pWhitePulse 1.8s ease-in-out infinite alternate;
}

.preloader-logo-core .p-circle-blue {
    position: absolute;
    width: 74px;
    height: 74px;
    background: #1944DF;
    border-radius: 50%;
    animation: pBluePulse 1.8s ease-in-out infinite alternate;
}

.preloader-logo-core .p-symbol-img {
    position: absolute;
    width: 74px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.preloader-logo-core .p-symbol-img img {
    width: 68%;
    height: 68%;
    object-fit: contain;
}

@keyframes preloaderSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes preloaderPulse {
    0% { transform: scale(0.8); opacity: 0.8; }
    100% { transform: scale(1.5); opacity: 0; }
}

@keyframes pWhitePulse {
    0% { transform: scale(1); }
    100% { transform: scale(1.18); }
}

@keyframes pBluePulse {
    0% { transform: scale(1); }
    100% { transform: scale(0.82); }
}

/* FUTURISTIC CYBER HERO STYLES - TEMPLATE ALIGNED */
.tech-hero-wrapper {
    position: relative;
    background: url('../images/hero-bg-image.jpg') no-repeat center center / cover !important;
    overflow: hidden;
    padding: 180px 0 230px 0;
    border-radius: 20px;
    margin: 15px 15px 0 15px;
}

.hero::before {
    display: none !important;
    /* Hide original template dark overlay to let hero photo shine through */
}

.tech-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Light transparent dark gradient so images/hero-bg-image.jpg remains crisp & clearly visible */
    background: linear-gradient(135deg, rgb(2 22 35) 0%, rgb(2 22 35 / 12%) 50%, rgba(2, 22, 35, 0.45) 100%), radial-gradient(circle at 20% 30%, rgb(25 68 223 / 33%) 0%, #0000002e 70%);
    pointer-events: none;
    z-index: 1;
}

.cyber-grid {
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 50px 50px;
    transform: perspective(500px) rotateX(60deg) translateY(-100px);
    animation: gridScroll 20s linear infinite;
    opacity: 0.5;
    pointer-events: none;
    z-index: 2;
}

@keyframes gridScroll {
    0% {
        transform: perspective(500px) rotateX(60deg) translateY(0);
    }

    100% {
        transform: perspective(500px) rotateX(60deg) translateY(50px);
    }
}

.glowing-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 2;
}

.orb-1 {
    width: 380px;
    height: 380px;
    background: rgba(25, 68, 223, 0.35);
    /* var(--accent-color) */
    top: 10%;
    left: -50px;
    animation: pulseOrb 8s infinite alternate;
}

.orb-2 {
    width: 400px;
    height: 400px;
    background: rgba(25, 68, 223, 0.2);
    /* var(--accent-color) */
    bottom: -50px;
    right: 10%;
    animation: pulseOrb 10s infinite alternate-reverse;
}

@keyframes pulseOrb {
    0% {
        transform: scale(1) translate(0, 0);
        opacity: 0.6;
    }

    100% {
        transform: scale(1.3) translate(30px, -20px);
        opacity: 0.9;
    }
}

.tech-particles .particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: #1944DF;
    border-radius: 50%;
    box-shadow: 0 0 10px #1944DF;
    animation: floatParticle 12s infinite linear;
    pointer-events: none;
    z-index: 3;
}

.p-1 {
    top: 20%;
    left: 15%;
    animation-delay: 0s;
}

.p-2 {
    top: 60%;
    left: 35%;
    animation-delay: 2s;
}

.p-3 {
    top: 30%;
    left: 75%;
    animation-delay: 4s;
}

.p-4 {
    top: 80%;
    left: 85%;
    animation-delay: 1s;
}

.p-5 {
    top: 40%;
    left: 50%;
    animation-delay: 3s;
}

@keyframes floatParticle {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(-120px) scale(0.2);
        opacity: 0;
    }
}

/* Tech Badge */
.tech-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(25, 68, 223, 0.2);
    border: 1px solid rgba(25, 68, 223, 0.4);
    padding: 8px 18px;
    border-radius: 30px;
    margin-bottom: 25px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0 20px rgba(25, 68, 223, 0.25);
}

.tech-badge i {
    color: #ffffff;
    font-size: 18px;
}

.pulse-dot {
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffffff;
    animation: blinkDot 1.5s infinite;
}

@keyframes blinkDot {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.3;
        transform: scale(0.7);
    }
}

.badge-text {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

/* Typography & Gradients */
.hero-tech-title {
    color: #ffffff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 25px;
}

.text-gradient {
    color: #ffffff;
    background: linear-gradient(135deg, #ffffff 0%, #a0c4ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.text-gradient-alt {
    color: #ffffff;
    background: linear-gradient(135deg, #ffffff 0%, #d8e2ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.hero-tech-description {
    color: #a0aec0;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 620px;
}

/* Tech Feature Pills */
.tech-features-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}

.pill-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 10px 18px;
    border-radius: 12px;
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.pill-item i {
    color: #1944DF;
    font-size: 20px;
}

.pill-item:hover {
    background: rgba(25, 68, 223, 0.2);
    border-color: #1944DF;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(25, 68, 223, 0.25);
}

/* Buttons */
.hero-btn-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.btn-tech-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 17px 28px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 100px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}

.btn-tech-outline i {
    color: #ffffff;
    font-size: 20px;
}

.btn-tech-outline:hover {
    background: rgba(25, 68, 223, 0.15);
    border-color: #1944DF;
    color: #ffffff;
    transform: translateY(-3px);
}

/* MULTI-CARD GLASS DECK STYLES */
.cards-deck-wrapper {
    position: relative;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
}

.glass-mini-card {
    position: absolute;
    width: 340px;
    background: rgba(2, 22, 35, 0.65);
    backdrop-filter: blur(20px) saturate(180%);
    -webkit-backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    padding: 24px 22px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(25, 68, 223, 0.2);
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: pointer;
}

.glass-mini-card:hover {
    border-color: rgba(25, 68, 223, 0.8) !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.7), 0 0 35px rgba(25, 68, 223, 0.4) !important;
}

.card-glow-pulse {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(25, 68, 223, 0.4), transparent, rgba(25, 68, 223, 0.2));
    z-index: -1;
    opacity: 0.4;
    transition: opacity 0.4s ease;
}

.mini-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.mini-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(25, 68, 223, 0.2);
    border: 1px solid rgba(25, 68, 223, 0.4);
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 20px;
    letter-spacing: 0.8px;
}

.badge-cyan {
    background: rgba(25, 68, 223, 0.15);
    border-color: rgba(25, 68, 223, 0.4);
    color: #a0c4ff;
}

.badge-purple {
    background: rgba(25, 68, 223, 0.2);
    border-color: rgba(25, 68, 223, 0.5);
    color: #d8e2ff;
}

.card-icon-pill {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon-pill i {
    font-size: 20px;
    color: #ffffff;
}

.mini-card-body h3 {
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 2px;
    line-height: 1;
}

.mini-card-body h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.mini-card-body p {
    font-size: 12px;
    color: #a0aec0;
    margin: 0;
}

.mini-phone-link {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
}

.mini-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 15px;
    padding-top: 12px;
}

.tag-accent {
    color: #1944DF;
    font-size: 11px;
    font-weight: 600;
}

.tag-cyan {
    color: #00e5ff;
    font-size: 11px;
    font-weight: 600;
}

.tag-purple {
    color: #d8b4fe;
    font-size: 11px;
    font-weight: 600;
}

.mini-card-footer i {
    color: #ffffff;
    opacity: 0.6;
    font-size: 16px;
}

/* FOCUS & DECK STACK ANIMATIONS */
.glass-mini-card.card-focus-1 {
    top: 10px;
    left: 5%;
    z-index: 10;
    transform: scale(1) translateY(0) rotate(-2deg);
    filter: blur(0px);
    opacity: 1;
}

.glass-mini-card.card-focus-2 {
    top: 90px;
    right: 0%;
    z-index: 8;
    transform: scale(0.92) translateY(0) rotate(3deg);
    filter: blur(1.5px);
    opacity: 0.85;
    background: rgba(8, 18, 38, 0.45);
}

.glass-mini-card.card-focus-3 {
    bottom: 10px;
    left: 12%;
    z-index: 6;
    transform: scale(0.85) translateY(0) rotate(-1deg);
    filter: blur(3px);
    opacity: 0.7;
    background: rgba(8, 18, 38, 0.35);
}

/* Active Focus State toggled via JS or Hover */
.glass-mini-card.active-focused,
.glass-mini-card:hover {
    z-index: 30 !important;
    transform: scale(1.06) translateY(-8px) rotate(0deg) !important;
    filter: blur(0px) !important;
    opacity: 1 !important;
    border-color: #1944DF !important;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.85), 0 0 35px rgba(25, 68, 223, 0.7) !important;
}

.glass-mini-card.active-focused .card-glow-pulse,
.glass-mini-card:hover .card-glow-pulse {
    opacity: 1;
}

.glass-mini-card.blurred-back {
    z-index: 5;
    transform: scale(0.88) translateY(10px);
    filter: blur(2px);
    opacity: 0.85;
}

/* Responsive tweaks */
@media (max-width: 991px) {
    .hero-tech-title {
        font-size: 38px;
    }

    .cards-deck-wrapper {
        margin-top: 50px;
        height: 450px;
    }

    .glass-mini-card {
        width: 300px;
    }

    .tech-features-pills {
        flex-direction: column;
    }
}

/* Footer Centered Logo & Minimalist Navigation */
.footer-logo-centered .equipar-animated-logo {
    transform: scale(1.3);
    transform-origin: center center;
}

.footer-nav-link {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.footer-nav-link:hover {
    color: #1944DF;
    transform: translateY(-2px);
}

/* FLOATING ACTIONS CONTAINER & BUTTONS (VERTICAL STACK) */
.floating-actions-wrapper {
    position: fixed;
    bottom: 35px;
    right: 35px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 15px;
    z-index: 9999;
    pointer-events: none;
}

.floating-actions-wrapper a {
    pointer-events: auto;
}

/* 1. Esquinado: Floating WhatsApp Button (Alineado a los colores del template: Azul #1944DF) */
.whatsapp-float-btn {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #1944DF 0%, #0d2b99 100%);
    border: 1px solid rgba(25, 68, 223, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 32px;
    text-decoration: none !important;
    position: relative;
    box-shadow: 0 10px 25px rgba(25, 68, 223, 0.45);
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease, border-color 0.35s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.whatsapp-float-btn:hover {
    transform: scale(1.12) translateY(-4px);
    border-color: #ffffff;
    box-shadow: 0 15px 35px rgba(25, 68, 223, 0.8), 0 0 20px rgba(25, 68, 223, 0.5);
}

.whatsapp-float-btn .wa-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.whatsapp-float-btn:hover .wa-glow {
    opacity: 1;
}

/* 2. Al lado: Futuristic Back to Top Button (Alineado al template) */
.back-to-top-btn {
    width: 54px;
    height: 54px;
    background: rgba(2, 22, 35, 0.85);
    border: 1px solid rgba(25, 68, 223, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    font-size: 28px;
    text-decoration: none !important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0.4s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(25, 68, 223, 0.25);
}

.back-to-top-btn.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.back-to-top-btn:hover {
    color: #ffffff !important;
    border-color: #ffffff;
    background: rgba(25, 68, 223, 0.9);
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 15px 35px rgba(25, 68, 223, 0.7), 0 0 20px rgba(25, 68, 223, 0.5);
}

.back-to-top-btn .btt-glow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(25, 68, 223, 0.5) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.back-to-top-btn:hover .btt-glow {
    opacity: 1;
}