/*
Theme Name: Custom Theme
Author: None
Author URI: https://wordpress.org/
Version: 2.1
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/
@import url('https://fonts.googleapis.com/css2?family=Nobile:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Outfit:wght@100..900&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nobile:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poltawski+Nowy:ital,wght@0,400..700;1,400..700&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&family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html body, input, textarea, .page-title span, .pingback a.url {
	font-family: 'poppins', sans-serif;
}
body {
	background: #fff;
}
body, input, textarea {
	color: #303030;
	font-size: 12px;
	line-height: 18px;
}
img{ max-width:100%; height:auto;}
body .padleft{ padding-left:0 }
body .padright{ padding-right:0 }
body .padtop{ padding-top:15px;}
body .padbottom{ padding-bottom:15px; }
body .nopad{ padding:0 }
section.section{ padding:50px 0; overflow:hidden;}
/*============================================================
                Fonts Classes Starts Here
============================================================*/
.montserrat-light{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-regular{font-family: 'Montserrat', sans-serif;font-weight: 400 !important;}
.montserrat-medium{font-family: 'Montserrat', sans-serif;font-weight: 500 !important;}
.montserrat-semi-bold{font-family: 'Montserrat', sans-serif;font-weight: 600 !important;}
.montserrat-bold{font-family: 'Montserrat', sans-serif;font-weight: 700 !important;}
.montserrat-extra-bold{font-family: 'Montserrat', sans-serif;font-weight: 800 !important;}
.montserrat-black{font-family: 'Montserrat', sans-serif;font-weight: 900 !important;}
/*============================================================
                Fonts Classes Ends Here
============================================================*/
/*===============================================
                Colors Classes Starts Here
===============================================  */
.color-white{color: #ffffff !important;}
.color-gold{color: #cb9317 !important;}
.color-black{color: #000 !important;}
.color-grey{color: #747474 !important;}
.color-primary{color: #000 !important;}
.color-secondary{color: #000 !important;}
.color-gradient { color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: rgba(184,40,90,1) !important; background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))) !important; color: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; color: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%) !important; }
.color-yellow{color: #ffdc00 !important;}
.color-purple{color: #a8286e !important;}
/*===============================================
                Colors Classes Ends Here
===============================================  */
/*===============================================
    Background  Colors Classes Starts Here
===============================================  */
.bg-primary{background-color:#111111 ;}
.bg-secondary{background-color:#ccc ;}
.bg-white{background-color:#fff ;}
.bg-black{background-color:#000 ;}
.bg-grey{background-color:#ddd ;}

.bg-gradient{background: rgba(184,40,90,1); background: -moz-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(184,40,90,1)), color-stop(50%, rgba(148,41,136,1)), color-stop(62%, rgba(169,40,109,1)), color-stop(100%, rgba(145,41,138,1))); background: -webkit-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -o-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: -ms-linear-gradient(left, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%); background: linear-gradient(to right, rgba(184,40,90,1) 0%, rgba(148,41,136,1) 50%, rgba(169,40,109,1) 62%, rgba(145,41,138,1) 100%);}
/*===============================================
    Background  Colors Classes Ends Here
===============================================  */
/*===============================================
    Helper Classes Starts Here
===============================================  */
.border-radius-20px {
    border-radius: 20px;
}
.box-shadow {
    -webkit-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    -moz-box-shadow: 200px 200px 300px 200px rgba(0,0,0,0.75);
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.44);
}
.text-shadow{    text-shadow: 2px 7px 7px #00000070;}
.hover02 {
    width: 300px !important;
    height: auto !important;
    -webkit-transition: 5s ease-in-out !important;
    transition: 5s ease-out !important;
}
.height-0 {
    height: 0px !important;
}
/* =================================
    ScrollBar Css Starts Here
================================= */
::-webkit-scrollbar {
    width: 8px;
    background-color: #1a1a1a !important;
}

::-webkit-scrollbar-thumb {
    background-color: #E5710E !important;
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #fff !important;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

/* =================================
    ScrollBar Css Ends Here
================================= */
/* ======================================KEY FRAMES====================================== */
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* SHIFT */
.main-navigation ul li a {
    position:relative;
    z-index: 1;
}
.main-navigation ul li a:hover {
    color: #91640F;
}
.main-navigation ul li a:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #F1C40F;
    visibility: none;
    opacity: 0;
    z-index: -1;
}
.main-navigation ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}



/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }
    50% {
        width: 100%;
        height: 1px;
    }
    100% {
        width: 100%;
        height: 100%;
        background: #333;
    }
}

/* Keyframes */
@-webkit-keyframes circle {
    0% {
        width: 1px;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        height: 1px;
        z-index: -1;
        background: #eee;
        border-radius: 100%;
    }
    100% {
        background: #aaa;
        height: 5000%;
        width: 5000%;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 0;
    }
}

@-webkit-keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    5% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    15% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90%,
    100% {
        transform: translateY(0);
    }
    5% {
        transform: translateY(-30px);
    }
    15% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes float {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*=====================================*/
        /*Circular Animation*/
/*=====================================*/
/* ======================================KEY FRAMES====================================== */
section#services .photo {
    background-size: 100% 100%;
    width: 100%;
    transition: transform 0.5s ease-out 0s;
    height: 500px !important;
    transform: scale(1);
    transform-origin: 98.2677% 67.1556%;
}

header{
    padding-bottom: 16px;
}
nav {position: relative;z-index: 999;width: 100%;}
nav.fixed {position: fixed;width: 100%;z-index: 999;top: 0;}
.searchform input {float: right;width: 200px;padding: 8px 46px 8px 8px;font-size: 1em;border: 1px solid #303030;background: #fff;}
.searchform input[type="submit"] {float: right;width: 37px;height: 37px;padding: 0px;border: 0px;background: #303030 url(images/search-icon.png) no-repeat center;box-shadow: none;font-size: 0;margin-left: -37px;position: relative;}
div#container{ max-width:1140px; box-sizing:border-box; margin:0 auto; padding:0 15px;}
/* ---- Social Icons ---- */
.social_icons{ text-align:right; margin:10px 0;}
.social_icons ul{ padding:0; margin:0;}
.social_icons ul li {display: inline-block;margin-right: 5px;}
.social_icons ul li a {background: #305294;border-radius: 100px;color: #FFF;transition: all .2s ease;display: block;font-size: 15px;padding: 5px 0;text-align: center;width: 32px; height:32px;}
.social_icons ul li+li a {background: #55ACEE ;}
.social_icons ul li+li+li a {background: #DC4B3E none ;}
.social_icons ul li+li+li+li a {background: #E52D27;}
.social_icons ul li a:hover {background: #333;color: #FFF;}

/* ---- Portfolio .grid-item ---- */
.grid-item {width: 24.7%;box-sizing:border-box;margin-bottom:0px;}
.filter-button-group button {background: #333;color: #fff;display: inline-block;margin-right: 5px;padding: 5px 10px; border:0;}
.filter-button-group { margin:10px 0; overflow:hidden;}
.filter-button-group button:hover { background:#ccc; color:#000;}

.footer{ margin:40px 0 20px;}
#back-top > a {bottom: 1%;color: #E5710E;display: block;font-size: 37px;position: fixed;right: 1%;text-align: center;z-index: 9999999;}
/*---------------------------------- Slick SLider----------------------------------------------------*/
.main-slider,
.item-slider,
.client,
.thumb-slider { display: none; }
.item-slider.slick-initialized,
.thumb-slider.slick-initialized,
.client.slick-initialized,
.main-slider.slick-initialized { display: block !important; }
.slider {position: relative;clear: left;overflow: hidden;}
.slider .inner-item {height: 400px;}
.slider .container {position: relative;}
.slick-slide .caption {color: #fff;font-size: 1.2em;line-height: 1.2em;position: absolute;
    left: 10%;text-shadow: 2px 2px 2px #000;top: 37%;width: 35%;
    background:rgba(0,0,0,0.7);padding:20px 20px 0;z-index: 99;}
.slick-slider {position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.thumb-slider .slick-slide {margin: 5px 0 0 5px;}
.slider-thumb .thumb-slider .slick-slide img{  max-width:100%; height:auto; box-sizing:border-box;}
.slick-list {position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);}
.slick-track {position: relative;top: 0;left: 0;display: block;}
.slick-track:before, .slick-track:after {display: table;content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none;float: left;height: 100%;min-height: 1px;position: relative;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide img {display: block;transition: all .25s ease;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-dots {position: absolute;z-index: 11;bottom: 10px;margin: 0px;padding: 0;text-align: center;width: 100%;}
.slick-dots li {list-style: none;display: inline-block;}
.slick-dots button {border: 1px solid #333;background: #fff;width: 12px;height: 12px;border-radius: 100%;font-size: 0;padding: 0px;margin-right: 5px;}
.slick-dots .slick-active button {background: #303030;}
.slick-arrow {border: 0px;font-size: 0;right: 0;margin-top:-20px;position: absolute;top: 50%;z-index: 1;background: #303030 url(images/arrow.png) no-repeat center center;width: 36px;height: 40px;transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.services-slider .slick-arrow {height: 65px;}
.slick-arrow:hover {background: #000 url(images/arrow.png) no-repeat center center;}
.slick-next.slick-arrow {left: 0px;transform: rotate(0deg);-webkit-transform: rotate(0deg);}
.slider-progress {width: 100%;height: 5px;background: rgba(0,216,192,0.8);position: absolute;top: 0;z-index: 99;}
.slider-progress .progress {width: 0%;height: 5px;background: rgba(36,51,0,0.8);}
.thumb-slider .slick-active img {border: 1px solid transparent}
.thumb-slider .slick-current img {opacity:0.5;}

/* ---------------------------Toggle Search---------------------*/
.searchpanel {background: #ccc ;display: none;right: 0px;padding: 10px;position: absolute;top: 46px;}
.searchpanel::before {border-bottom: 10px solid #ccc;border-left: 10px solid transparent;border-right: 10px solid transparent;content: "";position: absolute;right: 7px;top: -7px;}
.nav .container {    position: relative;}
.searchtoggle {    position: absolute;    right: 11px;    top: 11px;}
.searchtoggle img{ cursor:pointer;}

/* -------------------------------------------Clients Carousel------------------------------------ */
.client {    margin-right: -10px;}
.client .slick-slide{ margin-right:10px; border:1px solid #ddd !important; padding:10px; box-sizing:border-box; text-align:center;}
.client .slick-prev{ margin-right:10px;}
.client .slick-slide img{ display:inline-block;}
/* -------------------------------------------Testimonials Carousel------------------------------------ */
.testimonial .loop {    padding: 0 10px;    text-align: center;}
.testimonial .loop p{ max-width:800px; margin:0 auto;}
.testimonial .loop .pic img{	max-width:100px;	margin:10px 0;	border-radius:100%;	height:auto;	display:inline-block ;}
.testimonial .loop .title{ font-size:21px; font-weight:600;}
/* -------------------------------------------Services Carousel------------------------------------ */
.service { margin-right:-10px;}
.service .slick-slide{ margin-right:10px;}
.service .title{ font-weight:700; margin:10px 0; font-size:18px;}
.service .slick-prev{ margin-right:10px;}
.service .slick-next{ margin-right:10px; right:40px; left:inherit;}
.service .slick-arrow{ top:0; margin-top:-43px;}

/*ENd SLick Slider*/


/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/
#winSize {position: fixed;bottom: 1%;left: 1%;border: rgba(0,0,0,0.8) 3px solid;background: rgba(0,0,0,0.6);padding: 5px 10px;color: #fff;text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;z-index: 9999}
/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/
.tabs-menu {height: 30px; padding:0; margin:0;}
.tabs-menu li {height: 30px;line-height: 30px; display:inline-block; list-style:none; margin-right: 10px;background-color: #ccc;border-top: 1px solid #d4d4d1;border-right: 1px solid #d4d4d1;border-left: 1px solid #d4d4d1;}
.tabs-menu li.current {position: relative;background-color: #fff;border-bottom: 1px solid #fff;z-index: 5;}
.tabs-menu li a {padding: 10px;text-transform: uppercase;color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-top:-1px;}
.tab-content {max-width: 660px;padding: 20px;display: none;}
#tab-1 {display: block;   }

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/
.tabs-left {width: 120px; padding:0; margin:0; float:left;}
.tabs-left li {line-height: 30px; display:block; list-style:none; background: #ccc;border: 1px solid #d4d4d1; margin-bottom:10px; border-right:0;}
.tabs-left li.current {position: relative;background-color: #fff;border-bottom: 1px solid #ddd;z-index: 5;}
.tabs-left li a {padding:0 10px;text-transform: uppercase;color: #fff;text-decoration: none; display:block; }
.tabs-left .current a {color: #2e7da3;}
.tab-loop {border: 1px solid #d4d4d1;background-color: #fff;float: left;margin-bottom: 20px;width: auto; margin-left:-1px;}
.tabsleft-content {max-width: 660px;padding: 20px;display: none;}
#tabs1 {display: block;   }
/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/
.breadcrumbs{ margin:10px 0; padding:0; background:#ddd; padding:5px;}
.breadcrumbs li{ list-style:none; display:inline-block; padding-right:2px;}
/* ----------------------------Comments-----------------------*/
#comments label {display: inline-block;vertical-align: top;width: 80px;}
.form-submit {    margin-left: 80px;}
#comments {    background: #eee ;    padding: 20px;}
#comments li {    list-style:none;}
#comments ol{ padding:0;}
/* ----------------------------Accordion-----------------------*/
.accordion-container{position: relative;width: 100%;height: auto;margin: 20px auto;}
.accordion-container > h2{text-align: center;color: #fff;padding-bottom: 5px;margin-bottom: 30px;border-bottom: 1px solid #ddd;}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/
.customscroll{ height:300px;}
/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/
.inner-banner{ height:150px; width:100%; display:table; color:#fff;}
.inner-banner h2{
    color: #FFF;
    text-align: center;
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    font-family: play fair;
}
/* ---------------------------------------------------blog-------------------------------------------------------------------------*/
.blogs{}
.blogs li {width: 100%;margin-bottom: 20px;min-height: 210px;clear: both;float: left;border-bottom: 1px solid #dcdcdc;}
.blogs li:last-child{ border:none;}
.blogs li h4{text-transform: capitalize;background: #f0f0f0;padding: 10px;position: relative;margin-bottom: 20px;font-weight: 600;color: #2f2f2f;}
.blogs li h4 span{width: 7%;text-align: center;background: #b12224;font-size: 11px;line-height: 18px;text-transform: uppercase;color: #fff;position: absolute;right: 0;top: 0;}
.blogs li h4 span strong{ display:block; font-size:26px; font-weight:normal;}
.blogs li a{ float:right;}
.blogs li .meta {background: #f0f0f0;padding: 10px;position: relative;margin: 38px 0 0;font-weight: 500;float: right;clear: right;width: 67%;color:#989898;font-size:16px;line-height:21px;}
.blogs li .meta span{ background:url('images/user-bg.png') no-repeat;padding: 3px 30px;}
.blogs li .meta span.comments{ margin-left:10px; background:url('images/comments.png') no-repeat;}
.blogs li .meta span strong{color: #258ef9;font-weight: normal;text-transform: capitalize;}
.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ list-style:none;}
.sidebar-pro{ border:1px solid #c2c2c2;    padding: 0 !important; border-radius:5px; overflow:hidden;}
.sidebar-pro h4{background: #b12224;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;margin: 0;}
.sidebar-pro .cat li{margin-bottom: 6px;list-style: none;padding: 10px;}
.sidebar-pro .cat li:hover{background: #b12224;}
.sidebar-pro .cat li:hover a{color: #fff;}
.sidebar-pro .cat li.current-cat{background: #b12224;}
.sidebar-pro .cat li:last-child{ margin-bottom:0;}
.sidebar-pro .cat .product-categories{ margin-bottom:0;}
.sidebar-pro .cat li a{ color:#424242; font-size:14px;}
.sidebar .recent li{border-bottom: 1px solid #c7c7c7;margin:5px 0; padding:5px 0;overflow:hidden;font-size: 14px;}
.sidebar .recent li h5{ margin-top:0;}
.sidebar .recent li:last-child{ border:none;}
.sidebar h4{background: #303030;color: #fff;padding: 10px;font-size: 20px;line-height: 29px;}
.sidebar .recent h5{ color:#231f20; font-size:14px; margin-bottom:10px;}
.sidebar .recent p{ color:#6d6d6d; line-height:16px;}
.sidebar .recent .more a{ color:#258ef9; float:right;}
.sidebar .cat li{border-bottom:1px solid #ddd;font-weight:600; margin:5px 0;padding:5px 0;}
.blogs .loop {border-bottom: 1px solid #ddd;margin: 10px 0;overflow: hidden;padding: 10px 0;}
.sidebar .section{ margin-top:10px; overflow:hidden;}
.blogs .title{ margin:0;}
.blogs small{ margin-bottom:10px; display:inline-block; color:#888;}
.sidebar .cat li:last-child{ border:0; margin-bottom:0; padding-bottom:0;} 
.sidebar .cat li a{ color:#424242; font-size:14px;}
.blogs .meta {background: #ddd;margin-top: 10px;padding: 5px;}
/*---------------------Pagination----------------------- */
.pagination {clear:both;padding:20px 0;position:relative;font-size:11px;line-height:13px;}
.pagination span, .pagination a {display:block;float:left;margin: 2px 2px 2px 0;padding:6px 9px 5px 9px;text-decoration:none;
width:auto;color:#fff;background: #555;}
.pagination a:hover{color:#fff;background: #3279BB;}
.pagination .current{padding:6px 9px 5px 9px;background: #3279BB;color:#fff;}


/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
margin: 0;padding: 0;border: 0;list-style: none;line-height: 1;display: block;position: relative;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu-header:after, .menu-header > ul:after {content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.menu-header #menu-button {display: none;}
.menu-header {}
.menu-header > ul > li { display:inline-block;}
.menu-header.align-center > ul {font-size: 0;text-align: center;}
.menu-header.align-center > ul > li {display: inline-block;float: none;}
.menu-header.align-center ul ul {text-align: left;}
.menu-header.align-right > ul > li {float: right;}
.menu-header > ul > li > a {padding-left: 18px;transition-duration: 0.3s;}
.menu-header > ul > li:hover > a {color: #ffffff;}
/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/
.menu-header  ul  ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}
.menu-header  ul ul  ul::before { display:none;}
.menu-header > ul > li.has-sub:hover > a:before {top: 23px;height: 0;}
.menu-header ul ul {position: absolute;left: -9999px;}
.menu-header.align-right ul ul {text-align: right;}
.menu-header ul ul li {height: 0;transition: all .25s ease;}
.menu-header li:hover > ul {left: auto;}
.menu-header.align-right li:hover > ul {left: auto;right: 0;}
.menu-header li:hover > ul > li {height: 35px;}
.menu-header ul ul ul {margin-left: 100%;top: 0;}
.menu-header.align-right ul ul ul {margin-left: 0;margin-right: 100%;}
.menu-header ul ul li a {border-bottom: 1px solid rgba(150, 150, 150, 0.15);padding: 11px 15px;width: 170px;font-size: 12px;text-decoration: none;color: #dddddd;font-weight: 400;background: #000;}
.menu-header ul ul li:last-child > a, .menu-header ul ul li.last-item > a {border-bottom: 0;}
.menu-header ul ul li:hover > a, .menu-header ul ul li a:hover {color: #ffffff;}
.menu-header ul ul li.has-sub > a:after {position: absolute;top: 16px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header.align-right ul ul li.has-sub > a:after {right: auto;left: 11px;}
.menu-header ul ul li.has-sub > a:before {position: absolute;top: 13px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';transition: all .25s ease;}
.menu-header.align-right ul ul li.has-sub > a:before {right: auto;left: 14px;}
.menu-header ul ul > li.has-sub:hover > a:before {top: 17px;height: 0;}

@media (min-width: 100px) and (max-width: 769px) {
.menu-header {width: 100%;}
.menu-header ul {width: 100%;display: none;}
.menu-header.align-center > ul {text-align: left;}
.menu-header ul li {width: 100%;border-top: 1px solid rgba(120, 120, 120, 0.2);}
.menu-header ul ul li,  .menu-header li:hover > ul > li {height: auto;}
.menu-header ul li a,  .menu-header ul ul li a {width: 100%;border-bottom: 0;}
.menu-header > ul > li {float: none;}
.menu-header ul ul li a {padding-left: 25px;}
.menu-header ul ul ul li a {padding-left: 35px;}
.menu-header ul ul li a {color: #dddddd;background: none;}
.menu-header ul ul li:hover > a,  .menu-header ul ul li.active > a {color: #ffffff;}
.menu-header ul ul,  .menu-header ul ul ul,  .menu-header.align-right ul ul {position: relative;left: 0;width: 100%;margin: 0;text-align: left;}
.menu-header > ul > li.has-sub > a:after,  .menu-header > ul > li.has-sub > a:before,  .menu-header ul ul > li.has-sub > a:after,  .menu-header ul ul > li.has-sub > a:before {display: none;}
.menu-header #menu-button {display: block;padding: 17px;color: #dddddd;cursor: pointer;font-size: 12px;text-transform: uppercase;font-weight: 700;}
.menu-header #menu-button:after {position: absolute;top: 22px;right: 17px;display: block;height: 8px;width: 20px;border-top: 2px solid #dddddd;border-bottom: 2px solid #dddddd;content: '';}
.menu-header #menu-button:before {position: absolute;top: 16px;right: 17px;display: block;height: 2px;width: 20px;background: #dddddd;content: '';}
.menu-header #menu-button.menu-opened:after {top: 23px;border: 0;height: 2px;width: 15px;background: #ffffff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
.menu-header #menu-button.menu-opened:before {top: 23px;background: #ffffff;width: 15px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);}
.menu-header .submenu-button {position: absolute;z-index: 99;right: 0;top: 0;display: block;border-left: 1px solid rgba(120, 120, 120, 0.2);height: 46px;width: 46px;cursor: pointer;}
.menu-header .submenu-button.submenu-opened {background: #262626;}
.menu-header ul ul .submenu-button {height: 34px;width: 34px;}
.menu-header .submenu-button:after {position: absolute;top: 22px;right: 19px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:after {top: 15px;right: 13px;}
.menu-header .submenu-button.submenu-opened:after {background: #ffffff;}
.menu-header .submenu-button:before {position: absolute;top: 19px;right: 22px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';}
.menu-header ul ul .submenu-button:before {top: 12px;right: 16px;}
.menu-header .submenu-button.submenu-opened:before {display: none;}
}

/*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 10px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); }
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 769px) {
a#hamburg { display: block; }
main {  transition: all ease-out 0.3s;}
.nav1 .row{ margin:0px;}
.nav1 { background:url(images/nav-bg.jpg) repeat ;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px);width: 250px;}
.nav1 .search-nav,.nav1 .title{ display:block;}
.nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
.nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
.nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
.search-nav > form {    position: relative;}	
.nav1 ul {  text-align: left;  background-color: transparent;}
.nav1 ul li { display: block; border-bottom:1px solid #999; }
.nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
.nav1 ul li a > i { float: right; }
.nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
.nav1 ul li:hover > ul { display: none; }
.nav1 ul li:hover > a > i { transform: rotateZ(0); }
.nav1 ul li.open > a { background-color: transparent; }
.nav1 ul li.open > a > i { transform: rotateZ(90deg); }
.nav1 ul li.open > ul { display: block; }
div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
html.open-menu { overflow: hidden; }
html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
html.open-menu a#hamburg{ transform: translateX(250px); z-index:999; }
html.open-menu main {transform: translateX(250px);}
html.open-menu nav.nav1 {z-index: 3;transform: translateX(0);}
.menu-main-menu-container ul ul ul li a {padding:5px;}
ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
.nav1 ul li:last-child {    border: 0 ;}
.nav-cross.open > span {    background: #fff ;}
/*---------------------Hamberg Icon --------------------------------------------- */
.nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg);  transition: .5s ease-in-out;  cursor: pointer;}
.nav-cross span {  display: block;  position: absolute;
height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg);transition: .25s ease-in-out;}
#nav-icon1 span:nth-child(1) {top: 0px;}
#nav-icon1 span:nth-child(2) {top: 18px;}
#nav-icon1 span:nth-child(3) {top: 36px;}
#nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg);}
#nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
#nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg);}
.nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;}
.nav-cross span:nth-child(2) {top: 20px;transform-origin: left center;}
.nav-cross span:nth-child(3) {top: 28px;transform-origin: left center;}
.nav-cross.open span:nth-child(1) {transform: rotate(45deg);top: 11px;left: 4px;}
.nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
.nav-cross.open span:nth-child(3) {transform: rotate(-45deg);top: 28px;left: 4px;}
}


@media (min-width: 100px) and (max-width: 769px) {

main{ padding:0 15px;}
.logo{ text-align:center;}	
.searchtoggle{ display:none;}
.push-logo{ margin:10px 0;}
.logo img{ max-height:60px; width:auto;}
header .searchform{ display:none;} 
.slider .inner-item {height: 200px;}
.slider .inner-item .caption{ display:none;}
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
        text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}


/*error-page*/

.error-page{
    padding: 40px 0;
}

.error-page h1{
    color: #414142;
    font-size: 40px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.error-page p{
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px;
}


/*default-page*/

.page-def{
    padding: 40px 0; 
}
.page-def h1{
    color: #414142;
    font-size: 50px;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h2{
    color: #414142;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h3{
    color: #414142;
    font-size: 35px;
    font-weight: 600;
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
}
.page-def h4{
    color: #414142;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.page-def h5{
    color: #414142;
    font-size: 24px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def h6{
    color: #414142;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}
.page-def p{
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.75);
    font-weight: 400;
    line-height: 32px; 
}



.wpcf7-not-valid {
    border-bottom: 4px solid #f00 !important;
}
span.wpcf7-not-valid-tip {
    display: none !important;
}
div.wpcf7-response-output{
    color: #fff;
}


html.open-menu body{
    position: fixed !important;
}

.sec-faq{
}
.sec-faq h2{
    margin: 0 0 50px;
    text-align: center;
}
.sec-faq .set{
}
.sec-faq .set > a{
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {color: #229353;}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}/*sec-faq*/
.sec-faq{
   padding: 80px 0;
   position: relative;
}
.sec-faq h2{
    margin: 0 0 50px;
    color: #229353;
    font-family: Playfair Display;
    font-weight: 600;
    font-size: 56px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.sec-faq .set{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 20px;
    border-bottom: 3px solid #EB7303;
}
.sec-faq .set > a{
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: Poppins;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-transform: capitalize;
    color: #000;
}
.sec-faq .set p{
    margin:0;
    color: #333;
    font-size: 16px;
}
.sec-faq .set a.active {
    margin: 0;
    color: #229353;
    font-size: 18px;
    font-weight: 700;
}
.sec-faq .set .content p{
    margin: 15px 0 0;
}
.sec-faq .set > a:before{ background:url(images/set-ar.png) no-repeat; float:right; content:"";height: 12px;    margin: 6px 0 0;    width: 13px;}
.sec-faq .set > a.active:before{background:url(images/set-ar-active.png) no-repeat; width: 16px; height: 3px; }
.sec-faq .set .content{display:none;}

/* ===========================================My CSS================================================= */
body {
    overflow-x: hidden !important;
}
header .topbar {
  background: #e5710e;
  padding: 8px 0;
}
header .login {
  color: #fff;
  margin-right: 23px;
  text-decoration: none;
  font-family: Playfair;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
}

header .manage-btn {
  background: white;
  color: #EB7303;
  padding: 4px 12px 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  font-family: Playfair;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
header .logo {
    width: 100%;
    margin-top: 8px;
}

header .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

header .menu li {
  display: inline-block;
}

header .menu li a {
  text-decoration: none;
  color: #000;
  font-family: Playfair;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
  display: inline-block;
  transition: transform .5s ease, color 0.5s ease;
}

header .order-btn {
  background: white;
  color: #E5710E;
  font-family: Playfair;
  font-weight: 400;
  font-size: 15.65px;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 6px;
  transition: all 0.3s ease;
}
header .catering-btn {
  margin-left: 1px;
  background: white;
  color: #e5710e !important;
  font-family: Playfair;
  font-weight: 400;
  font-size: 15.65px;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 6px;
  transition: all 0.3s ease !important;
}
header .login i {
    font-size: 17px;
}

/* ====== SECTION 1 (BANNER) ====== */
.section-1{
  background-image: url(images/sec2.png);
  position: relative;
  padding: 80px 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-1 .hero-title{
  color:#1f8a47;                   
  margin:0 0 18px;
  font-family: Playfair Display !important;
  font-weight: 500;
  font-size: 46px;
  text-transform: capitalize;
}
.section-1 p{
  color:#3b3b3b;
  font-family: Poppins;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  text-transform: capitalize;
}
.section-1 .hero-cta{
  display:inline-block;
  background:#e5710e;                
  color:#fff;
  text-decoration:none;
  padding: 10px 27px;
  border-radius:8px;
  font-family: Playfair;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 16px;
}
.hero-plate img {
  animation: spin 50s linear infinite;
  transition: transform 0.3s ease;
}

.hero-plate img:hover {
  animation: spin 10s linear infinite, popup 0.9s forwards;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes popup {
  from { transform: scale(1) rotate(var(--rotate, 0deg)); }
  to { transform: scale(1.1) rotate(var(--rotate, 0deg)); }
}
.section-1 .hero-plate{
  width:100%;
  height:350px;      
}
.section-1 .hero-plate img {
    width: 80%;
    height: 100%;
    object-fit: cover;
    margin-top: 10px;
}
.section-1 .dec{
  position:absolute;
  pointer-events:none;
  user-select:none;
}
.section-1 .leaf{
  left:-10px;
  top: 173px;
  width: 92px;
  transform: rotate(-8deg);
}
.section-1 .garlic{
  right: 0px;
  top: 63px;
  width: 110px;
  transform: rotate(12deg);
}

.section-1 .dots-left{
  left: 0px;
  top:0;
  width: 251px;
}
.section-1 .dots-right{
  right:-20px; top:90px;
  width:180px; opacity:.6;
}

.section-1 .splash-right{
  right:0;
  bottom:-40px;
  width:380px; 
  /* opacity:.85; */
}
/* ====== Simple float/tilt animations ====== */
@keyframes floatY {
  0%   { transform: translateY(0) rotate(var(--rot,0deg)); }
  50%  { transform: translateY(-10px) rotate(calc(var(--rot,0deg) + 2deg)); }
  100% { transform: translateY(0) rotate(var(--rot,0deg)); }
}
@keyframes floatYSlow {
  0%   { transform: translateY(0) rotate(var(--rot2,0deg)); }
  50%  { transform: translateY(-14px) rotate(calc(var(--rot2,0deg) - 2deg)); }
  100% { transform: translateY(0) rotate(var(--rot2,0deg)); }
}
.section-1 .anim-float{
  --rot:-8deg;
  animation: floatY 3s ease-in-out infinite;
}
.section-1 .anim-float-slow{
  --rot2:12deg;
  animation: floatYSlow 3s ease-in-out infinite;
}
.section-about {
  padding: 140px 0 70px 0;
  background: #fff;
}
.section-about .about-title {
  color: #1f8a47;
  margin-bottom: 15px;
  font-family: Playfair Display !important;
  font-weight: 500;
  font-size: 60px;
  text-transform: capitalize;
}
.section-about p {
  color: #444;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  width: 90%;
  margin-bottom: 20px !important;
}

.section-about .about-btn {
  background: #e5710e;
  color: #fff;
  border-radius: 6px;
  padding: 9px 20px;
  text-decoration: none;
  font-family: Playfair;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
}

.section-about .about-images {
  position: relative;
  min-height: 350px;
}

.section-about .img-tilt {
  position: absolute;
  width: 48%;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.section-about .img-tilt:hover {
  transform: scale(1.05);
}

.section-about .tilt1 {top: -97px;left: -20px;transform: rotate(-6deg);}
.section-about .tilt2 {top: -59px;right: 10px;transform: rotate(5deg);}
.section-about .tilt3 {bottom: -88px;left: -20px;transform: rotate(4deg);}
.section-about .tilt4 {bottom: -35px;right: 10px;transform: rotate(-5deg);}


/* ---------------- WHY CHOOSE US ---------------- */
.why-choose .steam-wrap{ position: relative; z-index: 0; }
.why-choose{
  padding:60px 0 40px;
  background:#fff;
}
.why-choose .why-title{
  color:#198a43;           
  margin-bottom:28px;
  font-family: Playfair Display !important;
  font-weight: 500;
  font-size: 55px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}

.why-choose .feature{
  text-align:center;
  position:relative;
  margin-bottom:22px;
}

.why-choose .steam-wrap{
  height:60px;            
}
.why-choose .steam{
  width:60px;height:60px;
  margin:0 auto;
  overflow:visible;
}
.why-choose .steam-line{
  fill:none;
  stroke:#f6d3af;    
  stroke-width:5;
  stroke-linecap:round;
  opacity:.8;
  animation: steamRise 2.8s ease-in-out infinite;
}
.why-choose .steam-line:nth-child(2){ animation-delay:.35s; }
.why-choose .steam-line:nth-child(3){ animation-delay:.7s; }

@keyframes steamRise{
  0%   { transform: translateY(8px); opacity:.0; }
  30%  { opacity:.7; }
  50%  { transform: translateY(-6px); }
  100% { transform: translateY(-14px); opacity:0; }
}

.why-choose .bowl img{
  box-shadow:0 6px 18px rgba(0,0,0,.12);
  clip-path: ellipse(48% 99% at 50% 0%);
  border-radius: 15px 15px 0px 0px;
}
.why-choose .bowl{
  width: 170px;
  height:80px;
  margin:0 auto;
  overflow: visible;
  position:relative;
  transform:translateZ(0); 
}
.why-choose .bowl img{
  width:100%; height:100%; object-fit:cover; display:block;
}

.why-choose .num{
  position:absolute;
  left:50%;
  bottom: -14px;
  transform:translateX(-50%);
  color: #EB7303;
  font-weight:700;
  width:44px;
  height: 44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 6px 14px rgba(0,0,0,.15);
  border: 1px solid #EB7303;
  font-family: 'Playfair Display';
  background: linear-gradient(190deg, #FFD4AC 0%, #FFF6EE 100%);
  font-size: 25px;
  z-index: 2;
}

.why-choose .feat-text{
  color:#e5710e;    
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 26px !important;
  line-height: 23px;
}

.why-choose .feature:hover .bowl{
  transform: translateY(-6px);
  transition:transform .5s ease;
}

.why-choose .why-cta{
  display:inline-block;
  margin-top:18px;
  background:#e5710e;
  color:#fff;
  text-decoration:none;
  padding:10px 18px;
  border-radius:8px;
  font-family: Playfair;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}

/* ---------- WE DEAL IN ---------- */
/* ========== DEAL SECTION (clean) ========== */
.deal-section{
  position: relative;
  padding: 40px 0 30px;
}
.deal-section .deal-title{
  color:#198a43;
  margin-bottom:22px;
  font-family: Playfair Display, serif;
  font-weight:500;
  font-size:58px;
  text-align:center;
}

.deal-section::before{
  content:"";
  position:absolute;
  top:17%;
  right:4px;
  width:201px;
  height:100%;
  background:url('images/dan.png') no-repeat right center / contain;
  pointer-events:none;
  animation: floatImage 4s ease-in-out infinite;
}

.deal-section .deal-card{
  position:relative;
  width:100%;
  height:450px;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  perspective:1000px;
}
.deal-section .deal-bg{
  position:absolute; inset:0;
  width:100%; height:100%; object-fit:cover;
  border-radius:15px;
}

.deal-section .glass-flip{
  position:absolute;
  left:29px; top:84px; right:122px;
  width:76%; height:75%;
  border-radius:15px;
  transform-style:preserve-3d;
  transition:transform .6s ease;
}

.deal-section .face{
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  padding:24px; text-align:left;
  background:rgba(221,221,221,.63);
  backdrop-filter:blur(10px);
  border:1px solid rgba(255,255,255,.45);
  border-radius:15px;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
.deal-section .face.front .glass-title{
  color:#196B9B;
  margin:0;
  font-family: Playfair Display, serif;
  font-weight:500;
  font-size:42px;
  line-height:1;
}

.deal-section .face.back{
  transform:rotateY(180deg);
}
.deal-section .face.back p{
  color:#fff;
  text-shadow:0 1px 0 rgba(0,0,0,.08);
  font-family: Playfair, serif;
  font-weight:700;
  font-size:19px;
  line-height:26px;
}
/* Hover flip */
.deal-section .deal-card:hover .glass-flip{
  transform:rotateY(180deg);
}

/* Floating accent animation */
@keyframes floatImage{
  0%   { transform: translateY(-50%) translateX(0); }
  50%  { transform: translateY(-55%) translateX(-5px); }
  100% { transform: translateY(-50%) translateX(0); }
}

.deal-section .deal-cta{
  display:inline-block;
  margin-top:24px;
  background:#e5710e;
  color:#fff;
  text-decoration:none;
  padding:12px 22px;
  border-radius:8px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 15.25px;
  text-align: center;
  text-transform: uppercase;
}

.deal-section .deal-cta:hover{
      background-color: #009640;
    color: white;
    transition: all 0.3s ease;
}

.dp {
  padding: 60px 0;
  position: relative;
}

.dp__title{
  font-family: 'Playfair Display', serif !important;
  color:#198a43;
  margin: 0 0 30px 0;
  text-align:left;
  font-weight: 500;
  font-size: 52px;
  line-height: 136%;
}

.dp__tabs{
  list-style:none;
  padding:0;
  margin:0 0 14px 0;
  display:flex;
  gap:32px;
  border-bottom:3px solid #e5710e;
  justify-content: center;
  align-items: center;
}
.dp__tabs li{
  cursor:pointer;
  padding:12px 22px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  border:1px solid #e9c2a3;
  border-bottom:0;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.dp__tabs li.active{ 
  background:#e5710e; 
  color:#fff; 
}

.dp__pane{
   display:none; 
  }
.dp__pane.show{ 
  display:block; 
}

.dp__col{
  background:#fff6ee;
  border:1px solid #e6c6aa;
  border-radius:4px;
  overflow:hidden;
  height: 101%;
}
.dp__colHead{
  background:#e5710e;
  color:#fff;
  padding: 12px 14px;
  font-weight:700;
  font-size:20px;
  position:relative;
  border-radius: 0px 40px 40px 0px;
  width: 88%;
  margin-top: 27px;
}
.dp__colHead span{
  position:relative;
  z-index:1;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-transform: uppercase;
}

.dp__colHead:after{
  content:"";
  position:absolute;
  right:12px;
  top:50%;
  transform:translateY(-50%);
  border-radius:999px;
}

.dp__list{
   list-style:none;
   margin:0;
  }
.dp__list li{
  display:flex; 
  align-items:center; 
  gap:18px;
  padding:12px 6px; 
  border-bottom:1px solid #f0dac7;
}
.dp__list li:last-child{
   border-bottom:0; 
  }

.dp__list img{
  width:66px; 
  height:66px; 
  border-radius:50%;
  object-fit:cover; 
  display:block;
  box-shadow:0 4px 10px rgba(0,0,0,.12); 
  border:3px solid #fff;
   transition: all 0.3s ease;
}
.dp__list span{
  color:#e5710e;
  letter-spacing:.02em;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
}

.gg__rail {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 20px; 
}

.gg__item img {
  width: 100%;
  height: auto;
  object-fit: cover; 
  border-radius: 8px;
  display: block;
}
.gg__item{
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  background: #f4f4f4;

}

.gg__item:hover{ 
  transform: translateY(-3px); 
  transition: .2s ease; 
}


.gg{
   padding:40px 0; 
  }
.gg__title{
  font-family: 'Playfair Display', serif !important;
  color:#198a43;
  margin:0 0 8px;
  font-weight: 500;
  font-size: 46px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}
.gg p{
  max-width: 880px;
  margin: 0 auto 18px !important;
  color: black;
  font-size:14px;
  line-height:1.6;
  text-align:center;
  font-family: 'Poppins';
}

.subs{
  position: relative;
  min-height: 250px;           
  display: flex;
  align-items: center;                
  background: url("images/subs.jpg") center/cover no-repeat;
  overflow: hidden;
  margin-top: 60px;
  background-attachment: fixed;
}
.subs::before{                     
  content:"";
  position:absolute; inset:0;
  background: rgba(0,0,0,.55);
}
.subs .container{ position: relative; z-index: 1; }

.subs__title{
  color:#fff;
  margin:0 0 6px;
  font-family: Playfair Display !important;
  font-weight: 500;
  font-size: 46px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}
.subs p{
  color:#fff;
  margin: 14px 0 28px !important;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 17px;
  line-height: 29px;
  text-align: center;
  text-transform: capitalize;
}
.subs a{
  background:#e5710e;
  color:#fff;
  text-decoration:none;
  padding: 13px 106px;
  border-radius:10px;
  border:0;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 13.25px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
   transition: all 0.3s ease; 
}
.subs a:hover {
    background-color: #009640;
    color: white;
    transition: all 0.3s ease; 
}

.pkg{
  padding: 84px 0 28px;
}
.pkg {
  position: relative;
  z-index: 1; 
}
.pkg::before {
  content: "";
  position: absolute;
  top: 9%;
  right: 51px;
  width: 169px;
  height: 180px;
  background: url('images/gar.png') no-repeat center/contain;
  pointer-events: none;
  transform: translateY(-50%);
  animation: floatPkg 4s ease-in-out infinite;
}

@keyframes floatPkg {
  0% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-55%) translateX(-5px); }
  100% { transform: translateY(-50%) translateX(0); }
}

.pkg__title{
  font-family:'Playfair Display', serif;
  color:#198a43; 
  font-weight:600; 
  font-size:56px; 
  line-height:1;
  margin:0 0 16px; 
  text-align:center;
}

.pkg__controls{
  display:flex; 
  align-items:center; 
  justify-content:center;
  gap:28px; 
  margin-bottom:18px;
  font-family:'Poppins', sans-serif;
}

.pkg__checks{
    display: flex;
    gap:10px;
}
.pkg__check{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:600;
  color:#6c6c6c;
  padding:6px 10px;
  border:1px solid #d7d7d7;
  border-radius:6px;
}
.pkg__check input{ 
    accent-color:#198a43; 
}

.pkg__period{
  font-size:13px; 
  font-weight:600; 
  color:#198a43; 
  cursor:default;
  padding:6px 10px; 
  border-bottom:2px solid #198a43;
}
.pkg__caret{
  display:inline-block; 
  margin-left:6px; 
  width:0;
  height:0;
  border-left:4px solid transparent; 
  border-right:4px solid transparent;
  border-top:6px solid #198a43;
}

.pkg__radios{
    display:flex;
    gap:16px;
    align-items:center;
}
.pkg__radio{ 
    display:inline-flex; 
    align-items:center; 
    gap:6px; 
    font-size:12px; 
    color:#1e54a1;
 }
.pkg__radio input{
    accent-color:#1e54a1; 
}
.pkg__radio.disabled{ 
    color:#bdbdbd; 
}

.pkg__row{ 
    margin-top: 8px;
 }

.pkg__card{
  background: #EBEBEB;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 8px 20px rgba(0,0,0,.10);
  padding-bottom:18px;
  height: 527px;
}

.pkg__head{
  color:#fff;
  text-align:left;
  padding: 22px 22px 12px;
  position:relative;
  background: linear-gradient(190deg, #229353 0%, #005926 100%);
  transition: background 0.4s ease, color 0.4s ease;
  height: 210px;
}

.pkg__card:hover .pkg__head{
  background: linear-gradient(135deg, #E5710E, #ff9440);
  color: #fff; 
  transition: background 0.4s ease, color 0.4s ease;
}

.pkg__card:hover .pkg__list li i {
  color: #E5710E;
  transition: color 0.4s ease;
  border:2px solid #E5710E; 
}


.pkg__plan{
  font-family: Playfair Display;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
}
.pkg__price{
  position:absolute;
  right: 24px;
  top: 30px;
  font-family: Playfair;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  text-align: right;
  text-transform: capitalize;
}
.pkg__desc{
  margin: 12px 0 0 !important;
  padding:12px 0 12px;
  border-top:1px solid rgba(255,255,255,.25);
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
}

.pkg__list{
  list-style:none;
  margin:0;
  padding:18px 22px 8px;
  background: #EBEBEB;
  text-align:left;
}
.pkg__list li{
  display:flex; 
  align-items:center; 
  gap:10px;
  padding:10px 0; 
  border-bottom:1px solid #dcdcdc;
  font-family:'Poppins', sans-serif; 
  font-size:13px; 
  color:#333;
}
.pkg__list li:last-child{
     border-bottom:0; 
 }

.pkg__list li i{
  display:inline-flex; 
  align-items:center; 
  justify-content:center;
  width:22px; height:22px; 
  border-radius:50%;
  border:2px solid #198a43; 
  color:#198a43; 
  font-weight:700; 
  font-size:12px;
  flex:0 0 22px;
  transition: color 0.4s ease;
}

.pkg__card a{
  display:inline-block;
  background:#e5710e;
  color:#fff;
  text-decoration:none;
  padding:9px 16px;
  border-radius:6px;
  margin-top:12px;
  border:0;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 9.96px;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
}
.pkg__card a:hover {
    background-color: #009640;
    color: white;
    transition: all 0.3s ease;
}

.pkg .men a:hover{
    background-color: #009640;
    color: white;
    transition: all 0.3s ease;
}

.pkg .men a{
  display:inline-block;
  margin-top: 34px;
  background:#e5710e;
  color:#fff;
  text-decoration:none;
  padding:10px 20px;
  border-radius:8px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.pkg__period {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  color: #198a43;
  padding: 6px 10px;
  border-bottom: 2px solid #198a43;
}

.pkg__period select {
  appearance: none;
  background: transparent;
  border: none;
  font: inherit;
  color: inherit;
  padding-right: 20px;
  cursor: pointer;
}

.pkg__period select:focus {
  outline: none;
}

.pkg__caret {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #198a43;
  pointer-events: none;
}

.pkg__controls .pkg__radios {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: 30px;
}

.pkg__controls .pkg__period {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-right: 19px;
}

.reviews {
  padding: 50px 0;
  position: relative;
}

.section-title {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  color: #198a43;
  margin-bottom: 30px;
}

.review-slider {
  display: flex;
}

.review-card {
  background: #2ca15b;
  border-radius: 8px;
  padding: 20px;
  color: #fff;
  margin-right: 10px;
}

.review-titleRow {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.review-title {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 20px;
  margin: 0;
  color: black;
}

.quote-img {
  width: 45px;
  height: auto;
  flex: 0 0 auto;
  pointer-events: none;
}

.review-card p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px !important;
  height: 191px;
  overflow-y: scroll;
}

.review-user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-user img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.review-user span {
  font-size: 14px;
  font-weight: 500;
  color: black;
}

.review-slider .review-card:nth-child(odd) {
  margin-top: 0;
}

.review-slider .review-card:nth-child(even) {
  margin-top: 40px;
  background-color: #E5710E;
}

.review-slider .review-card {
  margin-bottom: 40px;
}

.cpn {
  padding: 0;
}

.cpn__img {
  background: url("images/coupon.jpg") center/cover no-repeat; 
  min-height: 242px !IMPORTANT;
  position: relative !IMPORTANT;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.cpn__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 140, 0, 0.4);
}

.cpn__overlay h2 {
    display: flex;
    justify-content: center !important;
    align-items: center;
    justify-items: center;
    font-family: 'Playfair Display', serif !important;
    color: white;
    font-size: 70px;
    text-align: center;
    font-weight: 700;
    margin-top: 37px;
}

.cpn__content {
  padding: 30px;
  background-color: #FFF1DD;
}

.cpn__title {
  font-family: 'Playfair Display', serif !important;
  color: #198a43;
  font-size: 32px;
  margin-bottom: 8px;
  text-align: center;
}

.cpn__tag {
  color: #555;
  margin-bottom: 20px !important;
  font-size: 14px;
  text-align: center;
}

.cpn__form {
  display: flex;
  max-width: 400px;
  margin-bottom: 12px !important;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.cpn__form input {
  flex: 1;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  outline: none;
}

.cpn__form button {
  background: #198a43;
  color: #fff;
  border: none;
  padding: 10px 16px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
}

.cpn__note {
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  text-align: center;
}
.cpn .container-fluid {
    padding: 0;
}
/* Responsive: image on top for small devices */
@media (max-width: 767px) {
  .cpn__img {
    min-height: 150px;
  }
}

.ctc {
    padding: 40px 0 60px;
    position: relative;
    width: 95%;
}

.ctc .ctc__bg{
  position:absolute;
  right: 40px;
  top: 40px;
  bottom:60px;
  width: 36%;
  background:#e5710e;
  border-radius: 0px 11px 11px 0px;
  z-index:0;
}

.ctc .ctc__panel{
  position: relative;
  background: #FFF1DD;
  padding:32px 32px 26px;
  width: 80%;
  border-radius: 11px 0px 0px 11px;
}

.ctc__left{ 
    padding-right:28px;
}

.ctc__title{
  font-family: "Playfair Display", serif !important;
  margin:0 0 8px;
  color:#111;
  font-weight: 700;
  font-size: 42.45px;
  line-height: 100%;
}
.ctc__title span{ 
    color:#e57a12; 
}
.ctc__lead{
  color:#666;
  font-size:13px;
  line-height:1.6;
  max-width:520px;
  margin: 0 0 16px !important;
}

.ctc__form{ max-width:520px; }
.ctc__field{ margin-bottom:12px; }
.ctc__field input,
.ctc__field select{
  width:100%;
  padding:10px 12px;
  font-size:14px;
  color:#222;
  border: 1px solid black;
  border-radius:2px;
  outline:none;
  background: #FFF1DD;
}
.ctc__select select{ 
    appearance:auto;
    cursor:pointer; 
}

.ctc__btn{
  width:100%;
  border:0;
  background:#e57a12;
  color:#fff;
  letter-spacing:.04em;
  padding:10px 14px;
  border-radius:2px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 16.58px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.ctc__meta{
  display:flex; 
  gap:28px; 
  flex-wrap:wrap; 
  list-style:none; 
  padding:14px 0 0; 
  margin:0;
}
.ctc__meta li{ 
    display:flex; 
    align-items:flex-start; 
    gap:10px; color:#333;
    font-size:12px; 
}
.ctc__ico{
  width:28px; 
  height:28px; 
  border-radius:50%; 
  background:#fff; 
  display:inline-flex;
  align-items:center; 
  justify-content:center; 
  box-shadow:0 2px 6px rgba(0,0,0,.08);
}

.ctc__map{
  background:#fff;
  border-radius:10px;
  padding:0;
  position:relative;
  width: 114%;
  height: 400px;
  overflow:hidden;
  box-shadow:0 10px 24px rgba(0,0,0,.12);
  left: 43px;
}
.ctc__map img,
.ctc__map iframe{
  width: 100%;
  height:100%;
  object-fit:cover;
  display:block;
  border:0;
  filter: grayscale(20%) contrast(105%);
}
.ctc__pin{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width:16px;
  height:16px;
  background:#e57a12;
  border-radius:50%;
  box-shadow:0 0 0 6px rgba(229,122,18,.25);
}

@media (max-width: 991.98px){
  .ctc .ctc__bg{ display:none; }             
  .ctc__left{ padding-right:0; }
  .ctc__right{ padding-left:0; margin-top:18px; }
}
.ctc__ico i {
  font-size: 14px;
  color: #e57a12;
}

footer {
  background-color: #198a43;
  color: #fff;
  padding: 50px 0 20px;
  font-family: 'Poppins', sans-serif;
}

footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.footer-left {
  flex: 1;
  min-width: 250px;
}

.footer-logo {
  max-width: 120px !important;
  margin-bottom: 15px;
}

.footer-left p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px !important;
  width: 73%;
}

.footer-left h4 {
  margin-bottom: 10px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-transform: capitalize;
  display: flex;
}

.social-icons a {
  display: inline-block;
  width: 37px;
  height: 37px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  color: #fff;
  margin-right: 8px;
  transition: background 0.3s;
}

.social-icons a:hover {
  background: #fff;
  color: #198a43;
}

.footer-links {
  flex: 0;
  min-width: 320px;
}

.footer-links h4 {
  margin-bottom: 15px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  text-transform: uppercase;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #fff;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  margin-top: 25px;
  text-align: center;
  font-size: 12px;
}

.footer-bottom p {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
section.cpn .col-md-6 {
    padding: 0;
}

.dp .container{ 
    position: relative; 
    z-index: 2; 
}

.dp::before{
  content:"";
  position:absolute;
  top: 0%;
  right: 0px;               
  width: 180px;               
  height: 180px;
  background:url("images/bad.png") no-repeat center/contain; 
  transform:translateY(-50%);
  opacity:0.9;              
  pointer-events:none;
  z-index: 99999999;
  animation: dpFloat 4.5s ease-in-out infinite;
  left: 50px;
}
.dp::after{
  content:"";
  position:absolute;
  left:-20px; top:20%;
  width:160px; height:160px;
  background:url("images/dp-dots.png") no-repeat center/contain;
  opacity:.35;
  pointer-events:none;
  z-index:1;
  animation: dpFloat2 6s ease-in-out infinite;
}

@keyframes dpFloat{
  0%   { transform: translateY(-50%) translateX(0); }
  50%  { transform: translateY(-55%) translateX(-6px); }
  100% { transform: translateY(-50%) translateX(0); }
}
@keyframes dpFloat2{
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-6px) rotate(2deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

.gg {
  position: relative;
  z-index: 1;
  overflow: hidden; 
}
.gg::after {
  content: "";
  position: absolute;
  left: 30px;
  top: -5%;
  width: 200px;
  height: 200px;
  background: url("images/cill.png") no-repeat center/contain;
  pointer-events: none;
  z-index: 1;
  animation: ggFloat2 5s ease-in-out infinite;
}

@keyframes ggFloat {
  0%   { transform: translateY(-50%) translateX(0); }
  50%  { transform: translateY(-55%) translateX(-5px); }
  100% { transform: translateY(-50%) translateX(0); }
}

@keyframes ggFloat2 {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-6px) rotate(2deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

.reviews::after {
  content: "";
  position: absolute;
  left: 51px;
  top: -9%;
  width: 210px;
  height: 200px;
  background: url("images/carrat.png") no-repeat center/contain;
  pointer-events: none;
  z-index: 999999;
  animation: reviewsFloat2 5s ease-in-out infinite;
}

@keyframes reviewsFloat2 {
  0%   { transform: translateY(0) rotate(0deg); }
  50%  { transform: translateY(-6px) rotate(2deg); }
  100% { transform: translateY(0) rotate(0deg); }
}

header .catering-btn:hover {
    background-color: #009640;
    color: white !important;
    transition: all 0.3s ease !important;
}
header .menu li a:hover {
    transform: scale(1.08);
    color: #009640;
    font-weight: 700;
    transition: .5s;
    transition-duration: 0.3s;
}
.section-1 .hero-cta:hover {
    background-color: #009640;
    color: white;
    transition: all 0.3s ease;
}
.why-choose {
  position: relative;
  z-index: 1;
}

.why-choose::before {
  content: "";
  position: absolute;
  top: 13%;
  right: 0;
  width: 200px;
  height: 200px;
  background: url("images/tomo.png") no-repeat center/contain;
  transform: translateY(-50%);
  opacity: 0.9;
  pointer-events: none;
  z-index: 1;
  animation: whyFloat 4.2s ease-in-out infinite;
  left: 90px;
}

/* Animations */
@keyframes whyFloat {
  0%   { transform: translateY(-50%) translateX(0); }
  50%  { transform: translateY(-55%) translateX(-5px); }
  100% { transform: translateY(-50%) translateX(0); }
}
header .order-btn:hover {
    background-color: #009640;
    color: white;
    transition: all 0.3s ease;
}
.section-about .about-btn:hover {
    background-color: #009640;
    color: white;
    transition: all 0.3s ease;
}
.why-choose .why-cta:hover{
    background-color: #009640;
    color: white;
    transition: all 0.3s ease;
}
.dp__list img:hover {
    transform: scale(1.08);
    transition: all 0.3s ease;
}
.hto__num:hover {
    transform: scale(1.08);
    transition: all 0.3s ease;
}

#typewriter {
  border-right: 3px solid #1F8A47;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
headerinner {
    padding: 0 !important;
    position: relative; 
    display: block;
}
.inner-banner {
    padding: 150px 0;
}

.site_banner {
    padding: 150px 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

headerinner .inner-banner {
  position: relative;
}

headerinner .inner-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); 
  z-index: 1; 
}

headerinner .inner-banner .container {
  position: relative;
  z-index: 2;
}

.main-about .about-images img {
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  animation: floatAnim 6s ease-in-out infinite;
}

@keyframes floatAnim {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-12px); }
  100% { transform: translateY(0px); }
}

.main-about .about-images .tilt1 {animation-delay: 0s;width: 200px;border-radius: 50%;height: 200px;object-fit: cover;}
.main-about .about-images .tilt2 {animation-delay: 1s;width: 270px;border-radius: 50%;height: 270px;object-fit: cover;}
.main-about .about-images .tilt3 {animation-delay: 2s;width: 271px;border-radius: 50%;height: 271px;object-fit: cover;}
.main-about .about-images .tilt4 {animation-delay: 3s;width: 200px;height: 200px;border-radius: 50%;object-fit: cover;}

.main-about .tilt3 {top: 143px;left: 41px;}

.main-about .tilt1 {
    left: 7px;
}

.main-about .tilt2 {top: -129px;}

.main-about .tilt4 {
    top: 179px;
}

.main-about {
    padding-top: 190px;
}

section.mission {
    padding: 50px 0 50px 0;
}

section.mission .miss img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin: auto;
    border-radius: 10px;
    height: 680px;
    object-fit: cover;
}

section.mission .our h2 {
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 55px;
    line-height: 115%;
    text-transform: capitalize;
    color: #009640;
    padding-bottom: 20px;
}

section.mission .our p {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 30px;
    color: black;
}
section.kitchen {
    padding: 30px 0 50px 0;
    background-image: url(images/room.jpg);
    position: relative;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
section.kitchen::before{
   content: "";
   position: absolute;
   inset: 0;
   z-index: 0;
   background: #024b22de;
}
section.kitchen .wolf h2 {
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 65px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: white;
}

section.kitchen .wolf p {
    color: white;
    line-height: 29px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 20px !important;
}

section.kitchen .wolfa {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 20px;
}

section.kitchen .wolfa a {
    font-family: Playfair Display;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    background-color: #EB7303;
    padding: 10px 16px;
    border-radius: 10px;
}
section.kitchen .wolfa a:hover {
    background-color: #009640;
}
section.cloud {
    padding: 91px 0 100px 0;
    position: relative;
    background-image: url(images/soon.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}
section.cloud::before{
   content: "";
   position: absolute;
   inset: 0;
   z-index: 0;
   background: #ed903ab3;
}
a {}

section.cloud .nirvana {
    display: flex;
    justify-content: center;
    align-items: center;
}

section.cloud .nirvana a {
    background-color: #229353;
    color: white;
    padding: 18px 60px;
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

section.cloud .soon h2 {
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 86px;
    text-align: center;
    text-transform: uppercase;
    color: white;
}
.works {
    padding-top: 141px;
    position: relative;
}

.works::before {
    top: 10% !important;
  content:"";
  position:absolute;
  top: 0%;
  right: 0px;               
  width: 180px;               
  height: 180px;
  background:url("images/bad.png") no-repeat center/contain; 
  transform:translateY(-50%);
  opacity:0.9;              
  pointer-events:none;
  z-index: 99999999;
  animation: dpFloat 4.5s ease-in-out infinite;
  left: 50px;
}

.sec-faq::before{
  content: "";
  position: absolute;
  top: 24%;
  right: 1px;
  width: 171px;
  height: 100%;
  background: url(images/dan.png) no-repeat right center / contain;
  pointer-events: none;
  animation: floatImage 4s ease-in-out infinite;
}

.sec-faq::after{
    content: "";
    position: absolute;
    right: 0;
    width: 181px;
    height: 200px;
    background: url(images/tomo.png) no-repeat center / contain;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
    animation: floatImage 4s ease-in-out infinite;
    left: 30px;
    bottom: -145px;
}
.happy {
  padding-top: 100px;
}
.happy::after{
    content: "";
    position: absolute;
    left: 51px;
    top: 1%;
    width: 210px;
    height: 200px;
    pointer-events: none;
    z-index: 999999;
    animation: reviewsFloat2 4s ease-in-out infinite;
}

.catering {
  padding: 50px 0 0 0;
  margin-bottom: 100px;
}

.catering .menu-card {
  background: #efefef;
  padding: 22px;
  position: relative;
  overflow: hidden;
  border-radius: 0px 100px 150px 150px;
  min-height: 119%;
}

.catering .menu-card::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 4px 0 0 var(--accent);
  pointer-events: none;
}

.catering .menu-card::after{
  content:"";
  position:absolute;
  right: 0;
  bottom: 0;
  width: 22%;
  height: 4%;
  border-bottom: 5px solid var(--accent);
  border-right: 5px solid var(--accent);
  border-radius: 0px 0px 0px 0px;
  pointer-events:none;
}

.catering .menu-card__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display:block;
  border-radius: 0px 80px 80px 0px;
}

.catering .menu-card__title{
  margin: 18px 0 8px;
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 28px;
  line-height: 100%;
  text-transform: capitalize;
}
.catering .text-green{ color: var(--accent); }

.catering .menu-card__list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.catering .menu-card__list li{
  color: #2a2a2a;
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-transform: uppercase;
}

.catering .accent-green { --accent:#1c9b5a; }
.catering .accent-orange { --accent:#e07912; }

.catering .menu-card:hover .menu-card__img{
  transform: translateY(-2px);
  transition: transform .35s ease;
}

.catering .row > div:nth-child(odd) .menu-card {
  --accent: #1c9b5a;
  margin-top: -40px;
}
.catering .row > div:nth-child(odd) .menu-card__title {
  color: #1c9b5a;
}

.catering .row > div:nth-child(even) .menu-card {
  --accent: #E07912;
}
.catering .row > div:nth-child(even) .menu-card__title {
  color: #E07912;
}
.catering h2.text-center.mb-5 {
    font-family: Playfair Display;
    font-weight: 500;
    font-size: 48px;
    line-height: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #009640;
    margin-bottom: 91px !important;
}

.catering-form {
  --color-orange: #EB7303;
  --color-green: #229353;
  --color-light: #f9f9f9;
  --color-border: #ddd;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0,0,0,0.1);
}

.catering-form label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.catering-form .form-control,
.catering-form .form-select,
.catering-form input,
.catering-form select,
.catering-form textarea {
  border-radius: 6px;
  border: 1px solid var(--color-border);
  padding: 10px;
  width: 100%;
}

.catering-form .btn {
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}

.catering-form .btn-next,
.catering-form .btn-submit {
  background: var(--color-orange);
  color: #fff;
  border: none;
}
.catering-form .btn-next:hover,
.catering-form .btn-submit:hover {
  background: #d86100;
}

.catering-form .btn-prev {
  background: var(--color-green);
  color: #fff;
  border: none;
}
.catering-form .btn-prev:hover {
  background: #187242;
}

.catering-form .stepper {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  position: relative;
}
.catering-form .stepper .step {
  text-align: center;
  position: relative;
  flex: 1;
}
.catering-form .stepper .step .dot {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaeaea;
  margin: 0 auto 8px;
  font-size: 18px;
  color: #555;
  transition: all 0.3s ease;
}
.catering-form .stepper .step .label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}
.catering-form .stepper::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #eaeaea;
  z-index: 0;
}
/* Active */
.catering-form .stepper .step.is-active .dot {
  background: var(--color-orange);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(235,115,3,0.3);
}
.catering-form .stepper .step.is-active .label {
  color: var(--color-orange);
}
/* Completed */
.catering-form .stepper .step.completed .dot {
  background: var(--color-green);
  color: #fff;
  box-shadow: 0 0 0 4px rgba(34,147,83,0.3);
}
.catering-form .stepper .step.completed .label {
  color: var(--color-green);
}
.catering-form .form-step {
  display: none;
}
.catering-form .form-step.active {
  display: block;
}

.hto-title {
  color: #15803d;
  font-family: Playfair Display;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}

.hto-step {
  text-align: center;
  padding: 10px;
  position: relative;
}

.hto-step h3 {
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}

.hto-step p {
  color: #666;
  margin-top: 10px;
  font-family: Poppins;
  font-weight: 300;
  font-size: 15px;
  line-height: 29px;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
}

.hto-icon {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hto-icon img {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}

.food-menu {
  padding: 70px 0 70px 0;
}

.dish-card {
  border: 2px solid #000000;
  border-radius: 8px;
  background: white;
}

.dish-img {
  width: 30%;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 10px !important;
}

.order-summary {
  border: 3px solid #229353;
  border-radius: 8px;
  background: #f9f9f9;
  padding: 17px;
}

.food-menu .text-center {
    margin-bottom: 40px;
}
.food-filters .filter-btn {
  border: 2px solid #28a745; 
  background: #fff;          
  color: #000;               
  padding: 9px 30px;
  border-radius: 6px;
  margin: 5px;
  cursor: pointer;
  transition: 0.3s;
  font-family: Poppins;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}

.food-filters .filter-btn:hover {
  background: #28a745;
  
}

.food-filters .filter-btn.active {
  background: #28a745;
  color: #fff;
}
 .food-menu .foo h6 {
    font-family: Poppins;
    font-weight: 800;
    font-size: 14px;
    text-transform: capitalize;
    color: black;
    margin-top: 7px !important;
}

.food-menu .foo p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}
 .order-summary h6 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 22px;
    text-transform: capitalize;
    border-bottom: 2px solid #787878;
    padding-bottom: 9px;
}

.order-summary a.bmt {
    background-color: #229353;
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    border: none;
    color: white;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 10px 21px;
    border-radius: 5px;
    margin-bottom: 9px;
    margin-top: 19px;
}
.food-menu .bold h2 {
    margin: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}
section.food-menu .line {
    background-color: #F9F9F8;
    padding: 10px;
    border: 2px solid #EB7303;
    border-radius: 21px;
    padding: 40px 0 40px 0;
}


.custom-video-section {
  padding: 40px 0;
}

.custom-video-left h2 {
  color: #d35400;
  margin-bottom: 10px;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
}
.custom-video-left p {
  color: #444;
  margin-bottom: 20px;
  font-family: Poppins;
  font-weight: 300;
  font-size: 18px;
  line-height: 29px;
  text-transform: capitalize;
}

.custom-video-main {
  position: relative;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
}
.custom-video-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-video-main .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: white;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  padding: 18px;
  cursor: pointer;
}

.custom-video-left h3 {
  color: #d35400;
  margin: 30px 0 8px 0;
  font-family: Playfair Display;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
}
.custom-video-left .desc {
  color: #747474;
  font-family: Poppins;
  font-weight: 300;
  font-size: 17px;
  line-height: 29px;
  text-transform: capitalize;
}

.custom-video-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.custom-video-card {width: 100%;}
.custom-video-card-thumb {
  border-radius: 8px;
  overflow: hidden;
}
.custom-video-card-thumb img {width: 100%;height: 100%;}
.custom-video-card-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: white;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  padding: 6px 8px;
  cursor: pointer;
}
.custom-video-card h4 {
  font-size: 14px;
  margin: 0 0 5px;
}
.watch-btn {
  display: inline-block;
  font-size: 12px;
  color: white;
  background: #2ecc71;
  padding: 3px 8px;
  border-radius: 3px;
}
/* Popup Background */
.custom-video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.8);
}

/* Popup Content */
.custom-video-popup-content {
  position: relative;
  margin: auto;
  width: 70%;
  max-width: 800px;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}

/* Close Button */
.custom-video-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 9999;
}
.custom-video-card {
  margin-bottom: 20px;
  cursor: pointer;
}

.custom-video-card-thumb {
  position: relative;
  width: 100%;
  height: 82%;
}

.custom-video-card-thumb img {
  width: 100%;
  object-fit: cover;
}

.custom-video-card .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 28px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roo {
    margin-top: 17px;
}

.roo h4 {
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #747474;
}

div#actions-115 {
    border: 1px solid;
    border-radius: 50px;
}

button.btn.btn-sm.btn-outline-success.minus:hover {
    background-color: transparent;
    border: none;
}

button.btn.btn-sm.btn-outline-success.plus:hover {
    background-color: transparent;
    border: none;
}
/* ============= SCOPED STYLES (.custombulk) ============= */
.custombulk {
  font-family: "Poppins", system-ui, sans-serif;
  color:#222;
  padding: 60px 0 60px 0;
}
.custombulk .container{ 
  max-width:1100px; 
  margin:0 auto; 
  padding:32px 16px; 
}

.custombulk .cb-tabs{
  gap: 25px;
  margin-bottom:10px;
}
.custombulk .cb-tab{
  display:flex;
  align-items:center;
  gap:10px;
  cursor:pointer;
  user-select:none;
}
.custombulk .cb-tab input{
   display:none;
}
.custombulk .cb-tab .dot{
  width: 24px;
  height: 24px;
  border-radius:50%;
  border:2px solid #147b53;
  box-shadow: inset 0 0 0 4px #fff;
}
.custombulk .cb-tab input:checked + .dot{ 
  background:#147b53; 
  box-shadow: inset 0 0 0 4px #fff; 
}
.custombulk .cb-tab .label{
  color: black;
  font-family: Poppins;
  font-weight: 500;
  font-size: 19px;
  line-height: 70px;
  text-align: center;
  text-transform: uppercase;
}

.custombulk .cb-rule{
  color:#666;
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  text-transform: capitalize;
}
.custombulk .cb-rule .any{ 
  color:#ff6a00; 
  font-weight:800; 
}

.custombulk .cb-hint{ 
  min-height:18px; 
  color:#d43c3c; 
  font-size:13px; 
}

.custombulk .cb-products{
  background:#f3f3f3; 
  border:1px solid #e2e2e2; 
  border-radius:8px; 
  padding:14px;
}

.custombulk .cb-group{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:14px;
}

.custombulk .cb-card{
  display:grid;
  grid-template-columns: 80px 1fr auto;
  align-items:center;
  gap:12px;
  padding:10px 12px;
  border: 2px solid black;
  border-radius:6px;
  background:#fff;
  position:relative;
}
.custombulk .cb-card img{
  width: 100%;
  object-fit:cover;
  border-radius: 50px;
}
.custombulk .cb-card .meta .name{
  color:#222;
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.custombulk .cb-card .meta .price{ 
  font-size:12px; 
  color:#666; 
  font-weight:700; 
}
.custombulk .cb-card .pick{ 
  display:none; 
}

.custombulk .cb-card .tick{
  width:22px; 
  height:22px; 
  border:2px solid #cfd3d5; 
  border-radius:4px; 
  display:inline-block;
}
.custombulk .cb-card .pick:checked ~ .tick{
  border-color:#1ca86f; 
  background:#1ca86f url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg>') no-repeat center;
}

.custombulk .cb-card .pick:checked ~ .tick,
.custombulk .cb-card .pick:checked ~ .tick + * {}
.custombulk .cb-card .pick:checked ~ .tick { box-shadow:0 0 0 3px rgba(28,168,111,.12); }
.custombulk .cb-card .pick:checked ~ .tick,
.custombulk .cb-card .pick:checked { }
.custombulk .cb-card:has(.pick:checked){ 
  border-color:#1ca86f; 
}

.custombulk .cb-cart{ 
  margin-top:16px; 
  border:1px solid #e2e2e2; 
  border-radius:8px; 
  background:#fafafa; 
}

.custombulk .cb-cart-head, .custombulk .cb-cart-row{
  display:grid; 
  grid-template-columns: 120px 1fr 140px; 
  gap:8px; 
  align-items:center;
  padding:12px 14px;
}
.custombulk .cb-cart-head{
  background: black;
  border-bottom:1px solid #e2e2e2;
  color:#555;
  font-weight:700;
}

.custombulk .cb-cart-body{ 
  max-height:260px; 
  overflow:auto; 
}

.custombulk .cb-cart-row{ 
  border-bottom:1px solid #eee; 
}

.custombulk .cb-cart-row .prod{ 
  display:flex; 
  align-items:center;
  gap:10px; 
}

.custombulk .cb-thumb{ 
  width:36px; 
  height:30px; 
  border-radius:4px; 
  object-fit:cover; 
}
.custombulk .cb-remove{ 
  color:#d43c3c; 
  font-weight:700; 
  margin-right:8px; 
  cursor:pointer; 
}

.custombulk .right{ 
  text-align:right; 
}

.custombulk .cb-cart-foot{
   display:flex; 
   justify-content:space-between; 
   align-items:center; 
   padding:12px 14px; 
  
}
.custombulk .cb-go{
  border:none;
  padding:8px 14px;
  border-radius:6px;
  cursor:pointer;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  text-transform: capitalize;
  background-color: #EB7303;
  color: white;
}
.custombulk .amt{
  font-weight:800;
  color: white;
}
.cb-cart-head div {
    font-family: Poppins;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
    color: white;
}
.custombulk .cb-go:disabled { opacity:.6; cursor:not-allowed; }

/* Responsive */
@media (max-width: 768px){
  .custombulk .cb-group{ grid-template-columns: 1fr; }
  .custombulk .cb-cart-head, .custombulk .cb-cart-row{
    grid-template-columns: 1fr 1fr 100px;
  }
}

/* Cart , Chekout ,My Account */
/* General Wrapper */
div#post-62 {
    padding: 50px 0;
    font-family: 'Poppins', sans-serif;
}

/* Navigation Menu */
nav.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #eee;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 12px;
}

nav.woocommerce-MyAccount-navigation ul li:last-child {
    margin-bottom: 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* Active + Hover */
nav.woocommerce-MyAccount-navigation ul li.is-active a,
nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #E5710E;
    color: white;
    font-weight: 600;
      font-family: 'Poppins', sans-serif;
}

/* Content Area */
.woocommerce-MyAccount-content {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0px 3px 10px rgba(0,0,0,0.05);
}

/* Notices (Success, Error, Info) */
.woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

.woocommerce-notices-wrapper p {
    padding: 12px 15px;
    border-radius: 6px;
    font-weight: 500;
}

.woocommerce-notices-wrapper p.woocommerce-message {
    background: #e7f8ee;
    border: 1px solid #b6e5c5;
    color: #2c7a4b;
}

.woocommerce-notices-wrapper p.woocommerce-error {
    background: #fdeaea;
    border: 1px solid #f5c2c2;
    color: #a94442;
}

.woocommerce-notices-wrapper p.woocommerce-info {
    background: #e8f4fc;
    border: 1px solid #b6d9f0;
    color: #31708f;
}

/* Text elements */
.woocommerce-MyAccount-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content strong {
    color: #111;
    font-weight: 600;
}

.woocommerce-MyAccount-content a {
    color:#E5710E;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
}


.page-id-60 headerinner {
    display: none !important;
}

.page-id-60 .entry-content {padding: 70px 0 70px 0;}


.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: #E5710E !important;
    border: 0;
    box-shadow: none;
    color: white !important;
    display: inline ;
    font-family: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    text-decoration: none !important;
    text-shadow: none;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap;
    padding: 5px 7px 5px 7px !important;
    border-radius:10px !important;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row 
.wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, 
table.wc-block-cart-items .wc-block-cart-items__row 
.wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: #cf5e0a;  /* darker orange */
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Apply Global Font */
.woocommerce-cart,
.wp-block-woocommerce-cart {
    font-family: 'Poppins', sans-serif;
}

/* Cart Table Layout */
table.wc-block-cart-items {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
}

table.wc-block-cart-items thead {
    background: #f8f8f8;
}

table.wc-block-cart-items th,
table.wc-block-cart-items td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

table.wc-block-cart-items td.wc-block-cart-item__image img {
    max-width: 80px;
    border-radius: 6px;
}

/* Product Name */
a.wc-block-components-product-name {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
}

a.wc-block-components-product-name:hover {
    color: #E5710E;
}

/* Product Price */
span.price,
.wc-block-components-product-price__value {
    font-size: 16px;
    font-weight: 500;
    color: #111;
}

/* Quantity Selector */
.wc-block-components-quantity-selector {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
}

.wc-block-components-quantity-selector__input {
    width: 45px;
    text-align: center;
    border: none;
    font-size: 15px;
    font-weight: 500;
}

button.wc-block-components-quantity-selector__button {
    background: #f8f8f8;
    border: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.2s ease;
}

button.wc-block-components-quantity-selector__button:hover {
    background: #E5710E;
    color: #fff;
}

/* Remove Item Link */
button.wc-block-cart-item__remove-link {
    background: none;
    border: none;
    color: #999;
    font-size: 14px;
    cursor: pointer;
    transition: color 0.2s;
}

button.wc-block-cart-item__remove-link:hover {
    color: #E5710E;
}

/* Cart Sidebar */
.wc-block-components-sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
}

/* Cart Totals Title */
h2.wc-block-cart__totals-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
    border-bottom: 2px solid #eee;
    padding-bottom: 8px;
}

/* Totals Section */
.wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
}

.wc-block-components-totals-item__value {
    font-weight: 600;
}

/* Proceed to Checkout Button */
a.wc-block-cart__submit-button {
    display: block;
    text-align: center;
    background: #E5710E;
    color: #fff !important;
    padding: 14px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 20px;
}

a.wc-block-cart__submit-button:hover {
    background: #cf5e0a;
}


.page-id-61 headerinner {
    display: none !important;
}

.page-id-61 .entry-content {padding: 80px 0 70px 0;
}


/* === General Page Wrapper === */
.page-id-61 .entry-content {
    padding: 70px 0;
    font-family: 'Poppins', sans-serif;
   
}

/* === Checkout Form Main Area === */
.wc-block-components-main.wc-block-checkout__main {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.05);
    margin-right: 20px !important;
}

/* === Checkout Headings === */
.wc-block-components-checkout-step__title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #E5710E;
    padding-bottom: 8px;
}

/* === Input Fields === */
.wc-block-components-text-input input,
.wc-blocks-components-select select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #fff;
}

.wc-block-components-text-input input:focus,
.wc-blocks-components-select select:focus {
    border-color: #E5710E;
    box-shadow: 0px 0px 5px rgba(229,113,14,0.3);
    outline: none;
}

/* === Labels === */
label {
    font-weight: 500;
    margin-bottom: 6px;
    display: inline-block;
    color: #444;
}

/* === Order Summary Sidebar === */
.wc-block-components-sidebar.wc-block-checkout__sidebar {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #eee;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.05);
}

.wc-block-components-checkout-order-summary__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
}

/* === Order Items === */
.wc-block-components-order-summary-item {
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 0;
    display: flex;
    align-items: center;
}

.wc-block-components-order-summary-item__image img {
    width: 60px;
    height: auto;
    border-radius: 6px;
    margin-right: 12px;
}

.wc-block-components-order-summary-item__description h3 {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    margin: 0;
}

/* === Totals Section === */
.wc-block-components-totals-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    font-size: 15px;
}

.wc-block-components-totals-item__label {
    color: #666;
}

.wc-block-components-totals-item__value {
    font-weight: 600;
    color: #111;
}

/* === Coupon Panel === */
.wc-block-components-panel__button {
    background: #f4f4f4;
    padding: 10px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}



/* === Checkout Button === */
.wc-block-cart__submit-container .wc-block-cart__submit-button {
    width: 100%;
    background: #E5710E;
    color: #fff;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
    background: #cf5e0a;
}

/* === Notices === */
.wc-block-components-notices {
    margin-bottom: 20px;
}

.wc-block-components-notices p {
    padding: 12px 15px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.wc-block-components-notices .woocommerce-error {
    background: #fdeaea;
    border: 1px solid #f5c2c2;
    color: #a94442;
}

.wc-block-components-notices .woocommerce-message {
    background: #e7f8ee;
    border: 1px solid #b6e5c5;
    color: #2c7a4b;
}
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    border: none !important;
    background-color: #E5710E;
    color: white;
    border-radius: 5px;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    width: 55% !important;
}
.wc-block-components-panel__button {
    background: transparent;
}
div#wpcf7-f6-o1 div.wpcf7-response-output {
    color: red;
}
header .logo a img {max-width: 136%;}

.dp__colHead .dp__headRibbon{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  width:100%;
  padding:10px 16px;
  background:#E77018;       
  color:#fff;
  border-radius:999px;
}
.dp__headLabel{ font-weight:700; }
.dp__headPrice{ font-weight:700; white-space:nowrap; }

.dp__planBuy .dp__planPrice{ display:none; }

.dp__planBuy {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
}

.dp__planInfo {
    padding: 18px;
    text-align: center;
    padding-bottom: 0;
    font-size: 15px;
}
.dp__planBuy a:hover {
    background-color: #009640;
    color: white;
    transition: all 0.3s ease;
}
section.dp .col-md-4.aos-init.aos-animate {
    padding-left: 0px;
}
.cb-tabs {
  display: flex;
  gap: 20px;
}

.cb-tab {

  text-align: center;
}

.cb-tab input[type="radio"] {
  display: none; 
}

.cb-tab .dot {
  margin-top: 5px;
  position: relative;
}

.cb-tab input[type="radio"]:checked + .dot {
  background: #0C69B6; 
  border-color: #0C69B6;
}

.cb-icon {
  width: 75px;
  height: 60px;
  margin-bottom: 10px;
  object-fit: cover;
}
.dp__planBuy button.button.dp__btn {
    background: #e5710e;
    color: #fff;
    text-decoration: none;
    padding: 10px 27px;
    border-radius: 8px;
    font-family: Playfair;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-top: 19px;
}
.dp__addonsHead {
    font-size: 18px;
    color: black;
    font-weight: 700;
    margin-bottom: 5px;
}

.dp .nirvana {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.dp .nirvana a {
    margin-top: 24px;
    background: #e5710e;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 8px;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 15.25px;
    text-align: center;
    text-transform: uppercase;
}
/* ==== Cart Add-ons: layout & styling ==== */
.nk-cart-addons{margin-top: -51px !important;}

.nk-cart-addons .nk-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr)); /* 4 per line */
  gap:18px;
}

/* responsive */
@media (max-width: 1200px){ .nk-cart-addons .nk-grid{ grid-template-columns: repeat(3,1fr); } }
@media (max-width: 900px) { .nk-cart-addons .nk-grid{ grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px) { .nk-cart-addons .nk-grid{ grid-template-columns: 1fr; } }

.nk-cart-addons .nk-card{
  background:#fff; border:1px solid #eee; border-radius:14px;
  overflow:hidden; display:flex; flex-direction:column;
  box-shadow:0 2px 8px rgba(0,0,0,.04);
}

.nk-cart-addons .nk-thumb{
  width:100%; aspect-ratio: 16/10; object-fit:cover; display:block;
}

.nk-cart-addons .nk-body{ padding:10px 12px; display:flex; flex-direction:column; gap:6px; }
.nk-cart-addons .nk-title{ font-weight:700; font-size:14px; line-height:1.3; }
.nk-cart-addons .nk-meta{ display:flex; justify-content:space-between; align-items:center; }
.nk-cart-addons .nk-price{ font-weight:700; color:#111; }

/* Pretty add button (covers .nk-btn / .nk-addbtn / .nk-add ) */
.nk-cart-addons .nk-btn,
.nk-cart-addons .nk-addbtn,
.nk-cart-addons .nk-add{
  width: 80%;
  padding:9px 12px;
  border-radius:10px;
  border:2px solid #ff8a00;
  background:#ff8a00;
  color:#fff;
  font-weight:800;
  cursor:pointer;
  transition:.18s;
  text-align:center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-bottom: 27px;
}
.nk-cart-addons .nk-btn:hover,
.nk-cart-addons .nk-addbtn:hover,
.nk-cart-addons .nk-add:hover{
  filter:brightness(.96);
  box-shadow:0 6px 14px rgba(255,138,0,.28);
}

/* If any theme styles make the button look like a thin bar */
.nk-cart-addons .nk-btn input,
.nk-cart-addons .nk-addbtn input{ all:unset; }
table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
    margin-bottom: 0;
}

.woocommerce-cart .wc-block-components-sidebar {
    height: auto;
    margin-bottom: 43px;
}
.job-listings {
    padding: 60px 0 60px 0;
}
.single-awsm_job_openings h1.entry-title {
    display: none;
}

.single-awsm_job_openings .entry-content img {display: none;}

.single-awsm_job_openings .entry-content {
    padding: 14px 0 30px 0;
}
.awsm-job-featured-image img {
    width: 100% !important;
}

.awsm-job-item h2.awsm-job-post-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 36px !important;
    color: #198a43 !important;
}

span.awsm-job-specification-term {
    font-family: 'Poppins';
    font-weight: 400 !IMPORTANT;
    font-size: 17px !important;
    text-transform: capitalize;
}

span.awsm-job-more {
    color: #198A43;
    font-size: 14px;
}

a.awsm-job-item .awsm-job-specification-item {
    margin-top: -6px;
    margin-bottom: 14px;
}
.awsm-job-form-group input#awsm-application-submit-btn {
    background: #e5710e;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 8px;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 15.25px;
    text-align: center;
    text-transform: uppercase;
    border: none;
}
header .menu-header ul li.current-menu-item > a::after {
    width: 92%;
}

header .menu-header ul li a:after {
    position: absolute;
    content: '';
    left: 10px;
    bottom: -6px;
    margin: auto;
    width: 0%;
    height: 2px;
    background: #009640;
    transition: .5s;
}
header .menu-header ul li a:hover:after{
       width: 100%;
}
.food-filters .filter-btn:hover {
    color: #374151;
}


/* main wrapper */
.nirvana-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* box */
.nirvana-popup .popup-inner {
  display: flex;
  flex-direction: row;
  background: #fff;
  border-radius: 12px;
  max-width: 850px;
  width: 100%;
  overflow: hidden;
}

/* left side (image) */
.nirvana-popup .popup-left {
  flex: 1;
  min-width: 40%;
  height: 500px;
}
.nirvana-popup .popup-left img {
  width: 100%;
  height: 108%;
  object-fit: cover;
  display: block;
}

/* right side (content) */
.nirvana-popup .popup-right {
  flex: 1;
  padding: 32px;
  background: #0b3b2d url('pop1.png') no-repeat center/cover;
  color: #fff;
  background-image: url(images/pop1.png);
  position: relative;
  height: 530px;
}

.nirvana-popup .popup-right h2 {
  margin-bottom: 10px;
  font-family: Playfair Display;
  font-weight: 400;
  font-size: 40px;
}
.nirvana-popup .popup-right h2 span {
  color: #fff;
}
.nirvana-popup .popup-right .lead {
  margin-bottom: 12px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
}

.nirvana-popup .popup-form {
  margin: 14px 0;
}
.nirvana-popup .popup-form input {
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0 12px;
  margin-bottom: 10px;
}
.nirvana-popup .popup-form button {
  background: #f97316;
  border: none;
  color: #fff;
  padding: 12px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-family: 'Playfair Display' !important;
  font-size: 14px;
}
.nirvana-popup .popup-form button:hover {
  filter: brightness(0.95);
}
.nirvana-popup .foot {
  margin-top: 19px;
  font-size: 14px;
  opacity: .9;
  width: 72%;
}

.nirvana-popup .popup-close{
  position:absolute; top:12px; right:12px; background:#f97316; border:0; color:#fff;
  font-size:22px; border-radius:50%; width:32px; height:32px; line-height:30px; cursor:pointer;
  transition: transform .5s ease;  /* spin on hover */
}
.nirvana-popup .popup-close:hover{ transform: rotate(360deg); }  /* 360Ã‚Â° */

/* --------- entrance / exit animations ---------- */
.nirvana-popup.is-open{ display:flex; animation: nkOverlayIn .25s ease-out forwards; }
.nirvana-popup.is-exiting{ animation: nkOverlayOut .45s ease-in forwards; }

.nirvana-popup.is-open .popup-inner{
  animation: nkInLeft .6s cubic-bezier(.2,.8,.25,1) forwards;   /* slide in from left */
}
.nirvana-popup.is-exiting .popup-inner{
  animation: nkOutRight .45s ease-in forwards;                   /* slide out to right */
}

/* keyframes */
@keyframes nkOverlayIn   { from{opacity:0} to{opacity:1} }
@keyframes nkOverlayOut  { from{opacity:1} to{opacity:0} }

@keyframes nkInLeft {
  0%   { opacity:0; transform:translateX(-40px) }
  100% { opacity:1; transform:translateX(0) }
}
@keyframes nkOutRight {
  0%   { opacity:1; transform:translateX(0) }
  100% { opacity:0; transform:translateX(60px) }
}


/* responsive */
@media (max-width: 768px) {
  .nirvana-popup .popup-inner {
    flex-direction: column;
  }
  .nirvana-popup .popup-left { min-height: 180px; }
}

#wooot_order_tip_form .order_tip_title {
  font-family: 'Playfair Display', serif;
  color: #198a43;
  font-weight: 600;
  font-size: 47px !important;
  line-height: 1;
  margin: 0 0 16px;
}

#wooot_order_tip_form button#woo_order_tip_custom {
    background: #e5710e;
    color: #fff;
    text-decoration: none;
    padding: 10px 16px 14px 16px;
    border-radius: 6px;
    border: 0;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 9.96px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    width: 16%;
    margin-left: 11px;
    bottom: 40px;
}

#wooot_order_tip_form button.woo_order_tip_remove {
    background: #198A43;
    color: #fff;
    text-decoration: none;
    padding: 9px 16px;
    border-radius: 6px;
    border: 0;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 9.96px;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    bottom: 41px;
    right: 0;
    left: 510px;
    width: 10%;
    justify-content: center;
    margin: auto;
}

.woo_order_tip.active {
    background-color: #E5710E !important;
    width: 6%;
}

button#woo_order_tip_15, button#woo_order_tip_10, button#woo_order_tip_20, button#woo_order_tip_25, button#woo_order_tip_30,button#woo_order_tip_5 {
    background-color: #198A43;
    color: white;
    border: none;
    width: 8%;
}
#wooot_order_tip_form {
    text-align: left;
    background-color: #F8F8F8 !important;
    padding: 40px !important;
    border-radius: 20px !important;
    margin-bottom: 41px !important;
}
.page-id-62 headerinner {
    display: none;
}
header .manage-btn:hover {
    background-color: #009640;
    color: white;
    transition: .5s;
}

button.woocommerce-Button.button {
    background-color: #009640 !important;
    color: white !important;
    font-family: Playfair !important;
    font-weight: 400 !important;
    font-size: 15.65px !important;
    line-height: 100% !important;
    text-transform: uppercase !important;
    border-radius: 6px !important;
    margin-top: 21px !important;
}





section.contact-2 {
    padding: 60px 0px 50px 0px;
}
section.contact-2 .backg {
    padding: 20px 0px 20px 0px;
}

section.contact-2 h2.cont-head {
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 48px;
    text-transform: uppercase;
    color: #E5710E;
}
section.contact-2 h2.loft {
    font-family: Tokyo Dreams Plain;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    color: #E5710E;
}
section.contact-2 p.icon.mail {
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: black;
}
section.contact-2 form {
  padding: 20px;
  border-radius: 8px;
  font-family: "Arial", sans-serif;
  max-width: 600px;
  margin: auto;
}
form label {
    margin-bottom: 5px;
    color: #000;
    font-family: Raleway;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    margin-top: 12px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form select, form textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #009640;
    border-radius: 4px;
    outline: none;
    background: transparent;
    color: black;
    transition: 0.3s;
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}
.nirvana-popup form input[type="text"], form input[type="email"], form input[type="tel"], form select, form textarea {
    color: white;
}
form input:focus,
form select:focus,
form textarea:focus {
  border-color: #3366ff;
  box-shadow: 0 0 5px rgba(51, 102, 255, 0.5);
}

.form-row .form-group {
  flex: 1;
}
div#post-34 .form-row {
    display: inline;
    gap: 15px;
}

form textarea {
  min-height: 120px;
  resize: vertical;
}

section.contact-2 .form-row {
    display: flex
;
    gap: 15px;
}
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    padding: 12px;
    background: #E5710E;
    border: none;
    color: white;
    border-radius: 4px;
    transition: 0.3s;
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
}
button#woo_order_tip_custom {
    width: 14%;
}
button.woo_order_tip_apply {
    background: #e5710e;
    color: #fff;
    text-decoration: none;
    padding: 9px 16px;
    border-radius: 6px;
    border: 0;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 9.96px;
    text-align: center;
    text-transform: uppercase;
}

p.form-row.woo_order_tip_custom_text_field {
    margin-top: 12px;
}

p.form-row.woo_order_tip_custom_text_field input.input-text.woo_order_tip_custom_text {
    border-radius: 10px;
    border: 2px solid #198A43;
    padding: 6px;
}
div#wooot_order_tip_form {
    position: relative;
}

.pkg__servings select#pkg-servings {
    padding: 5px;
    border-radius: 12px;
}

.pkg__protein select#pkg-protein {
    padding: 5px;
    border-radius: 12px;
}

.pkg__protein-hint p {
    font-weight: 600;
    color: black;
    font-size: 12px;
    margin-bottom: 0;
}


/* make the top controls wrap cleanly if needed */
.pkg__controls{display:flex;gap:16px;align-items:flex-end;flex-wrap:wrap}

/* protein block = stacked (select on top, hint below) */
.pkg__protein{display:flex;/* flex-direction:column; */align-items:flex-start;gap:6px;min-width: 360px;}
.pkg__protein select{width:220px}

/* the hint under the select */
.pkg__protein-hint{
  font-size:14px;
  color:#444;
  line-height:1.4;
  max-width:420px;   /* keep it from pushing layout */
}

/* accessibility helper if you use the label above */
.sr-only{
  position:absolute!important;
  width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0
}

/* responsive */
@media (max-width:768px){
  .pkg__protein select{width:100%}
  .pkg__protein-hint{max-width:100%}
}


/* --- My Account â†’ View Subscription : Plan dishes layout --- */
.nk-sub-dishes{margin:22px 0;padding:14px;border:1px solid #eee;border-radius:12px;background:#fafafa}
.nk-sub-dishes__title{margin:0 0 10px;font-weight:800}
.nk-sub-dishes__tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.nk-sub-dishes__tab{padding:8px 12px;border:2px solid #e6e6e9;border-radius:999px;background:#f7f7f8;font:700 12px/1 system-ui;cursor:pointer}
.nk-sub-dishes__tab.is-active{background:#FF8A00;color:#fff;border-color:#FF8A00}

/* make the dish list clean cards (no bullets, nice grid) */
.nk-sub-dishes .pkg__items{
  list-style:none;
  margin:6px 0 0;
  padding:0;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:10px;
}
.nk-sub-dishes .pkg__item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px;
  border:1px solid #eee;
  border-radius:12px;
  background:#fff;
}
.nk-sub-dishes .pkg__item-img{
  width:72px;
  height:72px;
  object-fit:cover;
  border-radius:10px;
  flex-shrink:0;
}
.nk-sub-dishes .pkg__item-name{
  font-weight:700;
  font-size:14px;
  line-height:1.25;
}

/* responsive tweaks */
@media (max-width:480px){
  .nk-sub-dishes .pkg__items{grid-template-columns:1fr}
  .nk-sub-dishes .pkg__item-img{width:60px;height:60px}
}


.single-product headerinner {display: none;}

.single-product h1.entry-title {
    display: none;
}

.single-product .wrap {
    margin-top: 5px;
}

.custom-single-product-container {
    background-color: transparent !important;
}



.custom-review-list {
	margin-bottom: 30px;
}
.single-review {
	border-bottom: 1px solid #ccc;
	padding: 15px 0;
}
.review-rating {
	font-size: 18px;
	color: #ec7b1b;
	margin: 5px 0;
}
.review-meta {
	font-weight: bold;
	margin-bottom: 5px;
}

.custom-single-product-container {
	padding: 40px;
	background: #faf8ec;
}
.product-top-section {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	align-items: flex-start;
	margin-bottom: 40px;
}
.product-left {
	flex: 1;
	border-radius: 10px;
	overflow: hidden;
}
.product-right {
	flex: 1;
}
.product-title {
	font-size: 44px;
	color: #1f8a47;
	margin-bottom: 15px;
	font-family: Playfair Display !important;
	font-weight: 500;
	text-transform: capitalize;
}
.product-rating {
	font-size: 18px;
	color: #ec7b1b;
	margin-bottom: 10px;
}
.product-price {
	font-size: 24px;
	font-weight: bold;
	color: #E5710E;
	margin-bottom: 10px;
	font-family: Playfair Display !important;
}
.product-short-description {
	color: black;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.stock-status .in-stock {
	color: green;
	font-weight: bold;
}
.stock-status .out-of-stock {
	color: red;
	font-weight: bold;
}

.woocommerce div.product form.cart {
	gap: 10px;
	align-items: center;
	margin-top: 15px;
}

.woocommerce div.product form.cart .variations select {
    padding-left: 13px;
    border-radius: 10px;
    margin-bottom: 20px;
}

.woocommerce div.product form.cart .variations tbody tr th.label {
    color: black;
    font-size: 13px;
    font-family: 'Poppins';
}

.woocommerce div.product form.cart .quantity input {
	padding: 10px;
	border: 1px solid #ccc;
	width: 50px;
	text-align: center;
}
.woocommerce div.product form.cart button {
	background-color: #0c2e2c;
	color: white;
	border: none;
	padding: 11px 25px;
	border-radius: 4px;
	cursor: pointer;
	font-family: Playfair;
	text-transform: capitalize;
	font-size: 19px;
}

.custom-tabs {
	margin-top: 40px;
	border: 2px solid #24514a;
	border-radius: 8px;
	background: linear-gradient(to right bottom, #eaf7eb, #d9f1e2);
	padding: 20px;
}
.tab-menu {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
	list-style: none;
	padding-left: 0;
}
.tab-menu li {
	cursor: pointer;
	padding: 10px 20px;
	border-radius: 5px;
	background: #24514a;
	color: #fff;
	font-weight: bold;
}
.tab-menu li.active {
	background: #0c2e2c;
}
.tab-panel {
	display: none;
}
.tab-panel.active {
	display: block;
}
.custom-review-box {
	padding: 20px;
	border-radius: 6px;
	border: 2px solid #24514a;
	background: linear-gradient(to right bottom, #f4fcf5, #dcefe0);
}
.review-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.star-rating {
	font-size: 24px;
	color: #ec7b1b;
}
.star-rating .star {
	cursor: pointer;
	padding: 5px;
}
.review-form textarea,
.review-form input[type="text"],
.review-form input[type="email"] {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	font-size: 16px;
	color: black;
}
.review-form-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}
.review-form button {
	background: #0c2e2c;
	color: white;
	padding: 12px;
	border: none;
	border-radius: 4px;
	font-weight: bold;
	cursor: pointer;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    width: 100%;
    object-fit: cover;
}

.woocommerce div.product form.cart button:hover{
    background-color: #0c2e2c !important;
}

.woocommerce div.product form.cart .variations select {
    color: black;
}
.woocommerce-variation-add-to-cart input#pwgc-to {
    color: black;
}
input#pwgc-from {
    color: black;
}

.xoo-wsc-basket {
    left: 9px !IMPORTANT;
    top: 270px !important;
}
.food-menu .foo h6 b.bio {
    color: black;
    font-size: 15px;
}
.hto-icon img:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}
textarea#awsm-cover-letter {
    color: black;
}

.footer-bottom a {
    color: white;
    font-size: 18px;
}

.cb-days-title {
    color: black;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}


section.custombulk .container-fluid{ width:95%; }
.cb-buckets-grid{ display:grid; grid-template-columns: repeat(3, minmax(371px,1fr)); gap:18px; }
@media (max-width:1100px){ .cb-buckets-grid{ grid-template-columns: repeat(3, minmax(220px,1fr)); } }
@media (max-width:800px){  .cb-buckets-grid{ grid-template-columns: repeat(2, minmax(220px,1fr)); } }
@media (max-width:560px){  .cb-buckets-grid{ grid-template-columns: 1fr; } }

.cb-bucket-title{margin:0 0 8px;font-weight:800;font-size: 20px;letter-spacing:.5px;color:#111;}
.cb-bucket-col{background:#fafafa;border: 2px solid black;border-radius:12px;padding:12px;}
.cb-bucket-list{ display:flex; flex-direction:column; gap:10px; }
.cb-badge{ margin-left:8px; font-weight:800; color:#666; }
.cb-badge.over{ color:#d43c3c; }

.cb-card{ display:flex; align-items:center; gap:12px; padding:10px; border:1px solid #e6e6e9; border-radius:10px; background:#fff; }
.cb-card img{ width:68px; height:68px; object-fit:cover; border-radius:10px; }
.cb-card .meta .name{ font-weight:700; margin-bottom:2px; font-size:13px; }
.cb-card .meta .price{ color:#6b7280; font-weight:600; font-size:12px; }
.cb-card .pick{ margin-left:auto; width:20px; height:20px; }

.cb-empty{ padding:12px; text-align:center; border:1px dashed #e5e7eb; border-radius:10px; color:#6b7280; font-size:13px; }
.cb-dayline{ margin:6px 0 12px; color:#111; font-weight:700; font-size:13px; }

.cb-days{ margin:14px 0 6px; gap:10px; flex-wrap:wrap; align-items:center; }
.cb-days input[type="radio"]{ position:absolute; opacity:0; pointer-events:none; }
.cb-days label{ cursor:pointer; }
.cb-days label span {
    display: inline-block;
    padding: 13px 26px;
    background: #f7f7f8;
    border: 2px solid #e6e6e9;
    border-radius: 999px;
    font: 700 12px / 1 system-ui;
    color: #374151;
    transition: .18s;
    font-size: 17px;
}
.cb-days label:hover span{ border-color:#cfd6ff; background:#fff; }
.cb-days input[type="radio"]:checked + span{ background:#ff8a00; color:#fff; border-color:#ff8a00; }

.cb-tabs{ display:flex; gap:56px; align-items:center; flex-wrap:wrap; margin:10px 0 18px; }
.cb-tab{ display:flex; align-items:center; gap:12px; cursor:pointer; }
.cb-tab .cb-icon{ width:70px; height:70px; object-fit:cover; border-radius:50%; box-shadow:0 2px 8px rgba(0,0,0,.06); }
.cb-tab input[type="radio"]{ position:absolute; opacity:0; pointer-events:none; }
.cb-tab .dot{ width:32px; height:20px; border-radius:999px; border:2px solid #3aa17e; background:#fff; box-shadow:inset 0 0 0 4px #fff; transition:.2s; }
.cb-tab .label{ font-weight:800; letter-spacing:.2px; color:#0f172a; white-space:nowrap; }
.cb-tab input[type="radio"]:checked + .dot{ border-color:#0a7cff; box-shadow:0 0 0 3px rgba(10,124,255,.15), inset 0 0 0 4px #fff; background:radial-gradient(circle at 50% 50%, #0a7cff 45%, #fff 46%); }
.cb-tab input[type="radio"]:checked ~ .label{ color:#0a7cff; }

.cb-cart{ margin-top:18px; border:1px solid #eee; border-radius:12px; overflow:hidden; }
.cb-cart-head, .cb-cart-row{ display:grid; grid-template-columns:160px 1fr 120px; align-items:center; gap:10px; }
.cb-cart-head{ background:#f8f9fb; padding:10px 12px; font-weight:700; }
.cb-cart-body .cb-cart-row{ padding:10px 12px; border-top:1px solid #f0f0f2; }
.cb-thumb{ width:58px; height:58px; border-radius:8px; object-fit:cover; }
.cb-remove{ cursor:pointer; margin-right:10px; color:#999; }
.cb-cart-foot{display:flex;justify-content:space-between;align-items:center;padding:12px;background: black;}
.cb-go{ background:#ff8a00; color:#fff; padding:10px 16px; border:none; border-radius:8px; font-weight:800; cursor:pointer; }
.cb-go:disabled{ opacity:.6; cursor:not-allowed; }
.right{text-align:right;}
.cb-bucket-title { display:flex; align-items:center; gap:8px; }
.cb-bucket-title .cb-badge{
  display:inline-block; padding:2px 8px; border-radius:999px;
  background:#eef2ff; color:#334155; font-weight:700; font-size:11px;
}


.day-tabs{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.day-tabs .filter-btn{
  padding:12px 22px;border:2px solid #e6e6e9;border-radius:999px;
  background:#f7f7f8;font-weight:800;color:#374151;transition:.18s
}
.day-tabs .filter-btn:hover{background:#fff;border-color:#ffd0a4}
.day-tabs .filter-btn.active{background:#FF8A00;border-color:#FF8A00;color:#fff}

/* Buckets */
.nk-bucket{background:#fafafa;border: 2px solid black;border-radius:12px;padding:12px;height:100%}
.nk-bucket__title{font-weight:900;margin:0 0 10px;letter-spacing:.3px;font-size: 20px;}
.nk-bucket__list{display:flex;flex-direction:column;gap:10px}
.nk-empty{padding:12px;border:1px dashed #e5e7eb;border-radius:10px;text-align:center;color:#6b7280}
.cb-bucket-title .cb-badge.over{ background:#ffe4e6; color:#991b1b; }
.total {
    color: white;
}
header .signup {
    color: #fff;
    margin-right: 23px;
    text-decoration: none;
    font-family: Playfair;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}
.logged-in a.signup {
    display: none;
}

.logged-out a.signup {
    display: block; /* show on logout */
}

body:not(.logged-in) a.login {
  display: none !important;
}

header .signup i{
      font-size: 17px;
      margin-right: 3px;
}
div#customer_login h2 {
    font-size: 40px;
    font-family: 'Playfair Display';
    font-weight: 500;
    text-align: center;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    background-color: #009640;
    font-size: 15px;
    font-family: 'Playfair Display';
    color: white;
    margin-top: 15px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
    float: left;
    margin-right: 1em;
    background-color: #009640;
    font-size: 15px;
    font-family: 'Playfair Display';
    color: white;
}
p.woocommerce-LostPassword.lost_password a {
    color: #009640;
}
p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label {
    font-family: 'Poppins';
    font-size: 16px;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    font-size: 17px;
    font-family: 'Poppins';
}
.woocommerce-privacy-policy-text a {
    color: #009640;
}
p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first label {
    font-size: 16px;
    font-family: 'Poppins';
} 
section.privacy {
    padding: 50px 0 50px 0;
}

section.privacy .prav p {
    color: black;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
}

section.privacy .prav a {
    color: #009640;
    text-decoration: underline;
}
.nirvana-popup .popup-right input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    border: 2px solid white;
}

.popup-right .wpcf7-spinner  {
    display: none !important;
}

li.woocommerce-order-overview__total.total {
    color: black;
}
.xoo-wsc-items-count, .xoo-wsch-items-count {
    background-color: #009640 !important;
    color: #FFFFFF;
}
.xoo-wsc-icon-shopping-bag1:before {
    content: "\e90e";
    color: #009640 !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn, .xoo-wsc-container .xoo-wsc-btn {
    background-color: #E5710E !important;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF !important;
    padding: 10px 20px !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover, .xoo-wsc-container .xoo-wsc-btn:hover {
    background-color: #009640 !important;
    color: white !important;
    border: 2px solid #009640 !important;
}

.custombulk .cb-card .meta .name p {
    font-size: 12px;
    font-weight: 500;
    margin-top: 5px;
}
.bo p {
    font-size: 6px;
}

.food-menu .foo .bo p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 0;
}
.footer-left li#block-5 {
    list-style: none;
    margin-bottom: 11px;
}
.footer-left img {
    width: 41%;
}
/* Invoice Table Styling */
.woocommerce-table, .woocommerce-table th, .woocommerce-table td {
    border: 1px solid #ddd !important;
    border-collapse: collapse !important;
    padding: 8px !important;
    text-align: left !important;
    font-size: 13px !important;
}

.invoice-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.woocommerce-table td {
    word-wrap: break-word;
    max-width: 250px;
}
a.user-name {
    color: white;
    padding-right: 18px;
    font-weight: 600;
}


.postid-973 span.woocommerce-Price-amount.amount {
    font-size: 31px;
    color: #229353;
    font-weight: 600;
}


.Welcome {
  background: #009640;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
header .social{
    font-size: 14px !important;
    text-decoration: none !important;
    display: inline-block !important;
    width: 37px !important;
    height: 37px !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 35px !important;
    color: #fff !important;
    margin-right: 8px !important;
    transition: background 0.3s;
    padding:0px !important;
}
header .social:hover {
    background-color:white !important;
    color:#E5710E !important;
}

.Welcome i {
  margin: 0 8px;
  color: #fff;
  font-weight: 600;
  font-size: 19px;
}

.welcome-track {
  display: inline-flex;
  white-space: nowrap;
  animation: scrollLoop 85s linear infinite;
}

.welcome-track span {
  display: inline-block;
  padding-right: 12px; /* space between loops */
}

/* ðŸ” Smooth continuous scroll */
@keyframes scrollLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.recipe {
  background: #fff;
  border-radius: 12px !important;
  transition: all 0.3s ease;
  padding: 20px !IMPORTANT;
}

.recipe:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.recipe-img img {
  width: 240px;
  object-fit: cover;
  border-radius: 50%;
  height: 132px;
}

.recipe-title {
  font-weight: 600;
  color: black;
  font-size: 28px;
  margin-bottom: 12px !important;
}

.recipe-price {
  font-weight: bold;
  color: #198A43 !important;
  font-size: 23px;
}

.btn-primary {
  background-color: #E5710E;
  border: none;
  padding: 6px 16px;
  border-radius: 6px;
}

.btn-primary:hover {
  background-color: #095a9e;
}

section.lecture {
    padding: 40px 0 50px 0;
}

.recipe-content {
    margin-left: 10px;
}
section.lecture p {
    font-size: 19px; 
}

.recipe-content p {
    color: black;
    font-family: 'Poppins';
}

.google {
  text-align: center;
}

.google a img {
  width: 12%;
  /* height: 111px; */
  /* object-fit: cover; */
  display: inline-block;
  margin-bottom: 12px;
}

footer hr {
    margin-top: 0;
}
.bet {
    overflow-y: scroll;
    height: 200px;
}
.col-12.col-md-4.col-lg-3.boss {
    margin-top: 110px;
}
.form-step.active {}

.form-step strong {
    color: #009640;
    font-size: 17px;
}
.form-step[data-step="2"] .form-label {
    color: #EB7303;
    font-weight: 600;
    font-size: 28px;
}


section.mobile {
    padding: 50px 0 50px 0;
    position: relative;
    margin-top: 81px;
}

section.mobile .line {
    display: flex;
    width: 62%;
    margin-top: 15px;
    margin-bottom: 10px;
}

section.mobile .container {
    padding: 13px 0px 10px 40px;
    background: linear-gradient(90deg, #EB7303, #FFA842);
    border-radius: 20px;
}

section.mobile .mob h2 {
    color: white;
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

section.mobile .mob h2 span {
    font-family: Playfair Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}

section.mobile .mob p {
    font-family: Poppins;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
    line-height: 29px;
}
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link) {
    min-height: 3em;
    background-color: #E5710E !important;
    color: white !important;
    border: none !important;
    border-radius: 5px !important;
}

section.mobile .dan a {background: #009640;color: white;font-family: Poppins;font-weight: 600;font-style: SemiBold;font-size: 13.5px;leading-trim: NONE;line-height: 100%;letter-spacing: 0%;text-transform: uppercase;padding: 10px 20px 10px 20px;margin-bottom: 10px !important;}

section.mobile .bill {
    color: white;
    font-family: Poppins;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    margin-top: 38px;
}

section.mobile .how img {
    width: 62%;
    z-index: 999999;
    position: absolute;
    bottom: -24px;
}
section.mobile .dan {
    margin-top: 28px;
}

section.mobile .how img {
  animation: phoneFloat 3.5s ease-in-out infinite;
}

@keyframes phoneFloat {
  0% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}

section.contact-2 .wpcf7-response-output {
    COLOR: BLACK;
}
section.privacy .prav ul li {
    color: black;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}
section.mobile .line img {
    height: 32px;
}
a#gppk78cd2krs1760636057172 {
    display: none !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button {
    color: white !important;
    background-color: #E5710E !important;
    font-weight:500 !important;
}
section.mo {
    padding-bottom: 80px;
}
.dp .nirvana a:hover {
    background: #009640;
}
.pkg__suit .pool {
    font-weight: 500;
    font-size: 15px;
    line-height: 23px;
}

    
section.recepie {
    padding: 70px 0 0px 0;
}

section.recepie .recepieimg img {
    width: 70%;
    object-fit: cover;
    border-radius: 20px;
    height: 480px;
}
section.recepie .recepieimg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.cpn form.wpcf7-form.init p {
    display: flex;
    justify-content: center;
}
.cpn form.wpcf7-form.init input.wpcf7-form-control.wpcf7-submit {
    padding: 12px;
    background: #E5710E;
    border: none;
    color: white;
    border-radius: 4px;
    transition: 0.3s;
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    margin-left: 9px;
    width: 20%;
}
section.kitchen .wolf ul li {
    color: white;
    font-size: 16px;
    font-family: 'Poppins';
     line-height:30px;
}
.gg .bts {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gg .bts a {
    margin-top: 24px;
    background: #E5710E;
    color: #fff;
    text-decoration: none;
    padding: 12px 22px;
    border-radius: 8px;
    font-family: Playfair Display;
    font-weight: 700;
    font-size: 15.25px;
    text-align: center;
    text-transform: uppercase;
}
.awsm-job-form input#awsm-applicant-phone {
    color: black;
}
.cpn form.wpcf7-form.init input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    color: black;
}
.ctc form.wpcf7-form.init input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    color: black;
}
.ctc form.wpcf7-form.init input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    color: black;
}
section.contact-2 form.wpcf7-form.init input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email {
    color: black;
}
section.contact-2 form.wpcf7-form.init input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel {
    color: black;
}
.awsm-job-form input#awsm-applicant-email {
    color: black;
}
section.contact-2 form.wpcf7-form textarea.wpcf7-form-control.wpcf7-textarea {
    color: black;
}
.cpn form.wpcf7-form.sent div.wpcf7-response-output {
    color: black;
}
.ctc form.wpcf7-form.sent div.wpcf7-response-output {
    color: black;
}
.cpn form.wpcf7-form.sent p {
    margin: 0 0 10px;
    display: flex;
    justify-content: center;
}
.cpn form.wpcf7-form.sent input.wpcf7-form-control.wpcf7-submit{
    padding: 12px;
    background: #E5710E;
    border: none;
    color: white;
    border-radius: 4px;
    transition: 0.3s;
    font-family: Raleway;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    width: 20% !important;
    margin-left: 9px;
}
.woocommerce table.my_account_orders .button {
    white-space: nowrap;
    margin-left: 6px !important;
}
.woocommerce table.my_account_orders .button:hover {
  background-color:#009640 !important ;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
    background-color: #198A43 !important;
}
.woocommerce-account .wooopenclose-countdown-wrapper {
    margin: 0px;
    text-align: center;
}
.pkg__hero.u-after-tabs{margin:8px 0 22px}
#pkg-hero-title{font-size:28px;font-weight:800;letter-spacing:.5px;margin:0}
#pkg-hero-sub{margin:4px 0 0;font-size:14px;opacity:.8}
h4.bull {
    FONT-SIZE: 25PX;
}


