@charset "utf-8";
body,html{font-family:"Nunito Sans","Helvetica Neue",Helvetica,Arial;width:100%;height:100%}
:root{
	--navyblue-color:#0d0d6a;
    --gold-color:#fdf92a;
    --footerbg-color:#0A578F;
}
.section{width:100%;height:auto;float:left;}
.shiro{display: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)}
.header {
    background-color: transparent;
    padding: 0;
    transition: all .2s cubic-bezier(.215,.61,.355,1) 0s;
    color: #fff;
}
.header.bgcolor{
    background-color: #fff;
    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: white;padding:0px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.header .navbar-nav .nav-link{color: #000;font-size: 1.4em;font-weight: 500;}
.header .navbar-nav .nav-link:hover{color:black;}
.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(--footerbg-color);}
.footer ul li{list-style: none;}
.footer{border-top: none;}
.footer .footer-logo{height: 40px;background: white;padding: 5px;border-radius: 3px;}
.hover-image{overflow: hidden;width: 100%;}
.hover-image img{transition: all .5s;}
.hover-image:hover img{transform: scale(1.02);}
.scroll-animate {
    opacity: 0;
    transform: translateY(50px) scale(.98); 
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0); 
}

.scroll-animate.active {
    transform: scale(1); 
    transition: transform 0.6s ease, box-shadow 0.6s ease; 
}

