/* 
 * Boostflow Custom Styles
 * Dark Mode & Neon Green Theme
 */

/* ================================
   HEADER REDESIGN - DISABLED (Standardized in theme-enhancements.css)
   ================================ */

/*
.header-area .menu-area {
    padding: 20px 0 !important;
}

.main-menu ul li a {
    font-size: 18px !important;
    font-weight: 600 !important;
    letter-spacing: 1px !important;
    padding: 12px 25px !important;
    text-transform: uppercase !important;
}

.main-menu {
    text-align: right !important;
    padding-right: 5% !important;
}

.main-menu ul li a:hover {
    color: #44D62C !important;
}

.header-area .logo {
    padding: 8px 0;
}

#header-logo {
    transition: transform 0.3s ease;
}

#header-logo:hover {
    transform: scale(1.05);
}

.header-area .login .btn {
    padding: 14px 32px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    border-radius: 50px !important;
}

@media (max-width: 991px) {
    .header-area .menu-area {
        padding: 15px 0 !important;
    }

    #header-logo {
        max-height: 50px !important;
    }
}
*/

/* Service Icons - Clean Display */
#services .services-icon img {
    width: 100%;
    height: auto;
    max-width: 200px;
    object-fit: contain;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Hover Effect - Brighten & Glow */
#services .services-box:hover .services-icon img {
    filter: brightness(1.1) drop-shadow(0 0 20px rgba(68, 214, 44, 0.4));
    transform: scale(1.05);
}

/* Service Card Enhancement */
#services .services-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 40px 30px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#services .services-box:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(68, 214, 44, 0.3);
    transform: translateY(-5px);
    box-shadow: 0 10px 40px rgba(68, 214, 44, 0.15);
}

/* Service Icon Container */
#services .services-icon {
    margin-top: 30px;
    position: relative;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Title Styling */
#services .services-content2 h5 a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: color 0.3s ease;
}

#services .services-content2 h5 a:hover {
    color: var(--primary-color);
}

/* Description Text */
#services .services-content2 p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    margin-top: 15px;
}

/* Badge Buttons */
#services .src-btn ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 50px;
}

#services .src-btn ul li {
    margin: 0;
}

#services .src-btn ul li a {
    display: inline-block;
    padding: 12px 24px;
    background: rgba(68, 214, 44, 0.1);
    border: 1px solid rgba(68, 214, 44, 0.3);
    border-radius: 50px;
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

#services .src-btn ul li a:hover {
    background: var(--primary-color);
    color: #000;
    border-color: var(--primary-color);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(68, 214, 44, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    #services .services-box {
        padding: 30px 20px;
    }

    #services .services-icon {
        height: 150px;
    }
}

/* ================================
   ANIMATED SERVICE ICONS SYSTEM
   ================================ */

/* Base Animated Icon Styling */
.animated-icon {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animated-icon::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 15px rgba(68, 214, 44, 0.3));
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Enhanced hover glow for all animated icons */
.services-box:hover .animated-icon::before {
    filter: drop-shadow(0 0 25px rgba(68, 214, 44, 0.6)) brightness(1.2);
    transform: scale(1.08);
}

/* ================================
   ANIMATION 1: LEAD CAPTURE (Funnel with Data Flow)
   ================================ */
.animated-icon[data-animation="lead-capture"]::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><radialGradient id="magnet-core" cx="50%" cy="50%" r="50%"><stop offset="0%" style="stop-color:%23fff;stop-opacity:1"/><stop offset="30%" style="stop-color:%2344D62C;stop-opacity:1"/><stop offset="100%" style="stop-color:%2344D62C;stop-opacity:0"/></radialGradient><filter id="mag-glow"><feGaussianBlur stdDeviation="2.5" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23mag-glow)"><circle cx="100" cy="100" r="20" fill="url(%23magnet-core)"><animate attributeName="r" values="20;24;20" dur="2s" repeatCount="indefinite"/></circle><path d="M100,100 Q60,60 40,20" stroke="%2344D62C" stroke-width="1.5" fill="none" opacity="0.4"><animate attributeName="opacity" values="0.4;0.7;0.4" dur="3s" repeatCount="indefinite"/></path><path d="M100,100 Q140,60 160,20" stroke="%2344D62C" stroke-width="1.5" fill="none" opacity="0.4"><animate attributeName="opacity" values="0.4;0.7;0.4" dur="3s" begin="0.5s" repeatCount="indefinite"/></path><path d="M100,100 Q60,140 20,180" stroke="%2344D62C" stroke-width="1.5" fill="none" opacity="0.4"><animate attributeName="opacity" values="0.4;0.7;0.4" dur="3s" begin="1s" repeatCount="indefinite"/></path><path d="M100,100 Q140,140 180,180" stroke="%2344D62C" stroke-width="1.5" fill="none" opacity="0.4"><animate attributeName="opacity" values="0.4;0.7;0.4" dur="3s" begin="1.5s" repeatCount="indefinite"/></path><path d="M100,100 Q50,100 10,100" stroke="%2344D62C" stroke-width="1.5" fill="none" opacity="0.4"><animate attributeName="opacity" values="0.4;0.7;0.4" dur="3s" begin="2s" repeatCount="indefinite"/></path><path d="M100,100 Q150,100 190,100" stroke="%2344D62C" stroke-width="1.5" fill="none" opacity="0.4"><animate attributeName="opacity" values="0.4;0.7;0.4" dur="3s" begin="2.5s" repeatCount="indefinite"/></path><circle cx="40" cy="20" r="3" fill="%2344D62C"><animate attributeName="cx" values="40;100" dur="2s" repeatCount="indefinite"/><animate attributeName="cy" values="20;100" dur="2s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0" dur="2s" repeatCount="indefinite"/></circle><circle cx="160" cy="20" r="3" fill="%2344D62C"><animate attributeName="cx" values="160;100" dur="2.2s" begin="0.3s" repeatCount="indefinite"/><animate attributeName="cy" values="20;100" dur="2.2s" begin="0.3s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0" dur="2.2s" begin="0.3s" repeatCount="indefinite"/></circle><circle cx="20" cy="180" r="3" fill="%2344D62C"><animate attributeName="cx" values="20;100" dur="1.8s" begin="0.6s" repeatCount="indefinite"/><animate attributeName="cy" values="180;100" dur="1.8s" begin="0.6s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0" dur="1.8s" begin="0.6s" repeatCount="indefinite"/></circle><circle cx="180" cy="180" r="3" fill="%2344D62C"><animate attributeName="cx" values="180;100" dur="2.1s" begin="0.9s" repeatCount="indefinite"/><animate attributeName="cy" values="180;100" dur="2.1s" begin="0.9s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0" dur="2.1s" begin="0.9s" repeatCount="indefinite"/></circle><circle cx="10" cy="100" r="3" fill="%2344D62C"><animate attributeName="cx" values="10;100" dur="1.9s" begin="1.2s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0" dur="1.9s" begin="1.2s" repeatCount="indefinite"/></circle><circle cx="190" cy="100" r="3" fill="%2344D62C"><animate attributeName="cx" values="190;100" dur="2s" begin="1.5s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0" dur="2s" begin="1.5s" repeatCount="indefinite"/></circle><circle cx="100" cy="10" r="3" fill="%2344D62C"><animate attributeName="cy" values="10;100" dur="2.3s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0" dur="2.3s" repeatCount="indefinite"/></circle><circle cx="100" cy="190" r="3" fill="%2344D62C"><animate attributeName="cy" values="190;100" dur="1.7s" begin="0.4s" repeatCount="indefinite"/><animate attributeName="opacity" values="1;0" dur="1.7s" begin="0.4s" repeatCount="indefinite"/></circle><circle cx="100" cy="100" r="50" fill="none" stroke="%2344D62C" stroke-width="1" opacity="0.2" stroke-dasharray="5,5"><animate attributeName="stroke-dashoffset" values="0;10" dur="2s" repeatCount="indefinite"/></circle><circle cx="100" cy="100" r="35" fill="none" stroke="%2344D62C" stroke-width="0.5" opacity="0.3"><animate attributeName="r" values="35;40;35" dur="3s" repeatCount="indefinite"/></circle></g></svg>');
}

