@charset "utf-8";
:root {
            --primary: #0066cc;
            --secondary: #00aaff;
            --accent: #ff6600;
            --dark: #1a2a3a;
            --light: #f8f9fa;
            --gray: #6c757d;
            --transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
        }
        body,html{font-family: 'Open Sans', sans-serif;
            color: #333;
            background-color: #fff;
            overflow-x: hidden;
            line-height: 1.7;}
 h1, h2, h3, h4, h5, h6 {
            font-family: 'Montserrat', sans-serif;
            font-weight: 600;
        }
.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;color: white;}
.table-borderless>:not(caption)>*>*{color: white;}
.table-borderless thead th{color: white;}
.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: 40px;}
.header{background-color: rgb(255, 255, 255);padding:0px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.header .navbar-nav .nav-link{color: rgba(0, 0, 0, 0.8);
            font-weight: 500;
            margin: 0 15px;
            position: relative;
            transition: var(--transition);
            text-transform: uppercase;
            letter-spacing: 1px;}
.header .navbar-nav .nav-link:hover{color: var(--secondary);}
.header .navbar-nav .nav-link::after {
             content: '';
            position: absolute;
            width: 0;
            height: 2px;
            background: var(--secondary);
            bottom: 0;
            left: 0;
            transition: var(--transition);
        }
.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:60px;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;}
.navbar-toggler-icon{background:#000 ;}
.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);}
.btn-primary {
            background-color: var(--accent);
            border: none;
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 600;
            transition: all 0.3s;
        }
        
        .btn-primary:hover {
            background-color: #e55d00;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }
         .section-title {
            position: relative;
            margin-bottom: 60px;
            text-align: center;
        }
        
        .section-title h2,
        .section-title h1 {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--dark);
            margin-bottom: 15px;
        }
        
        .section-title .divider {
            width: 80px;
            height: 4px;
            background: linear-gradient(to right, var(--primary), var(--secondary));
            margin: 0 auto;
            border-radius: 2px;
        }
        
        .section-title p {
            color: var(--gray);
            max-width: 700px;
            margin: 20px auto 0;
            font-size: 1.1rem;
        }