.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); 
}
 .h2-title{font-weight: 700;
    text-align: center;
    margin-bottom: 4rem;
    color: #0A2463;}
 .index #hero-section {
            position: relative;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }
       .index .hero-slide {
            background-size: cover;
            background-position: center;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-align: center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transition: opacity 1s ease-in-out;
        }
       .index .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
        }
        .hero-content {
            z-index: 10;
            max-width: 800px;
            padding: 1rem;
        }
       .index .hero-content h1 {
            font-size: 3.75rem;
            font-weight: 700;
            margin-bottom: 1rem;
            line-height: 1.2;
        }
       .index .hero-content p {
            font-size: 1.25rem;
            margin-bottom: 2rem;
        }
       .index .hero-content .btns {
            background-color: #3E92CC;
            color: #FFFFFF;
            padding: 1rem 2rem;
            border-radius: 9999px;
            font-size: 1.125rem;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }
       .index .hero-content .btns:hover {
            background-color: #0A2463;
        }
       .index #hero-progress-indicators {
            position: absolute;
            bottom: 2rem;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 0.75rem;
            z-index: 20;
        }
       .index #hero-progress-indicators div {
            width: 0.75rem;
            height: 0.75rem;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.5);
            cursor: pointer;
            transition: all 0.3s ease;
        }
       .index #hero-progress-indicators div.bg-opacity-100 {
            background-color: #FFFFFF;
            width: 2rem;
        }
        /* Products Section */
       .index #products-section {
            padding: 8rem 2rem;
            background-color: #F8F9FA;
        }
       .index #products-section h2 {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 4rem;
            color: #0A2463;
        }
       .index .product-tab {
            cursor: pointer;
            padding: 1rem 2rem;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            font-size: 1.25rem;
            font-weight: 500;
            color: #6B7280;
        }
       .index .product-tab.active {
            color: #3E92CC;
            border-color: #3E92CC;
            font-weight: 600;
        }
       .index .product-display-container {
            position: relative;
            height: 600px;
            overflow: hidden;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }
       .index .product-category {
            display: none;
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
        }
       .index .product-category.active {
            display: block;
            opacity: 1;
        }
       .index .product-image-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
            display: flex;
            align-items: center;
            padding-left: 15%;
        }
       .index .product-image-overlay h3 {
            font-size: 2.25rem;
            font-weight: 700;
            margin-bottom: 1rem;
            color: #FFFFFF;
        }
       .index .product-image-overlay p {
            font-size: 1.125rem;
            margin-bottom: 1rem;
            color: #FFFFFF;
        }
       .index .product-image-overlay ul {
            list-style: disc;
            list-style-position: inside;
            font-size: 1.125rem;
            color: white;
            margin-bottom: 1.5rem;
        }
       .index .product-image-overlay ul li {
            margin-bottom: 0.5rem;
        }
       .index .product-image-overlay .btns {
            background-color: #3E92CC;
            color: #FFFFFF;
            padding: 0.75rem 1.5rem;
            border-radius: 9999px;
            font-size: 1rem;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }
       .index .product-image-overlay .btns:hover {
            background-color: #0A2463;
        }
        /* Solutions Section */
       .index #solutions-section {
            padding: 8rem 2rem;
            background-color: #FFFFFF;
        }
       .index #solutions-section h2 {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 4rem;
            color: #0A2463;
        }
       .index .solution-item {
            padding: 2rem;
            border-radius: 0.5rem;
            background-color: #F8F9FA;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            text-align: center;
        }
       .index .solution-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at center, rgba(62, 146, 204, 0.3) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }
       .index .solution-item:hover::before {
            opacity: 1;
        }
       .index .solution-item i {
            font-size: 3.75rem;
            color: #3E92CC;
            margin-bottom: 1.5rem;
        }
       .index .solution-item h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #0A2463;
        }
       .index .solution-item p {
            font-size: 1.125rem;
            color: #6B7280;
        }
        /* News Section */
       .index #news-section {
            padding: 8rem 2rem;
            background-color: #0A2463;
            color: #FFFFFF;
        }
       .index #news-section h2 {
            font-size: 3rem;
            font-weight: 700;
            text-align: center;
            margin-bottom: 4rem;
        }
       .index #news-section .timeline-line {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            width: 2px;
            height: 100%;
            background-color: #3E92CC;
        }
       .index .news-item {
            transform: translateY(50px);
            transition: opacity 0.6s ease-out, transform 0.6s ease-out;
        }
       .index .news-item.in-view {
            opacity: 1;
            transform: translateY(0);
        }
       .index .news-item h3 {
            font-size: 1.875rem;
            font-weight: 600;
            margin-bottom: 0.75rem;
        }
       .index .news-item p {
            font-size: 1.125rem;
            color: #D1D5DB;
        }
       .index .news-item small {
            font-size: 0.875rem;
            color: #9CA3AF;
        }
       .index .news-item small i {
            margin-right: 0.5rem;
        }
       .index .news-item img {
            width: 100%;
            height: 16rem;
            object-fit: cover;
            border-radius: 0.5rem;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }
       .index .news-item .timeline-dot {
            position: absolute;
            top: 50%;
            width: 1.5rem;
            height: 1.5rem;
            background-color: #3E92CC;
            border: 4px solid #FFFFFF;
            border-radius: 50%;
            z-index: 10;
            transform: translateY(-50%);
        }
        /* About Section */
       .index #about-us-section {
            padding: 8rem 2rem;
            background-color: #F8F9FA;
        }
       .index #about-us-section h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: #0A2463;
        }
       .index #about-us-section p {
            font-size: 1.125rem;
            line-height: 1.75;
            margin-bottom: 1.5rem;
            color: #6B7280;
        }
       .index #about-us-section .stats .stat-item {
            text-align: center;
        }
       .index #about-us-section .stats .stat-item .stat-value {
            font-size: 3rem;
            font-weight: 700;
            color: #3E92CC;
            margin-bottom: 0.5rem;
        }
       .index #about-us-section .stats p {
            font-size: 1.125rem;
            color: #0A2463;
        }
       .index #about-us-section img {
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        }
        /* Contact Section */
       .index #contact-section {
            padding: 8rem 2rem;
            background-color: #FFFFFF;
        }
       .index #contact-section h2 {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 2rem;
            color: #0A2463;
        }
       .index #contact-section p {
            font-size: 1.125rem;
            line-height: 1.75;
            margin-bottom: 2rem;
            color: #6B7280;
        }
       .index #contact-section .contact-info div {
            display: flex;
            align-items: center;
            font-size: 1.25rem;
            color: #0A2463;
            margin-bottom: 1.5rem;
        }
       .index #contact-section .contact-info i {
            font-size: 1.875rem;
            color: #3E92CC;
            margin-right: 1rem;
        }
       .index #contact-section .social-links h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1rem;
            color: #0A2463;
        }
       .index #contact-section .social-links a {
            color: #0A2463;
            font-size: 1.875rem;
            margin-right: 1.5rem;
        }
       .index #contact-section .social-links a:hover {
            color: #3E92CC;
            transition: color 0.3s ease;
        }
       .index #contact-section .card {
            padding: 2.5rem;
            background-color: #F8F9FA;
            border-radius: 0.5rem;
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
            border: none;
        }
         .btns {
            width: 100%;
            background-color: #3E92CC;
            color: #FFFFFF;
            border: 0;
            padding: 1rem 2rem;
            border-radius: 9999px;
            font-size: 1.125rem;
            font-weight: 600;
            transition: background-color 0.3s ease;
        }
       .btns:hover {
            background-color: #0A2463;
        }
        .list_nav .product-tab {
            cursor: pointer;
            padding: 1rem 2rem;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
            font-size: 1.25rem;
            font-weight: 500;
            color: #6B7280;
        }
       .list_nav .product-tab.active {
            color: #3E92CC;
            border-color: #3E92CC;
            font-weight: 600;
        }
       .list_nav .product-item .product-row {
  transition: all 0.5s ease;
}

