.topbar-contact{background:#e53935;padding:8px 0;color:#fff;font-size:13px;}
.topbar-contact a{color:#fff;text-decoration:none;margin-right:20px;}
.topbar-contact a:hover{color:#ffc107;}
.topbar-contact .contact-left{float:left;}
.topbar-contact .contact-right{float:right;}
.logo-container{display:flex;align-items:center;}
.logo-container a{display:flex;align-items:center;text-decoration:none;color:#fff;}
.logo-container .logo-icon{font-size:32px;margin-right:8px;color:#ffc107;}
.logo-container .logo-text{font-size:16px;font-weight:700;line-height:1.2;color:#fff;}
.logo-container .logo-sub{font-size:10px;font-weight:400;color:#ddd;letter-spacing:1px;}
.navbar-default{background:rgba(8,8,8,0.95)!important;}
#inner-headline{background:#e53935;}
.product-card{border:1px solid #eee;border-radius:8px;overflow:hidden;margin-bottom:30px;transition:all 0.3s;background:#fff;}
.product-card:hover{box-shadow:0 8px 25px rgba(0,0,0,0.15);transform:translateY(-5px);}
.product-card .product-header{background:linear-gradient(135deg,#e53935,#b71c1c);color:#fff;padding:25px;text-align:center;}
.product-card .product-header h3{margin:0;font-size:22px;}
.product-card .product-header .price{font-size:14px;margin-top:10px;opacity:0.9;}
.product-card .product-body{padding:20px;}
.product-card .product-body ul{list-style:none;padding:0;}
.product-card .product-body ul li{padding:8px 0;border-bottom:1px solid #f5f5f5;font-size:14px;}
.product-card .product-body ul li:last-child{border-bottom:none;}
.product-card .product-body ul li i{color:#e53935;margin-right:8px;}
.product-card .product-footer{padding:15px 20px;background:#f9f9f9;text-align:center;}
.feature-box{background:#fff;border:1px solid #eee;border-radius:8px;padding:30px;text-align:center;margin-bottom:20px;}
.feature-box i{font-size:48px;color:#e53935;margin-bottom:15px;}
.feature-box h4{font-size:18px;font-weight:700;margin-bottom:10px;}
.feature-box p{font-size:14px;color:#666;}
.sales-table{width:100%;border-collapse:collapse;margin:20px 0;}
.sales-table th{background:#e53935;color:#fff;padding:12px;text-align:left;}
.sales-table td{padding:12px;border-bottom:1px solid #eee;}
.sales-table tr:hover{background:#f9f9f9;}
.cta-section{background:linear-gradient(rgba(229,57,53,0.9),rgba(229,57,53,0.9)),url('img/slides/1.jpg') center/cover;padding:60px 0;color:#fff;text-align:center;}
.cta-section h2{font-size:32px;margin-bottom:20px;}
.cta-section p{font-size:16px;margin-bottom:30px;}