/* ================================
   ANIMATION 2: AI RECEPTIONIST (Headset with Audio Waves)
   ================================ */
.animated-icon[data-animation="ai-receptionist"]::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><filter id="glow-headset"><feGaussianBlur stdDeviation="3" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23glow-headset)"><path d="M40,100 C40,55 70,30 100,30 C130,30 160,55 160,100" fill="none" stroke="%2344D62C" stroke-width="4" stroke-linecap="round"/><rect x="30" y="90" width="20" height="40" rx="5" fill="%23222" stroke="%2344D62C" stroke-width="2"/><rect x="150" y="90" width="20" height="40" rx="5" fill="%23222" stroke="%2344D62C" stroke-width="2"/><line x1="150" y1="120" x2="120" y2="140" stroke="%2344D62C" stroke-width="3" stroke-linecap="round"/><circle cx="115" cy="142" r="4" fill="%2344D62C"><animate attributeName="opacity" values="0.5;1;0.5" dur="1s" repeatCount="indefinite"/></circle></g><g transform="translate(100, 100)"><rect x="-25" y="-10" width="4" height="20" rx="2" fill="%2344D62C"><animate attributeName="height" values="20;40;15;50;20" dur="1.2s" repeatCount="indefinite"/><animate attributeName="y" values="-10;-20;-7.5;-25;-10" dur="1.2s" repeatCount="indefinite"/></rect><rect x="-15" y="-15" width="4" height="30" rx="2" fill="%2344D62C" opacity="0.8"><animate attributeName="height" values="30;10;45;20;30" dur="1.2s" begin="0.1s" repeatCount="indefinite"/><animate attributeName="y" values="-15;-5;-22.5;-10;-15" dur="1.2s" begin="0.1s" repeatCount="indefinite"/></rect><rect x="-5" y="-20" width="4" height="40" rx="2" fill="%2344D62C" opacity="0.9"><animate attributeName="height" values="40;20;50;30;40" dur="1.2s" begin="0.2s" repeatCount="indefinite"/><animate attributeName="y" values="-20;-10;-25;-15;-20" dur="1.2s" begin="0.2s" repeatCount="indefinite"/></rect><rect x="5" y="-12" width="4" height="24" rx="2" fill="%2344D62C" opacity="0.8"><animate attributeName="height" values="24;45;15;35;24" dur="1.2s" begin="0.3s" repeatCount="indefinite"/><animate attributeName="y" values="-12;-22.5;-7.5;-17.5;-12" dur="1.2s" begin="0.3s" repeatCount="indefinite"/></rect><rect x="15" y="-8" width="4" height="16" rx="2" fill="%2344D62C" opacity="0.6"><animate attributeName="height" values="16;30;10;25;16" dur="1.2s" begin="0.4s" repeatCount="indefinite"/><animate attributeName="y" values="-8;-15;-5;-12.5;-8" dur="1.2s" begin="0.4s" repeatCount="indefinite"/></rect></g></svg>');
}

/* ================================
   ANIMATION 3: AUTOMATED REACTIVATION (Circular Refresh)
   ================================ */
