/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 02 2025 | 06:37:08 */
/* Add your CSS code here.

For example:
.example {
    color: red;
} */

/* Import Montserrat and Besley fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Besley:wght@400;500;600;700&display=swap');


*{
margin: 0;
padding: 0;
box-sizing: border-box;

}
html,body{
    width: 100%;
    height: 100%;
   font-family: Besley;
    background: #000;
    color: #FFF;
}

.relative{
	position: relative;
}
.landing{
    width: 100%;
    height: 100vh;
   position: relative;
  
  
}
.hemburger{
  position: absolute;
  left: 50px;
  top: 50px;
z-index:10;
  
  img{
    width: 80px;
    height: 70px;
  }
  
  
}
.hemburger:hover{
  filter: drop-shadow( 2px 2px 4px #F36450);
  cursor: pointer;
}
.main-menu , .products-menu , .faqs , .contact-form{
  
  width: 650px;
  height: 100%;
  max-height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  display: none;
  background-size:cover;
  background-image: url("https://primedistrictmeats.com/wp-content/uploads/2025/03/menu-bg-1.png");
  z-index: 10;
   overflow-y: hidden;

}

.product-overview{
    
  width: 474px;
  height: 100vh;

  background-image: url("https://primedistrictmeats.com/wp-content/uploads/2025/03/overview-bg.png");
  position: absolute;
  left: 650px;
  top: 0;
  padding: 20px;
  display: none;
  background-size:cover;
  overflow: hidden;
  z-index: 10;
}
a{
text-decoration:none;
font-size: 54px;
  -webkit-text-stroke-color:#F36450 ;
  -webkit-text-stroke-width: 3px;
  color: #FFFFFF;
  font-weight: 800;
text-transform:uppercase;
}

a:hover{
	 cursor: pointer;
  color: #FFF;
  text-shadow: 0px 0px 10px #F36450, 0px 0px 20px #F36450, 0px 0px 30px #F36450;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #F36450;
}

h1{
  font-size: 54px;
  -webkit-text-stroke-color:#F36450 ;
  -webkit-text-stroke-width: 3px;
  color: #FFFFFF;
  font-weight: 800;
  padding: 10px;
text-transform:uppercase;
margin:0;
}
h2 {
  color: #F3B3AA;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  max-width: 85%;
  line-height: 150%;
  padding: 10px;
  transition: text-shadow 0.2s ease-in-out, color 0.2s ease-in-out;
text-transform:uppercase;
margin:0;
}

button{
  background-color: transparent;
  border: none;
  cursor: pointer;
}
button:hover{
  background-color: transparent;
}
h1:hover {
  cursor: pointer;
  color: #FFF;
  text-shadow: 0px 0px 10px #F36450, 0px 0px 20px #F36450, 0px 0px 30px #F36450;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #F36450;
  
}
ul {
  list-style-type: none;

}

.faq-contact-link{
	font-size:32px;
 -webkit-text-stroke-width: 2px;
margin-bottom:0;
padding-bottom:0;
}
.faq-contact-link:hover{
	 -webkit-text-stroke-width: 2px;
}
.full-width{
	width: 100%;
   height:100%;
}
.product-burger:hover h2{
  cursor: pointer;
  color: #FFF;
  text-shadow: 0px 0px 10px #F36450, 0px 0px 20px #F36450, 0px 0px 30px #F36450;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F36450;
  transform: skewy(-1.8deg);
  transform-origin: left;
  width: fit-content;
}


.product-burger img {
  display: none;
  position: absolute;
  right: 1%; 
  top: 40%;
  transform: translateY(-50%);
  width: 80px; 
  height: auto;
}
.product-burger h2 {
  line-height:120%;
 
}

li:hover .product-burger img {
  display: block;
  animation: bell-shake .7s ease infinite;
  filter: drop-shadow( 2px 2px 4px #F36450);
  width: 90px;
  height: 80px;
  margin-bottom: 10px;
  

}
li.active .product-burger img {
  display: block;
  animation: bell-shake .7s ease infinite;
  filter: drop-shadow( 2px 2px 4px #F36450);
  width: 90px;
  height: 80px;
  
  margin-bottom: 10px;
  

}

li.active h2{
  cursor: pointer;
  color: #FFF;
  text-shadow: 0px 0px 10px #F36450, 0px 0px 20px #F36450, 0px 0px 30px #F36450;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #F36450;
  transform: skewy(-1.8deg);
  transform-origin: left;
  width: fit-content;
}
.product-burger{
  display: flex;
  border-bottom: dashed 2px #F36450;
  
    
  }
  li {
    position: relative;
    padding: 10px;
    cursor: pointer;
  }


  .products-menu-title:hover{
    text-shadow:none;
 cursor: default !important;
   
   
   }
   .links{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    padding: 40px 0px;
    align-items: start;
    height: 90%;
    padding-top:10px;
    
    
  }
 
  .products{
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    align-items: start;
    width: 100%;
    height: 80%;
  }


  .product-list{
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    width:100%
 
  
  }
  .product-list::-webkit-scrollbar {
    width: 10px;
  }

  .product-overview-content{
    display: flex;
    flex-direction: column;
    justify-content:start;
    align-items: center;
    padding-top: 40px;
    gap: 40px;
    height: 100%;
  }
  .product-img{
    width: 400px;
    height: 300px;
    img{
      width: 100%;
      height: 100%;
    }
  }


#product-title{
  color: #FFF;

text-align: justify;
font-size: 20px;
font-style: normal;
font-weight: 400;
padding: 10px 20px;

}
.see-recipe-btn{
  border-radius: 35px;
  border: 4px solid #F36450;
  display: flex;
padding: 10px 20px;
align-items: center;
justify-content: center;
gap:5px;
color: #F3B3AA;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: normal;
margin-top: 40px;
color: #F3B3AA;
}
.see-recipe-btn:hover{
color: #F3B3AA;
 
}


.full-recipe{
  width: 1124px;
  height: 100vh;

   z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  display: none;
   background-size:cover;
  background-image: url("https://primedistrictmeats.com/wp-content/uploads/2025/03/menu-bg-1.png");
  overflow: hidden;

}
.product-full-content::-webkit-scrollbar {
    display: none;
}

.product-full-content{
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;

  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
    height: 85%;
    overflow: hidden;
    overflow-y: scroll;
  h1{
    padding-left: 0;
font-size:40px;
-webkit-text-stroke-width: 1.5px;
  }
 h3{
  color: #F36450;
font-size: 28px;
font-style: normal;
font-weight: 700;
line-height: normal;
font-family: Montserrat;
text-transform: uppercase;
margin-bottom: 10px;
 }
 h4{
  color: #F3B3AA;

margin-bottom: 10px;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
font-family: Montserrat;
text-decoration-line: underline;
text-decoration-style: solid;
text-transform: uppercase;
 }

 ul li{
  margin: 0;
  padding: 0;
  line-height: 150%;
 font-size: 18px;
font-family: Montserrat;
font-weight: 400;

 }
 ol li{
  margin: 0;
  padding: 0;
  margin-left: 15px;
  line-height: 150%;
 font-size: 18px;
font-family: Montserrat;
font-weight: 400;
 }
}
.products-recipe-title:hover{
  text-shadow: none;
  cursor: default;


}
.full-content-conatiner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  
}
.receipe-left{
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  p{
    margin-bottom: 20px;
 font-size: 18px;
font-family: Montserrat;
font-weight: 400;
  }
 
}

.receipe-right{
  width: 45%;
  ol{
    margin-bottom: 20px;
    li{
    margin-left: 25px;
    
   }}
   p{
 font-size: 18px;
font-family: Montserrat;
font-weight: 400;
   }
}

































  @keyframes bell-shake {
0% { transform: translateY(-50%) rotate(0deg); }

50% { transform: translateY(-50%) rotate(-10deg); }

100% { transform: translateY(-50%) rotate(10deg); }
}









/* //faq section */
.faqs-list{
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 10px;
  margin-top: 20px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  scrollbar-width: none;

  .faq-questions-ans{
    display: flex;
    flex-direction: column;
    gap: 10px;
    .faq-question{
      font-size: 24px;
      -webkit-text-stroke-color: #F36450;
      -webkit-text-stroke-width: 1px;
      color: #FFFFFF;
      font-weight: 800;
      text-transform: uppercase;
    }
    p{
      color: #FFF;
      text-align: justify;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
    font-family: 'Montserrat';
    }

    ol{
      font-size: 18px;
      li{
        padding:0px;
      margin-left: 18px;
     line-height: 24px;
font-family: Montserrat;
      }
    }
    ul{
      font-size: 18px;
      li{
        line-height: 24px;
         margin-bottom: 0px;
         padding: 0;
font-family: Montserrat;
      }
    }
  }

  
}
.faqs-container{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    height: 90%;
    
}
.faq-main-container{
	padding:10px;
  height:100%;
}




  button:focus{
    background-color: transparent;
    border: none;
  }






  
