:root{--primary:#7b5dfb;--primary-dark:#5d3afb;--secondary:#f5f7ff}body{font-family:Inter,sans-serif;color:#333}.Ai-hero-section{background:linear-gradient(90deg,rgba(147,51,234,.1),rgba(37,99,235,.1));inset:0;padding:5rem 0}.feature-box{width:200px;transition:transform .3s ease,box-shadow .3s ease}.feature-box:hover{transform:translateY(-8px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.hero-section-img{width:430px;height:430px;border-radius:50%;background:#6b4ef4;animation:pulse 4s infinite}@media (max-width:430px){.hero-section-img{width:320px;height:320px;margin-left:auto;margin-right:auto;border-radius:50%;background:#6b4ef4;animation:pulse 4s infinite}}.icon-wrapper{background:rgba(0,123,255,.05);display:inline-flex;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%}.icon-wrapper i{font-size:2rem}h1.h2.h3.h4.h5.h6{font-family:Poppins,sans-serif;font-weight:700}.hero-section{padding-top:6rem;padding-bottom:6rem;background-position:50%}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(123,93,251,.7)}70%{transform:scale(1);box-shadow:0 0 0 15px rgba(123,93,251,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(123,93,251,0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}.industry-content{animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.industry-btn{background-color:transparent;border:2px solid #007bff;color:#007bff;font-weight:600;padding:.6rem 1.2rem;border-radius:50px;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.industry-btn:hover{background-color:#007bff;color:#fff;transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,123,255,.4)}.circuit-shape{border-radius:15px;position:relative;overflow:hidden}.circuit-shape:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 50%,#00ffcc40 0),linear-gradient(transparent 50%,#00ffcc40 0);background-size:30px 30px;mix-blend-mode:overlay}.shadow-hover{box-shadow:0 10px 20px rgba(0,0,0,.05);transition:all .4s ease}.shadow-hover:hover{box-shadow:0 15px 30px rgba(13,110,253,.15);transform:translateY(-5px)}.shadow-hover:hover .position-absolute[style*=bottom]{transform:scaleX(1)}.icon-circle{display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.counter-box{position:relative;padding:20px;background:rgba(255,255,255,.7);border-radius:12px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .4s ease}.counter-box:hover{transform:translateY(-5px)}@keyframes countUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.counter-box .display-4{animation:countUp .8s ease forwards;opacity:0}@media (max-width:768px){.card-body{padding:1rem}.icon-circle{width:70px!important;height:70px!important}.display-4{font-size:2.5rem}}@media (max-width:576px){.col-md-6{max-width:100%;flex:0 0 100%}.counter-box{padding:15px}}.ai-overlay{background:rgba(0,0,0,.6);z-index:1}.ai-bg{position:relative;z-index:0}.ai-gradient,.ai-grid,.ai-overlay{z-index:1}.ai-bg .container{position:relative;z-index:2}.ai-gradient{background:radial-gradient(circle at 20% 30%,rgba(0,255,255,.15),transparent 40%),radial-gradient(circle at 80% 70%,rgba(255,0,150,.15),transparent 40%);animation:pulseLights 6s infinite alternate;z-index:2}@keyframes pulseLights{0%{opacity:.4;transform:scale(1)}to{opacity:.7;transform:scale(1.05)}}.ai-grid{background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 0);background-size:40px 40px;z-index:3}@media (max-width:767.98px){.card-mobile{margin-top:2rem!important}}.counter-box{transition:background-color .3s ease-in-out}[data-bs-theme=dark] .counter-box{background-color:var(--bs-dark-bg-subtle);color:var(--bs-body-color)}