.animated-icon[data-animation="reactivation"]::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><linearGradient id="orbit-grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%2344D62C;stop-opacity:1"/><stop offset="100%" style="stop-color:%230aff85;stop-opacity:0.5"/></linearGradient><filter id="core-glow"><feGaussianBlur stdDeviation="4" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g transform="translate(100,100)"><g><animateTransform attributeName="transform" type="rotate" from="0" to="360" dur="10s" repeatCount="indefinite"/><path d="M-60,0 A60,60 0 0,1 60,0" fill="none" stroke="url(%23orbit-grad)" stroke-width="2" opacity="0.3"/><path d="M-60,0 A60,60 0 0,0 60,0" fill="none" stroke="url(%23orbit-grad)" stroke-width="2" stroke-dasharray="10,20" opacity="0.3"/></g><g><animateTransform attributeName="transform" type="rotate" from="360" to="0" dur="6s" repeatCount="indefinite"/><path d="M-45,-45 L45,45 M-45,45 L45,-45" stroke="%2344D62C" stroke-width="1" opacity="0.4"/><circle cx="0" cy="0" r="40" fill="none" stroke="%2344D62C" stroke-width="3" stroke-dasharray="60, 20"/></g><circle cx="0" cy="0" r="15" fill="%2344D62C" filter="url(%23core-glow)"><animate attributeName="opacity" values="0.8;1;0.8" dur="2s" repeatCount="indefinite"/></circle><path d="M-10,15 Q0,25 10,15" fill="none" stroke="%23fff" stroke-width="2" opacity="0.6"><animate attributeName="d" values="M-10,15 Q0,25 10,15;M-10,18 Q0,28 10,18;M-10,15 Q0,25 10,15" dur="2s" repeatCount="indefinite"/></path></g></svg>');
}

/* ================================
   ANIMATION 4: SMART SCHEDULING (Calendar Grid)
   ================================ */
.animated-icon[data-animation="scheduling"]::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><filter id="hud-glow"><feGaussianBlur stdDeviation="2" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23hud-glow)"><path d="M100,20 L180,60 L100,100 L20,60 Z" fill="rgba(68,214,44,0.1)" stroke="%2344D62C" stroke-width="2"/><path d="M100,100 L100,180" stroke="%2344D62C" stroke-width="2"/><path d="M20,60 L20,140 L100,180" stroke="%2344D62C" stroke-width="1"/><path d="M180,60 L180,140 L100,180" stroke="%2344D62C" stroke-width="1"/><path d="M60,40 L60,120 M140,40 L140,120" stroke="%2344D62C" stroke-width="0.5" stroke-dasharray="5,5"/><path d="M60,80 L140,80" stroke="%2344D62C" stroke-width="0.5" stroke-dasharray="5,5"/></g><polygon points="100,20 180,60 100,100 20,60" fill="rgba(68,214,44,0.3)" opacity="0"><animate attributeName="opacity" values="0;0.5;0" dur="2s" repeatCount="indefinite"/></polygon><line x1="20" y1="60" x2="180" y2="140" stroke="%23fff" stroke-width="2" opacity="0.8"><animate attributeName="y1" values="60;140" dur="2s" repeatCount="indefinite"/><animate attributeName="y2" values="60;140" dur="2s" repeatCount="indefinite"/><animate attributeName="x1" values="20;20" dur="2s" repeatCount="indefinite"/><animate attributeName="x2" values="180;180" dur="2s" repeatCount="indefinite"/><animate attributeName="opacity" values="0.8;0;0.8" dur="2s" repeatCount="indefinite"/></line><circle cx="60" cy="80" r="4" fill="%23fff"><animate attributeName="opacity" values="0;1;0" dur="2s" begin="0.5s" repeatCount="indefinite"/><animate attributeName="r" values="4;8;4" dur="0.5s" begin="0.5s" repeatCount="indefinite"/></circle><circle cx="140" cy="80" r="4" fill="%23fff"><animate attributeName="opacity" values="0;1;0" dur="2s" begin="1.2s" repeatCount="indefinite"/><animate attributeName="r" values="4;8;4" dur="0.5s" begin="1.2s" repeatCount="indefinite"/></circle><rect x="90" y="50" width="20" height="10" fill="%2344D62C" opacity="0.8"><animate attributeName="y" values="50;130" dur="2s" repeatCount="indefinite"/><animate attributeName="opacity" values="0.8;0;0.8" dur="2s" repeatCount="indefinite"/></rect></svg>');
}

/* ================================
   ANIMATION 5: REVIEW MANAGEMENT (Star Rating with Sparkle)
   ================================ */
.animated-icon[data-animation="reviews"]::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><linearGradient id="shield-grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23FFD700;stop-opacity:1"/><stop offset="100%" style="stop-color:%2344D62C;stop-opacity:1"/></linearGradient><filter id="shield-glow"><feGaussianBlur stdDeviation="4" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23shield-glow)"><path d="M100,10 L170,40 L170,100 C170,150 100,190 100,190 C100,190 30,150 30,100 L30,40 L100,10 Z" fill="none" stroke="url(%23shield-grad)" stroke-width="3" opacity="0.5"/><path d="M100,20 L160,45 L160,95 C160,135 100,170 100,170 C100,170 40,135 40,95 L40,45 L100,20 Z" fill="none" stroke="%2344D62C" stroke-width="1" stroke-dasharray="10,5" opacity="0.3"><animate attributeName="stroke-dashoffset" values="0;100" dur="5s" repeatCount="indefinite"/></path></g><g transform="translate(100,100)"><path d="M0,-40 L12,-15 L40,-15 L18,5 L28,35 L0,15 L-28,35 L-18,5 L-40,-15 L-12,-15 Z" fill="url(%23shield-grad)" stroke="%23fff" stroke-width="1"><animateTransform attributeName="transform" type="scale" values="1;1.1;1" dur="1.5s" repeatCount="indefinite"/><animate attributeName="opacity" values="0.8;1;0.8" dur="1.5s" repeatCount="indefinite"/></path></g><g><circle cx="100" cy="100" r="60" fill="none" stroke="%2344D62C" stroke-width="1" opacity="0.2"><animateTransform attributeName="transform" type="rotate" from="0 100 100" to="360 100 100" dur="10s" repeatCount="indefinite"/></circle><circle cx="160" cy="100" r="5" fill="%23FFD700" opacity="0.8"><animateTransform attributeName="transform" type="rotate" from="0 100 100" to="360 100 100" dur="10s" repeatCount="indefinite"/></circle><circle cx="40" cy="100" r="5" fill="%23FFD700" opacity="0.8"><animateTransform attributeName="transform" type="rotate" from="0 100 100" to="360 100 100" dur="10s" repeatCount="indefinite"/></circle></g><text x="100" y="160" font-family="Arial" font-weight="bold" font-size="14" fill="%23FFD700" text-anchor="middle" letter-spacing="2">TRUST</text></svg>');
}

