:root {
    --primary: rgba(0, 170, 161, 1);
    --secondry: #D1E7E5;
	--light-gray: rgb(162, 169, 177);
  --blue: rgb(6, 69, 173);
  --white-bone: rgb(248, 249, 250);
  --light-black: rgb(32, 33, 34);
}

/* ✔ FIX FONT CLS (IMPORTANT) */
html{
    min-height:100%;
    
}

body{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

main{
    min-height:100vh;
}
h1{font-size:2em !important;}
h2{font-size:1.5em !important;}
h3{font-size:1.17em !important;}
h4{font-size:1em !important;}
h5{font-size:0.83em !important;}
h6{font-size:0.67em !important;}
p{
    margin:0 0 16px;
}
.primary {
    color: var(--primary);
}
.secondry {
    color: var(--secondry);
}
.secondry-bg {
    color: var(--secondry);
}
.primary-bg {
    background-color: var(--primary);
    color: #fff;
}
strong{
    font-weight: 600 !important;
}
.fw-bold {
    font-weight: 600 !important;
}
.recipetitle-bg {
    background-color: var(--secondry);
    color: #000;
}

.desk-hide {
    display: none !important;
}

.mob-hide {
    display: flex !important;
}

a {
    color: #0a7acf;
}

a,
a:hover {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

ul li {
    list-style-type: none;
}

.text-gray {
    color: #555555
}
.bg-gray {
    background-color: #d9d9d9;
}
.top-list-menu li{
	padding:10px 0 0 0;
}
.top-list-menu li a{
	padding:0 0 0 10px;
}
.offcanvas-start{
	width:260px;
}
.text-gray{
	margin: 10px 0 0 0;
	font-size:13px;
}
.white-bg{
	background-color:#fff;
}
.slider-btn{
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}
.side-two li h2{
    font-size:18px;
    font-weight:600;
}
.font-size-10 {
    font-size: 10px
}
.font-size-11 {
    font-size: 11px
}
.font-size-12 {
    font-size: 12px
}
.font-size-13 {
    font-size: 13px
}
.font-size-14 {
    font-size: 14px
}
.font-size-18 {
    font-size: 18px !important;
}
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

.font-size-14 {
    font-size: 10px;
}
}

.font-size-16 {
    font-size: 16px
}

.font-size-18 {
    font-size: 18px
}

.fw-medium {
    font-weight: 400;
}

.fw-semibold {
    font-weight: 600;
}

small {
    font-size: 8px;
    width: 50px;
}

/* Header Nav bar Start */


nav {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
}

.close{
    text-align: right;
    position: relative;
    top: -29px;
    cursor: pointer;
}

.search-box{
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    overflow-y: scroll;
	z-index: 1030;
}

.navbar-nav li a.nav-link {
    padding: 10px 15px;
    color: #000000;
}

.navbar-nav li a.nav-link:hover {
    padding: 10px 15px;
    color: rgba(0, 170, 161, 1);
}
.navbar-nav .dropdown-menu {
    position: absolute;
}

.heading {
    font-weight: 600;
    font-size: 21px;
    line-height: 28px;
}

.heading span {
    padding: 3px 10px
}

.sub-heading {
    font-weight: 400;
    font-size: 15px;
    max-width: 800px
}
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

.sub-heading {
    font-weight: 400;
    font-size: 10px;
    max-width: 800px;
}
}
.img-shadow {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* .w-110 {
    width: 100px
} */

.brd-radius-5 {
    border-radius: 5px;
}

.recipe-block {
    position: relative;
}

.overlay-content {
    position: absolute;
    bottom: 10px;
    left: 5px;
    right: 5px;
}

.hoverlay-content {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width:55px;
    margin-left: 79%;
}

@media (max-width: 600px) {
  .hoverlay-content {
    position: absolute;
    bottom: 10px;
    right: 5px;
    width:55px;
    margin-left: 79%;
  }
}

.health {
    background-color: rgba(255, 255, 255, 0.80);
}

.health:hover {
    background-color: white;
}

.tag {
    background-color: #fff;
    font-size: 12px;
    color: #918c8c;
    padding: 2px 5px;
    font-weight: 700;
}

.details {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 10px 5px;
    position: relative;
    top: 6px;
    min-height: 55px;
}
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){

.details {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 4px 5px;
    position: relative;
    top: 6px;
    min-height: 33px;
}
}

.details:hover {
    background-color: white;
    padding: 10px 5px;
    position: relative;
    top: 6px;
    min-height: 55px;
}
 .bigIcon {
        font-size: 5em;
    }
/*
.hdetails {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 1px 1px;
    position: relative;
    right: 0;
    min-height: 55px;
	text-align:center;
    scroll-padding-right: z;
    top: 5px;
}

*/


.hdetails {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 1px 1px;
    position: relative;
    right: 0;
    min-height: 55px;
    text-align: center;
    top: 5px;
    
}
@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.hdetails {
    background-color: rgba(255, 255, 255, 0.80);
    padding: 1px 1px;
    position: relative;
    right: 0;
    min-height: 55px;
    text-align: center;
    top: 8px;
    right: 34px;
}


/* Styles */
}


@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.heading {
    font-weight: 600;
    font-size: 13px;
    line-height: 28px;
}




}

.hdetails:hover {
    background-color: white;
    padding: 1px 1px;
    position: relative;
    right: 0;
    min-height: 55px;
    scroll-padding-right: z;
    top: 5px;
}

@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.hdetails:hover {
    background-color: white;
    padding: 1px 1px;
    position: relative;
    right: 0;
    min-height: 55px;
    scroll-padding-right: z;
    top: 5px;
    right: 34px;
}
}

.details h5 {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: capitalize;
}


@media only screen and (min-device-width: 320px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
.details h5 {
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
    text-transform: capitalize;
}
}
.details span {
    font-size: 12px;
}

.img-block img {
    width: 100%;
    border-radius: 5px;
}

.img-block:hover { 
            filter: drop-shadow(5px 5px 5px rgba(36, 36, 36, 0.5)); 
}


/*Ads Image blocks section*/
.ads-img-block img {
    width: 100%;
	
}

.one-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.two-line-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.form-control,
select {
    font-size: 14px;
}

.gallery-block {
    position: relative;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.gallery-block .inner-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-block .image-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

.gallery-block .image-box {
   
    filter: drop-shadow(5px 5px 5px rgba(36, 36, 36, 0.5)); 
}


.gallery-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.gallery-block .image-box:hover{
    position: relative;
    display: block;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    filter: drop-shadow(5px 5px 5px rgba(36, 36, 36, 0.5)); 
}
  
.gallery-block .inner-box .overlay-inner:hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
    filter: drop-shadow(5px 5px 5px rgba(36, 36, 36, 0.5));
}

.gallery-block .image-box img.icon {
    height: 40px;
    width: 40px;
    margin: 0px auto;
}

.gallery-block .overlay-box {
    position: absolute;
    left: 0px;
    top: 15px;
    width: 95%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    border-radius: 15px
}

.gallery-block .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: var(--secondary-color);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}

.gallery-block .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 0.8;
    visibility: visible;
}

.gallery-block .inner-box:hover .overlay-box {
    opacity: 1;
}