.list_nav .product-item:nth-child(even) .product-row {
  flex-direction: row-reverse;
}
 .solution-page .solution-nav {
            position: fixed;
            top: 50%;
            right: 2rem;
            transform: translateY(-50%);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        
       .solution-page .solution-nav a {
            display: block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.5);
            transition: all 0.3s ease;
            position: relative;
        }
        
       .solution-page .solution-nav a.active {
            background: white;
            transform: scale(1.3);
        }
        
       .solution-page .solution-nav a::after {
            content: attr(data-title);
            position: absolute;
            right: 25px;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0, 0, 0, 0.7);
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        
       .solution-page .solution-nav a:hover::after {
            opacity: 1;
        }
.solution-page .hero-section {
            height: 100vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #0A2463 0%, #1E3B70 100%);
        }
        
       .solution-page .hero-content {
            z-index: 10;
            max-width: 800px;
            padding: 0 2rem;
            color: white;
        }
        
       .solution-page .hero-content h1 {
            font-size: 4rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            line-height: 1.2;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }
        
       .solution-page .hero-content p {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            opacity: 0.9;
        }
        
       .solution-page .hero-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
        }
        
       .solution-page .hero-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('https://web.enbon.com/web/allimg/ujled/solution-top.webp');
            background-size: cover;
            background-position: center;
            opacity: 0.7;
        }
        
        /* Solution Sections */
       .solution-page .solution-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            padding: 5rem 0;
        }
        
       .solution-page .solution-content {
            position: relative;
            z-index: 10;
            color: white;
            max-width: 1200px;
            margin: 0 auto;
            padding: 2rem;
        }
        
       .solution-page .solution-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
        }
        
       .solution-page .solution-subtitle {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            max-width: 600px;
            opacity: 0.9;
        }
        
       .solution-page .solution-features {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            margin-bottom: 3rem;
        }
        
       .solution-page .feature-item {
            flex: 1 1 250px;
            background: rgb(10 17 88 / 82%);
            backdrop-filter: blur(10px);
            border-radius: 12px;
            padding: 1.5rem;
            border: 1px solid rgba(255, 255, 255, 0.15);
        }
        
       .solution-page .feature-item h3 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
            color: var(--secondary);
        }
        
        .solution-page .solution-image {
            position: absolute;
            top: 0;
            right: 0;
            width: 50%;
            height: 100%;
            z-index: 0;
            background-size: cover;
            background-position: center;
            clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
        }
        
       .solution-page .solution-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, rgba(10, 36, 99, 0.9) 0%, rgba(10, 36, 99, 0.6) 100%);
        }
        
        /* Different Section Styles */
       .solution-page #rental-stage {
            background: linear-gradient(45deg, #1a2a6c, #b21f1f, #1a2a6c);
        }
        
       .solution-page #naked-3d {
            background: linear-gradient(45deg, #283c86, #45a247, #283c86);
        }
        
       .solution-page #shopping-mall {
            background: linear-gradient(45deg, #8e2de2, #4a00e0, #8e2de2);
        }
        
       .solution-page #outdoor-billboard {
            background: linear-gradient(45deg, #f46b45, #eea849, #f46b45);
        }
        
       .solution-page #outdoor-fixed {
            background: linear-gradient(45deg, #1d976c, #93f9b9, #1d976c);
        }
        
       .solution-page #indoor-church {
            background: linear-gradient(45deg, #3a7bd5, #00d2ff, #3a7bd5);
        }
        
       .solution-page #xr-studio {
            background: linear-gradient(45deg, #c84e89, #f15f79, #c84e89);
        }
        
       .solution-page #conference-room {
            background: linear-gradient(45deg, #614385, #516395, #614385);
        }