/* ================================
   ANIMATION 6: SPEED-TO-LEAD (Lightning Bolt with Speed Indicator)
   ================================ */
.animated-icon[data-animation="speed"]::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><defs><linearGradient id="bolt-grad" x1="0%" y1="0%" x2="0%" y2="100%"><stop offset="0%" style="stop-color:%23fff;stop-opacity:1"/><stop offset="100%" style="stop-color:%2344D62C;stop-opacity:1"/></linearGradient><filter id="intense-glow"><feGaussianBlur stdDeviation="4" result="coloredBlur"/><feMerge><feMergeNode in="coloredBlur"/><feMergeNode in="SourceGraphic"/></feMerge></filter></defs><g filter="url(%23intense-glow)"><path d="M110,20 L80,90 L120,90 L70,180 L90,100 L60,100 L110,20 Z" fill="url(%23bolt-grad)" stroke="%2344D62C" stroke-width="2"><animate attributeName="opacity" values="1;0.8;1;0.6;1" dur="0.2s" repeatCount="indefinite"/></path></g><circle cx="100" cy="100" r="85" fill="none" stroke="%2344D62C" stroke-width="2" opacity="0.5"><animate attributeName="stroke-dasharray" values="0,534;534,0" dur="1.5s" repeatCount="indefinite"/></circle><text x="140" y="150" font-family="%27Courier New%27, monospace" font-weight="bold" font-size="20" fill="%2344D62C">60s</text></svg>');
}

/* Responsive adjustments for animated icons */
@media (max-width: 991px) {
    .animated-icon {
        width: 150px;
        height: 150px;
    }
}

/* ================================
   TESTIMONIALS SECTION - DIGITAL IDENTITY SYSTEM
   ================================ */

/* Section Background - Visual Separation */
.boostflow-testimonial-section {
    background: linear-gradient(180deg, rgba(13, 17, 23, 0.95) 0%, rgba(8, 12, 18, 0.98) 100%);
    border-top: 1px solid rgba(68, 214, 44, 0.1);
    border-bottom: 1px solid rgba(68, 214, 44, 0.1);
    position: relative;
}

.boostflow-testimonial-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(68, 214, 44, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(68, 214, 44, 0.02) 0%, transparent 50%);
    pointer-events: none;
}

/* ================================
   DECORATIVE TECH CIRCLE ANIMATION
   ================================ */

/* Container for the tech circle */
.tech-circle-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    pointer-events: none;
    z-index: 0;
    opacity: 0.35;
}

/* Main rotating tech circle */
.tech-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, transparent 30%, rgba(68, 214, 44, 0.05) 50%, transparent 70%);
    animation: rotate-tech-circle 20s linear infinite;
}

/* Outer ring with segments */
.tech-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #44D62C;
    border-right-color: rgba(68, 214, 44, 0.3);
    box-shadow:
        0 0 30px rgba(68, 214, 44, 0.4),
        inset 0 0 30px rgba(68, 214, 44, 0.2);
    animation: rotate-tech-circle 15s linear infinite reverse;
}

/* Inner ring */
.tech-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 70%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px dashed rgba(68, 214, 44, 0.5);
    box-shadow: 0 0 20px rgba(68, 214, 44, 0.3);
    animation: rotate-tech-circle 10s linear infinite;
}

/* Rotation keyframes */
@keyframes rotate-tech-circle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Pulsing glow effect */
@keyframes pulse-glow {

    0%,
    100% {
        opacity: 0.6;
        filter: brightness(1);
    }

    50% {
        opacity: 0.8;
        filter: brightness(1.3);
    }
}

.tech-circle {
    animation: rotate-tech-circle 20s linear infinite, pulse-glow 3s ease-in-out infinite;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .tech-circle-container {
        width: 400px;
        height: 400px;
        opacity: 0.25;
    }
}

@media (max-width: 767px) {
    .tech-circle-container {
        display: none;
    }
}

/* ================================
   CAROUSEL NAVIGATION BUTTONS
   ================================ */
.testimonial-carousel-wrapper .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(17, 17, 17, 0.5);
    border: 1px solid rgba(68, 214, 44, 0.4);
    color: #44D62C;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
    font-size: 16px;
}

.testimonial-carousel-wrapper .nav-btn:hover {
    background: rgba(68, 214, 44, 1);
    color: #000;
    border-color: #44D62C;
    box-shadow: 0 0 20px rgba(68, 214, 44, 0.5);
}

.testimonial-carousel-wrapper .nav-btn.prev {
    left: -40px;
}

.testimonial-carousel-wrapper .nav-btn.next {
    right: -40px;
}

/* Container padding for buttons */
.testimonial-carousel-wrapper {
    position: relative;
    padding: 0 10px;
    margin: 0 50px;
}

