@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {

    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */
    --head-fonts:"Poppins", sans-serif;
    --body-fonts:"Poppins", sans-serif;
    /* ~-~-~-~-~ declare font family & weight ~-~-~-~-~ */

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:60px ;    
    --f-size-XL: 48px;    
    --f-size-L: 40px;    
    --f-size-M:30px;
    --f-size-S:24px ;
    --f-size-Sm: 18px;
    --f-size-Body: 18px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

    /* ~-~-~-~-~ common transition ~-~-~-~-~ */
    --common-transition: all 0.5s ease;
    /* ~-~-~-~-~ common transition ~-~-~-~-~ */

    /* ~-~-~-~-~ colors ~-~-~-~-~ */
    --clr-primary:#BB1D19;
    --head-clr:#3A2610;
    --clr-secondary:#F3DDCD;
    --body-clr:#555555;
    --white:#ffffff;
    --black:#111111;
    --clr-green:#4E5E39;
    /* ~-~-~-~-~ colors ~-~-~-~-~ */
}

/* html { overflow-x: hidden; } */
body { font-size: var(--f-size-Body);margin: 0; padding: 0; font-family: var(--body-fonts); line-height: 1.2; font-weight: 400; color: var(--body-clr); transition: var(--common-transition); }

h1, h2, h3, h4, h5, h6 { font-family: var(--head-fonts) ; margin: 0 0 20px; padding: 0; line-height: 1.1; font-weight: 600 !important; color: var(--head-clr);text-transform: capitalize; }

