@charset "utf-8";
/* CSS Document */
.border-radius-20 {
    border-radius: 20px;
}
.space {
    padding: 70px 0px;
}

.font-20 {
    font-size: 20px;
    line-height: 30px;
}.product-bg{
    background: url("../metromeal/bg/product-bg.jpg");
}
.why-us-bg{
    background-color: #fffcfc;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.font-light {
    font-weight: 300;
}

.section-title h1 {
  font-size: 40px;
  padding-bottom: 0;
  margin-bottom: 0px !important;
  position: relative;
}
.section-title h3 {
  font-size: 40px;
  padding-bottom: 0;
  margin-bottom: 0px !important;
  position: relative;
}
.product-grid{
			text-align: center;
			border-radius: 5px;
			border: 2px solid #e5e5e5;
			margin-bottom: 10px;
		}
		a:hover{ text-decoration:none; }
		.product-grid .product-image a.image{ display: block; }
		.product-grid .product-image img{
			width: 100%;
			height: auto;
		}
		.product-grid .product-content{
			background: #fdf1f1;
			padding: 12px 15px;
		}
		.product-grid .title{
			font-size: 18px;
			font-weight: 500;
			text-transform: capitalize;
			margin: 0 0 7px;
		}
		.product-grid .title a{
			color: #000;
			transition: all 0.3s ease 0s;
		}

		.product-grid .price{
			color:#4A4A4A;
			font-size: 14px;
			font-weight: 400;
			margin: 0 0 10px;
		}
		.product-grid .button{
			color: #fff;
  background: #9B2420;
			font-size: 15px;
			font-weight: 500;
			text-transform: uppercase;
			padding: 12px 15px;
			text-align: center;
			display: block;
			box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
			transition: all .2s ease;
		}
		.product-grid .button:hover{ 
			color: #fff;
			background: #555151;
		}
/*
 @media (max-width: 768px) {
            .hidden-xs {
    display: none !important;
}
        }

@media (min-width: 992px) {
    #header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        transition: all 0.3s ease;
    }

     Optional: Add shadow when scrolling 
    #header-sticky.sticky-active {
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
}
*/
.footer-tagline p {
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 0px;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, #FF9933, #FFFFFF, #138808) 1;
}
.bg-cta-2{
   background: #331612;
background: linear-gradient(90deg,rgba(51, 22, 18, 1) 0%, rgba(110, 44, 41, 1) 50%, rgba(51, 22, 18, 1) 100%);
}
.bulk-order-bg{
     background: url("../metromeal/bg/bulk-order-bg.jpg");
}
.form-bg {
  background-color: #F1F1F1;
  padding: 20px;
}
.form-control, .input-text {
  padding: 14px 30px;
  outline: 0;
  background-color: #FFFFFF;
  margin: 10px;
  border: 1px solid #f4f5f8;
  color: #686a6f;
  font-size: 0.9rem;
  width: 100%;
}
.img-border {
    border: #D5D5D5 solid 1px;
    padding: 4px;
}
.myButton {
	box-shadow: 3px 4px 0px 0px #8a2a21;
	background:linear-gradient(to bottom, #9b2420 5%, #f24437 100%);
	background-color:#c62d1f;
	border-radius:18px;
	border:1px solid #d02718;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:18px;
	padding:7px 25px;
	text-decoration:none;
	text-shadow:0px 1px 0px #810e05;
}
.myButton:hover {
	background:linear-gradient(to bottom, #f24437 5%, #c62d1f 100%);
	background-color:#f24437;
    color:#ffffff;
}
.myButton:active {
	position:relative;
	top:1px;
}
.serviceBox{
    color: var(--main-color);
    background: var(--main-color);
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 20px 15px 15px;
    margin: 0 0 30px;
    border-radius: 50px 50px 0 0;
    position: relative;
    z-index: 1;
}
.serviceBox:before{
    content: "";
    background: linear-gradient(45deg,#fff,rgba(255,255,255,0.9));
    border-radius: 0 0 100px 100px;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
    position: absolute;
    top: 60px;
    left: 5px;
    right: 5px;
    bottom: -20px;
    z-index: -1;
}
.serviceBox .service-icon{
    color: #fff;
    background-color: var(--main-color);
    font-size: 40px;
    line-height: 80px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
}
.serviceBox .service-icon i{line-height:inherit}
.serviceBox .title{
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.serviceBox .description{
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin: 0;
    color: #424242;
}


.bredcrumb-h1 {
  font-size: 19px;
  color: #fff;
}
.title {
  font-size: 20px;
}
.product-item {
  height: 141px;
}
.recipe-title {
  color: #9b2420;
  font-size: 18px;
}

.product-title {
    font-weight: 700;
    font-size: 2.2rem;
}

.feature-box {
  transition: all 0.3s ease;
  background-color: #fceed4 !important;
  color: #fff;
  background: #F9EDD3;
  background: radial-gradient(circle,rgb(242, 238, 228) 0%, rgba(221, 182, 143, 0.75) 100%);
    background-color: rgba(0, 0, 0, 0);
  border: #75503d 1px dashed;
}

/* Hover effect */
.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
/*
    background-color: brown !important;
  color: #fff !important;
*/
}

/* While mouse is pressing down */
.feature-box:active {
  background-color: #ff6600; /* orange */
  color: #fff;
}

.feature-box:active i {
  color: #fff; /* icon turns white while clicking */
}


.feature-box h5 {
  transition: color 0.3s ease;
}

.feature-box:hover h5 {
  color: #181e23;
}
.text-orange {
  color: #9b2420;
}
/*
.feature-box p {
    font-size: 0.95rem;
    color: #555;
}
*/
.p-image{
   height: 514px; 
/*    margin-top: 41px;*/
}
.list {
  padding: 5px;
}
.btn-order {
  background-color: #9b2420 !important;
  color: #fff!important;
  margin-top: 8px;
 
}

.btn-order:hover {
  background-color: #000 !important; /* black on hover */
  color: #fff!important; /* keep text white */

}
.product-heading {
  font-size: 32px !important;
}
.info {
  color: #353434;
  padding-bottom: 10px;
}
.info-text {
  color: #444040;
}
.clients-border-1 {
    border:double 2px #E0DFDF;
    padding: 5px;
}
.serviceBox.red{ --main-color: #9B2420; }
.serviceBox.orange{ --main-color: #FFA63D; }

@media (max-width: 767px) {
  #blog .col-lg-6 {
    margin-bottom: 25px; 
  }
}
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 60px; }
}
 @media (max-width: 768px) {
            .hidden-xs {
    display: none !important;
}  
     .p-image {
  height: 400px;

}
     
        }

@media (min-width: 992px) {
    #header-sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        transition: all 0.3s ease;
    }

    /* Optional: Add shadow when scrolling */
    #header-sticky.sticky-active {
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
}

@media screen and (min-width: 1250px) and (max-width: 1500px) {
    .slider-four .slider-img {
        margin-left: 0;
        margin-top: 150px;     
        margin-right: -100px; /* adjusted negative margin */
        float: right;
    }
    
    .slider-four .slider-img img {
        position: relative;
        z-index: 1;
    }
}
@media screen and (min-width: 1250px) and (max-width: 1500px) {
  .pb-95 {
    padding-bottom: 48px !important;
  }
}
@media (max-width: 767px) {
  .blog-thumb2 img {
    margin-left: 0;
  }
    .blog-thumb2 img {
  width: auto;
  height: 350px;
  margin-left: 0;
}
}