@media (max-width: 1400px) {
    .testimonial-carousel-wrapper .nav-btn.prev {
        left: -35px;
    }

    .testimonial-carousel-wrapper .nav-btn.next {
        right: -35px;
    }

    .testimonial-carousel-wrapper {
        margin: 0 25px;
    }
}

/* Hide nav buttons on mobile */
@media (max-width: 991px) {
    .testimonial-carousel-wrapper .nav-btn {
        display: none !important;
    }

    .testimonial-carousel-wrapper {
        margin: 0;
        padding: 0 10px;
    }
}

/* Testimonial Card Scaling in Slider - Increased spacing */
.testimonial-active-boostflow .col-lg-4 {
    padding: 15px 20px;
}

/* Add spacing between slick slides */
.testimonial-active-boostflow .slick-slide {
    margin: 0 10px;
}

.testimonial-active-boostflow .slick-list {
    margin: 0 -10px;
}

/* Testimonial Card Styling */
/* Testimonial Card Styling */
.single-testimonial-card {
    background: #080808;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 40px;
    text-align: left;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.single-testimonial-card:hover {
    border-color: rgba(68, 214, 44, 0.3);
    background: #0a0a0a;
}

.testi-stars {
    color: #44D62C;
    font-size: 16px;
    display: flex;
    gap: 5px;
}

.single-testimonial-card p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 300;
    flex-grow: 1;
}

.ta-info {
    margin-top: auto;
}

.testi-line {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
}

