body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  padding-top: 70px;
  color: #333;
	background-color:#ffffff!important;
}
p{font-size:18px;}
.top_header{background-color:#373435;padding:10px 0;color:#fff;position:fixed;top:0;z-index: 999999;width: 100%;}
.navbar-fixed-top{top:50px;}
ul.top_header_contact li {
    list-style: none;
    display: inline;
    margin-right: 5px;
}
ul.top_header_contact li a {
    font-size: 14px;
    text-decoration: none !important;
    color: #ffffff !important;
    margin-left: 5px;
    font-family: poppins;
}
.banner{
  position: relative;
  color: #fff;
  padding: 120px 0;
  text-align: center;
}
.banner::before {
    content: ""; /* Required for pseudo-element to appear */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 1; /* Places overlay above background but below text */
}
.hero-section {
  position: relative;
  color: #fff;
  padding: 120px 0;
  text-align: center;
}
.hero-section::before {
    content: ""; /* Required for pseudo-element to appear */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
    z-index: 1; /* Places overlay above background but below text */
}


.hero-title {
	position:relative;
	z-index:2;
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
  color:#fff;
}

.hero-subtitle {
	position:relative;
	z-index:2;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.5;
  color:#fff;	
}

.hero-btn {
	position:relative;
	z-index:2;
  margin: 0 10px;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.hero-btn {
  background-color: #E31B23;
  color: #ffffff;
  font-weight:bold;
  border: none;
  background-image: none;
}

.hero-btn:hover {
  background-color: #fff!important;
  color: #E31B23!important;
  border:solid 1px #E31B23!important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2)!important;
}
.hero-btn2 {
	position:relative;
	z-index:2;
  margin: 0 10px;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 30px;
  transition: all 0.3s ease;
}
.hero-btn2 {
  background-color: #ffffff;
  color: #E31B23;
  font-weight:bold;
  border: none;
  background-image: none;
}

.hero-btn2:hover {
  background-color: #E31B23;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}



.products-section {
  padding: 40px 0;
  background-color: #ede6e6;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #E31B23;
}

.section-subtitle {
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
}

.product-card {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  transition: all 0.3s ease;
  position: relative;
  height: 100%;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0,0,0,0.15);
}

.product-card.featured {
  border: 2px solid #E31B23;
}

.badge-ribbon {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #E31B23;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
}

.product-icon {
  font-size: 48px;
  color: #E31B23;
  margin-bottom: 20px;
}

.product-card h3 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
  text-align:center;	
}

.product-card p {
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
  line-height: 1.6;
}

.product-features {
  margin-top: 20px;
}

.product-features li {
  padding: 8px 0;
  color: #555;
  font-size: 18px;
}

.product-features li .glyphicon {
  color: #E31B23;
  margin-right: 10px;
}

.benefits-section {
  padding: 40px 0;
  background-color: #fff;
}

.benefit-item {
  text-align: center;
  padding: 20px 20px;
  
}

.benefit-icon {
  font-size: 56px;
  color: #E31B23;
  margin-bottom: 20px;
  display: block;
}

.benefit-item h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.benefit-item p {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
}

.testimonials-section {
  padding: 40px 0;
  background-color:#ede6e6;
}

.testimonial-card {
  background-color: #fff;
  padding: 35px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  margin-bottom: 30px;
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,0.12);
}

.testimonial-text {
  font-size: 18px;
  font-style: italic;
  color: #555;
  margin-bottom: 25px;
  line-height: 1.7;
}

.testimonial-author {
  text-align: left;
}

.testimonial-author strong {
  display: block;
  color: #E31B23;
  font-size: 16px;
  margin-bottom: 5px;
}

.testimonial-author span {
  color: #999;
  font-size: 14px;
}

.contact-section {
  padding: 40px 0;
  background-color: #fff;
}

.contact-intro {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.contact-info {
  margin-top: 30px;
}

.contact-info p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #555;
}