/*   about-us page custome css */
.about-heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-left: 10px;
}

.about-glow-text {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    opacity: 0;  /* Initially hidden */
    margin-top: 30px;
	margin-left:60px;
flex-wrap:wrap;
}

.about-glow {
    font-size: 28px;
    -webkit-text-stroke-color: #F36450;
    -webkit-text-stroke-width: 1px;
    color: #FFFFFF;
    font-weight: 800;
    text-shadow: 0px 0px 10px #F36450, 0px 0px 20px #F36450, 0px 0px 30px #F36450;
    opacity: 0;  /* Initially hidden */
    transform: translateY(20px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}



.back-arrow-img {
    width: 30px; 
 
}

.back-arrow-img:hover {
    filter: drop-shadow(2px 2px 4px #F36450);
}

/* Animation for fading in the text */
.about-glow.active {
    opacity: 1;
    transform: translateY(0);
}
  
 

/* contact form css */
.input-field label{
color: #F3B3AA;

font-family: Montserrat !important;
font-size: 24px;
font-style: normal;
font-weight: 700 !important;
line-height: normal;
text-transform: uppercase;
}

.input-field input , textarea{
	border-radius: 4px;
    border: 1px solid #F36450 !important;

     background: #191919 !important;
	color:#F36450 !important;
    margin-bottom: 10px;
}
  
.form-button button{
	border-radius: 50px !important;
border: 1px solid #8D3A2E !important;
background: linear-gradient(180deg, #F36450 0%, #8D3A2E 100%) !important;
display: flex;
width: 400px;
height: 68px;
padding: 5px 16px;
justify-content: center;
align-items: center;
color: #FFF;
font-family: Montserrat !important;
font-size: 24px !important;
font-weight: 600 !important;
}
 

/* store locator css */

.store-locator {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.map-container{
    width: 100%;
    height: 100%;
    position: relative;
  
}

.map-container img{
    width: 100%;
    max-height:80vh ;  
    background-size: cover;
}



.left{
  position: absolute;
    top: 20px;
    left: 20px;
    width: 500px;
 z-index: 1000;
    border-radius: 60px;
border: 1px solid #565656;
background: #0E0E0E;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 10px 16px 10px 24px;
display: flex;
gap: 10px;

	
}

.left input{
    border: none !important;
    background: none;
    color: white;
    font-size: 16px;
    min-width: 210px;
color: #FFF;

font-family: Montserrat;

font-style: normal;
font-weight: 400;
line-height: 30px;
    

}
.left input:focus-visible{
    border: none !important;
    outline: none;
}

 .left .search-btn{
    border-radius: 25px;
    padding: 10px 30px;
    background-color:  #F36450;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    font-weight:600;
    justify-content: center;
    gap: 5px;
}
.map-container button:hover{
    cursor: pointer;
background:#000;
}
.right{
position: absolute;
    top: 20px;
    left: 85%;
 z-index: 1000;
 display:flex;
border-radius: 35px;
border: 1px solid #565656;
padding: 10px 12px;
background: #0E0E0E;
gap: 20px;
}
.map-container button{
    font-family: Montserrat;
font-size: 18px;
} 

.map-btn {
  border-radius: 27px;
  background: #1F1F1F;
  color: #7F7F7F;
  display: flex;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: 0.3s;
  cursor: pointer;
 
}

.map-btn:hover {
	background: linear-gradient(180deg, #F36450 0%, #8D3A2E 100%);
}
.map-btn.active {
  background: linear-gradient(180deg, #F36450 0%, #8D3A2E 100%);
   color:#fff;
}

.sidebar-btn{
    position: absolute;
    left: -2px;
    top: 50%;
}
.side-btn{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    height: 100px;
    border: none;
    border-radius: 0px 10px 10px 0px;
}
.sidebar-map{
    display: none;
    background: black;
    position: absolute;
    left: -2px;
    top: 0;
    height: 100%;
    width: 550px;
    background-size:cover;
    background-image: url("https://primedistrictmeats.com/wp-content/uploads/2025/03/menu-bg-1.png");
  
    display:none;
    max-height: 75vh;
  
   
}
.sidebar-inner{
    overflow: scroll;
    width:100%;
    height:100%;
  padding-bottom:20px;
}
.sidebar-inner::-webkit-scrollbar {
    display: none;
}

.hideMenu-btn{
    position: absolute;
    right: -20px;
    top: 50%;
   
    
}

.map-content-image{
    width: 100%;
    height: 280px;
    overflow: hidden;
}
.map-content-image img{
    width: 100%;
    height: 100%;
}

.map-content-tags{
    display: flex;
    gap: 10px;
    flex-direction: column;
    padding: 20px 16px;
}
.key-food-tag{
    color: #FFF;

font-family: Besley;
font-size: 28px;
font-weight: 800;
line-height: normal;
}
.address-tag{
    color: #FFF;

font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.map-content-direction{
	padding: 20px 16px;
}
.map-content-nearby{
	padding-left:15px;
   
    margin-top:20px;
    display:flex;
    flex-direction:column;
    align-items: start;
    gap:20px;

}
.nearby-store-container{
	display: flex;
      overflow-x: scroll;
    padding-right:15px;
    gap: 15px;
    width: 100%;
    
}

.nearby-store-container::-webkit-scrollbar {
    display: none;
}
.card-content{
border-radius: 9px;
border: 0.5px solid #585858;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
display: flex;
    flex-direction: column;
    min-width: 300px;
    gap: 10px;	
align-items: start;
    justify-content: space-between;
    padding: 15px;
}

.miles-direction{
	background: #282828;
display: flex;
padding: 10px;
justify-content: space-between;
align-items: center;
width:100%
}

.miles-direction span{
color: #FFF;

font-family: Montserrat;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;	
}
.miles-direction button{
	border-radius: 25px;
border: 1px solid #FFF;
display: flex;
padding: 10px;
justify-content: center;
align-items: center;
gap: 10px;
color:#ffffff;
}
.miles-direction button:hover{
	background: transparent;
}
.near-you-heading{
color: #FFF;

font-family: Besley;
font-size: 24px;
font-style: normal;
font-weight: 800;
line-height: normal;
}
.card-store{
	color: #FFF;

font-family: Besley;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.card-address{
	color: #FFF;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.card-image{
	  width: 100%;
    height: auto;
}
.card-distance{
	  color: #FFF;

font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.product-overview-details{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding-top:40px;
   gap: 10px;
  padding-bottom:30px;
   
}
.product-overview-details p{
	font-size:18px;
    color: #FFF;
    font-family: Montserrat;
line-height: 24px;
 font-weight: 400;
}


@media screen and (max-width: 1550px) {
	.about-glow {
		font-size:24px;

	}

}
 
@media screen and (min-width: 1020px) {
  
  .product-list{
    height: 80%;
  }
  
  }

@media screen and (min-width: 1440px) {
  
  .product-list{
    height: 100%;
  }
  
  }




.ff-message-success {
max-width: 400px;
}
.contacty-us-heading{
	padding:20px;
}
@media screen and (max-width: 1020px) and (max-width: 1130px){
	.main-menu , .products-menu , .faqs , .contact-form{
  
  width: 550px;

}

.product-overview{
    
  width: 474px;
  left: 550px;
 
}

a{

font-size: 44px;

  -webkit-text-stroke-width: 2px;
 
}

a:hover{
	
  -webkit-text-stroke-width: 2px;

}

h1{
  font-size: 44px;
 
  -webkit-text-stroke-width: 2px;
 
}
h2 {

  font-size: 38px;
}
.full-recipe{
  width: 1024px;


}
}






/* responsive mobile  */


 .mobile-back-button{
		  display:none;
	  }
  @media screen and (max-width: 768px) {

	  .backButton{
		  display:none;
	  }
	  .mobilee-head-back{
		  display: flex;
       align-items:center;
padding-left:0;
          
	  }
	  .mobile-back-button{
		          display: flex;
        padding: 0;
        width: 15px;
        margin-right: 15px;
	  }
 .hemburger {

    left: 0px;
    top: 0px;
}

.main-menu, .products-menu, .faqs {
    width: 96%;
    height: 100%;
    max-height: 100vh;
   
}
h1{
  font-size: 28px;
  
  -webkit-text-stroke-width: 1px;
  margin:0;
  font-weight: 800;
  padding: 0;
}
h2 {
 
  font-size: 20px;

  
}
	  a{
		    font-size: 28px;
  
  -webkit-text-stroke-width: 1px;
  margin:0;
  font-weight: 800;
  padding: 0;
	  }
li.active .product-burger img {

    width: 60px;
    height: 50px;

}
.product-burger:hover h2 {

    -webkit-text-stroke-width: 1.5px;
    
}
li.active h2 {
   
    -webkit-text-stroke-width: 1.5px;

}

.products {
 
    height: 100%;
}
    .product-list {
        height: 100%;
       margin-top:10px;
	  }
.product-overview {
    width: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    
}
	  .faq-contact-link {
      -webkit-text-stroke-width: 1px;
      font-size: 28px;
}
	  .close-padding{
		  padding-left:0px;
	  }
.back-arrow-img {
    width: 20px;
   
}
.store-locator {
    padding: 16px;
	  }
.faqs-list {
		  padding:0;
margin-top:20px;
	  }

.faqs-list {
      .faq-questions-ans {
        .faq-question {
            font-size: 18px;
             margin:0;
            line-height: normal;
           -webkit-text-stroke-width: .5px;
		  }
    }
}
.faqs-list {
     .faq-questions-ans {
        p {
           
            font-size: 16px;
          
            line-height: 20px;

        }
    }
}

.faqs-list {
     .faq-questions-ans {
        ul {
            font-size: 16px;
        }
    }
}


.faqs-list {
     .faq-questions-ans {
        ol {
            font-size: 16px;
        }
    }
}


}
h1 span{
	text-transform: lowercase;
}

/* fluent form css */
#fluentform_3_success{
	border:none;
width: 100%;
text-align:center;

	p{
		color: #F36450;

text-align: center;
font-family: Besley;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: 30px; /* 166.667% */
text-transform: uppercase;
width: 100%;

	}
}

/* For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment  */
.carousel-container {
display: none;
}
@media screen and (max-width: 780px) {
    #mobileProductBackBtn {
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
       
      }
      #mobileProductBackBtn img.back-arrow-img {
        display: block;
        height: 30px;
        width: auto;
      }
     
    
      /* .hemburger {
        display: block;
      } */
    

      .carousel-container {
        width: 100%;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        height: 100vh;
        background-image: url("https://primedistrictmeats.com/wp-content/uploads/2025/02/hero-bg.png");
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 40px;
        padding: 10px;
        z-index:111111;
        display: none;
      }
      .carousel-track {
        display: flex;
        transition: transform 0.4s ease;
        will-change: transform;
    
        height: 80vh;
      }
      .carousel-item {
        width: 95%;
        flex-shrink: 0;
        margin: 0 10px;
        border-radius: 14px;
        overflow: hidden;
        display: flex;
        align-items: stretch;
        justify-content: center;
        box-sizing: border-box;
      }
    
      /* Card Structure Styles */
      
      .product-card-overview,
      .product-card-recipe {
        width: 100%;
        padding: 30px 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-shrink: 0;
        overflow-y: auto;
        overflow-x: hidden;
      }
     .carousel-item-content {
        background: #000;
        width: 100%;
        border: 1px solid #565656;
        border-radius: 14px;
        color: #fff;
        display: flex;
        flex-direction: column;
        position: relative;
        max-height: 80vh;
        overflow-y: auto;
        overflow-x: hidden;

      }

      .product-card-overview h3{
        color: #F3B3AA;

font-family: Besley;
font-size: 18px;
font-style: normal;
font-weight: 800;
line-height: normal;
text-transform: uppercase;
text-align:center;
      }
      .product-card-overview img {
        width: 100%;
        max-width: 300px;
        height: auto;
        display: block;
        margin-bottom: 20px;
        margin-top: 20px;
        flex-shrink: 0;
      }
	.product-card-overview .see-recipe-arrow{
		width:30px;
        margin:0;
	}
      .carousel-content p{
        color: #FFF;

text-align: justify;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
      }
      
      .product-card-recipe {
        display: none;
        text-align: left;
        align-items: flex-start;
      }
    
      /* Recipe Content Layout */
    
      
      .product-card-recipe h3 {
        color: #FFF;
        -webkit-text-stroke-width: .5px;
        -webkit-text-stroke-color: #F36450;
        font-family: Besley;
        font-size: 16px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-transform: uppercase;
      }
      .product-card-recipe h4 {
        color: #F36450;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: uppercase;
      }
    
    
    
      /* Toggle visibility */
      .carousel-item-content.recipe-visible .product-card-overview {
        display: none;
      }
      .carousel-item-content.recipe-visible .product-card-recipe {
        display: flex;
      }
    
      /* Carousel Navigation */
      .carousel-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        z-index: 111;
        top: 50%;
        left: 0;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        transform: translateY(-50%);
        pointer-events: none;
      }
      .nav-btn {
        background: transparent;
        border: none;
        padding: 10px;
        cursor: pointer;
        flex-shrink: 0;
        pointer-events: auto;
      }
      .nav-btn:disabled {
        opacity: 0.5;
        cursor: default;
      }
      .nav-btn img {
        display: block;
      }
     
       
     
    
    
   
      .carousel-item {
        width: 90%;
        margin: 0 5px;
      }
      .carousel-item-content {
        max-height: 80vh;
        border-width: 1px;
      }
     
     
      .carousel-content {
        font-size: 13px;
        padding: 10px 0;
      }
      .see-recipe-btn {
        padding: 8px 12px;
        font-size: 13px;
        margin-top: 15px;
      }
      .recipe-back-btn {
            display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-left: 0;
    color: #F3B3AA;
    text-align: center;
    font-family: Besley;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: uppercase;
      }
      .recipe-back-btn img {
        width: 20px;
        height: 21px;
      }
      .product-card-recipe h3 {
        font-size: 18px;
        margin-bottom: 15px;
      }
      .product-card-recipe h4 {
        font-size: 14px;
      }

      .carousel-nav {
        top: 50%;
        padding: 0 5px;
      }
      .nav-btn {
        padding: 8px;
      }
	.product-card-recipe   ul{
		margin-bottom: 20px;
	}
      .product-card-recipe   ul li {
        margin: 0;
        padding: 0;
        line-height: 140%;
        font-size: 14px;
        font-family: Montserrat;
        font-weight: 400;
    }
	.product-card-recipe p{
		color: #FFF;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
	}
	.product-card-recipe   ol{
		margin-bottom:30px;
	}
	.product-card-recipe   ol li{
		color: #FFF;
     margin-left:18px;
   padding:0;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
	}
	.main-menu, .products-menu, .faqs, .contact-form {
     padding-left:15px;
      padding-right:15px;
}

	.about-glow {
		font-size:14px;

	}
.about-glow-text {
  gap:0px;
flex-direction:column;
    margin-left: 0px;
	
}
	.contact-form{
		max-width:100%;
	}
	.form-button button{
		width:200px;
	}


	.display-none-mobile{
		display:none;
	}


	.map{
		margin-top:55px;
	}
	.left{
    top: 0px;
    left: 0px;
	width: 100%;
    display: flex;
    height: 40px;
    padding: 5px 5px 5px 10px;
    justify-content: space-between;
    align-items: center;
     border-radius:10px;
	}
	.left .search-btn{
		border-radius: 5px;
         padding:5px;
	}

.right {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
   
   
}
	.map-btn{
		font-size: 14px;
    padding: 5px 20px;
	}

.sidebar-map {
    
    left: 0px;
    top: 65%;
    width:100%;
  
    
}
	.sidebar-inner {
		border-radius:15px;
	}

.map-content-image {

    height: 160px;
    
}
.key-food-tag {
  
    font-size: 20px;
  
}
	.up-down-btn{
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    width: 100px;
    border: none;
    border-radius: 10px 10px 0px 0px;

		
	}
.up-down-btn img{
			width: 20px;
             max-height: 10px;
}
	.button-up{
		position:absolute;
        left: 50%;
        top:-2%;
        transform:translate(-50%, -50%);
	}
}

/* General Styles */
 

  /* --- Media Queries --- */
  @media (min-width: 769px) {
    .carousel-container {
      display: none !important;
    }
 .up-down-btn{
	display:none;
}
  
  }
@media screen and (min-width: 769px) and (max-width: 1000px) {
 
	.right {
        left:68%;
}
.sidebar-map {
width: 450px;
	}
	.left{
		width:400px;
left:10px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
 
	.right {
        left:72%;
}

}

.product-overview-details{
height:100%;
overflow-y:scroll;	
}
.product-overview-details::-webkit-scrollbar {
    display: none;
}