.gallery-block .inner-box .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-block .inner-box .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-block .inner-box .overlay-inner .link {
    position: relative;
    font-size: 28px;
    color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-block .inner-box .overlay-inner .link .bx {
    position: relative;
    font-size: 45px
}

.icon-block {
    text-align: center;
    border: 1px solid #555555;
    padding: 1.5em;
    margin-bottom: 1.5em;
    border-radius: 5px;

}

.icon-block h6 {
    margin-bottom: 0px;
}

.icon-block img {
    width: 100px;
}

.icon-block:hover {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}


.searchbar {
    color: #198754;
}

.searchbar:hover {
    color: #fff;
}

@media(max-width: 991px) {
    .container {
        max-width: 98%
    }

    .mob-hide {
        display: none !important;
    }

    .desk-hide {
        display: block !important;
    }
  
}

@media(max-width: 767px) {
    .navbar .col-xs-4 {
        width: 33%
    }
    .search-form .col-md-3{
        margin-bottom: 1em
    }
    
}
@media(max-width: 580px) {
    .recipe-list .col-sm-6,  .recipe-list .col-lg-3, .search-box .recipe-list .col-sm-4{
        width: 50%
    }
    .w-110{
        width: 60px
    }
}

@media(max-width: 480px) {
    .navbar .logo {
        height: 30px;
    }

}


@media(max-width: 380px) {
    .navbar .logo {
        height: 25px;
    }

    .w-100 {
        width: auto !important
    }

    .navbar .gap-3 {
        gap: 0.6rem !important;
    }

}

/* Header Nav bar Start */

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.wrap::-webkit-scrollbar {
    width:6px;
}

/* background of the scrollbar except button or resizer */
.wrap::-webkit-scrollbar-track {
     background:#f2f2f2;
}

/* scrollbar itself */
.wrap::-webkit-scrollbar-thumb {
    background:#00AAA1;
    border-radius:16px;
    border:2px solid #00AAA1;
}
.wrap::-webkit-scrollbar-thumb:hover {
    border:2px solid #00AAA1
}

/* set button(top and bottom of the scrollbar) */
.wrap::-webkit-scrollbar-button {display:none;}

/* div box */

.wrap {
    height: 75vh;
    width: 100%;
    min-width: 150px;
    overflow-y: scroll;
}
	
.overflow
{
	min-height: 100vh;
}


/*Video Slider*/

.slide-container {
  margin: 0 30px;
  
}

.vcard {
  background: #fff;
  border-radius: 8px;
}
.vcard .image-box {
  /*height: 200px;*/
}
.vcard .image-box img {
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0 0;
}
.vcard .profile-details {
  display: flex;
  align-items: center;
  column-gap: 12px;
  padding: 15px;
}
.vcard .profile-details img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.profile-details .name {
  font-size: 15px;
  font-weight: 500;
}
.profile-details .job {
  font-size: 12px;
  font-weight: 500;
  color: #4d4d4d;
}
.swiper-navBtn {
  color: #000;
  height: 60px;
  width: 60px;
  background: #00aaa1;
  border-radius: 50%;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 18px;
}
.swiper-pagination-bullet {
  background-color: #000;
}
@media screen and (max-width: 768px) {
  .swiper-navBtn {
    display: none;
  }
}
/*Video Slider ends*/

.breadcrumbs {
  line-height: 1.4;
  min-height: 1.4em;
}


/*Foooter css*/
.footer {
    display: flex;
	flex-flow: row wrap;
	padding: 50px;
	color: #fff;
    background-color: #F2F8F7;
}

.footer h5 {
    font-size: 16px;
    text-transform: capitalize;
}

.footer ul li a,
.footer p {
    font-size: 16px;
    color: #555555
}

.footer .social a {
    display: block;
    color: #777777;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
}

.footer>* {
	flex: 1 100%;
}
.side-one {
	margin-right: 1.25em;
	margin-bottom: 2em;
}
h2 {
	font-weight: 400;
	font-size: 15px;
}
.footer ul {
	list-style: none;
	padding-left: 0;
}
.footer li {
	line-height: 2em;
}
.footer a {
	text-decoration: none;
}
.side-two {
	display: flex;
	flex-flow: row wrap;
}
.side-two>* {
	flex: 1 50%;
	margin-right: 1.25em;
}
.box a {
	color: #999;
}
.h-box {
	column-count: 2;
	column-gap: 1.25em;
}
.copyright {
	text-align: center;
	color: #999;
	padding-top: 50px;
}
.side-one p {
	padding-right: 20%;
	color: #999;
}
@media screen and (min-width: 600px) {	
    .side-two>* {
		flex: 1;
	}
	.features {
		flex-grow: 2;
	}
	.side-one {
		flex: 1 0px;
	}
	.side-two {
		flex: 2 0px;
	}
}

@media (max-width: 600px){
    header p {
        font-size: 40px;
    }
    .footer {
        padding: 40px;
    }
}
/*video slider*/
.owl-carousel{
	padding-left:30px;
	padding-right:30px;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-prev{
    position: absolute;
    top: 200px;
    left: 0;
    background-color: #00aaa1 !important;
    color: #fff !important;
    padding: 5px 2px 5px 2px !important;
    border-radius: 10px !important;
	margin:0 auto !important;
}
.owl-prev span{
	padding: 10px 5px 10px 5px !important;
    font-size: 24px;
}
.owl-next{
    position: absolute;
    top: 200px;
    right: 0;
    background-color: #00aaa1 !important;
    color: #fff !important;
    padding: 5px 2px 5px 2px !important;
    border-radius: 10px !important;
	margin:0 auto !important;
}
.owl-next span{
	padding: 10px 5px 10px 5px !important;
    font-size: 24px;
}
#product_carousel .owl-dots .owl-dot.active span{
	width: 40px !important;
	background: #00aaa1 !important;
}
#product_carousel_sec .owl-dots .owl-dot.active span{
	width: 40px !important;
	background: #00aaa1 !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #ddd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}


/* Recipe Page CSS*/

@keyframes fade-in-up {
  0% { opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.video-wrap {
  text-align: center;
}

.video {  
  iframe {
    max-width: 100%;
    max-height: 100%;
  }

  &.stuck {
    position: fixed;
    bottom: 20px;
    right: 80px;
    transform: translateY(100%);
    width: 260px;
    height: 145px;
    animation: fade-in-up .25s ease forwards;
    z-index:999;
  }
}

/*--//content --*/
/*--/main-content-w3layouts-agileits --*/
/*--/left--*/
.b-grid-top {
    position: relative;
}
.bottom-b-con{
    padding: 40px 0;
}
.blog_info_left_grid {
    position: relative;
    overflow: hidden;
}
.blog-info-middle ul li a {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #fff;
}
.blog-info-middle ul li a:hover{
	color:#01cd74;
	opacity:0.9;
}
.blog-info-middle {
    width: 100%;
    background: rgba(14, 15, 16, 0.65);
    padding: 18px;
    position: absolute;
    bottom: 0;
}
.blog_info_left_grid img {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
	background: #ebecec;
    padding: .4em;
}
.blog-info-middle ul li {
    display: inline-block;
}
.blog-grid-top h3,.two-blog2 h3,h5.card-title {
    font-size: 1.2em;
	margin: 1.2em 0 1em 0;
	font-weight: 700;
}
.blog-grid-top h3 a,.two-blog2 h3 a,h5.card-title a {
	color: #333333;
}
.blog-grid-top p,.two-blog2 p{
    margin-bottom: 2em;
}
.blog-grid-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3em;
}
.blog-mid-sec {
    background: #eceff1;
    padding: .5em;
    margin: 1em 0;
}
button.btn.btn-primary.play.sec{
	width:40px;
	height:40px;
}
ul.blog-icons li {
    display: inline-block;
	margin-right: 20px;
	list-style:none;
}
ul.blog-icons a {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #999;
}
ul.blog-icons i {
    color: #01cd74;
}
.blog-girds-sec {
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding-top: 2em;
}
/*--//left--*/
/*--/right--*/
.tech-btm img{
	background: #ebecec;
    padding: .4em;
}
.tech-btm h4 {
    font-size: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 1em;
}
.tech-btm {
    margin-bottom: 2em;
}
.tech-btm input[type="email"] {
    width: 100%;
    color: #737070;
    outline: none;
    font-size: 14px;
    padding: 0.6em 1em;
    border: 2px solid #eceff1;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin: 1em 0;
}
.tech-btm input[type="submit"] {
    background: #01cd74;
    padding: .7em 1em;
    color: #fff;
    font-size: 15px;
    font-weight:500;
    display: block;
    outline: none;
    border: none;
	width: 100%;
	cursor: pointer;
	text-transform:uppercase;
}
.tech-btm input[type="submit"]:hover {
	background: #05b166;
}
.widget_social li {
    display: block;
}
.widget_social li a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight:400;
    letter-spacing: 0.2px;
    line-height: 30px;
	margin-bottom: 10px;
    padding: 10px 20px;
    text-transform: capitalize;
    width: 100%;
}
.widget_social li a:hover{
	opacity:0.7;
	color:#fff;
}

.widget_social li a.twitter {
    background: #57baf7;
}
.widget_social li a.facebook {
    background: #3b5998;
}
.widget_social li a.dribble {
	background: #ea4c89;
}
.widget_social li a.pin {
	background: #BD081C;
}
.widget_social li a i {
    font-size: 18px;
    position: relative;
    text-align: left;
    width: 35px;
}
.widget_social li a .count {
    padding-left: 20px;
}
.tech-btm h5 {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
}
.tech-btm h5 a{
   color:#333;
}
.sub-meta span {
    font-size: 0.8em;
    color: #a9abad;
    line-height: 2.5em;
}
/*--//right--*/

.badge {
    display: inline-block;
    padding: .35em .65em;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.tech-btm img{
	background: #ebecec;
    padding: .4em;
}
.tech-btm h4 {
    font-size: 1.2em;
    color: #333333;
    font-weight: 700;
    margin-bottom: 1em;
}
.tech-btm {
    margin-bottom: 2em;
}
.tech-btm input[type="email"] {
    width: 100%;
    color: #737070;
    outline: none;
    font-size: 14px;
    padding: 0.6em 1em;
    border: 2px solid #eceff1;
    -webkit-appearance: none;
    letter-spacing: 1px;
    margin: 1em 0;
}
.tech-btm input[type="submit"] {
    background: #01cd74;
    padding: .7em 1em;
    color: #fff;
    font-size: 15px;
    font-weight:500;
    display: block;
    outline: none;
    border: none;
	width: 100%;
	cursor: pointer;
	text-transform:uppercase;
}
.tech-btm input[type="submit"]:hover {
	background: #05b166;
}
.widget_social li {
    display: block;
}
.widget_social li a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight:400;
    letter-spacing: 0.2px;
    line-height: 30px;
	margin-bottom: 10px;
    padding: 10px 20px;
    text-transform: capitalize;
    width: 100%;
}
.widget_social li a:hover{
	opacity:0.7;
	color:#fff;
}

.widget_social li a.twitter {
    background: #57baf7;
}
.widget_social li a.facebook {
    background: #3b5998;
}
.widget_social li a.dribble {
	background: #ea4c89;
}
.widget_social li a.pin {
	background: #BD081C;
}
.widget_social li a i {
    font-size: 18px;
    position: relative;
    text-align: left;
    width: 35px;
}
.widget_social li a .count {
    padding-left: 20px;
}
.tech-btm h5 {
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 600;
}
.tech-btm h5 a{
   color:#333;
}
.sub-meta span {
    font-size: 0.8em;
    color: #a9abad;
    line-height: 2.5em;
}
/*--//right--*/
/*--//main-content-w3layouts-agileits --*/

/*-- //services --*/
/*-- mid --*/
.list-inline> li {
    margin: 1.2em 0;
    display: block;
    padding: 0;
}
.list-inline> li a{ 
    display: block; 
}
.mid-text-info h4 {
    color: #01cd74;
	font-size: 1.1em; 
}
.mid-text-info p {
	margin-top: 0.3em;
    letter-spacing: 2px;
    color: #fff;
}
.list-inline> li a img {
    width: 37%;
    background: #ffffff;
    padding: .3em;
}
.desoSlide-wrapper {
    position: relative;
    text-align: center;
    overflow: hidden;
}
.desoSlide-overlay {
    z-index: 10;
    color: #fff;
    font-size: 1em;
    text-align: left;
    font-weight: 300;
    line-height: 2em;
    padding: 2.5em;
    opacity: 0;
    filter: alpha(opacity=100);
    background: #000;
    width: 50% !important;
    position: absolute;
    top: 18% !important;
    left: -50% !important;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.desoSlide-wrapper img {
    width: 100%;
    background: rgb(255, 255, 255);
    padding: .6em;
}
.mid-text-info {
    float: right;
    width: 55%;
}
.desoSlide-overlay .btn.btn-primary.play {
    color: #fff;
    font-size:1.4em;
	margin-bottom: .5em;
    font-weight: 700;
}
.desoSlide-wrapper:hover .desoSlide-overlay {
	left: 0% !important;
}
.desoSlide-overlay  ul li{ 
	display:block;	
} 
.desoSlide-overlay  ul li a {
    display: block;
	padding: 1em;
	-moz-opacity: 0.7; 
	opacity: 0.7;
}
.desoSlide-overlay  ul li a:hover {
	-moz-opacity: 1;
    opacity: 1;
}
.desoSlide-overlay  ul li a span.glyphicon {
    font-size: 1.3em;
    color: #fff;
}
.desoSlide-overlay  ul li a h6 {
    font-size: 0.9em;
    color: #fff;
    margin-top: .5em;
} 
section.middle-sec-agileinfo-w3ls{
	background: -webkit-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
	background: -moz-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
	background: -ms-linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
	background: linear-gradient(rgba(23, 22, 23, 0.2), rgba(23, 22, 23, 0.5)), url(../images/banner5.jpg) no-repeat;
	background-size: cover;
	min-height:700px;
	padding:4em 0;

}
/* =====================================
   FINAL H1 RECIPE TITLE CLS FIX (0.245 → near 0)
===================================== */

.rec-heading {
  background-color: #ffffff;
  color: #323030;
  font-size: 28px !important;
  font-weight: 700;
  line-height: 1.35;
  padding: 12px 15px;
  margin: 0 0 15px 0;
  box-sizing: border-box;
  min-height: 180px;
  overflow-wrap: break-word;
  word-break: break-word;
  hyphens: auto;
  font-family: system-ui, -apple-system, Arial, sans-serif;
}
@media (min-width: 769px) {
  .rec-heading {
    font-size: 32px !important;
    padding: 14px 18px;
    min-height: 210px;
  }
}
@media (max-width: 576px) {
  .rec-heading {
    font-size: 24px !important;
    padding: 10px 12px;
    min-height: 155px;
  }
}
.rec-heading span { display: block; }
h1.rec-heading { transition: none; }

.recipe-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  background-color: #f8f8f8;
  overflow: hidden;
  border-radius: 8px;
}
@media (min-width: 577px) {
  .recipe-image-wrap { aspect-ratio: 800 / 1067; }
}
.recipe-image-wrap picture,
.recipe-image-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.pinterest-btn-fixed {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #E60023;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 20;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
  transition: transform 0.2s ease;
}

.pinterest-btn-fixed:hover {
  transform: scale(1.1);
}

.pinterest-btn-fixed img {
  width: 22px;
  height: 22px;
}

.recipe-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 50px;
    contain: layout;
}