h1, .h1 {font-size: var(--f-size-XXL);  color: var(--white); }
h1:last-child, .h1:last-child { margin-bottom: 0; }
h2, .h2 {font-size: var(--f-size-XL);color: var(--clr-green);}
h3, .h3 {font-size: var(--f-size-L);}
h4, .h4 {font-size:var(--f-size-M); color: var(--black);}
h5, .h5 {font-size: var(--f-size-S); }
h6, .h6 {font-size: var(--f-size-Sm);font-family: var(--body-fonts); font-weight: 500 !important;color: var(--clr-primary); }
body.no-banner h1 { color: var(--head-clr);margin-bottom: 40px; }
p, .p{ margin: 0 0 20px; padding: 0; line-height: 1.5; font-size: var(--f-size-Body);color: var(--body-clr);font-weight: 400; } 
p:last-child{margin: 0;}
img { max-width: 100%; }
a, img { border: 0; text-decoration: none; outline: none; }
a, a:link, a:visited, a:focus, a:hover {  outline: none; text-decoration: none; transition: var(--common-transition); color: var(--dark);}
a:hover{  text-decoration: none; transition: var(--common-transition); }
ul{list-style: none; padding-left: 0;}
textarea, select, .form-control { font-size: 16px; width: 100%; border-radius: 6px; margin-bottom: 15px; outline: none !important; box-shadow: none !important; font-weight: 300; color: #000; height: 48px; margin: 0; border: 1px solid var(--Color-Neutral-black, rgba(0, 0, 0, 1));  }
textarea { /*padding: 18.5px 20px;*/ min-height: 100px !important; height: auto; resize: none; }
input[type="submit"] {  transition: all 0.3s ease 0s; outline: none; letter-spacing: normal;height: auto; }
textarea:focus, select:focus, .form-control:focus, .form-select:focus { box-shadow: inherit!important;    border-color: #000;    }
.form-group{margin-bottom: 20px;}


select, .form-select { font-size: 16px; padding: 12px 20px; border-radius: 6px; color: #000; line-height: 1; font-weight: 400; appearance: none; background: transparent; border: 1px solid var(--Color-Neutral-black, rgba(0, 0, 0, 1)); background-image: url(../images/select-arrow-1.svg); background-repeat: no-repeat; background-position: 84% center;background-size: 15px; }


.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}
.field-group { margin-bottom: 30px; }
 input.wpcf7-not-valid { border: 1px solid #dc3232 !important; } 


.wpcf7-not-valid-tip { font-size: 0; margin-top: 0; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,.wpcf7 form.sent .wpcf7-response-output { font-size: 14px; }
input.mailpoet_text.parsley-error { border: 1px solid #900 !important; }
.parsley-required, .parsley-custom-error-message { font-size: 0; }
/* --- for placeholder color --- */
input::-moz-placeholder , .form-control::-moz-placeholder { color: #555555; opacity: 1; font-weight: 400; font-size: 14px;}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder { color:#555555; font-weight: 400;font-size: 14px;}
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder { color: #555555; font-weight: 400;font-size: 14px;}
::-webkit-input-placeholder { text-transform: capitalize;font-weight: 400;font-size: 14px; }
 
:-moz-placeholder { text-transform: capitalize;font-weight: 400;font-size: 14px; }
 
::-moz-placeholder { text-transform: capitalize;font-weight: 400;font-size:14px; }
 
:-ms-input-placeholder { text-transform: capitalize;font-weight: 400;font-size: 14px; }
/* --- for placeholder color --- */

label, .maxchar { margin-bottom: 15px; color:#555555; font-weight: 500; font-size: 18px;font-family: var(--body-fonts);} /* desktop size 18 and mobile size 15 */
label.form-label span { margin-right: 8px; }

.common-padding{ padding-top: 80px; padding-bottom: 80px; }
.common-padding-bottom{ padding-bottom: 80px; } 
.mt-60{margin-top: 60px;}
.mt-50{margin-top: 50px;}
.mt-40{margin-top: 40px;}
.head-center{margin: 0 auto 40px; text-align: center;width: auto; max-width: 1156px;}

.btn, a.btn { font-family: var(--body-fonts); font-size: 16px; font-weight: 500; line-height: 1; color: var(--white);  background: var(--clr-primary);  align-items: center; border-radius: 8px; padding:17px 50px; transition: var(--common-transition); justify-content: center; text-transform: capitalize;    display: flex ; width: max-content;border: 2px solid transparent; }
.btn:hover, a.btn:hover, :not(.btn-check)+.btn:active { background: var(--clr-green) !important ; color: var(--white) !important;border: 2px solid var(--clr-green); }
.btn-check:focus+.btn, .btn:focus { box-shadow: inherit;}

.btn.light, a.btn.light { background: transparent !important; color: var(--clr-primary) !important; border: 1px solid #BB1D19;   }
.btn.light:hover, a.btn.light:hover{background: var(--clr-primary)!important; color: var(--white) !important; }


.btn.white, a.btn.white{background:#fff !important;color: var(--head-clr) !important;border: 2px solid var(--white); }



.container-fluid { max-width: 1744px;}
/* -- Container adjustment -- */
@media screen and (min-width: 1599px) {  
  .container{max-width: 1440px;}
}
@media screen and (min-width: 1699px) {  
  .container{max-width: 1648px;}
}

/* -- Container adjustment -- */


/* ~-~-~-~-~-~-~-~-~-~ global adjustments ~-~-~-~-~-~-~-~-~-~ */

/* -- Header -- */

.hdr-wrap { display: flex; align-items: center; }
.logo-wrap a { width: 100%; max-width: 190px; display: block; }
.main-header { position: fixed; z-index: 9; width: 100%; height: auto; top: 0; left: 0; right: 0; }
.hdr-wrap { display: flex; align-items: center;justify-content: space-between;}
.hdr-wrap .hdr-btn span img { max-width: 20px; }
.hdr-wrap .logo a { max-width: 154px; width: 100%;transition: var(--common-transition);display: block;    position: relative;
    z-index: 9999; }
.hdr-wrap ul { display: flex; align-items: center; padding: 0; list-style: none; margin: 0; }
.main-menu ul li:not(:last-child) { margin-right:40px; }
.main-menu ul li.current-menu-item a, .main-menu ul li:hover a {color: var(--white) !important;}
.main-menu ul li a { font-family: var(--body-fonts); color: var(--white); font-size: 16px; font-weight: 500; padding: 30px 10px; }

.main-menu .hdr-btn{display: none;}
.main-menu ul li.menu-item-has-children ul.sub-menu li:hover {color: #00F5F5;}
.main-header.no-banner { background: var(--clr-light-blue); position: relative;}
                          
.header-sticky, .header-sticky .no-banner { left: 0; position: fixed; top: 0; width: 100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.5s; -ms-animation: slide-down 0.5s; -webkit-animation: slide-down 0.5s; z-index: 99; box-shadow: 0 0px 10px rgb(226 185 124 / 30%); background-color: #0000001c; backdrop-filter: blur(29px); }
.header-sticky .hdr-wrap .logo a { transition: var(--common-transition); margin-bottom: -58px;position: relative;
    z-index: 9999; }
.header-sticky .callnow strong { font-size: 14px;}
.header-sticky .btn { padding: 17px 50px; font-size: 14px;  }
.header-sticky .callnow span { width: 40px; height: 40px; }
.header-sticky .main-header { background: #411A19;  }
.header-sticky .upper-header { display: none; }
.header-sticky .main-header{top: 0;}
.header-sticky a.hdr-search img { max-width: 26px; }
.upper-header { background: rgba(230, 214, 182, 0.8); }
.upr-hdr-right a { font-weight: 600;color: var(--head-clr); display: flex; align-items: center; }
.upr-hdr-right a span img { width: 20px; margin-right: 5px; }
.hdr-wrap .hdr-btn { display: flex; align-items: center;     gap: 20px; }
.nav_btn { display: none;}
.hdr-wrap .mobileview {display: none;}

.main-header-wrap.d-flex { justify-content: space-between;align-self: center;}
.navigation-wrap { display: flex; align-items: center; }
.header-logo a { max-width: 214px; width: 100%; height: 100%; display: block; }
.header-top { background: #F8F9FC; padding: 6px 0; color: #1A1A1A; }
.header-top p{margin-bottom: 0; display: inline-block; padding: 0 30px; position: relative;}
.header-top p:before{ position: absolute; left: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.header-top p:after{ position: absolute; right: 0; top: 7px; content: ""; background: url(../images/star.png); width: 12px; height: 12px;}
.login-holder ul { padding: 0; margin: 0; list-style: none;text-align: right; }

.login-holder ul li { display: inline-block; padding-left: 30px; }
.login-holder ul li a{color: #1A1A1A;}
/* dropdown */

/* * sticky start */ 

.main-header.fixed {  left: 0; position: fixed; top: 0; width:100%; transition: all 0.5s; -ms-transition: all 0.5s; -webkit-transition: all 0.5s; animation: slide-down 0.7s; -ms-animation: slide-down 0.7s; -webkit-animation: slide-down 0.7s; z-index: 999; background-color: var(--clr-secondary);} 


header.fixed .logo-wrap a img { max-width: 159px; }
header.fixed .main-header ul.nav li a { padding: 30px 0; }
header.fixed .btn { padding: 15px 40px; font-size: 16px; }
header.fixed .gt_switcher.notranslate .gt_selected a { padding: 12px 5px !important; width: auto !important; }
header.fixed .gt_option { top: 51px; width: 164px !important; padding: 9px 3px; }


@keyframes slide-down { 

0% {transform: translateY(-100%); 
-moz-transform: translateY(-100%); 
-webkit-transform: translateY(-100%); 
-o-transform: translateY(-100%);
-ms-transform: translateY(-100%); } 
100% { 
transform: translateY(0); 
-moz-transform: translateY(0); 
-webkit-transform: translateY(0); 
-o-transform: translateY(0); 
-ms-transform: translateY(0); } 
}

/* sticky end */
/* hamburger start */
.close-nav{display: none;}

.hamburger-nav { position: relative; width: 27px; height: 21px; z-index: 1; display: none; }
.hamburger-nav span{width: 100%; height: 3px; background-color: var(--primary); position: absolute;}
.hamburger-nav span:first-child{top: 0;}
.hamburger-nav span:nth-child(2){top: 8px;}
.hamburger-nav span:last-child{top: 16px;}

.hamburger { display: none; height: 26px; margin-right: 0px; }
.hamburger a.main-nav-toggle { display: block; width: 25px; height: 25px; position: relative; }
.hamburger a.main-nav-toggle:after, .hamburger a.main-nav-toggle:before { content: ""; position: absolute; top: 5px; height: 0; border-bottom: 2px solid var(--clr-primary); width: 100%; left: 0; right: 0; transition: all ease-out 0.3s; }
.hamburger a.main-nav-toggle:after { top: 18px; }
.hamburger a.main-nav-toggle i { display: block; text-indent: 100%; overflow: hidden; white-space: nowrap; height: 2px; background-color: var(--clr-primary); width: 100%; position: absolute; top: 50%; transition: all ease-out 0.1s;transform: translateY(-50%); }
.hamburger a.main-nav-toggle.active-menu:after { transform: rotate(-45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu:before { transform: rotate(45deg); transform-origin: center; top: 50%; }
.hamburger a.main-nav-toggle.active-menu i { opacity: 0; }

/* hamburger end */    

body.open { height: 100vh; overflow: hidden; }
body.fixed-gap { margin-top: 94px; }
.upper-header-cont{display: flex; justify-content: space-between;padding: 10px 0; align-items: center;}
.upper-header-cont h6 { margin-bottom: 0; }


.header-is-fixed { padding-top: 131px; }
@keyframes slide-down {
  0% {
      opacity: 0;
      transform: translateY(-100%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}

/* sub menu */
li.menu-item-has-children{position: relative;display: inline-block;}
.main-menu ul li.menu-item-has-children a{margin-right: 15px;}
li.menu-item-has-children > ul.sub-menu { display: none; position: absolute; background: #FFF; box-shadow: 0px 4px 6px 0px rgba(46, 45, 45, 0.16); min-width: 274px; z-index: 1; margin-top: 14px; left: -7px; padding: 0px; list-style: none; }
li.menu-item-has-children ul.sub-menu a{display: block;color: var(--clr-secondary);;font-weight: 500;margin-right: 0;padding: 8px 15px;font-size: 15px;}

li.menu-item-has-children:hover ul.sub-menu {display: block;}
li.menu-item-has-children:hover a::after { transform: translate(0%, -19%) rotate(180deg); color: var(--primary); }
li.menu-item-has-children > ul.sub-menu li { margin: 0; }
/* li.menu-item-has-children ul.sub-menu li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); } */
li.menu-item-has-children ul.sub-menu li{margin-right: 0;width: 100%;padding: 0;} 
.main-header ul.sub-menu li:last-child { padding-right: 10px; }
li.menu-item-has-children ul.sub-menu li:last-child{border: 0;}
li.menu-item-has-children > ul.sub-menu li:hover a{color: var(--clr-primary) !important;}
ul.sub-menu .current_page_item a { color: var(--secondary) !important; }
ul.lang-btn li a { display: flex; align-items: center; gap: 5px; padding: 5px 22px 5px 5px; border: 2px solid white; border-radius: 41px; }
ul.lang-btn li a:hover { color: var(--secondary); border: 2px solid var(--secondary); }
li.menu-item-has-children > a::after { position: absolute; top: 4px; content: "\f0d7"; font-family: "Font Awesome 7 Free"; font-weight: 900; font-size: 14px; margin-left: 0; color: var(--green); transition: var(--common-transition); right: 0; }
ul.lang-btn li { padding: 20px 0; }
.header-social-media-toggle{display: none;}
/* sub sub menu dropdown start */
.navigation ul>li ul.sub-menu li a:hover { background: var(--primary); color: var(--white); } 
.navigation ul>li ul.sub-menu li ul.sub-menu { left: 100%; top: -36px; display: none; margin: 0; }
.main-header ul.nav li ul.sub-menu li a:hover { color: var(--clr-primary); }
.navigation ul>li ul.sub-menu li.menu-item-has-children > a::after { transform: rotate(-90deg); }
.minus, .plus{display: none;} 
@media only screen and ( min-width:1199px ){
.navigation ul>li ul.sub-menu li.menu-item-has-children:hover > ul.sub-menu { display:block; }  
}
.navigation h3{color: var(--clr-white); text-align: center; font-weight: 400;letter-spacing: 9px;}
.navigation ul.nav li ul.sub-menu li.current-menu-item a { border: none; color: var(--clr-primary) !important; }
/* sub-sub-menu */
.navigation ul li.current-menu-item ul.sub-menu li a { border: none; }
ul.nav li ul.sub-menu li.menu-item-has-children  a::after { top: 40% !important; }
li.menu-item-has-children ul.sub-menu li.menu-item-has-children{padding: 10px;}

a.hdr-search img{max-width: 33px;}
body.no-banner .main-header { position: relative; background:#411A19 ; }
body.no-banner .main-menu ul li a { color: #fff; }
/* sub-sub-menu */
/* new css */

/* --- Navigation Underline Animation --- */

.main-menu ul li a { position: relative; text-decoration: none; display: inline-block; }

/* Create the initial state of the underline */
.main-menu ul li a::after { content: ''; position: absolute; left: 0; bottom: 20px; width: 0; height: 1px; background-color: var(--white); transition: width 0.4s ease-in-out; }
.main-menu ul li:hover a::after, .main-menu ul li.current-menu-item a::after { width: 100%; }
.main-menu ul li:hover a, .main-menu ul li.current-menu-item a { color: var(--white); }
.header-sticky .main-menu ul li a::after { background-color: var(--white); }
/* new css */
/* header end */

/* banner sec start */
.banner-section { height: 87vh; }
.banner-section.inner-bnr-sec { height: 70vh; }
.banner-sec-outer-wrap { height: 100%; display: flex; align-items: center;position: relative;  }
.banner-sec-outer-wrap::before{position: absolute;content: "";background: linear-gradient(144.89deg, #820300 13.63%, rgba(130, 3, 0, 0) 76.07%);width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 1;}
.banner-sec-outer-wrap::after { position: absolute; content: ""; background: linear-gradient(23deg, #BA9400 -16.28%, rgba(186, 148, 0, 0) 81.11%); width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; }
.bnr-cont-wrap { max-width: 718px;position: relative; z-index: 2;   padding-top: 70px; }
.bnr-cont-wrap p { color: #fff; }
/* banner sec end */

/* --- Categories Section Styling --- */

.category-card { background-color: var(--clr-secondary); border-radius: 20px; padding: 30px 20px; text-align: center; height: 100%; display: flex; flex-direction: column; align-items: center; transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease; cursor: pointer; }

.category-card:hover .btn.light { background-color: var(--clr-primary) !important; color: var(--white) !important; border-color: var(--clr-primary); }

.category-card .img-holder { width: 150px; height: 150px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; }
.category-card .img-holder img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0px 10px 15px rgba(0,0,0,0.2)); transition: transform 0.4s ease; }
.category-card h5 { font-size: 20px; font-weight: 700; margin-bottom: 25px; color: var(--black); min-height: 48px; display: flex; align-items: center; }

/* --- Category Card Hover Effects --- */

/* 1. The Main Card Zoom */


/* --- About Section Specifics --- */

.about-soul-section {  position: relative; }
.about-soul-section::before{position: absolute;content: "";background: linear-gradient(90deg, #BA9400 1.72%, #BB1D19 79.11%);
width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; opacity: 0.7;}
.about-bg-wrap { padding: 20px; border-radius: 30px; }
.about-bg-wrap .row.align-items-center { align-items: stretch !important; }
.about-img { position: relative; padding: 0 0 58%; border-radius: 36px; max-width: 649px; height: 100%;overflow: hidden; }
.about-img img {position: absolute; width: 100%;height: 100%;  object-fit: cover; top: 0; right: 0; bottom: 0; left: 0;  }
.about-card { background-color: var(--clr-secondary); padding: 37px; border-radius: 52px; height: 100%; display: flex; flex-direction: column; justify-content: center; border: 3px solid transparent; }
.about-soul-section .container { position: relative; z-index: 1; }


/* --- Featured Recipes Section Styling --- */

.recipe-card { background-color: var(--clr-secondary); border-radius: 20px; overflow: hidden; height: 100%; transition: var(--common-transition); padding: 30px 27px; display: flex; flex-direction: column; }
.recipe-card:hover .recipe-content a.btn { background-color: var(--clr-primary) !important; color: var(--white) !important; }

.recipe-img { position: relative; padding: 0 0 58%; border-radius: 20px; max-width: 649px; overflow: hidden; flex-shrink: 0; }
.recipe-img img { position: absolute; width: 100%; height: 100%; object-fit: cover; top: 0; right: 0; bottom: 0; left: 0; }

.recipe-content { margin-top: 20px; display: flex; flex-direction: column; flex-grow: 1; }
/* .recipe-content p { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; } */
.recipe-content a.btn { width: 100%; margin-top: auto; }


/* --- Featured Recipe Card Adjustments --- */



/* --- Footer Section Styling --- */

.footer-sec { position: relative; background: url('../images/footer-bg-pattern.jpg') no-repeat center; background-size: cover; color: var(--white); }
.footer-sec .main-menu ul li a { padding: 0 0 10px 0; }
.footer-sec  .main-menu ul li a::after { bottom: 0; }

.footer-sec .main-menu ul li.current-menu-item a::after{width: 0;}
.footer-sec .main-menu ul li:hover a::after { width: 100%; }

.footer-sec::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.85);  z-index: 1;opacity: 0.9; }
.footer-sec .container { position: relative; z-index: 2;  }
.footer-logo img { max-width: 180px; }

.footer-socials a { width: 45px; height: 45px; background: var(--white); color: var(--clr-primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 18px; transition: var(--common-transition); }

.footer-socials a:hover { background: var(--clr-primary); color: var(--white); }
.footer-sec h5 { position: relative; padding-bottom: 10px; font-size: 20px;color: var(--white); }

/* The yellow underline under footer headings */
.footer-sec h5::after { content: ""; position: absolute; bottom: 0; left: 0; width: 50px; height: 2px; background: #BA9400; /* Matching the yellow in the pattern */ }

.footer-links ul li { margin-bottom: 12px; }
.footer-links ul li a { color: var(--white); font-size: 16px; transition: var(--common-transition); }
.footer-links ul li a:hover { color: var(--clr-secondary); padding-left: 5px; }
/* Newsletter Input Styling */
.footer-input { background: rgba(255, 255, 255, 0.1) !important; border: 1px solid rgba(255, 255, 255, 0.3) !important; color: var(--white) !important; height: 48px !important; }
.footer-input::placeholder { color: rgba(255, 255, 255, 0.6) !important; }

.copyright-bar{border-top: 1px solid #AEBBCB;padding: 30px;}
.copyright-bar p { font-size: 16px; color: var(--white); }
.ftr-cont{max-width: 650px;}

.footer-newsletter form.wpcf7-form.init p input, input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.w-10 { width: 100%; line-height: 1; height: auto; }
.footer-newsletter form.wpcf7-form.invalid p { position: relative; }
.footer-newsletter form.wpcf7-form.invalid p span.wpcf7-spinner { position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
/* Remove the yellow line from copyright section */

/* about us start */
.story-img-wrapper { position: relative; padding: 0 0 58%; border-radius: 36px; max-width: 649px; height: 100%;overflow: hidden;margin-left: auto; }
.story-img-wrapper img {position: absolute; width: 100%;height: 100%;  object-fit: cover; top: 0; right: 0; bottom: 0; left: 0;  }

/* about us end */

/* our-mission-section start */
.our-mission-section.common-padding { background-color: #EEEEEE; }
.our-mission-img-wrapper { position: relative; padding: 0 0 58%; border-radius: 36px; max-width: 649px; height: 100%;overflow: hidden;}
.our-mission-img-wrapper img {position: absolute; width: 100%;height: 100%;  object-fit: cover; top: 0; right: 0; bottom: 0; left: 0;  }
/* our-mission-section end */

/* share-section start */
.share-section {  position: relative; overflow: hidden; }
.share-section::after{position: absolute; content: "";background: linear-gradient(90deg, #BA9400 1.72%, #BB1D19 79.11%);
width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; opacity: 0.8;}
.share-section .container{position: relative; z-index: 2;}
.share-content h6, .share-content h2, .share-content p { color: #fff; }
.share-content { max-width: 846px; }

ul.share-list { padding: 0; margin: 0; list-style: none; }
ul.share-list li { background: var(--white); border-radius: 50px; padding: 6px; margin-bottom: 30px; display: flex; align-items: center; transition: var(--common-transition); }
ul.share-list li:last-child { margin-bottom: 0; }

ul.share-list li .number { background-color: var(--clr-primary); color: var(--white); width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-weight: 700; font-size: 16px; margin-right: 20px; flex-shrink: 0; }
ul.share-list li h5 { margin: 0; color: #555555;}

/* share-section end */

/* Custom Filter Button Styling */
.filter-btn { background-color: #efefef !important; color: var(--head-clr) !important; border: 1px solid #111111 !important; border-radius: 50px !important; padding: 15px 30px !important; font-size: 16px; font-weight: 500; text-transform: none; display: flex; align-items: center; justify-content: space-between; height: 60px; }


.category-btn { min-width: 280px; }

/* Dropdown Menu Customization */
.dropdown.filter-dropdown button { min-width: 152px; }
.dropdown.filter-dropdown button:hover span img { filter: invert(1); }
.custom-dropdown .dropdown-menu { border-radius: 15px; margin-top: 10px !important; min-width: 200px; }
.custom-dropdown .dropdown-item { padding: 8px 10px; font-weight: 500; color: var(--head-clr); transition: var(--common-transition); }
.custom-dropdown .dropdown-item:hover,.filter-dropdown ul.dropdown-menu li a:hover  { background-color: var(--clr-green); color: var(--white); }
.filter-btn::after { display: none; }

.filter-controls-wrap ul.dropdown-menu { min-width: 262px; margin-top: 10px !important;box-shadow: 0px 4px 10.7px 0px #00000040; border-radius: 11px;padding: 20px;z-index: 1;}
.filter-controls-wrap ul.dropdown-menu li a{padding: 10px; display: block; margin-bottom: 10px;border-radius: 5px;}
.dropdown.custom-dropdown ul.dropdown-menu .text-success { color: var(--clr-primary) !important; }

.filter-controls-wrap .dropdown.custom-dropdown ul.dropdown-menu { overflow-y: auto; scrollbar-width: thin; scrollbar-color: #4A5D45 transparent;height: 265px; overflow-y: scroll;z-index: 3; }
.filter-controls-wrap .dropdown.custom-dropdown ul.dropdown-menu::-webkit-scrollbar { width: 3px; }
.filter-controls-wrap .dropdown.custom-dropdown ul.dropdown-menu::-webkit-scrollbar-track { background: transparent; margin: 15px 0; }
.filter-controls-wrap .dropdown.custom-dropdown ul.dropdown-menu::-webkit-scrollbar-thumb { background-color: #4A5D45; border-radius: 10px; }
.filter-controls-wrap .dropdown.custom-dropdown ul.dropdown-menu::-webkit-scrollbar-thumb:hover { background-color: #354432; }

.filter-controls-wrap .dropdown.custom-dropdown button.category-btn.show svg { transform: rotate(180deg); }
/* Contact Section Specifics */
.contact-section { background-color: var(--white); /* Or any background you prefer */ }
.contact-form-card { background-color: var(--clr-secondary); padding: 50px; border-radius: 40px; height: 100%; }


.contact-form-card .form-label { font-size: 18PX; font-weight: 500; color: #000; margin-bottom: 20PX; display: block; }
.contact-form-card .form-control { background-color: var(--white); border: none; border-radius: 30px; height: 55px; padding: 10px 20px; font-size: 14px; transition: var(--common-transition); }
.contact-form-card textarea.form-control { height: 150px; padding-top: 15px; }
.contact-form-card .form-control::placeholder { color: #A0A0A0; font-weight: 400; }

.contact-form-card h2 { margin-bottom: 30px; }
.contact-form-card .form-control:focus { box-shadow: 0 0 0 2px var(--clr-primary); border-color: transparent; }
.contact-form-card .btn { min-width: 241PX; }

.contact-img-wrap{ position: relative; padding: 0 0 78%; border-radius: 40px;  height: 100%;overflow: hidden;}
.contact-img-wrap img {position: absolute; width: 100%;height: 100%;  object-fit: cover; top: 0; right: 0; bottom: 0; left: 0;  }

.contact-form-card form.wpcf7-form.init input { height: auto; }


.category-btn { appearance: none;  -webkit-appearance: none; -moz-appearance: none; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 1.25rem center; background-size: 16px 12px; border-radius: 50px !important;  border: 1px solid #333 !important; padding: 10px 40px 10px 20px !important; font-size: 14px; color: #333; background-color: #fff; cursor: pointer; width: 100%; max-width: 280px; }


.category-btn:focus { border-color: #6d7e5e !important;  box-shadow: 0 0 0 0.25 margin rgba(109, 126, 94, 0.25); outline: 0; }
.category-btn option { padding: 10px; background-color: #fff; color: #333; }

/* Styling the Sort Select Box */
.sort-select { appearance: none; -webkit-appearance: none; -moz-appearance: none;  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' class='bi bi-filter-left' viewBox='0 0 16 16'%3E%3Cpath d='M2 10.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 0 1h-3a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm0-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-size: 18px; background-color: #f0f0f0 !important; border-radius: 50px !important; border: 1px solid #333 !important; padding: 8px 40px 8px 20px !important; font-size: 14px; width: auto; min-width: 140px; cursor: pointer; }


.sort-select option { background-color: #fff; color: #333; }
.sort-select option:checked { color: #6d7e5e; }


/* Container for positioning */
.custom-dropdown {
    position: relative;
    width: 100%;
    max-width: 380px; /* Adjust based on your layout */
}

/* The Select Element itself */
.category-filter { appearance: none; /* Removes default browser arrow */ -webkit-appearance: none; -moz-appearance: none; width: 100%; padding: 12px 25px; background-color: #f2f2f2; /* Light gray background */ border: 1px solid #d1d1d1; border-radius: 50px; /* Highly rounded pill shape */ font-family: inherit; font-size: 16px; color: #333; cursor: pointer; outline: none; /* Custom Arrow Icon (Using a data URI or background image) */ background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 20px center; }

.category-filter:focus { border-color: #6d7e5e; /* Matching the green highlight in your dev tools */ box-shadow: 0 0 0 0.2rem rgba(109, 126, 94, 0.25); }

/* 1. Target the specific Select Class from your Inspector */
select.form-select.category-filter { -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; display: block; width: 100%; padding: 12px 20px !important; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #f1f1f1 !important; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e") !important; background-repeat: no-repeat !important; background-position: right 1rem center !important; background-size: 16px 12px !important; border-radius: 50px !important; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; cursor: pointer; border: 1px solid #111111 !important; margin-left: auto; }




/* Recipes details start */

.recipe-detail-content { padding-left: 50px; }
.recipe-detail-img { position: relative; padding: 0 0 78%; border-radius: 40px;  height: 100%;overflow: hidden;max-width: 785px;}
.recipe-detail-img  img {position: absolute; width: 100%;height: 100%;  object-fit: cover; top: 0; right: 0; bottom: 0; left: 0;  }
.recipe-detail-content h5 { color: #111; margin-bottom: 30px; font-weight: 600; }

.recipe-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 0.5px solid #000000; }
.stat-item div { display: flex; align-items: center; gap: 10px; margin-bottom: 5px; min-height: 30px; }
.stat-item span, .stat-item span img { width: 18px; display: block; }

.stat-item strong { display: block; font-size: 24px; color: #555555; font-weight: 600; }
.stat-item span:last-child { font-size: 18px; color: #555555; font-weight: 400; width: 100%; }


.ingredient-list { list-style: none; padding: 0 10px 0 0; margin: 0; }
.ingredient-list li { display: flex; font-size: 18px; margin-bottom: 20px; color: var(--body-clr); font-weight: 500; gap: 20px; white-space: break-spaces; }
.ingredient-list li strong { color: var(--black); font-weight: 500; white-space: nowrap; }
.ingredients-list-wrapper .row .col-md-6 .ingredient-list:after { position: absolute; content: ""; background-color: #000; width: 1px; height: 100%; top: 0; right: 0; }
.ingredients-list-wrapper .row .col-md-6:first-child .ingredient-list { position: relative; }
.ingredients-list-wrapper .row .col-md-6:nth-child(2) .ingredient-list { margin: auto; width: max-content; }

.directions-section { background: #EEEEEE; }
.direction-step h5 { color: var(--black); }
.direction-step h5 span{color: var(--clr-green);}
.direction-step { margin-bottom: 20px; }
.directions-section h2 { margin-bottom: 60px; }


.n-item { background: var(--white); padding: 25px 15px; border-radius: 15px; text-align: center; display: flex; flex-direction: column; justify-content: center; transition: var(--common-transition); min-height: 218px; }
.n-item.featured .n-label,
.n-item.featured .n-value,
.n-item.featured .n-percent { color: var(--white); }

.n-label { font-size: 18px; color: var(--body-clr); display: block; margin-bottom: 20px; font-weight: 500; }
.n-percent { font-size: 18px; color: var(--body-clr); font-weight: 500; }

.nutrition-card-wrap .n-item:hover span, .nutrition-card-wrap .n-item:hover h4 { color: #fff; }
.nutrition-card-wrap .n-item:hover { background-color: var(--clr-primary); }
.nutrition-card-wrap {  padding: 60px 40px; border-radius: 30px; position: relative; overflow: hidden; }

.nutrition-card-wrap{position: relative;}
.nutrition-card-wrap::after{position: absolute;content: "";background: linear-gradient(90deg, #BA9400 1.72%, #BB1D19 79.11%);
width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0;z-index: 0;opacity: 0.8;}
.nutrition-card-inner-wrap{z-index: 2;position: relative;}


/* Recipe Video Section Styling */
.recipe-video-section { background-color: #f5f5f5; /* Matching the Directions section background */ }
.recipe-video-section .h2 { margin-bottom: 60px;}
.video-container {  border-radius: 30px; overflow: hidden; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

.video-thumbnail { width: 100%; height: 100%; display: block; filter: brightness(0.7); transition: var(--common-transition);object-fit: cover; }
.video-container:hover .video-thumbnail { filter: brightness(0.8); }

.play-btn-wrap { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.play-btn { width: 80px; height: 80px;  display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 24px; text-decoration: none; transition: all 0.3s ease; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
.play-btn:hover { transform: scale(1.1);  }




/* dev css */

.video-wrapper{ position:relative; }
.video-wrapper iframe{ width:100%; height:500px; }
.video-overlay{ position:absolute; top:0; left:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; cursor:pointer; }

.play-btn-wrap{ position:absolute; }

.video-overlay.hidden{ display:none; }

.header-search { position: relative; }
.search-dropdown { position: absolute; top: inherit; right: 0; background: #fff; padding: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); display: none; z-index: 999; bottom: -79px; border-radius: 8px; }
.search-dropdown.active{ display:block; }
.search-dropdown form{ display:flex; align-items:center; }
.search-dropdown input{ border:1px solid #ddd; padding:8px; width:200px; }
.search-dropdown button { background: none; border: none; cursor: pointer; margin-left: 5px; padding: 11px 8px; background: var(--clr-primary); color: #fff; border-radius: 8px; font-size: 14px; }
.search-dropdown input[type="search"]:focus-visible { outline: none; border: 1px solid var(--clr-primary); }
.search-page { min-height: calc(100vh - 380px); }
/* dev css */

/* fixing after development */
.recipe-card-img img { position: absolute; width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; object-fit: cover; }
.recipe-card-img { position: relative; padding: 0 0 56%; border-radius: 20px; overflow: hidden; margin-bottom: 30px; }


 .footer-newsletter form p,.contact-form-card form p { position: relative; }
.contact-form-card form p span.wpcf7-spinner,.footer-newsletter form p span.wpcf7-spinner { position: absolute; top: 50%; transform: translateY(-50%); right: 0; }

.mc4wp-alert { padding-top: 5px;}
.mc4wp-alert p { font-size: 12px; color: #ffffff;}
.mc4wp-alert.mc4wp-success p { color: #03f103; }


.search-page article.search-result.col-lg-4.col-md-6 { margin-bottom: 25px; }
.error-btn a img { filter: brightness(0) invert(1); margin-left: 9px; }
input[type="search"] { accent-color: black; }

input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; height: 16px; width: 16px; margin-left: 10px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/%3E%3C/svg%3E"); cursor: pointer; }
/* fixing after development */






/* Responsive Handling */
@media (max-width: 767px) {
    .video-container {
        border-radius: 15px;
    }
    .play-btn {
        width: 60px;
        height: 60px;
        font-size: 18px;
    }
}
/* Recipes details end */





/* Responsive Adjustments */
@media (max-width: 991px) {
    .nutrition-card-wrap {
        padding: 40px 20px;
    }
}

@media (max-width: 575px) {
    .n-value {
        font-size: 18px;
    }
}



@media (min-width: 767px) {
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 991px) {
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 33.33%;
    }
}


@media (min-width: 1199px) {
    .row-cols-lg-5 > * { flex: 0 0 auto; width: 25%; }
}

@media (min-width: 1499px) {
    .row-cols-lg-5 > * { flex: 0 0 auto; width: 20%; }
  
}






@media only screen and (max-width:1699px){
.header-sticky .hdr-wrap .logo a { margin-bottom: -38px; max-width: 116px; }
.n-item { min-height: 189px; }
.n-label { font-size: 16px; margin-bottom: 15px; }
.n-item h4 { margin-bottom: 15px;font-size: 25px; }
ul.share-list li h5 { font-size: 20px; }
.our-mission-section.common-padding .story-content { margin-left: 30px; }
}


@media only screen and (max-width:1499px){
    :root {
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:45px ;    
    --f-size-XL: 40px;    
    --f-size-L: 35px;    
    --f-size-M:30px;
    --f-size-S:24px ;
    --f-size-Sm: 18px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

    }

.hdr-wrap .logo a { max-width: 120px; }

.banner-section { height: 72vh; }
.contact-form-card { padding: 35px; border-radius: 30px; }
.contact-img-wrap { border-radius: 30px; }
.contact-form-card .form-label { font-size: 16PX; margin-bottom: 15PX; }
.contact-form-card .form-control { height: 45px; }
.contact-form-card textarea.form-control { height: 120px; }

.stat-item strong { font-size: 18px; }
.stat-item span { font-size: 12px; }
.stat-item span, .stat-item span img { max-height: 13px; display: block; }
.ingredient-list li { font-size: 14px; gap: 30px; }
.stat-item span:last-child { font-size: 14px; width: 100%; }
}

@media only screen and (max-width:1199px){



     :root {

    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */
    --f-size-XXXL: ;
    --f-size-XXL:40px ;    
    --f-size-XL: 32px;    
    --f-size-L: 30px;    
    --f-size-M:26px;
    --f-size-S:22px ;
    --f-size-Sm: 16px;
    --f-size-Body: 16px;
    /* ~-~-~-~-~ declare font size ~-~-~-~-~ */

}
body.fixed { overflow: hidden; }
 .ant-fact-hdr-right h1 { font-size: 60px; }
  .common-padding { padding-top: 50px; padding-bottom: 50px; }
  .contact-sec, .pet-friendly-pest-sec-bnr { margin-top: 0px; }
  .common-lg-padding { padding-top: 80px; padding-bottom: 80px; }
  .common-small-padding { padding-top: 40px; padding-bottom: 40px; }
  textarea, select, .form-control, input { font-size: 14px; padding: 13px 20px; height: 40px; }
  /* header start */
  .nav_btn { display: block; cursor: pointer;position: relative;margin-left: 10px;width: 23px;}
  /* .nav_close { display: block; position: absolute; top: 20px; right: 30px; z-index: 999; font-size: 30px;} */
  .hdr-wrap ul { display: block;}
  
.main-menu { position: fixed; transform: translateX(100%); right: -100%; top: 121px; bottom: 0; z-index: 999; max-width: 100%; padding-top: 60px; margin: 0; display: flex; width: 100%; padding-left: 30px; padding-right: 30px; transition: 250ms ease-in; overflow: auto; height: calc(100vh - 121px); text-align: center; background: var(--white); overflow-y: auto; justify-content: center; }
  .main-menu>ul li { width: 100%; }
  .main-menu ul li:not(:last-child) { margin-right: 0; }
  .main-menu>ul>li a { display: block; padding: 0px; border-bottom: 1px solid var(--grey); color: var(--white); font-size: 19px; }
  .main-menu ul li.current-menu-item a, .main-menu ul li:hover a{color: var(--clr-primary) !important;}
  .main-menu ul li a { color: var(--head-clr); font-size: 25px;margin-right: 0; padding: 20px 0; text-align: center; }
   .main-menu ul li{margin-bottom: 20px;}
  .hdr-rt ul li a {color: var(--white);padding: 10px;}
  li.menu-item-has-children::after{content: none;}
  .nav_btn span {width: 23px; height: 2px; background: var(--white); display: block; }
  .nav_btn::after { content: ""; position: absolute; width: 23px; height: 2px; background: var(--white); right: 0; top: -6px;transition: ease-in-out 0.4s; }
  .nav_btn::before { content: ""; position: absolute; width: 23px; height: 2px; background: var(--white); top: 6px; right: 0;transition: ease-in-out 0.4s; }
  .header-sticky nav.main-menu.sidebar-open { top: 77px !important; height: calc(100vh - 77px) !important; }
  .nav_btn.sidebar_active span {display: none; }
  .nav_btn.sidebar_active::after{transform: rotate(45deg);  top: -3px; }
  .nav_btn.sidebar_active::before{transform: rotate(135deg);top: -3px; }

  .main-menu.sidebar-open { right: 0; }

  .minus, .plus { display: block; position: absolute; right: 40%; top: 10px; font-weight: 400; color: var(--clr-primary); font-size: 23px; }
  .minus{display: none;}
  span.plus .fa-chevron-down:before, span.minus .fa-chevron-up:before { display: none; }

  li.menu-item-has-children.open-sub > ul.sub-menu {display: block; background: no-repeat; box-shadow: none; }
  li.menu-item-has-children:hover > ul.sub-menu{height: 0; overflow: hidden;}
  li.menu-item-has-children.open-sub > ul.sub-menu{height: 100%; position: relative;}
  li.menu-item-has-children > a::after { font-size: 0; }
  
  .hdr-btn{margin-right: 6px;}

  .hdr-btn.mobileview a.btn { margin-bottom: 15px; }

   .hdr-wrap .mobileview { display: flex; flex-direction: column; margin: 0; }
 
  .hdr-btn.mobileview a.btn:first-child { margin-right: 0px; }
  li.menu-item-has-children.open-sub .minus{display: block;}
  li.menu-item-has-children.open-sub .plus{display: none;}
  li.menu-item-has-children ul.sub-menu a{color: var(--black) !important; padding: 5px;}
  li.menu-item-has-children > ul.sub-menu { top: 0; color: var(--gold); background-color: var(--white); position: relative; padding: 0; }
  /* .hdr-wrap  .sidebar-open .mobileview {display: block;margin: 20px auto;} */
  .main-menu ul li.menu-item-has-children a { margin-right: 0; }
  .hdr-wrap { justify-content: flex-start; }
  .nav_btn { display: block;}
  .hdr-wrap .hdr-btn { margin-left: auto;  }

  .header-top p { font-size: 12px; }
  .header-top p:before, .header-top p:after { top: 4px; width: 10px; height: 10px; }
  .login-holder ul li a { font-size: 12px; }
  li.menu-item-has-children::after{display: none;}

  nav.main-menu ul { flex-direction: column; }

 

  li.menu-item-has-children span.plus svg,li.menu-item-has-children span.minus svg { display: none; }
  li.menu-item-has-children > ul.sub-menu { left: 0; }
  body.no-banner .header-sticky .main-header .main-menu ul li a { color: var(--head-clr); }
  .main-header .container { max-width: 90%; }
 .btn, a.btn { font-size: 14px; padding: 15px 40px; }
  body.fixed .main-header { background: var(--clr-primary); }
  body.fixed a.btn{background: var(--clr-green);}
  .header-sticky .btn { padding: 14px 33px; font-size: 14px; }
  /* .hdr-wrap .logo a { max-width: 100px; } */
  /* .header-sticky .hdr-wrap .logo a { max-width: 100px;  margin-bottom: -45px; } */
  a.hdr-search img{max-width: 24px; }
  .header-sticky a.hdr-search img { max-width: 20px; }
  .main-menu ul li a::after { display: none; }
  body.no-banner .main-menu ul li a { color: var(--head-clr); }
  /* .header-sticky .main-header { padding: 10px 0; } */
  /* header end */
  .contact-form-card .btn { min-width: 165PX;height: auto; }
 .filter-btn { height: 45px; }
 .recipe-detail-content { padding-left: 0; margin-top: 40px; }
 .recipe-detail-img { max-width: inherit; }
.nutrition-card-inner-wrap .row { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; justify-content: flex-start !important; }
.nutrition-card-inner-wrap .row .col { flex: 0 0 auto !important; width: 175px; }
ul.share-list li h5 { font-size: 14px; }
ul.share-list li .number { width: 35px; height: 35px; font-size: 14px; margin-right: 15px; }
.play-btn-wrap img { width: 100%; max-width: 100px; }
select.form-select.category-filter { font-size: 14px; }
}    


@media (max-width: 991px) {
    .container, .container-md, .container-sm { max-width: 90%; }
    .about-card { padding: 25px; margin-top: 20px; border-radius: 20px; }
    .about-img { max-width: inherit; }
    /* .hdr-wrap .logo a { max-width: 100px; } */
    /* .main-menu { top: 98px; height: calc(100vh - 98px); } */
    .about-bg-wrap { padding: 0; border-radius: 0; }
    .ftr-cont { max-width: inherit; }

    .story-img-wrapper,.our-mission-img-wrapper { max-width: inherit; }
    .our-mission-section.common-padding .story-content,.our-mission-content { margin-left: 0; margin-top: 40px; }
    .ftr-cont p,.footer-links ul li a { font-size: 14px; }
    .footer-socials a { width: 35px; height: 35px; font-size: 14px; }
    ul.footer-socials.d-flex.gap-3.mt-4 { margin-bottom: 0; }
    .footer-newsletter form.wpcf7-form.init p { margin-bottom: 0; }
}

@media (max-width: 767px) {
   :root { /* ~-~-~-~-~ declare font size ~-~-~-~-~ */ --f-size-XXL:36px ; /* ~-~-~-~-~ declare font size ~-~-~-~-~ */ }
.bnr-cont-wrap { text-align: center; display: flex; flex-direction: column; align-items: center;   padding-top: 40px;}
.main-header .container { max-width: 100%; }
.btn, a.btn { font-size: 14px; padding: 15px 36px; }
/* .hdr-wrap .logo a { max-width: 100px; } */
.copyright-bar p { font-size: 12px; }
.footer-socials a { width: 35px; height: 35px; font-size: 16px; }
.contact-form-card { padding: 20px; border-radius: 20px; }
.contact-img-wrap{border-radius: 20px;}
.ingredients-list-wrapper .row .col-md-6 .ingredient-list:after { display: none; }
.ingredients-list-wrapper .row .col-md-6:nth-child(2) .ingredient-list { margin: inherit; width: 100%; }
.n-item h4 { margin-bottom: 15px; font-size: 20px; }
.n-item { min-height: 158px; }

.story-img-wrapper,.our-mission-img-wrapper { border-radius: 20px; }
.search-dropdown { right: 0; transform: translateX(8%); }
.wpcf7 form.sent .wpcf7-response-output { font-size: 14px; }

.our-mission-section.common-padding .story-content, .our-mission-content { margin-top: 30px; }
.about-story-section .row .col-lg-6.mb-4.mb-lg-0,.our-mission-section .row .col-lg-6.mb-4.mb-lg-0,.why-ghanaian-cuisine-section .row .col-lg-6.mb-4.mb-lg-0 { margin-bottom: 0 !important; }
body.no-banner h1 { margin-bottom: 20px; font-size: 32px; }
.play-btn-wrap img { width: 100%; max-width: 75px; }
}

@media (max-width: 576px){
    /* .hdr-wrap .logo a,.header-sticky .hdr-wrap .logo a { max-width: 87px; } */
    .main-menu { top: 92px; height: calc(100vh - 92px); }
    .header-sticky nav.main-menu.sidebar-open { top: 52px !important; height: calc(100vh - 52px) !important; }
    .hdr-btn { margin-right: 10px; }
    a.hdr-search img { max-width: 23px; }
    .hdr-wrap .hdr-btn { gap: 15px; width: calc(100% - 78px); justify-content: flex-end; }
    .main-header .btn ,.header-sticky .btn { padding: 11px 19px; font-size: 12px; }
    .header-sticky a.hdr-search img { max-width: 20px; }
    .filter-controls-wrap { flex-direction: column; gap: 20px; }
    .recipe-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
    .search-dropdown { transform: translateX(48%); bottom: -87px !important; }
    .filter-controls-wrap.d-flex.justify-content-between.align-items-start.mt-5 { margin-top: 0 !important; }
    .head-center { margin: 0 auto 30px; }
    .recipe-filter-section .row.mt-40 { margin-top: 20px; }
    select.form-select.category-filter { margin-left: inherit; }
}