.contact-info .glyphicon {
  color: #E31B23;
  margin-right: 10px;
}
.contact-info a{ color: #E31B23;}
.contact-form {
  background-color: #f8f9fa;
  padding: 35px;
  border-radius: 8px;
}

.contact-form .form-control {
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 12px;
  font-size: 18px;
  transition: border-color 0.3s ease;
}

.contact-form .form-control:focus {
  border-color: #E31B23;
  box-shadow: 0 0 0 0.2rem rgba(44, 95, 45, 0.15);
}

.contact-form .btn-primary {
  background-color: #E31B23!important;
  border-color: #E31B23!important;
  padding: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
	background-image:none!important;
}

.contact-form .btn-primary:hover {
  background-color: #244a24;
  border-color: #244a24;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.footer {
  background-color: #cfbaba;
  color: #fff;
  padding: 30px 0;
}

.footer p {
  margin: 0;
  font-size: 18px;
}

.footer a {
  color: #a8d5ba;
  text-decoration: none;
  transition: color 0.3s ease;
	font-size: 18px;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-btn {
    margin: 10px 5px;
    padding: 12px 30px;
  }

  .section-title {
    font-size: 28px;
  }

  .benefit-item {
    margin-bottom: 40px;
  }
}
  body {
            font-family: 'Arial', sans-serif;
            color: #333;
        }
        
        .navbar-brand {
            font-weight: bold;
            font-size: 24px;
            color: #E31B23 !important;
			margin-top:-50px;
        }
        
        .navbar-default {
            background-color: #fff;
            border-bottom: 2px solid #E31B23;
			padding: 20px 0 50px 0;
        }
        
        .navbar-default .navbar-nav > li > a {
            color: #333;
            font-weight: 500;
        }
        
        .navbar-default .navbar-nav > li > a:hover {
            color: #E31B23;
        }
        
        .product-header {
            background: linear-gradient(135deg, #E31B23 0%, #4a7c4e 100%);
            color: white;
            padding: 40px 0;
            margin-bottom: 40px;
        }
        
        .product-header h1 {
            margin: 0;
            font-size: 42px;
            font-weight: bold;
        }
        
        .product-header p {
            font-size: 18px;
            margin-top: 10px;
        }
        
        .product-image {
            background: #f5f5f5;
            padding: 30px;
            border-radius: 8px;
            text-align: center;
            margin-bottom: 20px;
        }
        
        .product-image img {
            max-width: 100%;
            height: auto;
            border-radius: 4px;
        }
        
        .thumbnail-gallery {
            display: flex;
            gap: 10px;
            margin-top: 15px;
        }
        
        .thumbnail-gallery img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 2px solid #ddd;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s;
        }
        
        .thumbnail-gallery img:hover {
            border-color: #E31B23;
            transform: scale(1.05);
        }
        
        .price-box {
            background: #f9f9f9;
            padding: 25px;
            border-radius: 8px;
            margin-bottom: 20px;
            border: 2px solid #E31B23;
        }
        
        .price {
            font-size: 36px;
            color: #E31B23;
            font-weight: bold;
        }
        
        .old-price {
            font-size: 24px;
            color: #999;
            text-decoration: line-through;
            margin-left: 10px;
        }
        
        .btn-buy {
            background-color: #E31B23;
            color: white;
            padding: 15px 40px;
            font-size: 18px;
            border: none;
            border-radius: 4px;
            width: 100%;
            margin-top: 15px;
            transition: all 0.3s;
        }
        
        .btn-buy:hover {
            background-color: #1f4521;
            color: white;
        }
        
        .btn-quote {
            background-color: white;
            color: #E31B23;
            border: 2px solid #E31B23;
            padding: 15px 40px;
            font-size: 18px;
            border-radius: 4px;
            width: 100%;
            margin-top: 10px;
            transition: all 0.3s;
        }
        
        .btn-quote:hover {
            background-color: #E31B23;
            color: white;
        }
        
        .features-section {
            margin: 40px 0;
        }
        
        .feature-box {
            text-align: center;
            padding: 30px 20px;
            margin-bottom: 30px;
            border-radius: 8px;
            background: #f9f9f9;
            transition: all 0.3s;
        }
        
        .feature-box:hover {
            background: #fff;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            transform: translateY(-5px);
        }
        
        .feature-box i {
            font-size: 48px;
            color: #E31B23;
            margin-bottom: 15px;
        }
        
        .feature-box h3 {
            color: #E31B23;
            font-weight: bold;
            margin-bottom: 10px;
        }
        
        .specs-table {
            background: white;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        
        .specs-table table {
            margin-bottom: 0;
        }
        
        .specs-table th {
            background-color: #E31B23;
            color: white;
            font-weight: bold;
            padding: 15px;
        }
        
        .specs-table td {
            padding: 12px 15px;
        }
        
        .badge-custom {
            background-color: #ff6b6b;
            color: white;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 18px;
            font-weight: bold;
        }
        
        .benefits-list {
            list-style: none;
            padding: 0;
        }
        
        .benefits-list li {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
        }
        
        .benefits-list li:before {
            content: "\f00c";
            font-family: FontAwesome;
            color: #E31B23;
            margin-right: 10px;
            font-weight: bold;
        }
        
        footer {
            background-color: #333;
            color: white;
            padding: 40px 0 20px;
            margin-top: 60px;
        }
        
        footer h4 {
            color: #E31B23;
            margin-bottom: 20px;
			font-size: 22px;
        }
        
        footer a {
            color: #ffffff;
            text-decoration: none;
        }
        
        footer a:hover {
            color: #E31B23;
        }
		
		
.blog_section{margin-top:30px;}	
.blog_box{margin-bottom:30px;padding:20px;background-color:#f5f5f5;}
.blog-text{font-size:20px;font-weight:600;}
.blog-text a{font-size:20px;font-weight:600;color:#000!important;}
.read-btn{border:none;background-color:#E31B23!important;border-radius:30px;margin-top:20px;background-image:none!important;padding:10px 25px;font-size:16px;font-weight:bold;}
.intro-text{margin-top:26px;font-size: 18px;line-height: 24px;}
.core-usp-section {background-color: #f8f9fa}	
.woocommerce-breadcrumb{background-color:#E31B23;padding:10px;color:#fff;font-size:18px;margin-top:70px;}
.woocommerce-breadcrumb a{color:#ffffff!important;}
.product_title{color:#E31B23!important;font-size:30px!important;font-weight:bold!important;}
.woocommerce-loop-product__title{color:#E31B23!important;font-size:21px!important;font-weight:bold!important;}
.single_add_to_cart_button, .add_to_cart_button{background-color:#E31B23!important;color:#ffffff!important;font-size:16px!important;font-weight:bold!important;padding:10px 25px!important;border-radius:30px;border:solid 1px #e31b23;}
th,td{padding:10px 10px!important;}
.tabs li{padding:10px 25px!important;border:solid 1px #e31b23!important;background-color:#f5f5f5!important;}
.active{color:#E31B23!important;}
.woocommerce-Tabs-panel{padding:20px!important;border:solid 1px #E31B23;}
.woocommerce-product-gallery__wrapper,.p_box{border:solid 1px #E31B23!important;margin-bottom:30px;text-align:center;padding:10px;}
.single-product form.cart .quantity{float:none!important;}
.single_add_to_cart_button{margin-top:15px;}
.single_add_to_cart_button:hover {
  background-color: #fff!important;
  color: #E31B23!important;
  border:solid 1px #E31B23!important;
 /* box-shadow: 0 5px 15px rgba(0,0,0,0.2)!important; */
}
.add_to_cart_button:hover {
  background-color: #fff!important;
  color: #E31B23!important;
  border:solid 1px #E31B23!important;
 /* box-shadow: 0 5px 15px rgba(0,0,0,0.2)!important; */
}
.read-btn:hover {
  background-color: #fff!important;
  color: #E31B23!important;
  border:solid 1px #E31B23!important;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2)!important;
}
.woocommerce-loop-product__title{text-align:center;}
.add_to_cart_button{margin:auto;}
.woocommerce-Price-amount{display:block;margin:auto;text-align:center;margin-bottom:15px;font-size:16px;}
.entry-summary .woocommerce-Price-amount{text-align:left!important;}
.woocommerce-ordering{float:none!important;visibility:hidden;}
.touch-box{border:solid 1px #e31b23;margin-bottom:30px;padding:10px;}
.contact_section{padding:30px 0 30px 0;background-color:#f5f5f5;}
.map_section{padding:30px 0 30px 0;}
.quantity{display:none;}
.touch-section{padding:30px 0 30px 0;}
.fa-solid,.fa-brands{font-size:50px;color:#e31b23;}
.core-usp-section{padding:30px 0 30px 0;}
.usp-card{margin-top:20px;}
.introduction-section{padding:30px 0 30px 0;}
.core-usp-section h5{font-weight:bold;font-size:22px;}
.mvv-section{padding:30px 0 30px 0;background-color:#f5f5f5;}
.mvv-card h4{font-size:22px;font-weight:bold;color:#e31b23;margin:20px 0 15px 0;}
.mvv-card p{text-align:justify;}
.text-primary{color:#000000;}
.wp-block-heading{color:#e31b23;}
.touch-para a{color:#000;}
.mvv-card ul{margin-left:-27px;}
.wpcf7-form{background-color: #f5f5f5;
    padding: 30px;}
  .woocommerce-products-header{padding-bottom:0px!important;margin-bottom:20px;}
.woocommerce-result-count,.woocommerce-ordering{display:none;}
.panel-title{color:#000000;text-decoration:none!important;}
.panel-default{margin-bottom:20px!important;padding:8px 0;}
.faq_section{padding:40px 0 0px 0;}
.drop_arrow{float:right;}
.drop_arrow .fa-plus{font-size:30px!important;}
a:link {
    text-decoration: none !important;
}
a:visited {
    text-decoration: none !important;
}
a:active {
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
}
@media(max-width:991px){
	.navbar-brand img{margin-top:-40px;}
}
.whatsapp-info, .pulse {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    color: #fff;
    background: #1ab744;
    position: fixed;
    bottom: 8px;
    right: 10px;
    font-size: 45px;
    text-align: center;
    z-index: 999999;
    border-radius: 90%;
    height: 70px;
    width: 70px;
    line-height: 70px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.pulse {
    animation: pulse-animation 2s infinite;
}
.whatsapp .fa-whatsapp {
    color: #fff !important;
}
.product_meta{display:none;}
footer ul li{margin-bottom:15px;}
footer ul li a {font-size:18px;color:#ffffff!important;}
footer ul li a:hover{color:#e31b23;}
.widget_block{padding:25px;border:solid 1px #e31b23;margin-bottom:30px;}
.wp-block-group ul li a{color:#000!important;}
.entry-content ul li{font-size:18px;margin-bottom:15px;}
ul.wp-block-latest-posts li{border-bottom: solid 1px #e31b23;
    padding-bottom: 10px;
    margin-bottom: 15px;}
.date{color:#e31b23;margin:10px 0;}
.woocommerce-Tabs-panel h2{display:none;}
.entry{margin-top:0px;}
.price{display:none;}
.woocommerce-loop-product__title{margin-bottom:15px;}
.entry-footer{display:none;}
.company_section {
    background-color: #e31b23;
    padding: 25px 0 25px 0;
	text-align:center;
}
.company_section i{color:#fff;font-size:30px;}
.counter{color:#fff;font-weight:bold;font-size:42px;margin-top:10px;}
.feature_title{color:#fff;font-weight:bold;font-size:21px;margin-top:10px;}
ul.navbar-nav li.active a{color:#e31b23!important;}
.btn_wrap{text-align:center;}
.mvv-card ul li{font-size:18px;margin-bottom:10px;}
@media(max-width:991px){
	.company_box{margin-top:30px;}
	.blog-text{margin-top:15px;}
	.drop_arrow .fa-plus {
    font-size: 15px !important;
}
}
.owl-next{float:right;}
.owl-nav,.owl-dots{display:none;}