@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(--footerbg-color);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;}
.index .hero-content h1 {
                font-size: 2.5rem;
            }
           .index .hero-content p {
                font-size: 1rem;
            }
           .index .hero-content .btns {
                padding: 0.75rem 1.5rem;
                font-size: 1rem;
            }
           .index #products-section .product-tab {
                padding: 0.75rem 1rem;
                font-size: 1rem;
            }
           .index .product-display-container {
                height: 400px;
            }
           .index .product-image-overlay {
                padding-left: 5%;
            }
           .index .product-image-overlay h3 {
                font-size: 1.75rem;
            }
           .index .product-image-overlay p, .product-image-overlay ul {
                font-size: 1rem;
            }
           .index #solutions-section, #products-section, #news-section, #about-us-section, #contact-section {
                padding: 4rem 1rem;
            }
           .index #solutions-section h2, #products-section h2, #news-section h2, #about-us-section h2, #contact-section h2 {
                font-size: 2.25rem;
                margin-bottom: 2rem;
            }
           .index .solution-item i {
                font-size: 3rem;
            }
           .index .solution-item h3 {
                font-size: 1.25rem;
            }
           .index .solution-item p {
                font-size: 1rem;
            }
           .index #news-section .timeline-line {
                left: 1rem;
            }
           .index .news-item {
                flex-direction: column;
                align-items: flex-start;
                margin-bottom: 2rem;
            }
           .index .news-item .col-md-6 {
                width: 100%;
                text-align: left;
                padding: 0 2rem;
            }
           .index .news-item .timeline-dot {
                left: 1rem;
                transform: translateX(-50%) translateY(-50%);
            }
           .index .news-item img {
                height: 12rem;
                margin-top: 1rem;
            }
           .index .news-item h3 {
                font-size: 1.5rem;
            }
           .index .news-item p {
                font-size: 1rem;
            }
           .index #about-us-section .stats .stat-value {
                font-size: 2.25rem;
            }
           .index #contact-section .contact-info div {
                font-size: 1.125rem;
            }
           .index #contact-section .contact-info i {
                font-size: 1.5rem;
            }
           .index #contact-section .social-links a {
                font-size: 1.5rem;
                margin-right: 1rem;
            }
             .solution-page .solution-nav {
                display: none;
            }
            
           .solution-page .solution-section {
                flex-direction: column;
            }
            
           .solution-page .solution-image {
                position: relative;
                width: 100%;
                height: 50vh;
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            }
            
           .solution-page .solution-content {
                padding: 2rem 1rem;
            }
            
           .solution-page .hero-content h1 {
                font-size: 2.5rem;
            }
            
           .solution-page .hero-content p {
                font-size: 1.25rem;
            }
            
           .solution-page .solution-title {
                font-size: 2rem;
            }
            
           .solution-page .solution-subtitle {
                font-size: 1.25rem;
            }
            
           .solution-page .feature-item h3 {
                font-size: 1.25rem;
            }
}
@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;}
.index .banner .carousel-inner{height: 100vh;}
.index .banner .carousel-inner .carousel-item{height: 100%;}
.index #hero-section {
                height: 80vh;
            }
           .index .hero-slide {
                height: 80vh;
            }
           .index .hero-content h1 {
                font-size: 2rem;
            }
           .index .hero-content p {
                font-size: 0.875rem;
            }
           .index .hero-content .btn {
                padding: 0.5rem 1rem;
                font-size: 0.875rem;
            }
           .index #products-section .product-tab {
                font-size: 0.875rem;
                padding: 0.5rem 1rem;
            }
           .index .product-display-container {
                height: 300px;
            }
           .index .product-image-overlay h3 {
                font-size: 1.5rem;
            }
           .index .product-image-overlay p, .product-image-overlay ul {
                font-size: 0.875rem;
            }
           .index .product-image-overlay .btn {
                padding: 0.5rem 1rem;
                font-size: 0.875rem;
            }
           .index #solutions-section h2, #products-section h2, #news-section h2, #about-us-section h2, #contact-section h2 {
                font-size: 1.75rem;
            }
           .index .solution-item {
                padding: 1.5rem;
            }
            .solution-page .hero-content h1 {
                font-size: 2rem;
            }
            
           .solution-page .solution-title {
                font-size: 1.75rem;
            }
            
           .solution-page .feature-item {
                flex: 1 1 100%;
            }
   
}
