@charset "utf-8";
:root {
            --primary: #0A6CFF;
            --secondary: #FF6B00;
            --dark: #0C1427;
            --light: #F8FAFC;
            --gray: #64748B;
            --transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
        }
        body,html{font-family: 'Manrope', sans-serif;
            color: var(--dark);
            background-color: var(--light);
            overflow-x: hidden;
            line-height: 1.7;}
.section{width:100%;height:auto;float:left;padding: 4rem 0;}
.shiro{display:none}
a.btns:hover{text-decoration: none;}
.article-pro .features ol li{font-size: 22px;font-weight: 300;padding: 10px;}
.bg-f7{background-color: #f7f7f7;}
.ban .img-fluid{object-fit:cover;object-position:center bottom;width:100%;height:40vh}
.ban .bandesc{width:100%;height:auto;position:absolute;bottom:30%;color:#eee}
.ban .banbox h1,.ban .banbox h2{text-align:center;margin-bottom:0;color:var(--gold-color);margin-bottom:10px;text-transform:uppercase;word-wrap:break-word;word-break:break-all}
.ban .banbox .innerxhx{width:115px;height:1px;color:#fff;background-color:#fff;margin:0 auto}
.ban .banbox .breadcrumb .breadcrumb-item a{color:#eee}
.ban .banbox .breadcrumb .breadcrumb-item a:hover{color:#fff;text-decoration:underline}
#carouselpro .carousel-indicators{position: static;flex-wrap: wrap;justify-content: center;}
#carouselpro .carousel-indicators li{width: 80px;height: 80px;text-indent: 0;box-sizing: border-box;position: relative;}
#carouselpro .carousel-indicators li img{width: 80px;height: 80px;}
#carouselpro .carousel-indicators li.cvideo:before{font-family: var(--fa-style-family,"Font Awesome 6 Free");content: "\f144";font-weight: 400;font-size: 36px; position: absolute;top: 50%;left: 50%;z-index: 1;margin-top: -18px;margin-left: -18px;color: #fff;text-shadow: #333 2px 2px;}
#carouselpro .carousel-indicators li.active img{border-color: var(--tblr-dark);}
.covervideo{position: relative;display: inline-block;}
.covervideo:hover:before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .3);}
.covervideo:after{font-family: var(--fa-style-family,"Font Awesome 6 Free");content: "\f144";font-weight: 400;font-size: 60px;position: absolute;top: 50%;left: 50%;z-index: 1;margin-top: -45px;margin-left: -30px;color: #fff;text-shadow: #333 2px 2px;}
.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:1rem;text-align:center}
.empty-header{margin:0 0 1rem;font-size:4rem;font-weight:var(--tblr-font-weight-light);line-height:1;color:var(--tblr-muted)}
.empty-title{font-size:1.25rem;line-height:1.75rem;font-weight:var(--tblr-font-weight-bold)}
.table-striped>tbody>tr:nth-of-type(even)>*{--tblr-table-accent-bg: #000000;}
.header {
    background-color: transparent;
    padding: 0;
    transition: all .2s cubic-bezier(.215,.61,.355,1) 0s;
    color: #fff;
}
.header.bgcolor{
    background-color: #000000;
    color: rgba(0, 0, 0, .85);
    box-shadow: 0 .125rem .25rem rgba(var(--tblr-body-color-rgb), .075) !important;
}
.header .navbar-brand img{width: auto;height: 55px;}
.header{background-color: rgb(0, 0, 0);padding:0px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.header .navbar-nav .nav-link{color: #ffffff;font-size: 1rem;
            font-weight: 500;
            position: relative;
            padding-bottom: 4px;
            margin: 0 0.8rem;}
.header .navbar-nav .nav-link:hover{color: var(--accent);}
.header .navbar-nav .nav-link::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 1px;
            background-color: var(--accent);
            transition: width 0.3s ease;
        }
.header .navbar-nav .nav-link:hover::after {
            width: 100%;
        }
.header .navbar-nav .nav-item{padding-left: 1.5em;}
.header .navbar-nav .hvr-underline-from-left{overflow:initial;}
.header .navbar-nav .dropdown-menu{min-width: auto;width: auto;transition: all 0.3s ease-out;display: block;top:50px;max-height: 0px;height:0px;visibility: hidden;overflow: hidden;padding: 0;border: 0;background: white;}
.header .navbar-nav .nav-item:hover .dropdown-menu,.header .navbar-nav .nav-item a:hover+.dropdown-menu{display: block;visibility: visible;max-height: 100vh;height: auto;}
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item{min-width: 8rem;font-size: .9rem;border-bottom: 1px solid #d5d5d5;}
.header .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus, .header .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover{background-color: var(--tblr-indigo);color: #fff;}
.footer{ background-color: var(--dark);
            padding: 5rem 0 2rem;border-top: none;}
.footer ul li{list-style: none;}
.footer .footer-logo{height: 40px;background: white;padding: 5px;border-radius: 3px;}
.form-control{background: var(--light);}
.form-control:focus{background-color: var(--tblr-success-fg);}
.navbar .navbar-toggler{color: var(--light);}
.nav-mobile{display: none !important;}
.nav-lg{display: block !important;}
.flink {
    display: flex; 
    flex-wrap: wrap; 
    align-items: center;
}

.flink a {
        display: inline-block;
    padding: 5px 5px;
    text-decoration: none;
    color: rgba(255,255,255,.3);
    font-weight: 400;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.flink a:hover {
    color: #fff;  
    transform: scale(1.05); 
}

.flink a:active {
    transform: scale(0.95); 
}
.hover-image{overflow: hidden;width: 100%;}
.hover-image img{transition: all .5s;}
.hover-image:hover img{transform: scale(1.02);}
 .section-title {
            margin-bottom: 70px;
            position: relative;
        }
        
        .section-title h2 {
            font-size: 3.5rem;
            position: relative;
            margin-bottom: 25px;
            display: inline-block;
            line-height: 1;
        }
        
        .section-title h2:after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 0;
            width: 80px;
            height: 4px;
            background: var(--primary);
            border-radius: 2px;
        }
        
        .section-title.center h2:after {
            left: 50%;
            transform: translateX(-50%);
        }
        
        .section-title p {
            font-size: 1.3rem;
            color: var(--gray);
        }
        .btns {
            border-radius: 50px;
            padding: 15px 35px;
            font-weight: 600;
            transition: var(--transition);
            border: none;
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .btns:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            z-index: -1;
            transition: var(--transition);
        }
        
        .btns:hover:before {
            width: 100%;
        }
        
        .btns-primary {
            background-color: var(--primary);
            color: white;
        }
        
        .btns-primary:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(10, 108, 255, 0.35);
        }
        
        .btns-outline {
            background: transparent;
            border: 2px solid var(--primary);
            color: var(--primary);
        }
        
        .btns-outline:hover {
            background: var(--primary);
            color: white;
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(10, 108, 255, 0.2);
        }
       .index .hero-banner {
            height: 100vh;
            min-height: 100vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, var(--dark) 0%, #0a1120 100%);
        }
        
       .index .hero-content {
            position: relative;
            z-index: 2;
            color: white;
            padding-top: 80px;
        }
        
       .index .hero-content h1 {
            font-size: 4.5rem;
            font-weight: 800;
            margin-bottom: 25px;
            line-height: 1.1;
        }
        
       .index .hero-highlight {
            color: var(--secondary);
            position: relative;
            display: inline-block;
        }
        
       .index .hero-highlight:after {

            content: '';
            position: absolute;
            bottom: 5px;
            left: 0;
            width: 100%;
            height: 15px;
            background: rgba(255, 107, 0, 0.25);
            z-index: -1;
        }
        
       .index .hero-content p {
            font-size: 1.4rem;
            max-width: 650px;
            margin-bottom: 50px;
            opacity: 0.85;
        }
        
       .index .hero-shapes {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }
        
       .index .shape {
            position: absolute;
            border-radius: 50%;
            background: linear-gradient(135deg, rgba(10, 108, 255, 0.15) 0%, rgba(255, 107, 0, 0.1) 100%);
        }
        
       .index .shape-1 {
            width: 500px;
            height: 500px;
            top: -250px;
            right: -250px;
        }
        
       .index .shape-2 {
            width: 300px;
            height: 300px;
            bottom: 100px;
            left: -150px;
        }
        
       .index .shape-3 {
            width: 200px;
            height: 200px;
            top: 200px;
            left: 40%;
        }
        
       .index .hero-grid {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
            background-size: 50px 50px;
            z-index: 1;
            opacity: 0.3;
        }
        
       .index .featured-product {
            padding: 150px 0;
            position: relative;
            overflow: hidden;
        }
    
        
       .index .tech-specs {
            display: flex;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }
        
       .index .tech-item {
            flex: 0 0 50%;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
        }
        
       .index .tech-item i {
            color: var(--primary);
            margin-right: 15px;
            font-size: 1.4rem;
            width: 40px;
            height: 40px;
            background: rgba(10, 108, 255, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        /* Products Section */
       .products {
            background: linear-gradient(to bottom, var(--light) 0%, #ffffff 100%);
        }
        
       .product-tabs {
            display: flex;
            justify-content: center;
            margin-bottom: 60px;
            flex-wrap: wrap;
            background: rgba(10, 108, 255, 0.05);
            border-radius: 50px;
            padding: 10px;
            max-width: 1200px;
            margin-left: auto;
            margin-right: auto;
        }
        
       .tab-btn {
            padding: 18px 40px;
            background: transparent;
            border: none;
            font-family: 'Inter', sans-serif;
            font-weight: 700;
            font-size: 1.2rem;
            color: var(--gray);
            position: relative;
            cursor: pointer;
            transition: var(--transition);
            border-radius: 50px;
            z-index: 1;
        }
        
       .tab-btn.active {
            color: var(--dark);
        }
        
       .tab-highlight {
            position: absolute;
            top: 10px;
            left: 10px;
            background: var(--primary);
            border-radius: 50px;
            z-index: -1;
            transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        }
        
       .index .product-cards {
            position: relative;
            min-height: 600px;
        }
        
       .index .product-card {
            position: absolute;
            width: 100%;
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
            pointer-events: none;
        }
        
       .index .product-card.active {
            opacity: 1;
            transform: translateY(0);
            pointer-events: all;
        }
        
       .index .product-item {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
            transition: var(--transition);
            margin-bottom: 30px;
            height: 100%;
            position: relative;
            z-index: 1;
        }
        
       .index .product-item:hover {
            transform: translateY(-15px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
        }
        
       .index .product-item-img {
            height: 250px;
            background: linear-gradient(45deg, #0C1427 0%, #1A2238 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 30px;
        }
        
       .index .product-item-img img {
            max-width: 100%;
            max-height: 200px;
            transition: var(--transition);
            filter: drop-shadow(0 15px 25px rgba(0,0,0,0.3));
        }
        
       .index .product-item:hover .product-item-img img {
            transform: scale(1.08);
        }
        
        .index .product-item-body {
            padding: 30px;
        }
        
       .index .product-item-body h3 {
            font-size: 1.6rem;
            margin-bottom: 15px;
        }
        
       .index .product-item-body p {
            color: var(--gray);
            margin-bottom: 25px;
        }
        
        /* Solutions Section - Updated with Bootstrap Grid */
       .index .solutions {
            background: linear-gradient(to bottom, #ffffff 0%, #f8fafc 100%);
            position: relative;
            overflow: hidden;
        }
        
        
       .index .solution-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
            transition: var(--transition);
            position: relative;
            z-index: 1;
            margin-bottom: 30px;
            height: 100%;
        }
        
       .index .solution-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
        }
        
       .index .solution-img {
            height: 200px;
            background: var(--primary);
            position: relative;
            overflow: hidden;
        }
        
       .index .solution-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }
        
       .index .solution-card:hover .solution-img img {
            transform: scale(1.1);
        }
        
       .index .solution-content {
            padding: 25px;
        }
        
       .index .solution-content h3 {
            font-size: 1.6rem;
            margin-bottom: 15px;
        }
        
       .index .solution-content p {
            color: var(--gray);
            margin-bottom: 20px;
        }
        
        /* About Section */
       .index .about {
            position: relative;
            overflow: hidden;
        }
        
       .index .about-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, var(--secondary) 0%, #c7d0e2 100%);
        }
        
       .index .about-content {
            color: white;
            position: relative;
            z-index: 2;
        }
        
       .index .about-stats {
            display: flex;
            margin-top: 50px;
        }
        
       .index .stat-item {
            flex: 1;
            text-align: center;
            padding: 20px;
            position: relative;
        }
        
       .index .stat-item:not(:last-child):after {
            content: '';
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 1px;
            height: 50px;
            background: rgba(255, 255, 255, 0.2);
        }
        
       .index .stat-value {
            font-size: 3rem;
            font-weight: 800;
            color: var(--dark);
            margin-bottom: 10px;
            font-family: 'Inter', sans-serif;
        }
        
       .index .stat-label {
            color: rgba(255, 255, 255, 0.8);
            font-size: 1.1rem;
        }
        
        /* News Section */
       .index .news-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 40px;
        }
        
       .index .news-card {
            background: white;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
            transition: var(--transition);
            height: 100%;
            position: relative;
            z-index: 1;
        }
        
       .index .news-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
        }
        
       .index .news-img {
            height: 280px;
            position: relative;
            overflow: hidden;
        }
        
       .index .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: var(--transition);
        }
        
       .index .news-card:hover .news-img img {
            transform: scale(1.1);
        }
        
       .index .news-date {
            position: absolute;
            top: 30px;
            left: 30px;
            background: var(--primary);
            color: white;
            padding: 10px 20px;
            border-radius: 50px;
            font-weight: 700;
            box-shadow: 0 10px 20px rgba(10, 108, 255, 0.3);
        }
        
       .index .news-content {
            padding: 30px;
        }
        
       .index .news-content h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
        }
        
       .index .news-content p {
            color: var(--gray);
            margin-bottom: 25px;
        }
        .index .contact{background: var(--dark);}
@media (max-width:991px){
.nav-mobile{display: block !important;}
.nav-lg{display: none !important;}
.navbar-collapse {
        height: 100vh;
    }
.nav-mobile .custom-dropdown-menu {display: none; opacity: 0;max-height: 0;overflow: hidden;transition: max-height 0.4s ease, opacity 0.4s ease; padding: 10px;position: absolute;top: 7%;left: 0;width: 100%;z-index: 999;background: var(--dark);color: white;min-height: 50vh;}
.nav-mobile .custom-dropdown-menu span {color: var(--gold-color);padding-bottom: 1em;display: block;}
.nav-mobile .custom-dropdown-menu.show {display: block; opacity: 1;max-height: 60vh;margin-top: 25px;}
.navbar-expand-lg{padding-top: .5em !important;}
.list_nav .product-tab{padding: 0.25em;}
 .section-title h2 {
                font-size: 3rem;
            }
            
            .index .hero-content h1 {

                font-size: 3.5rem;
            }
            
           .index .hero-content p {

                font-size: 1.2rem;
            }
            
           .index .product-tabs {
                max-width: 100%;
            }
            
           .index .tab-btn {
                padding: 15px 25px;
                font-size: 1.1rem;
            }
            
           .index .news-grid {

                grid-template-columns: 1fr;
            }
}
@media (max-width:768px){
.display-4{font-size: 2.5rem !important;}
.display-5{font-size: 2rem !important;}
.display-6{font-size: 1.7rem !important;}
.p-5{padding: 2rem !important;}
.p-4{padding: 1.8rem !important;}
.p-3{padding: 1.6rem !important;}
.fs-1{font-size: 1.2rem !important;}
.list_nav .product-tab{padding: 0.25em;}
.section-title h2 {
                font-size: 2.5rem;
            }
            
           .index .hero-banner {

                min-height: 90vh;
            }
            
           .index .hero-content h1 {

                font-size: 2.8rem;
            }
            
           .index .featured-product {

                padding: 100px 0;
            }
            
           .index .product-tabs {
                flex-direction: column;
                padding: 5px;
            }
            
            .tab-btn {
                width: 100%;
                margin-bottom: 5px;
            }
            
           .index .about-stats {
                flex-direction: column;
            }
            
           .index .stat-item:not(:last-child) {
                margin-bottom: 30px;
            }
            
           .index .stat-item:not(:last-child):after {
                display: none;
            }
}