.ta-info h6 {
    color: #44D62C;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.ta-info span {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

/* Progress Bar Styling - Moving Handle Style */
.testimonial-progress-bar {
    width: 60%;
    height: 2px;
    background: rgba(255, 255, 255, 0.05);
    margin: 60px auto 0;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.progress-fill {
    position: absolute;
    height: 100%;
    background: #44D62C;
    width: 30%;
    /* Will be overridden by JS for exact proportion */
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 15px rgba(68, 214, 44, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

/* Services Stage Tags */
.stage-tag {
    display: inline-block;
    background: rgba(68, 214, 44, 0.1);
    color: #44D62C;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    border: 1px solid rgba(68, 214, 44, 0.3);
}

.services-box:hover .stage-tag {
    background: #44D62C;
    color: #000;
}

/* ================================
   RESPONSIVE DESIGN
   ================================ */
@media (max-width: 767px) {
    .single-testimonial-card {
        padding: 25px 20px;
    }

    .single-testimonial-card .testi-author::before {
        width: 80px;
        height: 80px;
        font-size: 26px;
        letter-spacing: 3px;
    }

    .single-testimonial-card .testi-author::after {
        width: 80px;
        height: 80px;
    }
}

/* Accessibility - Reduced Motion */
@media (prefers-reduced-motion: reduce) {

    .single-testimonial-card .testi-author::before,
    .single-testimonial-card .testi-author::after {
        animation: none !important;
    }
}

/* ================================
   PARTNER LOGO STRIP (TRUSTED BY)
   ================================ */
.trusted-by-section {
    margin-bottom: 80px;
}

.partner-logo-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 60px;
    padding: 20px 0;
    width: 100%;
}

.partner-logo {
    height: 70px;
    /* Increased from 35px */
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    /* Slightly more visible */
    filter: grayscale(100%) brightness(200%);
    /* Make them light/white */
    transition: all 0.3s ease;
}

.partner-logo:hover {
    opacity: 1;
    filter: none;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .partner-logo-strip {
        gap: 30px;
    }

    .partner-logo {
        height: 45px;
        /* Increased from 30px */
    }
}

/* ================================
   TECH UI GRID (WORK SHOWCASE)
   ================================ */
.tech-ui-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    /* Custom col widths: Wide CRM, Med Stats, Med Chat? No, sticking to equal for simplicity/robustness first, then tweaking. */
    /* Let's use 3 equal columns for the Layout: CRM(2), Chat(1, tall). Flow(1), Stats(1) in Row 2. */
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 250px 250px;
    gap: 20px;
    width: 100%;
}

.tech-card {
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

/* Specific Grid Assignments */
.crm-card {
    grid-column: 1 / span 2;
    grid-row: 1;
}

.chat-card {
    grid-column: 3;
    grid-row: 1 / span 2;
    /* Tall Right */
}

.flow-card {
    grid-column: 1;
    grid-row: 2;
}

.stat-card-wrapper {
    grid-column: 2;
    grid-row: 2;
    background: transparent;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stat-box {
    background: #050505;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

/* Card Content Styles */
.card-header {
    background: rgba(255, 255, 255, 0.03);
    padding: 10px 15px;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 8px;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #555;
}

.dot.active {
    background: #44D62C;
    box-shadow: 0 0 5px #44D62C;
}

/* CRM Table */
.crm-table {
    padding: 15px;
    font-size: 13px;
    color: #ccc;
    width: 100%;
}

.crm-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.crm-row.header {
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
}

.tag {
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    background: #333;
    color: #aaa;
}

.tag.good {
    background: rgba(68, 214, 44, 0.2);
    color: #44D62C;
}

.tag.warn {
    background: rgba(255, 179, 0, 0.2);
    color: #ffb300;
}

.tag.bad {
    background: rgba(255, 255, 255, 0.1);
    color: #888;
}

/* Chat */
.chat-body {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
    justify-content: flex-end;
}

.msg {
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    max-width: 85%;
    line-height: 1.4;
}

.msg.ai {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    align-self: flex-start;
    border-bottom-left-radius: 2px;
}

.msg.user {
    background: #44D62C;
    color: #000;
    align-self: flex-end;
    border-bottom-right-radius: 2px;
    font-weight: 500;
}

.typing-indicator span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #888;
    border-radius: 50%;
    animation: typing 1s infinite;
    margin: 0 1px;
}

.typing-indicator span:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {

    0%,
    100% {
        opacity: 0.5;
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        transform: translateY(-3px);
    }
}

/* Flow */
.flow-card {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    padding: 0 20px;
}

.flow-step {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #666;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.flow-step.pulse {
    box-shadow: 0 0 0 rgba(68, 214, 44, 0.4);
    animation: pulse-green 2s infinite;
    color: #44D62C;
    border-color: #44D62C;
}

.flow-lines {
    flex: 1;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.flow-lines .line {
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #44D62C, transparent);
    animation: flow-anim 2s infinite;
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(68, 214, 44, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(68, 214, 44, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(68, 214, 44, 0);
    }
}

@keyframes flow-anim {
    0% {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}

/* Stats */
.stat-val {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 5px;
    background: linear-gradient(to right, #fff, #aaa);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background: radial-gradient(circle, rgba(68, 214, 44, 0.1) 0%, transparent 70%);
}

.stat-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 900px) {
    .tech-ui-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .crm-card,
    .chat-card,
    .flow-card,
    .stat-card-wrapper {
        grid-column: 1;
        grid-row: auto;
    }

    .stat-card-wrapper {
        flex-direction: row;
    }
}

/* ================================
   QUANTUM CORE REFINED (STRICT GREEN/BLACK)
   ================================ */

/* 1. RESET LEGACY STYLES (Crucial to remove Orange/Blue gradients) */
.wpa-box {
    background: none !important;
    padding: 0 !important;
    border: none !important;
}

.wpa-box .box {
    background: none !important;
}

.wpa-box ul li {
    border-right: none !important;
    padding: 0 !important;
}

/* 2. NEW GRID LAYOUT */
.wpa-box .box ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 0 !important;
    margin: 0;
}

/* 3. CARD DESIGN (Deep Black & Green) */
.quantum-card {
    position: relative;
    background: #020202;
    /* Pure Black Backdrop */
    border: 1px solid #1f1f1f;
    /* Neutral Dark Border */
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    min-height: 480px;
    /* Taller for better spacing */
    display: flex;
    flex-direction: column;
}

/* Hover: Neon Green Border + Lift */
.quantum-card:hover {
    border-color: #44D62C;
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(68, 214, 44, 0.1);
}

/* 4. ICON SECTION (Upper Third) */
.q-icon-box {
    height: 140px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, rgba(68, 214, 44, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
    border-bottom: 1px solid #1a1a1a;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    /* Reset old styles */
    border-radius: 0;
    box-shadow: none;
}

.q-icon-box i {
    font-size: 48px;
    /* Larger Icon */
    color: #44D62C;
    /* Pure Green */
    filter: drop-shadow(0 0 12px rgba(68, 214, 44, 0.5));
    transition: all 0.4s ease;
    background: none;
    -webkit-text-fill-color: #44D62C;
}

.quantum-card:hover .q-icon-box i {
    transform: scale(1.15);
    filter: drop-shadow(0 0 20px rgba(68, 214, 44, 0.8));
}

/* 5. WATERMARK NUMBER (Background) */
.q-step {
    position: absolute;
    top: 20px;
    right: 20px;
    font-family: 'Outfit', sans-serif;
    font-size: 60px;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.03);
    /* Subtle */
    z-index: 0;
}

/* 6. CONTENT SECTION (Lower Two-Thirds) */
.q-content {
    padding: 40px 30px;
    background: transparent;
    /* Clean */
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    backdrop-filter: none;
}

.q-content h3 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    background: none;
    -webkit-text-fill-color: #fff;
}

.q-content p {
    color: #888;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
}

/* 7. HIDE OLD ARTIFACTS */
.q-border {
    display: none !important;
    /* Remove the spinning border */
}

/* 8. RESPONSIVE */
@media (max-width: 1200px) {
    .wpa-box .box ul {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .wpa-box .box ul {
        grid-template-columns: 1fr;
    }

    .quantum-card {
        min-height: auto;
        margin-bottom: 20px;
    }
}

/* ================================
   ULTIMATE FAQ REDESIGN (COMPACT & NEON)
   ================================ */
/* Title Adjustment */
.section-title h2 {
    font-size: 48px !important;
    margin-bottom: 20px;
}

/* BASE CARD - Tighter & Cleaner */
.faq-wrap .card {
    background: #080808 !important;
    /* Slightly lighter than pure black */
    border: 1px solid #222 !important;
    border-radius: 16px !important;
    margin-bottom: 15px !important;
    /* Tighter vertical spacing */
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ACTIVE CARD GLOW */
.faq-wrap .card:has(.show),
/* Modern browsers */
.faq-wrap .card.active-card {
    /* Fallback if JS adds class, but :has covers bootstrap 'show' */
    border-color: #44D62C !important;
    background: linear-gradient(90deg, rgba(68, 214, 44, 0.05) 0%, rgba(0, 0, 0, 0) 100%) !important;
    box-shadow: 0 0 30px rgba(68, 214, 44, 0.1);
}

/* HOVER STATE */
.faq-wrap .card:hover {
    border-color: rgba(68, 214, 44, 0.4) !important;
    transform: translateX(5px);
    /* Subtle nudge */
}

/* HEADER & BUTTON */
.faq-wrap .card-header {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.faq-wrap .faq-btn {
    width: 100%;
    text-align: left;
    padding: 20px 70px 20px 20px !important;
    /* Optimized Padding */
    background: transparent !important;
    color: #fff !important;
    font-size: 20px !important;
    /* Larger Question Text */
    font-weight: 700 !important;
    border: none !important;
    display: flex;
    align-items: center;
    position: relative;
    transition: color 0.3s ease;
}

.faq-wrap .faq-btn[aria-expanded="true"] {
    color: #44D62C !important;
}

/* NUMBER BADGE */
.faq-wrap .number {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #888 !important;
    border-radius: 8px !important;
    margin-right: 20px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: 'Outfit', sans-serif !important;
    transition: all 0.3s ease;
}

/* Active Number */
.faq-wrap .faq-btn[aria-expanded="true"] .number {
    background: #44D62C !important;
    color: #000 !important;
}

/* TOGGLE ICON - CHEVRON STYLE */
.faq-btn::after {
    content: '\f078' !important;
    /* FontAwesome Chevron Down */
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free' !important;
    font-weight: 900;
    color: #666 !important;
    background: transparent !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    font-size: 18px !important;
    transition: transform 0.3s ease, color 0.3s ease;
    box-shadow: none !important;
}

/* Active Toggle Icon */
.faq-btn[aria-expanded="true"]::after {
    content: '\f078' !important;
    transform: translateY(-50%) rotate(180deg) !important;
    /* Flip Up */
    color: #44D62C !important;
}

/* ANSWER CONTENT */
.faq-wrap .card-body {
    border-top: none !important;
}

/* ================================
   QUANTUM INSIGHT CARDS (Mastering AI)
   ================================ */
.quantum-insight-card {
    background: #080808;
    border: 1px solid #222;
    border-radius: 16px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    /* Establish stacking context */
}

/* BACKGROUND IMAGE LAYER */
.quantum-insight-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.15;
    /* Subtle by default */
    transition: all 0.6s ease;
    z-index: -1;
    /* Behind content */
    filter: grayscale(80%) contrast(1.2);
    mix-blend-mode: luminosity;
}

/* Specific Backgrounds */
.qi-bg-vision::before {
    background-image: url(../img/blog/insight-vision.png);
}

.qi-bg-audit::before {
    background-image: url(../img/blog/insight-audit.png);
}

.qi-bg-security::before {
    background-image: url(../img/blog/insight-security.png);
}

/* HOVER EFFECTS */
.quantum-insight-card:hover {
    border-color: #44D62C;
    box-shadow: 0 10px 40px rgba(68, 214, 44, 0.15);
    transform: translateY(-5px);
}

.quantum-insight-card:hover::before {
    opacity: 0.5;
    /* Brighten on hover */
    filter: grayscale(0%) contrast(1.1);
    /* Full color */
    transform: scale(1.1);
    /* Slow zoom */
}

/* TAG */
.qi-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #44D62C;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    border: 1px solid rgba(68, 214, 44, 0.3);
    padding: 5px 12px;
    border-radius: 4px;
    background: rgba(68, 214, 44, 0.05);
}

/* ================================
   QUANTUM CTA SECTION
   ================================ */
.quantum-cta-box {
    background: #080808;
    background-image: radial-gradient(circle at center, rgba(68, 214, 44, 0.08) 0%, transparent 70%);
    border: 1px solid #222;
    border-radius: 30px;
    padding: 80px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transition: all 0.4s ease;
}

.quantum-cta-box:hover {
    border-color: rgba(68, 214, 44, 0.5);
    box-shadow: 0 20px 60px rgba(68, 214, 44, 0.1);
}

.quantum-cta-box .section-title h5 {
    color: #44D62C;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: inline-block;
}

/* TITLE */
.quantum-insight-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.quantum-insight-card:hover h3 {
    color: #44D62C;
}

.quantum-insight-card h3 a {
    color: inherit;
    text-decoration: none;
}

/* SNIPPET */
.quantum-insight-card p {
    color: #999;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    flex-grow: 1;
    /* Pushes link to bottom */
}

/* LINK */
.qi-link {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.qi-link i {
    transition: transform 0.3s ease;
}

.qi-link:hover {
    color: #44D62C;
}

.qi-link:hover i {
    transform: translateX(5px);
}

/* ================================
   FOOTER NEWSLETTER BUTTON - PREMIUM REDESIGN
   ================================ */
.footer-widget .subricbe .header-btn {
    position: absolute !important;
    right: 8px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 52px !important;
    height: 52px !important;
    background: linear-gradient(135deg, #44D62C 0%, #3BC024 100%) !important;
    color: #000 !important;
    border: 2px solid rgba(68, 214, 44, 0.3) !important;
    border-radius: 50% !important;
    /* Perfect circle */
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer;
    z-index: 5;
    box-shadow:
        0 0 20px rgba(68, 214, 44, 0.4),
        0 4px 12px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(10px);
}

.footer-widget .subricbe .header-btn i {
    color: #fff !important;
    /* White paper airplane icon */
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1 !important;
    font-weight: 900 !important;
    transform: translate(0px, 0px) !important;
    /* Perfect centering */
    transition: all 0.3s ease;
}

.footer-widget .subricbe .header-btn:hover {
    background: linear-gradient(135deg, #50F033 0%, #44D62C 100%) !important;
    border-color: #44D62C !important;
    box-shadow:
        0 0 30px rgba(68, 214, 44, 0.6),
        0 0 50px rgba(68, 214, 44, 0.3),
        0 6px 20px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transform: translateY(-50%) scale(1.1) !important;
}

.footer-widget .subricbe .header-btn:hover i {
    color: #fff !important;
    /* Keep white on hover */
    transform: translate(2px, -2px) !important;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

.footer-widget .subricbe .header-btn:active {
    transform: translateY(-50%) scale(0.95) !important;
    box-shadow:
        0 0 15px rgba(68, 214, 44, 0.5),
        0 2px 8px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.footer-widget .subricbe {
    position: relative;
    display: block;
}

.footer-widget .subricbe form {
    position: relative;
    display: block;
}

.footer-widget .subricbe input {
    width: 100%;
    padding: 0 70px 0 20px;
    /* Space for button */
    height: 65px;
    background: rgba(255, 255, 255, 0.03) !important;
    border: 2px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 50px !important;
    /* Rounded pill shape */
    color: #fff !important;
    font-size: 15px;
    transition: all 0.3s ease;
    outline: none;
}

.footer-widget .subricbe input:focus {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(68, 214, 44, 0.4) !important;
    box-shadow:
        0 0 0 4px rgba(68, 214, 44, 0.1),
        inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.footer-widget .subricbe input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 15px;
}

/* ================================
   MOBILE RESPONSIVE FIXES (FINAL)
   ================================ */

/* Default Desktop Styles for new classes */
.header-logo-img {
    max-height: 80px;
    width: auto;
}

.hero-subtitle {
    color: #44D62C;
    display: inline-block;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 55px;
    line-height: 1.1;
    color: #fff;
}

.hero-desc {
    font-size: 18px;
    margin-bottom: 40px;
    color: #ccc;
}

.hero-btn {
    background: #44D62C !important;
    color: #000 !important;
}

/* Header Container Desktop */
.custom-header-container {
    padding-left: 0;
    margin-left: 0;
}

/* MOBILE OVERRIDES ~991px */
@media (max-width: 991px) {

    /* Safe Reset for Header Container to Center it */
    .custom-header-container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 100%;
        max-width: 100%;
    }

    /* Fixed Header BG and Spacing */
    .header-area {
        background: #050505;
        /* Solid bg to block content */
        margin-top: 0 !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /* Logo Size Control */
    .header-logo-img {
        max-height: 40px !important;
        /* Smaller logo */
    }

    /* Push Hero Section Down */
    .slider-area {
        padding-top: 130px !important;
        /* Clear the header */
    }

    /* Hero Typography Sizing */
    .hero-title {
        font-size: 30px !important;
        line-height: 1.2;
        margin-top: 10px;
    }

    .hero-desc {
        font-size: 15px !important;
        margin-bottom: 25px;
    }

    /* Ensure Subtitle Spacing */
    .hero-subtitle {
        font-size: 14px;
        margin-top: 10px;
    }

    /* Hide Dashboard on Mobile if complex */
    .hero-dashboard-container {
        display: none;
    }
}

/* FORCE REMOVE BORDERS */
.slider-content h5 {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    margin-bottom: 20px !important;
}

/* Explicit fix for the hero subtitle border seen in screenshot */
.hero-subtitle {
    border: none !important;
    padding: 0 !important;
    background: transparent !important;
    color: #44D62C !important;
}

/* Define new container class to ensure layout stability */
.slider-content {
    position: relative;
    z-index: 2;
}

@media (max-width: 991px) {
    .slider-content {
        padding-top: 0 !important;
    }
}

/* ================================
   NEWSLETTER SUBSCRIPTION FORM REDESIGN
   ================================ */

.footer-widget .subricbe .contact-form {
    max-width: 100% !important;
}

.footer-widget .subricbe .contact-form .header-input {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 50px !important;
    height: 60px !important;
    padding-left: 25px !important;
    padding-right: 75px !important;
    /* Space for circular button */
    color: #fff !important;
    font-size: 15px !important;
    width: 100% !important;
}

.footer-widget .subricbe .contact-form .header-input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

.footer-widget .subricbe .contact-form .header-input:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(68, 214, 44, 0.5) !important;
}

/* Green Circular Send Button */
.footer-widget .subricbe .contact-form .header-btn {
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    background: #44D62C !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 6px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(68, 214, 44, 0.3) !important;
    transition: all 0.3s ease !important;
    border: none !important;
    flex: 0 0 48px !important;
    margin: 0 !important;
}

.footer-widget .subricbe .contact-form .header-btn:hover {
    transform: translateY(-50%) scale(1.1) !important;
    background: #3ebf28 !important;
    box-shadow: 0 6px 20px rgba(68, 214, 44, 0.6) !important;
}

/* Icon Styling */
.footer-widget .subricbe .contact-form .header-btn i {
    background: transparent !important;
    color: #ffffff !important;
    font-size: 18px !important;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: none !important;
    /* Removed offset */
    padding-right: 2px;
    /* Slight optical adjustment for the paper plane shape */
}

/* ================================
   FOOTER SOCIAL ICONS BRAND FIX
   ================================ */
.footer-social a {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid #44D62C !important;
    color: #fff !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    position: relative !important;
}

.footer-social a i {
    color: #fff !important;
    /* Logo color now WHITE */
    font-size: 18px !important;
    position: relative !important;
    z-index: 2 !important;
    background: none !important;
    -webkit-text-fill-color: initial !important;
}

/* Hover State - Solid Green with Black Icon */
.footer-social a:hover {
    background: #44D62C !important;
    border-color: #44D62C !important;
    box-shadow: 0 0 20px rgba(68, 214, 44, 0.6) !important;
    transform: translateY(-5px) !important;
}

.footer-social a:hover i {
    color: #000 !important;
    /* Icon turns black on green background for contrast */
}

/* Kill ALL brand gradients/backgrounds but keep the icon display */
.footer-social a[href*="instagram"],
.footer-social a[href*="linkedin"],
.footer-social a[href*="instagram"] i,
.footer-social a[href*="linkedin"] i,
.footer-social a[href*="instagram"]::before,
.footer-social a[href*="linkedin"]::before {
    background-image: none !important;
    background: none !important;
}

/* Ensure FontAwesome glyphs are visible */
.footer-social a i::before {
    display: inline-block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* ================================
   REVIEW BADGE STARS ALIGNMENT FIX
   ================================ */
.review-badge .stars {
    display: flex !important;
    flex-shrink: 0 !important;
    flex-direction: row !important;
    gap: 4px !important;
    margin-right: 12px !important;
    white-space: nowrap !important;
    width: auto !important;
}

.review-badge .stars i {
    display: inline-block !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
    color: #FFD700 !important;
}

.review-badge {
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}