.hero {
            height: 100vh;
            background: linear-gradient(135deg, rgba(0, 102, 204, 0.8) 0%, rgba(0, 170, 255, 0.8) 100%), 
                        url('https://web.enbon.com/web/allimg/lamproled/rental4.jpg') no-repeat center center;
            background-size: cover;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            color: white;
            z-index: 10;
        }
        
        .hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            line-height: 1;
        }
        
        .hero p {
            font-size: 1.25rem;
            max-width: 700px;
            margin-bottom: 2rem;
            margin: 0 auto;
            text-shadow: 0 1px 2px rgba(0,0,0,0.3);
        }
        .product-tabs {
            display: flex;
            justify-content: center;
            margin-bottom: 40px;
            flex-wrap: wrap;
        }
        
        .tab-btn {
            background: none;
            border: none;
            padding: 12px 30px;
            margin: 0 10px;
            font-size: 1.1rem;
            font-weight: 600;
            color: var(--gray);
            cursor: pointer;
            transition: all 0.3s;
            position: relative;
            border-radius: 0;
        }
        .tab-btn:hover{text-decoration: none;}
        .tab-btn:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: var(--primary);
            transition: all 0.3s;
        }
        
        .tab-btn.active, .tab-btn:hover {
            color: var(--primary);
        }
        
        .tab-btn.active:after, .tab-btn:hover:after {
            width: 100%;
        }
        
        .products-container {
            position: relative;
            min-height: 800px;
        }
        
        .product-content {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.5s ease;
            pointer-events: none;
        }
        
        .product-content.active {
            opacity: 1;
            transform: translateY(0);
            pointer-events: all;
        }
        
        .product-item {
            margin-bottom: 30px;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            border-radius: 8px;
            height: 100%;
        }
        
        .product-img {
            overflow: hidden;
            border-radius: 8px;
            position: relative;
        }
        
        .product-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s;
        }
        
        .product-item:hover .product-img img {
            transform: scale(1.05);
        }
        
        .product-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 102, 204, 0.85);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: all 0.3s;
        }
        
        .product-item:hover .product-overlay {
            opacity: 1;
        }
        
        /* Solutions */
        .solutions {
            background-color: #f8fafc;
        }
        
        .solution-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }
        
        .solution-item {
            background: white;
            padding: 40px 30px;
            border-radius: 8px;
            text-align: center;
            transition: all 0.3s;
            position: relative;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            border-bottom: 4px solid var(--primary);
        }
        
        .solution-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .solution-icon {
            width: 80px;
            height: 80px;
            background: rgba(0, 102, 204, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            border-radius: 50%;
            font-size: 30px;
            color: var(--primary);
        }
        
        .solution-item h3 {
            margin-bottom: 15px;
            color: var(--dark);
        }
        
        /* About */
        .about-content {
            display: flex;
            align-items: center;
            gap: 60px;
        }
        
        .about-text {
            flex: 1;
        }
        
        .about-stats {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            margin-top: 40px;
        }
        
        .stat-item {
            text-align: center;
            padding: 20px;
            background: rgb(25 19 61 / 87%);
            border-radius: 8px;
        }
        .stat-item  .stat-text{color: white;}
        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 10px;
        }
        
        .about-image {
            flex: 1;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .about-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        /* News */
        .news {
            background-color: #f8fafc;
        }
        
        .news-container {
            max-width: 900px;
            margin: 0 auto;
        }
        
        .news-item {
            display: flex;
            margin-bottom: 40px;
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s;
        }
        
        .news-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.1);
        }
        
        .news-img {
            width: 40%;
            overflow: hidden;
        }
        
        .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.5s;
        }
        
        .news-item:hover .news-img img {
            transform: scale(1.05);
        }
        
        .news-content {
            padding: 30px;
            width: 60%;
        }
        
        .news-date {
            color: var(--primary);
            font-weight: 600;
            margin-bottom: 10px;
        }
        
        /* Contact */
        .contact-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 50px;
        }
        
        .contact-info h3 {
            margin-bottom: 25px;
            color: var(--dark);
        }
        
        .contact-detail {
            display: flex;
            margin-bottom: 20px;
        }
        
        .contact-icon {
            width: 50px;
            height: 50px;
            background: rgba(0, 102, 204, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 15px;
            color: var(--primary);
            font-size: 18px;
        }
        
        .contact-text h4 {
            margin-bottom: 5px;
            color: var(--dark);
        }
        
        .contact-form .form-control {
            padding: 15px;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
        }
        
        .contact-form .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
        }
        .solution-hero {
            height: 80vh;
            background: linear-gradient(135deg, rgba(0, 102, 204, 0.85) 0%, rgba(0, 170, 255, 0.85) 100%), 
                        url('https://web.enbon.com/web/allimg/about/culture-1.webp') no-repeat center center;
            background-size: cover;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            color: white;
            z-index: 10;
            text-align: center;
        }
        
        .solution-hero h1 {
            font-size: 4rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        
        .solution-hero p {
            font-size: 1.5rem;
            max-width: 800px;
            margin: 0 auto 2rem;
            text-shadow: 0 1px 2px rgba(0,0,0,0.3);
        }
        
        /* Solutions Grid */
        .solutions-grid {
            padding: 100px 0;
            background: linear-gradient(to bottom, #f8fafc, #ffffff);
        }
         .solution-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .solution-card {
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            height: 100%;
            display: flex;
            flex-direction: column;
        }
        
        .solution-card:hover {
            transform: translateY(-15px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        }
        
        .solution-img {
            height: 280px;
            overflow: hidden;
            position: relative;
        }
        
        .solution-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.6s ease;
        }
        
        .solution-card:hover .solution-img img {
            transform: scale(1.08);
        }
        
        .solution-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(0, 102, 204, 0.8), transparent);
            display: flex;
            align-items: flex-end;
            padding: 30px;
        }
        
        .solution-overlay h3 {
            color: white;
            font-size: 1.8rem;
            margin: 0;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
        
        .solution-content {
            padding: 30px;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
        }
        
        .solution-content p {
            color: var(--gray);
            font-size: 1.1rem;
            line-height: 1.7;
            margin-bottom: 25px;
            flex-grow: 1;
        }
        
        .solution-features {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            margin-top: auto;
        }
        
        .feature-tag {
            background: rgba(0, 102, 204, 0.1);
            color: var(--primary);
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            font-weight: 500;
        }
        
        /* Industry Section */
        .industry-section {
            background: url('https://images.unsplash.com/photo-1552664730-d307ca884978?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80') no-repeat center center;
            background-size: cover;
            background-attachment: fixed;
            position: relative;
        }
        
        .industry-overlay {
            background: rgba(26, 42, 58, 0.92);
            padding: 80px 0;
            color: white;
        }
        
        .industry-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .industry-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        
        .industry-item {
            text-align: center;
            padding: 40px 20px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 10px;
            transition: all 0.3s;
        }
        
        .industry-item:hover {
            background: rgba(0, 102, 204, 0.3);
            transform: translateY(-5px);
        }
        
        .industry-icon {
            font-size: 3rem;
            color: var(--secondary);
            margin-bottom: 20px;
        }
        
        .industry-item h4 {
            margin-bottom: 15px;
            color: white;
        }
        
        .industry-item p {
            color: #b4c7e7;
            font-size: 0.95rem;
        }
        
        /* CTA Section */
        .cta-section {
            padding: 100px 0;
            background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
            color: white;
            text-align: center;
        }
        
        .cta-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        .cta-section h2 {
            font-size: 2.8rem;
            margin-bottom: 25px;
            line-height: 1;
        }
        
        .cta-section p {
            font-size: 1.2rem;
            margin-bottom: 40px;
            opacity: 0.9;
        }
        .about-hero {
            height: 70vh;
            background: linear-gradient(135deg, rgba(0, 102, 204, 0.9) 0%, rgba(0, 170, 255, 0.9) 100%), 
                        url('https://images.unsplash.com/photo-1581092580497-e0d23cbdf1dc?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80') no-repeat center center;
            background-size: cover;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        
        .about-hero-content {
            color: white;
            z-index: 10;
            text-align: center;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .about-hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }
         .company-intro {
            background: linear-gradient(to bottom, #ffffff, #f8fafc);
        }
        
        .intro-content {
            display: flex;
            align-items: center;
            gap: 60px;
        }
        
        .intro-text {
            flex: 1;
        }
        
        .intro-text p {
            margin-bottom: 20px;
            line-height: 1.8;
            font-size: 1.1rem;
        }
        
        .intro-image {
            flex: 1;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .intro-image img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.5s;
        }
        
        .intro-image:hover img {
            transform: scale(1.05);
        }
        
        /* Mission Section */
        .mission-section {
            background: linear-gradient(to right, var(--dark), #2c3e50);
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .mission-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }
        
        .mission-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 10px;
            padding: 40px 30px;
            text-align: center;
            transition: all 0.3s;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.1);
        }
        
        .mission-card:hover {
            transform: translateY(-10px);
            background: rgba(255, 255, 255, 0.1);
            border-color: var(--primary);
        }
        
        .mission-icon {
            width: 80px;
            height: 80px;
            background: rgba(0, 170, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            border-radius: 50%;
            font-size: 30px;
            color: var(--secondary);
        }
          .values-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .value-card {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
            transition: all 0.3s;
        }
        
        .value-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .value-header {
            background: linear-gradient(to right, var(--primary), var(--secondary));
            color: white;
            padding: 20px;
            text-align: center;
        }
        
        .value-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
        }
        
        .value-body {
            padding: 30px;
        }
          .stats-section {
            background: linear-gradient(135deg, var(--primary), var(--secondary));
            color: white;
        }
        
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            text-align: center;
        }
        
        .stat-item {
            padding: 30px 20px;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .stat-text {
            font-size: 1.1rem;
            color: white;
        }
         .contact-hero {
            height: 60vh;
            background: linear-gradient(135deg, rgba(0, 102, 204, 0.9) 0%, rgba(0, 170, 255, 0.9) 100%), 
                        url('https://images.unsplash.com/photo-1533750349088-cd871a92f312?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1770&q=80') no-repeat center center;
            background-size: cover;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
        }
        
        .hero-content {
            color: white;
            z-index: 10;
        }
        
        .contact-hero h1 {
            font-size: 3.5rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
            line-height: 1;
        }
        
        .contact-hero p {
            font-size: 1.25rem;
            max-width: 700px;
            margin-bottom: 2rem;
            text-shadow: 0 1px 2px rgba(0,0,0,0.3);
            margin: 0 auto;
        }
         .contact-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 50px;
        }
        
        .contact-info {
            background: rgba(0, 102, 204, 0.05);
            border-radius: 12px;
            padding: 40px 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }
        
        .contact-info h3 {
            margin-bottom: 25px;
            color: var(--dark);
            position: relative;
            padding-bottom: 15px;
        }
        
        .contact-info h3:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 50px;
            height: 3px;
            background: var(--primary);
            border-radius: 2px;
        }
        
        .contact-detail {
            display: flex;
            margin-bottom: 30px;
            transition: all 0.3s;
            padding: 15px;
            border-radius: 8px;
        }
        
        .contact-detail:hover {
            background: rgba(0, 102, 204, 0.1);
            transform: translateX(5px);
        }
        
        .contact-icon {
            width: 60px;
            height: 60px;
            background: rgba(0, 102, 204, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 20px;
            color: var(--primary);
            font-size: 24px;
            flex-shrink: 0;
        }
        
        .contact-text h4 {
            margin-bottom: 5px;
            color: var(--dark);
            font-size: 1.2rem;
        }
        
        .contact-text p {
            margin: 0;
            color: var(--gray);
            line-height: 1.6;
        }
        
        .business-hours {
            background: var(--primary);
            border-radius: 8px;
            padding: 20px;
            margin-top: 30px;
            color: white;
        }
        
        .business-hours h4 {
            margin-bottom: 15px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .hours-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        
        .hours-list li {
            display: flex;
            justify-content: space-between;
            padding: 8px 0;
            border-bottom: 1px solid rgba(255,255,255,0.1);
        }
        
        .hours-list li:last-child {
            border-bottom: none;
        }
        
        .contact-form {
            background: white;
            border-radius: 12px;
            padding: 40px 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        }
        
        .contact-form .form-control {
            padding: 15px;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
            transition: all 0.3s;
            font-size: 1rem;
        }
        
        .contact-form .form-control:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 0.25rem rgba(0, 102, 204, 0.25);
        }
        
        .contact-form textarea {
            min-height: 180px;
            resize: vertical;
        }
        
        .contact-form label {
            font-weight: 600;
            margin-bottom: 8px;
            display: block;
            color: var(--dark);
        }
        
        /* Map Section */
        .map-section {
            padding: 0;
            margin-top: 40px;
        }
        
        .map-container {
            height: 500px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }
        
        .map-container iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
         .faq-section {
            background: #f8fafc;
        }
        
        .accordion-item {
            margin-bottom: 15px;
            border-radius: 8px !important;
            overflow: hidden;
            border: 1px solid #e2e8f0 !important;
        }
        
        .accordion-button {
            font-weight: 600;
            font-size: 1.1rem;
            padding: 20px 25px;
            border-radius: 8px 8px 0 0 !important;
        }
        
        .accordion-button:not(.collapsed) {
            background: rgba(0, 102, 204, 0.1);
            color: var(--primary);
            box-shadow: none;
        }
        
        .accordion-button:focus {
            box-shadow: none;
            border-color: transparent;
        }
        
        .accordion-body {
            padding: 20px 25px;
            background: white;
        }
@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;}
 .hero h1 {
                font-size: 2.8rem;
            }
            
            .about-content {
                flex-direction: column;
            }
            
            .news-item {
                flex-direction: column;
            }
            
            .news-img, .news-content {
                width: 100%;
            }
            .solution-hero h1 {
                font-size: 3rem;
            }
            
            .solution-container {
                grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            }
             .about-hero h1 {
                font-size: 2.8rem;
            }
            
            .intro-content {
                flex-direction: column;
            }
            .contact-hero h1 {
                font-size: 2.8rem;
            }
            
}
@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;}
  .hero h1 {
                font-size: 2.2rem;
            }
            
            .section-title h2 {
                font-size: 2rem;
            }
            
            .product-tabs {
                flex-direction: column;
                align-items: center;
            }
            
            .tab-btn {
                margin: 5px 0;
                width: 100%;
                max-width: 300px;
            }
            .solution-hero {
                height: 70vh;
            }
            
            .solution-hero h1 {
                font-size: 2.5rem;
            }
            
            .solution-hero p {
                font-size: 1.2rem;
            }
             .about-hero {
                height: 60vh;
            }
            
            .about-hero h1 {
                font-size: 2.2rem;
            }
             .contact-hero {
                height: 50vh;
            }
            
            .contact-hero h1 {
                font-size: 2.2rem;
            }
            .map-container {
                height: 350px;
            }
            .products-container{min-height: 1200px;}
}