/* Share Count */
.share-count {
    min-width: 75px;
    text-align: left;
}

.share-number {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.share-label {
    font-size: 12px;
    letter-spacing: 1px;
    color: #888;
    font-weight: 600;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;              /* bigger circle */
    height: 32px;
    border-radius: 50%;
    background: #929292;      /* light grey like screenshot 2 */
    transition: all 0.25s ease;
}

.social-icon svg {
    width: 22px;              /* bigger icon */
    height: 22px;
}

.social-icon svg path {
    fill: #ffffff !important;  /* medium grey icon */
}


/* Brand Hover Colors */
.facebook:hover   { background: #1877f2; }
.twitter:hover    { background: #000000; }
.pinterest:hover  { background: #e60023; }
.whatsapp:hover   { background: #25D366; }
.linkedin:hover   { background: #0a66c2; }
.telegram:hover   { background: #0088cc; }
.reddit:hover     { background: #FF4500; }

.whatsapp:hover {
    background: #25D366;
    color: #fff;
}   
      
.rec-headingCalories{
	background-color: #ffffff;
    color: #323030;
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    padding: 10px 12px;
    box-sizing: border-box;

    /* Reserve space for up to 3 lines */
    min-height: 117px; /* 30px × 1.3 × 3 */
}    
    /*-- //Calories --*/

   
.rec-heading1{
	background-color: #ffffff;
    color: #323030;
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    padding: 10px 12px;
    box-sizing: border-box;

    /* Reserve space for up to 3 lines */
    min-height: 117px; /* 30px × 1.3 × 3 */
}
.recipe-heart{
    position: absolute;
    right: 10px;
    top: 10px;
}
.heart-button {
	cursor: pointer;
}
.heart-button.active {
	color: #FF3A81;
}
.social-follow li{
	float:left;
	margin:0 10px 0 0;
}
.social-follow li a{
    color: #777777;
    border: 2px solid #777777;
    padding: 5px 15px;
    border-radius: 2px;
    margin: 0 auto;
    font-size: 28px;
}
.social-follow li a:hover{
	background-color:#777777;
	color:#fff;
}
.right-5{
	right:5px;
}
.side-recipe-bg{
	background: #EEEEEE;
}
.btn-second-main{
    color: #00AAA1;
	background-color:#fff;
    border: 1px solid #00AAA1;
}
.btn-second-main:hover{
    background-color: #00AAA1;
    color: #fff !important;
}
.btn-gg{
    color: #529D22;
	background-color:#fff;
    border: 1px solid #00AAA1;
}
.btn-gg:hover{
    box-shadow:0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.green-recipe-bg{
	background: #529D22;
}
.accordion-btn{
    background-color: #529d22 !important;
    color: #fff !important;
}

.side-list li {
    line-height: 40px;
    font-size: 16px;
}

.rate {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.rating {
    display: flex;
}

.rating>input {
    display: none
}

.rating>label {
    position: relative;
    width: 1em;
    font-size: 30px;
    font-weight: 300;
    color: #FFD600;
    cursor: pointer
}

.rating>label::before {
    content: "\2605";
    position: absolute;
    opacity: 0
}

.rating>label:hover:before,
.rating>label:hover~label:before {
    opacity: 1 !important
}

.rating>input:checked~label:before {
    opacity: 1
}

.rating:hover>input:checked~label:before {
    opacity: 0.4
}

.buttons {
    top: 36px;
    position: relative
}
.tags-list li a{
	background: #d9d9d9;
    border-radius: 2px;
    float: left;
    margin: 5px 10px 0 0;
    padding: 0 10px;
    color: #1b1b1b;
    font-size: 18px;
    font-weight: 600;
}
.tags-list li a:hover{
	background-color: #00AAA1 !important;
    color: #fff !important;
}

.content-body a{
    color: #0a7acf !important;
    text-decoration:underline;
}
 .table-of-content tbody tr td a{
     color:#000 !important;
 }
  .table-of-content tbody tr td a:hover{
     color: #00AAA1 !important;
 }
.social-share-icon li{
	float:left;
	margin:0 10px 0 0;
}
.social-share-icon li a {
    font-size: 22px;
    color: #a1a1a1 !important;
}
.social-share-icon:before{
	display: block;
    content: '';
    z-index: 1;
    background: #a1a1a1;
    position: absolute;
    width: 40%;
    height: 1px;
    left: 0;
    top: 20px;
}
.social-share-icon:after{
	display: block;
    content: '';
    z-index: 1;
    background: #a1a1a1;
    position: absolute;
    width: 40%;
    height: 1px;
    right: 0;
    top: 20px;
}
.review-box{
    display: flex;
    justify-content: center;
}
.text-green{
	color: #007E47;
}
.star-rating{
	display: flex;
    justify-content: center;
}
.star-rating li{
	float:left;
	color: #007E47;
}
.rating-right{
	line-height:45px;
}
.progress-wid{
	width:25rem;
}
.rating-right li i{
	color: #007E47;
}
.progress-bar{
	background-color: #007E47;
}
.btn-sec{
	background: #00AAA1;
	color:#fff;
}
.o-star-rating {
  line-height:32px;
  font-size:1.25em;
  display:flex;
}

.o-star-rating .fa-star{color: #007E47;margin-top:5px;}
.o-star-rating .fa-star-o{color: #007E47;margin-top:5px;}
.review-link{
    font-size: 15px;
    font-weight: 500;
    margin-left: 4px;
}
/*recipe category*/
.rec-heading-sec {
    background-color: #ffffff;
    color: #323030;
    font-size: 30px;
    font-weight: 700;
    display: block;
    line-height: 1.3;
    padding: 10px 12px;
    box-sizing: border-box;

    /* Reserve space for up to 3 lines */
    min-height: 117px; /* 30px × 1.3 × 3 */
}
.recipe-accordion-btn{
    background-color: #E1E1E1 !important;
    color: #000 !important;
    font-weight: 600;
    border-radius: 2px !important;
}
.main-title {
  padding: .5em 0;
  border-bottom: 1px solid var(--light-gray);
  margin-bottom: 30px;
  font-size: clamp(2.3rem, 3vw, 2.88rem);
  font-weight: 500;
}
.table-of-contents {
	max-width: 365px;
	padding: .75ch;
	border: 1px solid rgb(0 126 71);
	font-size: 1.5rem;
	background: var(--white-bone);
	border-radius: 5px;
}

.table-narrow {
  width: 160px;
}

.list-invisible {
  display: none;
}

.wrap-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4px 0;
}

.table__title {
  margin-right: .5ch;
  font-size: 12px;
    font-weight: 600;
}

.toggle-wrapper::before {
  content: '[';
  color: var(--light-black);
  font-size:12px;
}

.toggle-wrapper::after {
  content: ']';
  font-size:12px;
  color: var(--light-black);
}

.toggle {
  padding: 0;
  border: none;
  
  font-size: 12px;
  
  color: var(--blue);
  background-color: inherit;
}

.toggle:hover {
  text-decoration: underline var(--blue);
  cursor: pointer;
}

.toggle:focus {
  border: 1px dotted var(--blue);
  
  text-decoration: underline var(--blue);
}

.toggle:active {
  border: none;
  text-decoration: none;
}

.table__list,
.table__nested-list {
  list-style: none;
}

.content__number {
  margin-right: .5ch;
  
  color: var(--light-black);
}

.table__list {
  padding: 0;
  font-size:13px;
}

.table__nested-list {
  padding-left: 3ch;
}

.table__link {
  color: rgb(0 126 71);
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}

.table__link:active {
  color: #000;
}

.table__link:hover {
  color: #000;
  text-decoration: underline var(--blue);
}
.tab-bg{
	background-color:#2F820C;
}
.list-of-recipe li{
	line-height:25px;
	padding:5px 0;
}
.list-of-recipe li:nth-child(2n+1){
	background-color:#F2F8F7;
}
.text-comment-para{
    font-size: 12px;
    color: #545454;
}

.table-of-content tbody tr{
	display: flex;
	width: 60%;
	flex-direction: column;
 }
 .table-of-content tbody tr{
	margin:5px 0;
 }
 .table-of-content tbody tr td{
	border: 1px solid #020202;
	cursor: pointer;
}
/* Mobile Devices */
@media (max-width: 480px) {
    .table-of-content tbody tr {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.edit-button a {
    margin-bottom: 10px;
}
.side-recipe-bg .row{
    display: grid;
        grid-template-columns: 1fr 2fr;
}
.side-recipe-bg {
    background: #EEEEEE;
    max-height: 150px !important;
}
.side-recipe-bg img{
    max-height: 150px;
}
.side-recipe-bg .card-text {
    bottom: 5px !important;
}
.brdcr{
    display: flex;
    flex-direction: column;
}
.mpadding-0{
    padding:0 !important;
}

.mb-border-0{
    border:0 !important;
}
}
        
/* Low resolution Tablets and iPads */
@media (min-width: 481px) and (max-width: 767px) {
    .table-of-content tbody tr {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.edit-button a {
    margin-bottom: 10px;
}

}

.review-box-bg{
	background: #F2F8F7;
}
.review-box-bg{
	background-image:url(../img/comma.png);
	background-position:left;
	background-repeat:no-repeat;
}
.review-box-bg p{
    color: #a6a6a6;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin: 0;
}
.main_bg{
	background: #00AAA1;
}
.acc-btn-bg{
	background: #DFF1F0 !important;
}
.acc-btn-bg-body{
	background: #F2F8F7;
}
.text-left{
	text-align:left !important;
}
.bg-green-sub{
    background-color: #D1E7E5;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 5px;
}
.box-title-ctm{
    font-weight: 500;
    color: #3d3d3d;
}

.bg-text-green{
	background-color: var(--secondry);
    color: #000;
    padding: 10px;
    line-height: 1.2;
	min-height:110px;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.fw-500{
	font-weight:500;
}
.fw-600{
	font-weight:500;
}
.table-ctm-border{
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.border-left{
    border-left: 1px solid #000;
}
.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.accordion-button:not(.collapsed)::after{
background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.box-time {
			display: flex;
			width: 25%;
			padding: 20px !important;
		}
		.box-timen {
			display: flex;
			width: 25%;
			padding: 20px !important;
		}
		.bdr{
			border-left: 1px solid #ddd;
			margin: 0 30px;
		}
		@media(max-width: 480px) {
		    .media{
                flex-direction: column;
                align-items: center;
            }
            .media img{
                align-self:center !important;
            }
            .mtextleft h3{
                text-align:left !important;
            }
            .mtextleft p{
                text-align:left !important;
            }
            .sub_cate{
                background-color: var(--secondry);
                color: #323030;
                padding: 8px;
                font-size: 16px;
                display: flex;
                margin: 10px 0;
            }
		    .mw-50{
		        width:50% !important;
		    }
		    .mw-30{
		        width:30% !important;
		    }
		    .mw-70{
		        width:70% !important;
		    }
			.box-card{
				overflow:hidden;
			}
			.box-p-0{
				padding:0;
			}
			.box-time {
				display: flex;
				width: 50%;
				border-bottom: 1px solid #ddd;
				overflow: hidden;
				padding: 0 !important;
			}
			.box-time-last{
				width: 100%;
			}
			.myimg{
				padding: 15px;
			}
			.content {
				padding: 15px;
			}
			.bdr {
				border-left: 1px solid #ddd;
				margin: 0 20px;
			}
			.bdr-last{
				margin: 0px 0 0px 86px;
			}
			.content-last{
				padding: 15px 30px;
			}
			.box-timen {
				display: flex;
				width: 50%;
				border-bottom:1px solid #ddd;
				padding: 0 !important;
			}
			.bdrm{
				border-left: 1px solid #ddd;
				margin: 0 20px 0 86px;
			}
			.myimg1:after {
				content: "";
				border-bottom: 10px solid #fff;
				z-index: 9999;
				width: 74px;
				position: absolute;
				left: 0;
				top: 72px;
			}
			.myimg2:after {
				content: "";
				border-bottom: 10px solid #fff;
				z-index: 9999;
				width: 74px;
				position: absolute;
				left: 0;
				bottom: 72px;
			}
		}
        .fb_icon i {
            font-size: 25px !important;
            color: #3b5998 !important;
            transition: color 0.3s;
            margin-left: 10px;
        }
        .fb_icon i:hover{
            color: #1d305d; 
        }
        .tw_icon i{
            font-size: 25px !important;
            color: #1DA1F2 !important;
            transition: color 0.3s ease, transform 0.3s ease;
        }
        .tw_icon i:hover {
            color: #0d8bcd;
        }
        .insta_icon i {
            font-size: 25px !important;
            color: #E4405F !important;
            transition: color 0.3s ease, transform 0.3s ease;
        }

        .insta_icon i:hover {
            color: #C13584;
        }
        .youtube_icon i {
            font-size: 25px !important;
            color: #FF0000 !important;
            transition: color 0.3s ease, transform 0.3s ease;
        }

        .youtube_icon i:hover{
            color: #CC0000;
        }
        .print_icon i{
            font-size: 25px !important;
            color: #000 !important;
            transition: color 0.3s ease, transform 0.3s ease;
        }

        .print_icon i:hover {
            color: #555;
        }
       .image-container {
    display: flex;
    align-items: center;
}
        .social-icons {
      display: none;
      opacity: 0;
      transition: opacity 0.5s ease;
    }
        .login-btn{
    background-color: #00aaa1;
    padding: 5px 10px;
    border-radius: 45px;
    color: #fff;
}
.login-btn:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    color:#fff !important;
}

.styled-ol {
    list-style-type: none;
    counter-reset: list-counter;
    padding: 0;
    margin: 0;
}
.styled-ol li {
    counter-increment: list-counter;
    position: relative;
    margin: 6px;
    display: flex;
    align-items: flex-start;
}
.styled-ol li::before {
        content: counter(list-counter);
    border-radius: 85px !important;
    background-color: black;
    color: white;
    padding: 0px 6px;
    width: 20px;
    height: 20px;
    font-size: 14px;
    margin-right: 10px;
    margin-top: 7px;
    line-height: 1.5;
}
.gheading {
    background-color: var(--secondry);
    color: #323030;
    font-size: 27px;
    font-weight: 700;
    display: inline-block;
    padding: 10px;
    line-height: 1.2;
}
.sub_gheading {
    background-color: var(--secondry);
    color: #323030;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    padding: 10px;
    line-height: 1.2;
}
.filter-btn button {
    margin: 5px 0;
    border-radius: 5px !important;
}
.btn-g{
    background-color:#5cb85c !important;
}
.sub_cate{
    background-color: var(--secondry);
    color: #323030;
    padding: 8px;
    font-size: 16px;
}
.recipe-card {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #00a88e2b;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.calories-badge {
    font-size: 1.2em;
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    text-align: center;
    min-width: 60px;
    overflow: hidden;
    height: 120px;
    width: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.calories-badge p{
    line-height:1;
    font-size:17px;
}
.reviews {
    margin-bottom: 10px;
}
.recipe-title {
    font-size: 1em;
    font-weight: bold;
}
.recipe-description {
    color: #6c757d;
}
.recipe-item{
	background-color: #00a88e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 600;
}
.recipe-count{
    margin: 0 !important;
    font-size: 16px;
}
.recipe-date{
    margin: 0 !important;
    font-size: 15px;
}
.page-item:not(:first-child) .page-link {
    margin-left: 10px !important;
    color:#000;
    text-decoration:underline;
}
.page-item .page-link{
    border:0;
    margin:0 10px;
}
.page-item .page-link.active{
    border: 0;
    background-color: #00a88e;
    border-radius: 50px;
    width: 42px;
    margin: 0 auto;
    padding: 5px 16px;
    color: #fff;
}
.reviews li span i{
    color: #007E47;
}
.h-link{
    color: #000 !important;
}
.recipe-m-screen{
    display:none;
}
@media(max-width: 480px) {
    .recipe-card{
        text-align:left;
    }
    .recipe-title {
        margin-bottom: 10px;
        background-color: #00a88e;
        padding: 2px 5px;
        border-radius: 5px;
        color: #ffff;
    }
    .recipe-card img{
        width: 10rem;
    }
    .recipe-desc a{
        border:1px solid #ddd;
    }
    .reviews li{
        justify-content:center;
    }
    .recipe-description p{
        font-size: 16px;
        
    }
    .recipe-card {
        margin-bottom: 20px;
        padding: 20px;
        background-color: #ffffff2b;
        border-radius: 5px;
        box-shadow: none;
    }
    .calories-badge {
        font-size: 1.2em;
        padding: 10px;
        background-color: #fff;
        border-radius: 20%;
        display: flex;
        text-align: center;
        min-width: 60px;
        overflow: hidden;
        border: 1px solid #00a88e;
        height: 120px;
        width: 120px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .recipe-item {
        background-color: #00a88e;
        color: #fff;
        padding: 5px 10px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .recipe-l-screen{
        display:none;
    }
    .recipe-m-screen{
        display:block;
    }
    .recipe-desc{
        font-size:16px;
        line-height:25px;
    }
    .rec-box-item{
            display: flex;
            justify-content: flex-end;
    }
}
.img-tag img {
    background-color: #fff;
    padding: 5px;
    margin:5px 0;
    border-radius:2px;
}
.badge-link{
    color: #00AAA1 !important;
}
.badge-link:hover{
	color: #00AAA1 !important;
	text-decoration:underline;
}
.badge-main{
	background-color:#00AAA1;
	color:#fff;
}
.badge-main:hover{
	background-color:#00AAA1;
	color:#fff;
}
.btn-main{
	background-color:#00aaa1;
	color:#fff;
	border-radius:5px;
}
.btn-main:hover{
	border:1px solid #00aaa1;
	background-color:#fff;
	color:#00aaa1;
	border-radius:5px;
}

/* =====================================
   CKEditor Responsive Tables (FINAL)
   ===================================== */

figure.table {
    width: 100%;
    overflow-x: auto;              /* 👈 KEY FIX */
    -webkit-overflow-scrolling: touch;
    margin: 15px 0;
}

/* Force table wider than mobile */
figure.table table {
    min-width: 720px;
    width: 100%;
    border-collapse: collapse;
}

figure.table th,
figure.table td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: top;
    text-align: left;
    line-height: 1.5;
}

/* Sticky header */
figure.table thead th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
}

/* Mobile scroll hint */
@media (max-width: 768px) {
    figure.table::after {
        content: "↔ Scroll horizontally";
        display: block;
        font-size: 12px;
        color: #666;
        margin-top: 6px;
        text-align: right;
    }
}

/* SAVE AND RATE Button Develop Awadhesh 280222026 */
/* =========================================
   PRO Floating Save & Rate Bar (CLS SAFE)
========================================= */

/* ===============================
   PRO Floating Save & Rate Bar
================================== */

.pro-floating-bar {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    transform: translateY(-200%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.3s ease;
    z-index: 9999;
}

.pro-floating-bar.show {
    transform: translateY(0);
    opacity: 1;
}

/* Prevent Safari jitter */
.pro-bar-inner {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* Buttons */
.pro-btn {
    border: none;
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s ease;
}

/* Save */
.pro-save {
    background: #ffffff;
    border: 2px solid #00AAA1;
    color: #fd0000;
}

.pro-save:hover {
    background: #fdfdfd;
}

/* Rate */
.pro-rate {
    background: #ffffff;
    border: 2px solid #00AAA1;
    color: #fd0000;
}

.pro-rate:hover {
    background: #fdfdfd;
    
}

/* Mobile */
@media (max-width: 430px) {

    .pro-bar-inner {
        width: 92%;
        justify-content: space-between;
    }

    .pro-btn {
        flex: 1;
        justify-content: center;
        font-size: 20px;
        padding: 10px;
    }
}

/* SAVE Cookbook Button Develop Awadhesh 280222026 */

/* ====================================
   PREMIUM COOKBOOK MODAL (ISOLATED)
==================================== */

.cb-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.cb-modal.active {
    display: flex;
}

.cb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
}

.cb-box {
    position: relative;
    background: #fff;
    width: 95%;
    max-width: 520px;
    border-radius: 18px;
    overflow: hidden;
    animation: cbFadeUp 0.35s ease;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}

@keyframes cbFadeUp {
    from { transform: translateY(40px); opacity:0; }
    to { transform: translateY(0); opacity:1; }
}

.cb-save-btn {
    width: 100%;
    background: linear-gradient(135deg,#ff2d75,#ff0055);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 12px;
    transition: 0.3s ease;
}

.cb-save-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255,0,85,0.4);
}

.cb-cancel-btn {
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background: #eee;
    cursor: pointer;
}

.cb-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
}

/* ===============================
   PREMIUM COOKBOOK MODAL FINAL
================================== */

.cb-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

.cb-modal.active {
    display: flex;
}

.cb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(6px);
}

.cb-box {
    position: relative;
    width: 95%;
    max-width: 560px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.3);
    animation: cbFadeUp 0.35s ease;
}

@keyframes cbFadeUp {
    from { transform: translateY(40px); opacity:0; }
    to { transform: translateY(0); opacity:1; }
}

/* ALWAYS SIDE BY SIDE (Even Mobile) */
.cb-content {
    display: flex;
    flex-direction: row;
}

/* LEFT IMAGE */
.cb-image {
    width: 45%;
    background: #f7f7f7;
    padding: 15px;
}

.cb-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.cb-image h3 {
    font-size: 15px;
    margin-top: 10px;
}

/* RIGHT ACTIONS */
.cb-actions {
    width: 55%;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cb-actions h4 {
    font-size: 18px;
    margin-bottom: 20px;
}

/* Buttons */
.cb-save-btn {
    width: 100%;
    background: linear-gradient(135deg,#ff2d75,#ff0055);
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 12px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 14px;
    transition: 0.3s ease;
}

.cb-save-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255,0,85,0.4);
}

.cb-cancel-btn {
    width: 100%;
    padding: 12px;
    border-radius: 12px;
    border: none;
    background: #eee;
    cursor: pointer;
}

.cb-close {
    position: absolute;
    top: 12px;
    right: 18px;
    font-size: 22px;
    background: none;
    border: none;
    cursor: pointer;
}

/* 📱 SMALL MOBILE TWEAK (keep layout but adjust size) */
@media (max-width: 480px) {

    .cb-box {
        max-width: 95%;
    }

    .cb-image {
        width: 42%;
        padding: 12px;
    }

    .cb-actions {
        width: 58%;
        padding: 20px;
    }

    .cb-image h3 {
        font-size: 13px;
    }
}
/* ===========================
   SAVE COUNT BADGE
=========================== */

.cb-save-count {
    margin-left: 6px;
    background: #fff;
    color: #00AAA1;
    font-size: 13px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
}

/* ===========================
   BOTTOM TOAST (CLS SAFE)
=========================== */

.cb-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: rgba(0,0,0,0.85);
    color: #fff;
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 15px;
    z-index: 11000;
    transition: transform 0.35s ease, opacity 0.35s ease;
    opacity: 0;
    pointer-events: none;
    will-change: transform;
}

.cb-toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* SAVE Rate Button Develop Awadhesh 280222026 */

/* ===============================
   PREMIUM RATE MODAL
================================== */

.pr-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
}

.pr-modal.active {
    display: block;
}

.pr-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    backdrop-filter: blur(4px);
}

.pr-box {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%) scale(.95);
    width: 95%;
    max-width: 400px;
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 25px 60px rgba(0,0,0,0.25);
    transition: transform .25s ease, opacity .25s ease;
    opacity: 0;
}

.pr-modal.active .pr-box {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.pr-close {
    position: absolute;
    right: 14px;
    top: 12px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.pr-title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.pr-subtitle {
    text-align: center;
    color: #777;
    font-size: 14px;
    margin-bottom: 2px;
}

.pr-stars {
    display: flex;
    justify-content: center;
    gap: 8px;
    font-size: 28px;
    color: #969595;
    cursor: pointer;
    margin-bottom: 20px;
}

.pr-stars span.active {
    color: #efaa03;
}

/* Default (Mobile first) */
.pr-fields {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

/* Desktop layout change */
@media (min-width: 992px) {
    .pr-fields {
        flex-direction: column;   /* Stack vertically */
    }
}

#prComment {
    width: 100%;
    height: 100px;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    resize: none;
    margin-bottom: 18px;
    box-sizing: border-box;
    display: block;
}

.pr-submit {
    width: 100%;
    background: #00aaa1;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s ease;
}

.pr-submit:hover {
    background: #008d85;
}

/* Mobile optimization */
@media(max-width: 480px){
    .pr-box {
        padding: 22px;
    }
    .pr-fields {
        flex-direction: column;
    }
}

.confetti{
    position: fixed;
    top: -10px;
    width: 8px;
    height: 8px;
    z-index: 99999;
    animation: fall linear forwards;
}

@keyframes fall{
    to{
        transform: translateY(100vh) rotate(720deg);
        opacity: 0;
    }
}

/* Awadhesh Dev 01032026 */
/* ===== AUTHOR + ACTION ROW FIX ===== */

.author-block {
    flex: 1;
}

/* Main container row fix */
.col-md-12.d-flex.align-items-center {
    justify-content: space-between;
    gap: 15px;
    flex-wrap: wrap; /* important for mobile */
}

/* Action button wrapper */
.recipe-action-inline {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Button Styling */
.pro-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border-radius: 25px;
    border: 2px solid #00AAA1;
    background: #fff;
    font-weight: 600;
    font-size: 20px;
    transition: 0.2s ease;
}

/* Save */
.pro-save {
    color: #d60000;
}

/* Rate */
.pro-rate {
    color: #ff9800;
}

/* Hover */
.pro-btn:hover {
    background: #00AAA1;
    color: #fff;
}

/* Save Count Badge */
.cb-save-count {
    background: #00AAA1;
    color: #fff;
    font-size: 12px;
    padding: 0px 0px;
    border-radius: 10px;
}

/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

    .col-md-12.d-flex.align-items-center {
        flex-direction: column;
        align-items: flex-start;
    }

    .recipe-action-inline {
        margin-top: 10px;
    }
}

/* RATE MESSAGE AWADHESH DEV 02032026 */

.pr-error-box{
    display:none;
    background:#ffecec;
    color:#d8000c;
    padding:10px 14px;
    border-radius:8px;
    margin-bottom:12px;
    font-size:14px;
    font-weight:500;
}

.pr-input-error{
    border:1px solid #d8000c !important;
    background:#fff5f5;
}

.pr-stars-error span{
    color:#d8000c !important;
}

.pr-error-box{
    animation: fadeInError 0.3s ease;
}

@keyframes fadeInError{
    from{opacity:0; transform:translateY(-5px);}
    to{opacity:1; transform:translateY(0);}}


/* Comment and Authour Aw Dev 04032026 */

/* USER COMMENT */

.comment-item{
padding-bottom:15px;
}

/* NAME */

.comment-user{
font-size:16px;
font-weight:600;
color:#222;
}

/* AUTHOR NAME */

.author-name{
color:#2e7d32;
font-size:20px;
font-weight:600;
}

/* DATE */

.comment-date{
font-size:13px;
color:#777;
margin-bottom:5px;
}

/* COMMENT TEXT */

.comment-text{
font-size:15px;
color:#444;
margin-bottom:8px;
}

/* STAR RATING */

.comment-rating{
color:#f4a300;
margin-bottom:6px;
}

/* REPLY BUTTON */

.reply-btn{
background:none;
border:none;
color:#888;
font-size:14px;
cursor:pointer;
padding:0;
}

.reply-btn i{
margin-right:4px;
}

.reply-btn:hover{
color:#000;
}

/* AUTHOR REPLY BOX */

.reply-item{
background:#f4f4f4;
padding:15px;
border-radius:4px;
}

/* GREEN LINE */

.reply-line{
width:4px;
background:#ffffff;
margin-right:12px;
}

/* REPLY CONTENT */

.reply-content{
flex:1;
}

/* HIDE REPLY FORM */

.reply-form{
display:none;
margin-top:10px;
width:100%;
}

.me-3 img{
display:block;
border-radius:50%;
}

.flex-grow-1{
min-width:0;
}

@media (max-width:768px){

.reply-item{
margin-left:20px !important;
padding:12px;
}

.comment-text{
font-size:14px;
}

}

.comment-rating i{
font-style:normal;
}


/* ================================
   AUTO ADS ONLY — FINAL BALANCED CSS
================================ */

/* ============================= */
/* GOOGLE ADSENSE – AUTO ADS SAFE */
/* ============================= */
ins.adsbygoogle {
    display: block;
    box-sizing: border-box;
    min-height: 180px;
    margin: 20px 0;
}

@media (max-width: 768px) {
    ins.adsbygoogle {
        min-height: 140px;
        margin: 16px 0;
    }
}

html,
body {
    overflow-x: hidden;
}

img,
table,
pre,
iframe,
video {
    max-width: 100%;
    height: auto;
}

/* ===== Recipe Meta Bar (Star + Reviews + Jump) 06032026===== */

/* ===== Premium Recipe Rating Bar ===== */

/* ===== Recipe Rating Layout ===== */

.recipe-rating-bar{
margin-top:10px;
}

/* ===== Top Rating Row ===== */

.rating-top{
display:flex;
align-items:center;
gap:8px;
flex-wrap:wrap;
}

/* ===== Stars ===== */

.rating-stars{
display:flex;
gap:2px;
}

.star{
font-size:18px;
}

.star.full{
color:#ff7a00;
}

.star.empty{
color:#ddd;
}

/* ===== Rating Number ===== */

.rating-score{
font-weight:600;
font-size:15px;
}

/* ===== Review Button ===== */

.content-body a.review-btn{
background:#ffffff;
color:#000000 !important;
padding:6px 12px;
border-radius:6px;
font-size:18px;
text-decoration:none !important;
border:1px solid #000000;
display:inline-block;
transition:0.2s;
font-weight:600;
}

/* ===== Button Row ===== */

.rating-buttons{
display:flex;
gap:10px;
margin-top:6px;
}

/* ===== Jump Buttons ===== */

.content-body a.jump-btn,
.content-body a.video-btn{
background:#ffffff;
color:#000000 !important;
padding:6px 12px;
border-radius:6px;
font-size:18px;
text-decoration:none !important;
border:1px solid #000000;
display:inline-block;
transition:0.2s;
font-weight:600;
}

/* ===== Hover ===== */

.content-body a.jump-btn:hover,
.content-body a.video-btn:hover{
background:#ffffff;
color:#000000 !important;
border-color:#020202;
}

/* ===== Desktop ===== */

@media (min-width:769px){

.recipe-rating-bar{
display:flex;
align-items:center;
gap:10px;
}

.rating-buttons{
margin-top:0;
}

}

/* ===== Mobile ===== */

@media (max-width:768px){

.rating-top{
margin-bottom:6px;
}

.rating-buttons{
gap:8px;
}

.star{
font-size:16px;
}

.review-btn,
.jump-btn,
.video-btn{
font-size:13px;
padding:5px 10px;
}

}

.arrow{
font-weight:900;
font-size:20px;
}

/* ===== Rating Button Style ===== */

.rating-box{
display:inline-flex;
align-items:center;
gap:6px;
padding:6px 12px;
border:1px solid #000;
border-radius:6px;
background:#fff;
font-size:16px;
font-weight:600;
}

/* stars */

.rating-box .star{
font-size:16px;
line-height:1;
}

.rating-box .star.full{
color:#ff7a00;
}

.rating-box .star.empty{
color:#ddd;
}

/* rating number */

.rating-box .rating-score{
font-weight:600;
margin-left:2px;
}

/* ===== Smooth Scroll ===== */

html{
scroll-behavior:smooth;
}

.pro-save.saved{
background:#ff2e63;
color:white;
transform:scale(1.08);
transition:0.25s ease;
}

.cb-save-count{
margin-left:6px;
font-weight:600;
}

/* ---16032026 */

.img-block{
    position:relative;
}

.save-recipe-wrapper{
    position: relative;
    bottom:10px;
    left:50%;
    transform:translateX(-50%);
}

.save-recipe-btn{
    background:#fff;
    border:1px solid #333;
    padding:6px 12px;
    font-size:13px;
    font-weight:600;
    border-radius:6px;
    cursor:pointer;
}

.save-recipe-btn .heart{
    color:#ff2b6a;
}

.reply-item {
    background: #f1fff5;
    border-left: 4px solid #28a745;
}

/* OUTER BOX */
.pagination-box {
  background: #fff;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  margin: 20px 0;
  text-align: center;
}

/* WRAPPER */
.pagination-wrapper {
  overflow-x: auto;
}

/* UL */
.pagination {
  display: inline-flex;
  gap: 8px;
  padding: 0;
  margin: 0;
}

/* LI */
.pagination li {
  list-style: none;
}

/* LINKS */
.pagination li a,
.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 14px;
  text-decoration: none;
  color: #333;
  background: #f5f5f5;
  transition: 0.2s;
}

/* HOVER */
.pagination li a:hover {
  background: #00a88e;
  color: #fff;
}

/* ACTIVE */
.pagination li.active {
  background: #00a88e;
  color: #fff;
  font-weight: bold;
}

/* DOTS */
.pagination li.dots {
  background: transparent;
  width: auto;
}

/* MOBILE FIX */
@media (max-width: 576px) {
  .pagination li a,
  .pagination li {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }

  .pagination {
    gap: 6px;
  }
}    
    
/* ===== SOCIAL BOX WRAPPER ===== */
.social-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 10px;
}

/* ===== CARD ===== */
.social-card {
    flex: 1 1 calc(33.33% - 10px); /* 3 cards desktop */
    min-width: 180px;              /* prevents text cut */
    min-height: 72px;              /* CLS FIX (very important) */

    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;

    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);

    position: relative;
    overflow: hidden;
    text-decoration: none;

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

/* ===== HOVER (NO CLS SHIFT) ===== */
.social-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* ===== LEFT COLOR STRIP ===== */
.social-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5px;
    border-radius: 10px 0 0 10px;
}

/* ===== ICON ===== */
.social-card i {
    font-size: 22px;
    width: 42px;
    height: 42px;
    min-width: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;
    background: #f5f5f5;
}

/* ===== TEXT WRAPPER ===== */
.social-card div {
    display: flex;
    flex-direction: column;
}

/* ===== NUMBER ===== */
.social-card h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    min-width: 95px; /* CLS FIX for numbers */
}

/* ===== LABEL ===== */
.social-card span {
    font-size: 13px;
    color: #777;
}

/* ===== COLORS ===== */
.fb::before { background: #1877f2; }
.fb i { color: #1877f2; }

.insta::before { background: #e1306c; }
.insta i { color: #e1306c; }

.yt::before { background: #ff0000; }
.yt i { color: #ff0000; }

/* ===== TABLET ===== */
@media (max-width: 992px) {
    .social-card {
        flex: 1 1 calc(50% - 10px); /* 2 per row */
    }
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {
    .social-card {
        flex: 1 1 100%; /* 1 per row */
        padding: 14px;
    }

    .social-card h5 {
        font-size: 15px;
    }
}

/* ===== REMOVE CLS ANIMATION ===== */
.social-card {
    animation: none;
}

.recipe-image img {
    width: 100% !important;
    height: auto !important;
    max-width: 800px;
    display: block;
    margin: 10px auto;
}

.recipe-image {
    width: 100%;
    text-align: center;
}

/* Author bar — reserves height so JS button updates don't shift layout */
.author-action-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    min-height: 48px;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .author-action-bar {
        min-height: 80px;
        align-items: flex-start;
        padding: 6px 0;
    }
}

/* ✅ ADD THESE NEW RULES BELOW — Fix 3: stop span.ms-2 shift */
.author-block img {
    flex-shrink: 0;
    width: 32px !important;
    height: 32px !important;
    aspect-ratio: 1 / 1 !important;
}

.author-block .ms-2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 42px);
}

/* Fixed button width stops text changes from shifting surrounding content */
.pro-btn {
    min-width: 90px;
    justify-content: center;
}