@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
	--dm-sans: "DM Sans", sans-serif;
	--Kournikova-50: #fefbe8;
	--Tonys-Pink-50: #fef5f2;
	--Tonys-Pink-100: #fee9e2;
	--Tonys-Pink-200: #fdd8cb;
	--Tonys-Pink-300: #fbbca6;
	--Tonys-Pink-400: #f8a78b;
	--Tonys-Pink-500: #ed7146;
	--Tonys-Pink-600: #da5628;
	--Tonys-Pink-700: #B7451E;
	--Tonys-Pink-800: #983c1c;
	--Tonys-Pink-900: #7e371e;
	--Tonys-Pink-950: #441a0b;
	--soft-peach-50: #faf6f6;
	--soft-peach-200: #eedada;
	--soft-peach-300: #e1c0c0;
	--soft-peach-400: #cf9a9a;
	--soft-peach-600: #a05a5a;
	--soft-peach-800: #734141;
	--soft-peach-700: #894c4c;
	--soft-peach-900: #613b3b;
	--soft-peach-950: #331c1c;
	--peach-bg-clr: linear-gradient(231.51deg, #fbbca6 0%, #f8a78b 100%);
	--overlay_bg: linear-gradient(
		0deg,
		rgba(137, 76, 76, 0.4),
		rgba(137, 76, 76, 0.4)
	);
	--overlay-bg-1: linear-gradient(
		260.15deg,
		rgba(61, 61, 61, 0) 22.5%,
		rgba(38, 38, 38, 0.1) 91%
	);
	--shadow_1: 0px 10px 30px #7e371e33;
	--shadow_2: 0px 10px 30px rgba(126, 55, 30, 0.2);
	--Degrade-Sun: linear-gradient(87.41deg, #fcc413 0%, #ecab06 100%);
	--Degrade-skin: linear-gradient(249.58deg, #f8a78b 22.87%, #ed7146 77.13%);
	--Vert: linear-gradient(269.99deg, #89A378 0%, #526A46 100%);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
}
* {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	scroll-behavior: smooth;
}
p+h2, p+header h2, p+h3, p+h4, ul+h2, ul+header h2, ul+h3, ul+h4, ol+h2, ol+header h2, ol+h3, ol+h4, table+h2, table+header h2, table+h3, table+h4, blockquote+h2, blockquote+header h2, blockquote+h3, blockquote+h4, form+h2, form+header h2, form+h3, form+h4 {
    margin-top: 0 !important;
}
body {
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-family: var(--dm-sans);
	background: linear-gradient(229.94deg, #fef5f2 0%, #fee9e2 100%);
}
/*.site {*/
/*    overflow-x: visible; !important;*/
/*}*/
img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
a{
	display:inline-block;
	outline:unset !important;
}
a,
ol,
ul,
li,
p {
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-weight: 400;
	font-size: 56px;
	line-height: 70px;
}
h3 {
	font-weight: 400;
	font-size: 48px;
	line-height: 70px;
}
h4 {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
}
h5 {
	font-weight: 700;
	font-style: Bold;
	font-size: 25px;
}
h6 {
	font-style: Bold;
	font-size: 20px;
	line-height: 100%;
}
p {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: var(--Tonys-Pink-900);
}
ul {
	padding: unset;
}
.share_wrap .simplefavorite-button{
    all:unset;
}
/* forum */
#wpforo {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 15px 60px;
}
#wpforo #wpforo-wrap {
    border-radius: 15px !important;
    padding: 20px 20px !important;
}
#wpforo #wpforo-wrap .wpfl-4 img.avatar {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
/* forum */
/* subscription */
.sib_sub_main_wrap{
    position:relative;
}
.sib_signup_form{
    padding:30px 30px 0 30px;
    margin-bottom: 0;
}
.sib_signup_form .sib-email-area input {
    font-size: 16px;
    border: 0;
    border-radius: unset;
    border-bottom: 1px solid #ED7146;
    background-color: unset;
    box-shadow: unset;
}
.sib_signup_form .sib-default-btn {
    background-image: url(https://ebsrebuild.kinsta.cloud/wp-content/uploads/2026/03/Vector-10.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    text-indent: -9999px;
    width: fit-content;
    position: absolute;
    right: 0;
    top: 0;
    background-color: unset !important;
}
/* subscription */
.site_ctn {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.ste-cnt-flud{
    padding-left:60px;
    padding-right:60px;
}
/* Eyebrow css starts */
.eyebrow_text {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	color: var(--Tonys-Pink-50);
}
header.entry-header{
    display:none !important;
}
/* Eyebrow css ends */
/* button css starts */
.button_wrap {
	display: flex;
	justify-content: center;
}
.ste_btn {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	background: var(--Degrade-Sun);
	padding: 15px 30px;
	border-radius: 50px !important;
	display: inline-block;
	display: flex;
	align-items: center;
	gap: 10px;
	width: fit-content;
	border: 1px solid var(--Degrade-Sun);
	position: relative;
	z-index: 1;
	text-transform: uppercase;
	color: var(--Tonys-Pink-50);
    text-decoration: none !important;
}
.ste_btn::after {
	content: "";
	position: absolute;
	inset: 0;
	padding: 2px;
	border-radius: inherit;
	background: var(--Degrade-Sun);
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}
.ste_btn.alt {
	background: transparent;
}
.ste_btn.alt span {
	color: var(--Tonys-Pink-50);
	background-image: var(--Degrade-Sun) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	text-fill-color: transparent !important;
}
.ste_btn span {
	color: var(--Kournikova-50);
}
.ste_btn img {
	width: 25px;
	transform: translateX(0px);
	transition: all 0.4s;
}
.ste_btn:hover img {
	transform: translateX(5px);
}
.ste_btn.spotify {
	background: linear-gradient(87.41deg, #1ed760 0%, #12b34b 100%);
}
.ste_btn.podcast {
	background: linear-gradient(90deg, #aa63cb 0%, #7660c5 57%, #6f88df 100%);
}
.ste_btn.spotify::after,
.ste_btn.podcast::after {
	content: none;
}
.ste_btn.spotify img,
.ste_btn.podcast img {
	width: 55px !important;
}
/* button css ends */
/* header css starts */
header {
	padding: 20px 0;
	position: fixed;
	width: 100%;
	z-index: 99;
	transition:
		background 0.3s ease,
		box-shadow 0.3s ease;
}
header.has-no-header-banner .second-logo{
	opacity:1;
	visibility:visible;
}
header .second-logo{
	position:absolute;
	top:0;
	left:0;
	opacity: 0;
	visibility: hidden;
	transition:all .4s;
}
header.scrolled .second-logo{
	opacity: 1;
	visibility: visible;
	transition:all .4s;
}
header.scrolled {
	background: linear-gradient(229.94deg, #fef3f0 0%, #fef3f0 100%);
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
}
header::after {
	position: absolute;
	content: "";
	width: 96%;
	height: 1px;
	background: var(--Degrade-skin);
	bottom: 0;
	opacity: 0.4;
	left: 50%;
	transform: translateX(-50%);
}
header.scrolled .header_wrap .header_link_wrap .header_links ul li a,
header.has-no-header-banner .header_wrap .header_link_wrap .header_links ul li a {
	color: var(--Tonys-Pink-900);
}
.custom-logo-link{
	margin:0;
	position:relative;
}
header .header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 40px;
}
header .header_wrap .header_link_wrap {
	display: flex;
	align-items: center;
	gap: 60px;
}
header .header_wrap .header_link_wrap .header_logo{
	position:relative;
}
header .header_wrap .header_link_wrap .header_logo img {
	width: 204px;
}
header .header_wrap .header_link_wrap .header_links ul {
	display: flex;
	gap: 30px;
	margin:0 !important;
}

header .header_wrap .header_link_wrap .header_links ul .is-submenu-parent,
.header_login_wrap .is-submenu-parent{
	position:relative;
}
header .header_wrap .header_link_wrap .header_links ul .is-submenu-parent ul.sub-menu,
.header_login_wrap .is-submenu-parent ul.sub-menu{
	position: absolute;
	left: 0;
	top: 28px; /* top-7 */
	z-index: 20;
	min-width: 180px;
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
	overflow: hidden;
	transition: all 300ms ease-in-out;
	flex-direction:column;
	gap:0;
	padding:8px 0;
	display:none;
}
.header_login_wrap .is-submenu-parent ul.sub-menu{
    top: 58px;
}
header .header_wrap .header_link_wrap .header_links ul .is-submenu-parent ul.sub-menu li a,
.header_login_wrap .is-submenu-parent ul.sub-menu li a{
	color:var(--Gray-700);
	padding: 8px 16px;
	display:block;
	transition:all .4s;
	font-size:14px;
	display:flex;
	align-items:center;
	gap:3px;
}
header .header_wrap .header_link_wrap .header_links ul .is-submenu-parent ul.sub-menu li a img,
.header_login_wrap .is-submenu-parent ul.sub-menu li a img{
	width:15px;
	height:15px;
}
header .header_wrap .header_link_wrap .header_links ul li a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--Tonys-Pink-50);
	transition:all .4s;
}
.header_login_wrap .auth_wrap .auth_dropdown ul.mbl_menu li{
    padding:8px 20px;
}
.header_login_wrap .auth_wrap .auth_dropdown ul.mbl_menu li a{
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 21px;
	color: #4b5563;
	transition:all .4s;
	display:flex;
    align-items:center;
    gap:5px;
}
.header_login_wrap .auth_wrap .auth_dropdown ul.mbl_menu li .sub-menu li a{
    font-size: 14px;
}
.header_login_wrap .auth_wrap .auth_dropdown ul.mbl_menu li a img{
    width:15px;
}
.header_login_wrap .auth_wrap .auth_dropdown ul.mbl_menu li .sub-menu li a 
	font-weight: 400;
	font-size: 14px;
}
header.has-no-header-banner .header_wrap .header_link_wrap .header_links ul li a {
	color: var(--Tonys-Pink-900);
}
header .header_wrap .header_link_wrap .header_links ul li.current_page_item a,
header .header_wrap .header_link_wrap .header_links ul li:hover a {
	color:#fcc413;
	transition:all .4s;
}
header .header_wrap .header_link_wrap .header_links ul .is-submenu-parent ul.sub-menu li.current_page_item a,
header .header_wrap .header_link_wrap .header_links ul .is-submenu-parent ul.sub-menu li:hover a,
.header_login_wrap .is-submenu-parent ul.sub-menu li:hover a{
	background-color:#0000000d;
	color:#fcc413;
	transition:all .4s;
}
header .header_wrap .header_login_wrap {
	display: flex;
	align-items: center;
	gap: 20px;
}
.header_login_wrap .auth_wrap {
	background: var(--Degrade-skin);
	padding: 2px 15px 2px 2px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 15px;
	position: relative;
}
.header_login_wrap .auth_wrap .auth_dropdown {
	position: absolute;
	top: 75px;
	right: 0;
	background-color: var(--Tonys-Pink-200);
	width: 200px;
	display: none;
}
.header_login_wrap .auth_wrap .auth_dropdown ul {
	padding: 5px 0;
	margin:0 !important;
}
.header_login_wrap .auth_wrap .auth_dropdown ul li {
	padding: 5px 20px;
}
.header_login_wrap .auth_wrap .auth_dropdown ul li a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--Tonys-Pink-900);
}
.header_login_wrap .auth_wrap .login_hamburger {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}
.header_login_wrap .auth_wrap .login_hamburger span.line {
	width: 20px;
	height: 2px;
	background-color: var(--Tonys-Pink-50);
	margin: 3px 0;
}
.header_login_wrap .auth_wrap .person img {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	object-fit: cover;
}
/* diamond css */
.diamond {
	position: relative;
	padding-left: 22px;
}

.diamond:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;

	background-image: url("data:image/svg+xml,%3Csvg fill='%23f3f5f2' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1018.72 295.472L878.848 28.03C870.688 12.43 849.584-.322 832-.322H510.064c-.351-.015-.703-.11-1.054-.127-.288 0-.56.113-.849.128h-316.16c-17.6 0-38.752 12.72-47.024 28.256L5.473 290.223c-8.289 15.536-6.624 39.937 3.631 54.257l480.016 669.152c5.153 7.184 12 10.815 18.832 10.815 6.785 0 13.584-3.536 18.768-10.591L1014.624 349.6c10.384-14.193 12.256-38.544 4.096-54.128zm-76.353-7.843H770.911l68.656-196.608zM575.343 63.677h205.968l-63.888 182.928zm92.895 223.952H370.591L511.263 85.533zm-354.351-30.544L249.71 63.677h198.816zm366.863 94.544L508.718 844.173 345.262 351.629H680.75zM436.926 831.085L92.99 351.629h184.832zm311.616-479.456H933.71l-352.976 480.56zM188.478 82.413l68.096 205.216H79.326z'/%3E%3C/svg%3E");

	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.2s ease;
}
header.has-no-header-banner .diamond:after {
    background-image: url("data:image/svg+xml,%3Csvg fill='%237e371e' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1018.72 295.472L878.848 28.03C870.688 12.43 849.584-.322 832-.322H510.064c-.351-.015-.703-.11-1.054-.127-.288 0-.56.113-.849.128h-316.16c-17.6 0-38.752 12.72-47.024 28.256L5.473 290.223c-8.289 15.536-6.624 39.937 3.631 54.257l480.016 669.152c5.153 7.184 12 10.815 18.832 10.815 6.785 0 13.584-3.536 18.768-10.591L1014.624 349.6c10.384-14.193 12.256-38.544 4.096-54.128zm-76.353-7.843H770.911l68.656-196.608zM575.343 63.677h205.968l-63.888 182.928zm92.895 223.952H370.591L511.263 85.533zm-354.351-30.544L249.71 63.677h198.816zm366.863 94.544L508.718 844.173 345.262 351.629H680.75zM436.926 831.085L92.99 351.629h184.832zm311.616-479.456H933.71l-352.976 480.56zM188.478 82.413l68.096 205.216H79.326z'/%3E%3C/svg%3E");
}
.diamond:hover:after {
	background-image: url("data:image/svg+xml,%3Csvg fill='%23fcc413' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1018.72 295.472L878.848 28.03C870.688 12.43 849.584-.322 832-.322H510.064c-.351-.015-.703-.11-1.054-.127-.288 0-.56.113-.849.128h-316.16c-17.6 0-38.752 12.72-47.024 28.256L5.473 290.223c-8.289 15.536-6.624 39.937 3.631 54.257l480.016 669.152c5.153 7.184 12 10.815 18.832 10.815 6.785 0 13.584-3.536 18.768-10.591L1014.624 349.6c10.384-14.193 12.256-38.544 4.096-54.128zm-76.353-7.843H770.911l68.656-196.608zM575.343 63.677h205.968l-63.888 182.928zm92.895 223.952H370.591L511.263 85.533zm-354.351-30.544L249.71 63.677h198.816zm366.863 94.544L508.718 844.173 345.262 351.629H680.75zM436.926 831.085L92.99 351.629h184.832zm311.616-479.456H933.71l-352.976 480.56zM188.478 82.413l68.096 205.216H79.326z'/%3E%3C/svg%3E") !important;
}
header.scrolled .diamond:after{
    background-image: url("data:image/svg+xml,%3Csvg fill='%23fcc413' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1018.72 295.472L878.848 28.03C870.688 12.43 849.584-.322 832-.322H510.064c-.351-.015-.703-.11-1.054-.127-.288 0-.56.113-.849.128h-316.16c-17.6 0-38.752 12.72-47.024 28.256L5.473 290.223c-8.289 15.536-6.624 39.937 3.631 54.257l480.016 669.152c5.153 7.184 12 10.815 18.832 10.815 6.785 0 13.584-3.536 18.768-10.591L1014.624 349.6c10.384-14.193 12.256-38.544 4.096-54.128zm-76.353-7.843H770.911l68.656-196.608zM575.343 63.677h205.968l-63.888 182.928zm92.895 223.952H370.591L511.263 85.533zm-354.351-30.544L249.71 63.677h198.816zm366.863 94.544L508.718 844.173 345.262 351.629H680.75zM436.926 831.085L92.99 351.629h184.832zm311.616-479.456H933.71l-352.976 480.56zM188.478 82.413l68.096 205.216H79.326z'/%3E%3C/svg%3E");
}

/* diamond css */
.mbl_menu{
	display:none;
}
/* header css ends */
/* Video banner css starts */
.video_banner {
	padding: 262px 15px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.2);
	overflow:hidden;
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.video_banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.video_banner .video_banner_outterwrap {
}
.video_banner .video_banner_outterwrap .back-video video {
	border: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
/* .video_banner .video_banner_outterwrap .back-video #vid {
border: 0;
object-fit: cover;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
transform: scale(1.5);
} */
.video_banner .video_banner_outterwrap .banner_content{
    position:relative;
    z-index:1;
}
.video_banner .video_banner_outterwrap .banner_content h1 {
	width: 627px;
	font-style: normal;
	font-weight: 500;
	font-size: 100px;
	line-height: 100px;
	color: var(--Tonys-Pink-200);
	margin-bottom: 30px;
	position:relative;
}
.video_banner .video_banner_outterwrap .banner_content h1:after{
	content:"";
	position:absolute;
	background-image:url("/wp-content/uploads/2026/01/Vector-3.svg");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	width:70px;
	height:70px;
	right:-50px;
}
.video_banner .video_banner_outterwrap .banner_content h1 span {
	background: linear-gradient(268.69deg, #f8a78b 0%, #ed7146 98.63%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.video_banner .video_banner_outterwrap .banner_content p {
	width: 570px;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	color: var(--Tonys-Pink-50);
	margin-bottom: 30px;
}
.ebs_logo {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.7;
}
/* Video banner css ends */
/* method css starts */
section.method {
	padding-bottom:60px;
}
section.method .method_outterwrap {
}
/* method css ends */
/* heading content css starts */
.heading_content_outterwrap {
	padding: 100px 100px 80px;
}
.heading_content_wrap {
	width: 100%;
	max-width: 500px;
}
.heading_content_wrap .eyebrow_text {
	color: var(--Tonys-Pink-600);
}
.heading_content_wrap h2 {
	color: var(--Tonys-Pink-400);
	margin-bottom: 30px;
}
.heading_content_wrap p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
	color: var(--Tonys-Pink-900);
}
a.smpl_btn{
    display:flex;
    align-items:center;
    width:fit-content;
    border-bottom: 2px solid #FCC413;
    padding-bottom: 5px;
}
a.smpl_btn span {
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	text-transform: uppercase;
	background: var(--Degrade-Sun);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent !important;
	background-clip: text;
	text-fill-color: transparent;
}
a.smpl_btn img {
	width: 25px !important;
	margin-left: 10px;
	transform: translateX(0);
	transition: all 0.4s;
}
a.smpl_btn:hover img {
	transform: translateX(5px);
}
/* heading content css ends */
/* method cards css starts */
.method_cards_wrap {
	display: flex;
	gap: 80px;
	width: 100%;
	max-width: 1540px;
	margin: 84px auto 0;
}
.method_cards_wrap .method_card_block {
	width: 33.33%;
	box-shadow: var(--shadow_1);
	border-radius: 10px;
	background-color: var(--Tonys-Pink-50);
	position:relative;
	overflow:hidden;
}
.method_cards_wrap .method_card_block:after {
	position:absolute;
	content:"";
	width:180px;
	height:180px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	opacity:50%;
}
.method_cards_wrap .method_card_block:first-child:after {
	background-image:url("https://ebsrebuild.kinsta.cloud/wp-content/uploads/2026/01/carot.png");
	left: -90px;
	bottom: 40px;
	z-index: -1;
}
.method_cards_wrap .method_card_block:nth-child(2):after {
	background-image:url("https://ebsrebuild.kinsta.cloud/wp-content/uploads/2026/01/yoga.png");
	right: -90px;
	top: -150px;
	z-index: -1;
}
.method_cards_wrap .method_card_block:last-child:after {
	background-image:url("https://ebsrebuild.kinsta.cloud/wp-content/uploads/2026/01/lotus-yoga-meditation-1.png");
	right: -90px;
	bottom: -66px;
	z-index: -1;
}
.method_cards_wrap .method_card_block:nth-child(2) {
	transform: translateY(-60px);
}
.method_cards_wrap .method_card_block .method_card_image a{
    width:100%;
}
.method_cards_wrap .method_card_block .method_card_image img {
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}
.method_cards_wrap .method_card_block .method_card_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 20px;
}
.method_cards_wrap .method_card_block .method_card_content h2 {
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: bold;
}
.method_cards_wrap .method_card_block .method_card_content span {
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.method_cards_wrap .method_card_block .method_card_content p {
	margin: 20px 0;
	line-height:1.4;
}
.method_cards_wrap .method_card_block .method_card_content .ste_btn span {
	color: var(--Kournikova-50) !important;
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	background-clip: unset;
	text-fill-color: unset;
}
/* method cards css ends */
/* Footer css starts */
footer {
}
footer .footer_subscription {
	padding: 100px 0;
	background-image: url(../images/subscription_bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
footer .footer_subscription .subscription_block {
	width: 100%;
	max-width: 854px;
	margin: 0 auto;
	background: var(--Tonys-Pink-50);
	box-shadow: var(--shadow_1);
	border-radius: 30px;
	text-align: center;
	padding: 40px;
}
footer .footer_subscription .subscription_block span {
	font-weight: 400;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	text-transform: uppercase;
	color: var(--Tonys-Pink-600);
}
footer .footer_subscription .subscription_block h2 {
	color: var(--Tonys-Pink-400);
}
footer .social_link_wrap {
	padding: 50px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--Tonys-Pink-950);
}
footer .social_link_wrap ul {
	display: flex;
	gap: 60px;
	align-items: center;
}
footer .social_link_wrap .scl_links ul {
	gap: 30px;
}
footer .social_link_wrap .scl_links ul li a img {
	width: 100%;
	max-width: 40px;
}
footer .social_link_wrap .lft_links ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--soft-peach-400);
}
.ebs_main_footer {
	background-color: var(--soft-peach-800);
	padding: 105px 175px 32px;
	position: relative;
}
.ebs_main_footer h5 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: var(--Tonys-Pink-300);
	margin-bottom: 15px;
}
.ebs_footer_innerwrap {
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.ebs_main_footer .quick_links {
	width: 100%;
	max-width: 340px;
}
.ebs_main_footer .quick_links ul {
	columns: 2;
}
.ebs_main_footer .quick_links ul li a {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--soft-peach-400);
	display: inline-block;
	margin-bottom: 15px;
}
.footer_heading_wrap {
	text-align: center;
	margin-bottom: 75px;
}
.footer_heading_wrap .footer_logo img {
	width: 100%;
	max-width: 400px;
	margin-bottom: 15px;
}
.footer_heading_wrap .footer_tag_line h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
	color: var(--Tonys-Pink-300);
}
.footer_bg_image {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	max-width: 900px;
}
.ebs_main_footer .ebs_contact {
	width: 100%;
	max-width: 230px;
}
.ebs_main_footer .ebs_contact .ebs_contact_image_wrap {
	display: flex;
	gap: 15px;
}
.ebs_main_footer .ebs_contact .ebs_contact_image_wrap img {
	width: 100%;
	max-width: 100px;
}
.ebs_main_footer .ebs_contact a {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--soft-peach-400);
	margin-bottom: 30px;
}
.ebs_main_footer .download {
	width: 100%;
	max-width: 220px;
}
.ebs_main_footer .download .ebs_download_image_wrap {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.ebs_main_footer .download .ebs_download_image_wrap img {
	width: 100%;
	max-width: 170px;
}
.ebs_main_footer .trust_pilot {
	width: 100%;
	max-width: 190px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	text-align: center;
}
.ebs_main_footer .trust_pilot span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}
.ebs_main_footer .trust_pilot img:first-child {
	width: 142px;
	margin: 0 auto;
}
.ebs_main_footer .trust_pilot img:nth-child(2) {
	width: 191px;
}
footer .footer_btm_wrap{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    gap: 5px;
}
footer .footer_btm_wrap .copy_right p{
   font-size:14px;
   color:var(--soft-peach-400);
}
footer .footer_btm_wrap .legal_menu ul.main-menu li.menu-item-has-children{
    position:relative;
}
footer .footer_btm_wrap .legal_menu ul.main-menu > li a{
   font-size:14px;
   color:rgb(207, 154, 154);
   text-decoration:underline;
   cursor: pointer;
}
footer .footer_btm_wrap .legal_menu ul.main-menu .sub-menu{
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    background-color: var(--Tonys-Pink-50);
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    margin: 0;
    width: 200px;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
footer .footer_btm_wrap .legal_menu ul.main-menu .sub-menu li a{
   padding:8px;
   color:var(--Tonys-Pink-900);
   text-decoration:none;
   display: block;
}
footer .footer_btm_wrap .legal_menu ul.main-menu .sub-menu li a:hover{
   background-color:#e5e7eb;
   text-decoration:underline;
}
/* Footer css ends */
/* Two column css starts */
.two_column_content_outterwrap {
	display: flex;
	gap: 130px;
	padding: 60px 15px 140px;
}
.two_column_content_outterwrap .lft_contnt {
	width: 40%;
}
.two_column_content_outterwrap.alt_Style .lft_contnt,
.two_column_content_outterwrap.alt_Style .rght_contnt {
	width: 50%;
}
.two_column_content_outterwrap .rght_contnt {
	width: 48%;
}
.two_column_content_outterwrap .rght_contnt iframe{
    width:unset;
    height:unset;
    aspect-ratio: 16 / 9;
    border-radius: 15px;
}
.two_column_content_outterwrap .lft_contnt h4 {
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	color: var(--Tonys-Pink-400);
	margin-bottom: 10px;
}
.two_column_content_outterwrap .rght_contnt h3 {
	font-style: normal;
	font-weight: 400;
	line-height: 70px;
	color: var(--Tonys-Pink-900);
}
.two_column_content_outterwrap .rght_contnt h3 span {
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: bold;
}
.two_column_content_outterwrap p {
	font-weight: 400;
	line-height: 26px;
	color: var(--Tonys-Pink-900) !important;
	margin-bottom: 20px !important;
}
.two_column_content_outterwrap.alt_Style p {
	color: var(--soft-peach-950);
}
.two_column_content_outterwrap ul {
	margin-bottom: 20px !important;
	padding-left: 20px;
}
.two_column_content_outterwrap ul li {
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	color: var(--soft-peach-700);
	list-style-type: disc;
}
.two_column_content_outterwrap .lft_contnt .lft_content_grdid_txt {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
}
.two_column_content_outterwrap .lft_contnt .lft_content_grdid_txt .txt-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.two_column_content_outterwrap.gft_cntnt .lft_contnt {
	width: 50%;
}
.two_column_content_outterwrap.gft_cntnt .rght_contnt {
	width: 43%;
}
.two_column_content_outterwrap.gft_cntnt {
	gap: 80px;
}
.two_column_content_outterwrap:nth-child(2) {
	flex-direction: row-reverse;
	padding-top: 0;
}
.two_column_content_outterwrap.gft_cntnt .lft_contnt ul li {
	font-weight: 400;
	color: var(--Tonys-Pink-900);
}
.two_column_content_outterwrap .two_clm_btn_wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
/* Two column css ends */
/* heading content alt style */
.heading_content_wrap.alt_style {
	width: 100%;
	max-width: 1440px;
}
.heading_contnt_innr_wrap {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.heading_contnt_innr_wrap h2 {
	width: 100%;
	max-width: 500px;
	margin-bottom: 0;
}
/* heading content alt style */
/* advice section css */
section.advice {
    overflow:hidden;
}
.advice_slider_wrap {
	padding-left: 100px;
}
section.advice .heading_content_outterwrap {
	padding-top: 0px;
	padding-bottom: 30px;
}
/* advice slider */
.advice_slider_wrap .offset-slider {
	padding: 0px 0 0px;
}

/* .advice_slider_wrap .swiper {
padding-left: 0;
padding-right: 20px;
height: 330px;
} */

/* .advice_slider_wrap .swiper-slide {
width: calc((100% - (30px * 5) - 40px) / 6) !important;
} */

.advice_slider_wrap .card {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
	/*box-shadow: var(--shadow_2);*/
}
.advice_slider_wrap .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1/1;
	transform: scale(1);
	transition: all 0.4s;
}
.advice_slider_wrap .card:hover img {
	transform: scale(1.1);
}

.card .card_cntnt {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	background: var(--overlay_bg);
}
.card .card_cntnt h4 {
	font-weight: 700;
	color: var(--Tonys-Pink-50);
    line-height: 26px;
    font-size: 22px;
    text-align:center;
}

/* pagination style */
.slick-dotted.slick-slider {
	padding-bottom: 30px;
}
.slick-dots li button:before {
	width: 10px;
	height: 4px;
	content: "";
	border-radius: 10px;
	background: var(--Degrade-skin);
	opacity: 1;
	transition: all 0.4s;
}
.slick-dots li button,
.slick-dots li {
	width: 10px;
	height: 4px;
	transition: all 0.4s;
}
.slick-dots li {
	margin: 0 2px !important;
}
.slick-dots li.slick-active button,
.slick-dots li.slick-active {
	width: 30px;
	height: 4px;
	transition: all 0.4s;
}
.slick-dots li.slick-active button:before {
	width: 30px;
	height: 4px;
	transition: all 0.4s;
}
.swiper-pagination {
	top: unset !important;
	bottom: 0px !important;
}
.swiper-pagination-bullet {
	background: var(--Degrade-skin);
	opacity: 1;
	width: 10px;
	height: 4px;
	border-radius: 10px;
	transition: all 0.4s;
}
.swiper-pagination-bullet-active {
	background: var(--Degrade-Sun);
	width: 30px;
	height: 4px;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
.advice_slick .slick-list {
	padding-right: 80px; /* 🔥 peek amount */
}
.advice_slick .slick-slide {
	margin-right: 24px; /* 🔥 gap */
}
section.advice .heading_content_wrap.alt_style {
    width: 100%;
    max-width: 100%;
}
.advice_slick .slick-list {
	margin-right: -24px; /* edge fix */
	padding-bottom:30px;
}
.testimonial_slick .slick-list {
	padding-right: 300px; /* 🔥 peek amount */
}
.testimonial_slick .slick-slide {
	margin-right: 50px; /* 🔥 gap */
}

.testimonial_slick .slick-list {
	margin-right: -50px; /* edge fix */
	padding-top:80px;
    padding-bottom: 40px;
}
/* advice slider */
/* advice section css */
/* testimonials css starts */
section.testimonial {
	padding-bottom: 60px;
	overflow:hidden;
}
section.testimonial .heading_content_outterwrap {
    padding-bottom: 0px;
}
section.testimonial .heading_content_wrap {
	width: 100%;
	max-width: 510px;
}
section.testimonial .heading_content_wrap .eyebrow_text {
	color: var(--soft-peach-600);
}
section.testimonial .heading_content_wrap h2 {
	color: var(--soft-peach-400);
	margin-bottom: 0;
}
.testimonial_slider_wrap {
	padding-left: 100px;
}
/* .testimonial_slider_wrap .swiper-slide {
width: calc((100% - (81px * 5) - 100px) / 2) !important;
}
.testimonial_slider_wrap .swiper {
padding-left: 0; 
padding-right: 0px; 
} */
.testimonial_slider_wrap .card {
	position: relative;
	border-radius: 16px;
	/*overflow: hidden;*/
	box-shadow: var(--shadow_2);
}
.testimonial_slider_wrap .card:before{
    content: "";
    background-image: url(https://ebsrebuild.kinsta.cloud/wp-content/uploads/2026/03/testimonial-quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 280px;
    height: 170px;
    top: -170px;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}
.testimonial_slider_wrap .card_cntnt {
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 30px;
	background:
		linear-gradient(
			246.41deg,
			rgba(0, 0, 0, 0) 26.21%,
			rgba(0, 0, 0, 0.9) 122.81%
		),
		linear-gradient(
			63.7deg,
			rgba(167, 52, 13, 0.7) 0%,
			rgba(245, 136, 98, 0.7) 31.67%,
			rgba(249, 187, 29, 0) 78.21%
		);
		border-radius: 16px;
}
.testimonial_slider_wrap .card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.7;
	border-radius: 16px;
}
.testimonial_slider_wrap .card h6 {
	font-size: 20px;
	line-height: 26px;
	color: var(--Tonys-Pink-50);
}
.testimonial_slider_wrap .card p {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--Tonys-Pink-50);
	width: 430px;
	margin-bottom: 15px;
}
/* testimonials css ends */
/* counters css starts */
.counter-section .counter_innerwrap {
	display: flex;
	justify-content: space-between;
	padding: 0px 100px 100px 100px;
	gap: 30px;
}
.counter-box {
	text-align: left;
	width: 260px;
}
.counter-box img {
	width: 70px;
	height: 70px;
	margin-bottom: 12px;
}
.counter-box h3 {
	font-weight: 400;
	font-size: 70px;
	line-height: 71px;
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.counter-box p {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: var(--soft-peach-800);
}
/* counters css ends */
/* cta css starts */
section.cta {
	position: relative;
}
section.cta::after {
	content: "";
	position: absolute;
	background: rgba(38, 38, 38, 0.5);
	background-blend-mode: luminosity;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 30px;
}
section.cta .cta_outterwrap {
	position: relative;
	padding: 217px 15px;
	background: var(--overlay-bg-1);
	border-radius: 30px;
}
section.cta .cta_outterwrap .cta_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 30px;
    object-fit: cover;

}
section.cta .cta_outterwrap .ebs_bg_image {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	max-width: 900px;
	z-index: -1;
	opacity: 60%;
}
section.cta .cta_outterwrap .cta_cntnt {
	width: 100%;
	max-width: 909px;
	text-align: center;
	margin: 0 auto;
}
section.cta .cta_outterwrap .cta_cntnt h3 {
	font-weight: 500;
	font-style: Medium;
	font-size: 70px;
	line-height: 1.2;
	letter-spacing: 0%;
	color: var(--Kournikova-50);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 60px;
}
section.cta .cta_outterwrap .cta_cntnt span {
	background: var(--Degrade-Sun);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
section.cta .cta_outterwrap .cta_cntnt a {
	margin: 0 auto;
}
/* cta css ends */
/* EBS Collaspable side tabs */
section.ebs_collapsable_side {
	background: var(--peach-bg-clr);
}
section.ebs_collapsable_side
.heading_content_outterwrap
.heading_content_wrap
.eyebrow_text,
section.ebs_collapsable_side
.heading_content_outterwrap
.heading_content_wrap
h2 {
	color: var(--Tonys-Pink-50);
}
.h-accordion {
	width: 100%;
	margin: 0 auto;
	display: flex;
	overflow: hidden;
	justify-content:center;
}

.h-item {
	display: flex;
	width: 90px; /* 🔥 fixed closed width */
	transition: width 0.5s ease;
	overflow: hidden;
	border-left: 1px solid var(--Tonys-Pink-200);
}
.h-item:first-child {
    border-left: unset;
}
.h-item:first-child .h-content{
    padding-left: 0;
}
.h-item:last-child {
    border-right: 1px solid var(--Tonys-Pink-200);
}
.h-item.active .h-tab img {
	transform: rotate(-180deg);
}
.h-item .h-tab img {
	width: 70px;
}
.h-tab {
	width: 90px;
	display: flex;
	gap: 15px;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	opacity: 0.35;
}

.h-item.active .h-tab {
	opacity: 1;
}

.h-tab span {
	font-size: 42px;
	color: #fff;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-style: normal;
	font-weight: 500;
	font-size: 200px;
	line-height: 260px;
	text-transform: uppercase;
	color: #fdd8cb;
}

.h-tab p {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	font-size: 14px;
	color: #fff;
	font-style: normal;
	font-weight: 400;
	font-size: 56px;
	line-height: 70px;
	color: #fef5f2;
}

.h-content {
	display: flex;
	align-items: flex-end;
	gap: 40px;
	padding: 40px;
	opacity: 0;
	transform: translateX(-20px);
	transition:
		opacity 0.3s ease,
		transform 0.3s ease;
	/* white-space: nowrap; */
}

.h-item.active .h-content {
	opacity: 1;
	transform: translateX(0);
}
.h-content {
	max-width: 100%;
	flex: 1;
	overflow: hidden;
}
.h-content .text {
	width: 270px;
}
.h-content .text h5 {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: var(--Tonys-Pink-50);
}
.h-content .text p {
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
	color: var(--Tonys-Pink-50);
}
.h-content img {
	max-width: 470px;
	width: 100%;
	height: auto;
}
/* EBS Collaspable side tabs */
/* faqs css starts */
.faqs_outterwrap {
	padding-bottom: 100px;
}
.faqs_outterwrap .heading_content_outterwrap {
	padding-bottom: 0;
}
.faqs_innerwrap {
	display: flex;
	gap: 100px;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.faqs_innerwrap .faqs_image {
	width: 35%;
	position: relative;
}
.faqs_innerwrap .faqs_image::after {
	content: "";
	position: absolute;
	left: -120px;
	bottom: -90px;
	background-image: url(https://ebsrebuild.kinsta.cloud/wp-content/uploads/2026/02/chat-speak-voice-bubble-question.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 180px;
	height: 165px;
	z-index: -1;
}
.faqs_innerwrap .faqs_accordion_wrap {
	width: 60%;
}
.faqs_innerwrap .accordion .accordion-item {
	position: relative;
	padding: 20px 0;
}
.faqs_innerwrap .accordion .accordion-item:first-child {
	padding-top: 0;
}
.faqs_innerwrap .accordion .accordion-item::after {
	content: "";
	position: absolute;
	background: var(--Degrade-skin);
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.faqs_innerwrap .accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	color: #7288a2;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
}

.faqs_innerwrap .accordion button:hover,
.faqs_innerwrap .accordion button:focus {
	cursor: pointer;
}

.faqs_innerwrap .accordion button .accordion-title {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: var(--Tonys-Pink-600);
	display:flex;
}

.faqs_innerwrap .accordion button .icon {
	display: inline-block;
}
.faqs_innerwrap .accordion button .icon img {
	width: 24px;
	height: 15px;
	transform: rotate(0);
	transition: all 0.4s;
}
.faqs_innerwrap .accordion button[aria-expanded="true"] {
	color: #03b5d2;
}
.faqs_innerwrap .accordion button[aria-expanded="true"] .icon img {
	transform: rotate(180deg);
}
.faqs_innerwrap .accordion-content {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition:
		max-height 0.5s ease,
		opacity 0.3s ease;
}

.faqs_innerwrap .accordion button[aria-expanded="true"] + .accordion-content {
	opacity: 1;
}
.faqs_innerwrap .accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition:
		opacity 600ms linear,
		max-height 600ms linear;
	will-change: opacity, max-height;
	padding-left: 40px;
}
.faqs_innerwrap .accordion .accordion-content p:first-child {
	padding-top: 10px;
}
.faqs_innerwrap .accordion .accordion-content p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--Tonys-Pink-600);
	margin-bottom: 15px;
}
.faqs_innerwrap .accordion .accordion-content p:last-child {
	margin-bottom: 0;
}
.faqs_innerwrap .num {
	margin-right: 15px;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}
.faqs_innerwrap .fqas_btn_wrap {
	margin-top: 60px;
}
/* faqs css ends */
/* recepies css starts */
section.recepies_menu {
	padding: 100px 100px 100px;
}
section.recepies_menu .recepies_menu_outterwrap .heading_content_outterwrap {
	padding: 0;
}
.recepies_menu_innerwrap {
}
.recepies_menu_innerwrap .recepies_card_wrap {
	display: flex;
	gap: 80px;
}
.recepies_menu_innerwrap .recepies_card_wrap .recepies_card_block {
	width: 25%;
	box-shadow: var(--shadow_2);
	border-radius: 10px;
	background-color: #ffffff;
}
.recepies_menu_innerwrap
.recepies_card_wrap
.recepies_card_block
.recepies_card_image {
	position: relative;
}
.recepies_menu_innerwrap
.recepies_card_wrap
.recepies_card_block
.recepies_card_image
.fvrt {
	width: 44px;
	height: 44px;
	padding: 10px;
	background-color: var(--Tonys-Pink-50);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 0px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.recepies_menu_innerwrap
.recepies_card_wrap
.recepies_card_block
.recepies_card_image a{
	width:100%;
	height: 100%;
	min-height: 100%;
	object-fit: cover;
}
.recepies_menu_innerwrap
.recepies_card_wrap
.recepies_card_block
.recepies_card_image
img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 100%;
	min-height: 100%;
	aspect-ratio: 1 / 0.7;
	object-fit: cover;
	border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.recepies_menu_innerwrap
.recepies_card_wrap
.recepies_card_block
.recepies_card_content {
	padding: 20px;
}
.recepies_menu_innerwrap
.recepies_card_wrap
.recepies_card_block
.recepies_card_content
.recepies_terms {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	align-items:center;
}
.recepies_menu_innerwrap
.recepies_card_wrap
.recepies_card_block
.recepies_card_content
.recepies_terms
.name {
	display: flex;
	align-items: center;
	gap: 5px;
}
.recepies_menu_innerwrap
.recepies_card_wrap
.recepies_card_block
.recepies_card_content
.recepies_terms
.name
span {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--Tonys-Pink-500);
	display: inline-block;
	display: flex;
}
.recepies_menu_innerwrap
.recepies_card_wrap
.recepies_card_block
.recepies_card_content
.recepies_title
h5 {
	color: var(--Tonys-Pink-800);
	line-height: 33px;
	letter-spacing: 0%;
	margin-bottom: 20px;
	
	 display: -webkit-box;
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.my-slick-slider .slick-list {
	padding-right: 80px; /* 🔥 peek amount */
}
.my-slick-slider .slick-slide {
	margin-right: 24px; /* 🔥 gap */
}

.my-slick-slider .slick-list {
	margin-right: -24px; /* edge fix */
}
.recepies_menu_btn{
	margin-top:60px;
	display:flex;
	justify-content: center;
}
.recepies_menu_btn a.smpl_btn{
	justify-content:center;
}
/* recepies css ends */
/* get ebs app css */
section.get_ebs_app {
	background: linear-gradient(
		268.87deg,
		var(--Tonys-Pink-400) 0%,
		var(--Tonys-Pink-500) 100%
	);
	padding: 55px 0;
}
section.get_ebs_app .get_app_outterwrap {
}
section.get_ebs_app .get_app_outterwrap h2 {
	font-style: normal;
	font-weight: 500;
	font-size: 100px;
	line-height: 0.8;
	color: var(--Kournikova-50);
	margin-bottom: 40px;
}
section.get_ebs_app .get_app_outterwrap .get_app_btn_wrap {
	display: flex;
	gap: 30px;
}
section.get_ebs_app .get_app_outterwrap .get_app_btn_wrap a img {
	width: 170px;
}
/* get ebs app css */
/* partner sec css */
section.partner {
	background-color: var(--soft-peach-800);
	padding: 135px 100px;
}
section.partner .partner_outterwrap .heading_content_outterwrap {
	padding: 0;
	margin-bottom: 30px;
}
section.partner .partner_outterwrap .heading_content_outterwrap {
	padding: 0;
	margin-bottom: 30px;
}
section.partner .partner_outterwrap .partners_innerwrap .heading_content_wrap {
}
section.partner .partner_outterwrap .heading_content_wrap .eyebrow_text,
section.partner
.partner_outterwrap
.heading_content_wrap
.heading_contnt_innr_wrap
h2 {
	color: var(--soft-peach-50);
}
section.partner .heading_content_wrap.alt_style {
	max-width: 100%;
}
section.partner a.smpl_btn span {
	color: var(--soft-peach-50);
	background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset !important;
	background-clip: unset;
	text-fill-color: unset;
}
section.partner .partner_outterwrap .partners_innerwrap .partner_wrap_block {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	align-items: center;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.2); /* 👈 outer border */
	gap: 1px;
	background: rgba(255, 255, 255, 0.2);
}
section.partner
.partner_outterwrap
.partners_innerwrap
.partner_wrap_block
.partner_block {
	padding: px 30px;
	background-color: var(--soft-peach-800);
	min-height:270px;
	display:flex;
	justify-content:center;
	align-items:center;
}
section.partner
.partner_outterwrap
.partners_innerwrap
.partner_wrap_block
.partner_block
img {
	width: 100%;
	max-width: 336px;
	object-fit: contain;
	aspect-ratio: 12/2;
}
/* partner sec css */
/* Thank You css */
section.thankyou {
	background-color: var(--soft-peach-300);
	padding: 100px 100px 319px;
	position: relative;
}
.movement_thanks{
    padding-bottom:100px !important;
}
section.thankyou::before {
	content: "";
	position: absolute;
	top: 0;
	left: 100px;
	background-image: url(https://ebsrebuild.kinsta.cloud/wp-content/uploads/2026/02/quote.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 290px;
	height: 217px;
}
section.thankyou .thankyou_outterwrap {
}
section.thankyou .thankyou_outterwrap  .testimonial_thankyou_title_mble{
	display:none;
	margin-bottom:20px;
	position: relative;

}
section.thankyou .thankyou_outterwrap  .testimonial_thankyou_title_mble h4{
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	color: #331C1C;
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block {
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_cntnt {
	margin-bottom: 20px;

}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_cntnt
p {
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 52px;
	color: var(--soft-peach-900);
	
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block {
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block
.star_review {
	display: flex;
	gap: 5px;
	margin-bottom: 5px;
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block
.star_review
svg {
	width: 16px;
	height: 16px;
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block
.author_image_wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block
.author_image_wrap
img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 50%;
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block
.author_image_wrap
.author_detail {
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block
.author_image_wrap
.author_detail
h6 {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: var(--soft-peach-600);
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block
.author_image_wrap
.author_detail
p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--soft-peach-800);
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block
.trust-pilot-wrap {
	display: flex;
	align-items: center;
	gap: 5px;
	margin-top: 8px;
	flex-wrap: wrap;
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block
.trust-pilot-wrap
span {
	display: flex;
	gap: 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 11px;
	line-height: 14px;
	color: var(--soft-peach-950);
}
section.thankyou
.thankyou_outterwrap
.thankyoutestimonial_wrap
.testimonial_main_block
.testimonial_block
.testimonial_author_block
.trust-pilot-wrap
span
img {
	width: 64px;
}
.thankyou_video_innerwrap {
	display: flex;
	gap: 130px;
	margin-top: -250px;
	z-index: 1;
	position: relative;
	padding-bottom:100px;
}
.thankyou_video_innerwrap .thankyoulft_wrap {
	width: 30%;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding-left: 100px;
}
.thankyou_video_innerwrap .thankyoulft_wrap {
	width: 30%;
}
.thankyou_video_innerwrap .thankyoulft_wrap h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	color: var(--Tonys-Pink-400);
}
.thankyou_video_innerwrap .thankyourght_wrap {
	width: 70%;
}
.thankyou_video_innerwrap .thankyourght_wrap iframe {
	height: 103.2%;
	border-radius: 10px;
}
/* Thank You css */



/* mobile acc */
.acc_mbl_head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid var(--Tonys-Pink-200);
}
.acc_mbl_head .icon img {
	width: 100%;
	max-width: 30px;
	transform:rotate(0deg);
	transition:all .4s;
}
.acc_mbl_head h3 {
	display: flex !important;
	align-items: center;
	gap: 12px;
}
.acc_mbl_head h3 span {
	font-style: normal;
	font-weight: 400;
	font-size: 45px;
	line-height: 59px;
	color: var(--Tonys-Pink-50);
    width: 57px;
}
ul.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0;
	list-style: none;
	display:none;
}
ul.accordion-list li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding:0px 0;
	margin: 0 auto 15px auto;
	cursor: pointer;
}
ul.accordion-list li h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 29px;
	color: var(--Tonys-Pink-50);
}
ul.accordion-list li div.answer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 10px;
	cursor: pointer;
}
ul.accordion-list li div.answer h5 {
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	color: var(--Tonys-Pink-50);
	margin:30px 0 10px;
}
ul.accordion-list li div.answer p {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--Tonys-Pink-50);
}
ul.accordion-list li div.answer .ste_btn {
    width:fit-content;
    margin-top:10px;
}
ul.accordion-list li.active .icon img{
	transform:rotate(180deg);
	transition:all .4s;
}
.mble_extra_img {
	display: none;
	margin-bottom: 20px;
	padding: 0 20px;
	border-radius: 10px;
}
.mble_extra_img video{
	border-radius:10px;
}
/* mobile acc */
/* Dashboard banner css starts */
section.dashboard_banner {
	height: 100vh;
	position: relative;
	display: flex;
	align-items: end;
}
section.dashboard_banner .dashboard_banner_outterwrap .welcome_back_txt {
	position: absolute;
	top: 155px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
section.dashboard_banner .dashboard_banner_outterwrap .welcome_back_txt h1 {
	font-weight: 400;
	font-style: Regular;
	font-size: 48px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: var(--Tonys-Pink-200);
}
section.dashboard_banner
.dashboard_banner_outterwrap
.welcome_back_txt
h1
span {
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	text-transform:capitalize;
}
section.dashboard_banner .dashboard_banner_outterwrap .background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
section.dashboard_banner .dashboard_banner_outterwrap .background_image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 81.6%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(0deg, rgba(56, 22, 22, 0.7), rgba(56, 22, 22, 0.5));
}
section.dashboard_banner .dashboard_banner_outterwrap .background_image img {
	height: 100vh;
	object-fit: cover;
	transition: opacity 0.35s ease;
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap {
	display: flex;
	height: calc(100vh - 94px);
	justify-content: space-between;
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block {
	width: 100%;
	max-width: 20%;
	position: relative;
	padding: 40px;
	backdrop-filter: blur(0px);
	transition: all 0.4s;
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block:hover {
	backdrop-filter: blur(12px);
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	background: var(--Degrade-skin);
	height: 100%;
	width: 1px;
	opacity: 0.4;
}
/*section.dashboard_banner*/
/*.dashboard_banner_outterwrap*/
/*.dashboard_blocks_innerwrap*/
/*.dashboard_block:nth-child(2)::after,*/
/*section.dashboard_banner*/
/*.dashboard_banner_outterwrap*/
/*.dashboard_blocks_innerwrap*/
/*.dashboard_block:nth-child(3)::after {*/
/*	height: 85%;*/
/*}*/
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block
.dash_cntnt_innr {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 100%;
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block
.badge {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	background: linear-gradient(
		279.86deg,
		rgba(248, 167, 139, 0.4) 0%,
		rgba(237, 113, 70, 0.4) 99.97%
	);
	border-radius: 0px 10px 10px 0px;
	padding: 30px 15px;
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: var(--Tonys-Pink-50);
	writing-mode: vertical-lr;
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block
.dashboard_block_cntnt {
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block
.dashboard_block_cntnt
span {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: var(--Tonys-Pink-50);
	opacity: 0;
	transition: opacity 0.3s ease;
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block
.dashboard_block_cntnt
h4 {
	font-weight: 400;
	font-style: Regular;
	font-size: 32px;
	line-height: 42px;
	letter-spacing: 0%;
	color: var(--Tonys-Pink-300);
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block
.dashboard_block_cntnt
p {
	font-weight: 400;
	font-style: Regular;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;
	color: var(--Tonys-Pink-50);
	margin: 10px 0 30px !important;
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block
.dashboard_block_btn
.ste_btn {
	background: var(--Degrade-skin);
}
section.dashboard_banner
.dashboard_banner_outterwrap
.dashboard_blocks_innerwrap
.dashboard_block
.dashboard_block_btn
.ste_btn::after {
	content: none;
}
/* mbile dashboard */
.dashboard_mbl_banner_outterwrap {
	position: relative;
}
.dashboard_mbl_banner_outterwrap .welcome_back_txt {
	position: absolute;
	top: 186px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.dashboard_mbl_banner_outterwrap .welcome_back_txt h1 {
	font-weight: 400;
	font-style: Regular;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	color: var(--Tonys-Pink-200);
	display: flex;
	flex-direction: column;
}
.dashboard_mbl_banner_outterwrap .welcome_back_txt h1 br{
    display:none;
}
.dashboard_mbl_banner_outterwrap .welcome_back_txt h1 span {
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-size: 36px;
	line-height: 45px;
	text-transform:capitalize;
}
.dashboard_mbl_banner_outterwrap .dashboard_slide_block {
	position: relative;
}
.dashboard_mbl_banner_outterwrap .dashboard_slide_block img.mbl_bg {
	height: 514px;
	object-fit: cover;
}
.dashboard_mbl_banner_outterwrap
.dashboard_slide_block
.dashboard_mbl_content_block {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 20px 20px 50px 20px;
    background-color: rgba(0, 0, 0, 0.5);
}
.dashboard_mbl_banner_outterwrap
.dashboard_slide_block
.dashboard_mbl_content_block
span {
	font-weight: 700;
	font-style: Bold;
	font-size: 14px;
	letter-spacing: 0%;
	text-transform: uppercase;
	color: var(--Tonys-Pink-50);
}
.dashboard_mbl_banner_outterwrap
.dashboard_slide_block
.dashboard_mbl_content_block
h4 {
	font-weight: 400;
	font-style: Regular;
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 0%;
	color: var(--Tonys-Pink-300);
	margin-bottom: 15px;
}
.dashboard_mbl_banner_outterwrap .dashboard_mble_sliderwrap {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.dashboard_mbl_banner_outterwrap
.dashboard_slide_block
.dashboard_mbl_content_block
.ste_btn {
	background: var(--Degrade-skin);
	width: fit-content;
}
.dashboard_mbl_banner_outterwrap
.dashboard_slide_block
.dashboard_mbl_content_block
.ste_btn::after {
	content: none;
}
.dashboard_mbl_banner_outterwrap .dashboard_mble_sliderwrap .slick-dots {
	bottom: 20px;
}
section.mbl_dsh_bnnr {
	display: none;
}
/* mbile dashboard */
/* Weekly Scedulecss */
.heading_content_outterwrap.center_design {
}
.heading_content_outterwrap.center_design .heading_content_wrap {
	margin: 0 auto;
	text-align: center;
	max-width: 870px;
}
section.weekly_scedule {
    position:relative;
}
section.weekly_scedule .heading_content_outterwrap {
	padding-bottom: 0;
}
section.weekly_scedule .heading_content_outterwrap h2 span {
	font-weight: bold;
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
section.weekly_scedule .weekly_scedule_tab_outterwrap {
	padding: 0px;
}
section.weekly_scedule
.weekly_scedule_tab_outterwrap
.weekly_scedule_tab_innerrwrap {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
}
section.weekly_scedule
.weekly_scedule_tab_outterwrap
.weekly_scedule_tab_innerrwrap
.days_wrap_block {
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: center;
    margin-bottom: 40px;
}
section.weekly_scedule
.weekly_scedule_tab_outterwrap
.weekly_scedule_tab_innerrwrap
.days_wrap_block
.days_navigate_btn
a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	font-weight: 700;
	border-bottom-color: #fcc413;
	display: flex;
	gap: 5px;
	align-items: center;
	padding-bottom: 5px;
}
section.weekly_scedule
.weekly_scedule_tab_outterwrap
.weekly_scedule_tab_innerrwrap
.days_wrap_block
.days_tab {
	display: flex;
	gap: 20px;
}
section.weekly_scedule
.weekly_scedule_tab_outterwrap
.weekly_scedule_tab_innerrwrap
.days_wrap_block
.days_tab
.day-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 47px;
	height: 47px;
	min-width: 47px;
	border-radius: 50px;
	font-size: 0.875rem;
	font-weight: 700;
	color: var(--Tonys-Pink-50);
	border: none;
	cursor: pointer;
	background: var(--Degrade-skin);
}
section.weekly_scedule
.weekly_scedule_tab_outterwrap
.weekly_scedule_tab_innerrwrap
.days_wrap_block
.days_tab
.day-btn.active {
	background: var(--Degrade-Sun);
}
.meal_outter_main_wrap {
	/* display: block; */
}
.meal_outter_main_wrap.active {
	/* display: block; */
}
#reboot-revive-tabs .meal_tabs_wrap {
    margin: 40px 0 30px;
}
.meal_tabs_wrap {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin: 60px 0 60px;
	display:none;
}
.meal_tabs_wrap .meal_tab {
	padding: 0 60px 10px;
	font-style: normal;
	font-size: 26px;
	line-height: 34px;
	border: 0;
	border-bottom: 3px solid transparent;
	font-weight: 400;
	color: #b7451e;
	background: unset;
	cursor: pointer;
}
.meal_tabs_wrap .meal_tab.active {
	border-bottom: 3px solid var(--Tonys-Pink-500);
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: 700;
}
.meal_cards_main_wrap {
}
.meal_cards_main_wrap .slick-slide {
	margin: 0 15px; /* left-right gap */
}

.meal_cards_main_wrap .slick-list {
	margin: 0 -15px; /* balance gap */
}
.meal_cards_main_wrap .meal_card_block {
	/* width: 220px; */
	padding-top: 20px;
}
.meal_cards_main_wrap .meal_card_block .meal_card_image {
	position: relative;
}
.meal_cards_main_wrap .meal_card_block.active .meal_card_image::after {
	content: "";
	background: var(--Degrade-Sun);
	left: 50%;
	top: 49.9%;
	position: absolute;
	width: 104%;
	height: 104%;
	z-index: -1;
	border-radius: 10px;
	transform: translate(-50%, -50%);
}
.meal_cards_main_wrap .meal_card_block .meal_card_image img {
	width: 100%;
	border-radius: 10px;
	aspect-ratio: 1 / 1;
    object-fit: cover;
}
.meal_cards_main_wrap .meal_card_block .meal_card_image .day_badge {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	background: var(--Degrade-skin);
	border-radius: 50px;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	color: var(--Tonys-Pink-50);
	position: absolute;
	top: -19px;
	left: 50%;
	transform: translateX(-50%);
}
.meal_cards_main_wrap .meal_card_block.active .meal_card_image .day_badge {
	background: var(--Degrade-Sun);
}
.timer_badge {
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: center;
	padding: 5px 10px 5px 5px;
	gap: 5px;
	background: #fef5f2;
	border-radius: 0px 50px 50px 0px;
	position: absolute;
	left: 0;
	bottom: 15px;
	z-index: 1;
}
#timer_badge_top.timer_badge {
    bottom: unset;
    z-index: 1;
    top: 50px;
    right: auto;
}
.timer_badge img {
	width: 24px !important;
	object-fit: contain !important;
	border-radius: 10px;
}
.timer_badge span {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.meal_cards_main_wrap .meal_card_block .meal_cntnt {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: var(--soft-peach-700);
	margin-top: 10px;
}
.meal_cards_main_wrap .meal_card_block .meal_cntnt p {
	font-weight: 700 !important;
	text-decoration: underline;
	margin-bottom:0 !important;
}
.meal_cards_main_wrap .meal_card_block.active .meal_cntnt p,
.meal_cards_main_wrap .meal_card_block.active .meal_cntnt span {
	background: linear-gradient(87.41deg, #fcc413 0%, #ecab06 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.meal_cards_main_wrap .meal_card_block .meal_cntnt span {
	font-weight: 400;
	text-decoration: underline;
}
/* Weekly Scedulecss */
/* Detail Weekly Scedule */
section#detail_week_section {
}
section#detail_week_section
.weekly_scedule_tab_outterwrap
.weekly_scedule_tab_innerrwrap {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 100px;
}
/* Detail Weekly Scedule */
/* <!-- ======= Whats new Article Sec ======= --> */
section.new_article {
	background-color: var(--soft-peach-300);
	padding: 100px 0 130px;
}
section.new_article .heading_content_outterwrap {
	padding: 0px 100px 60px;
}
section.new_article .heading_content_wrap .eyebrow_text {
	color: var(--soft-peach-800);
}
section.new_article .heading_content_wrap h2 {
	color: var(--Tonys-Pink-600);
	margin-bottom: 0px;
}
section.new_article .new_article_post_innerwrap {
	padding: 0 100px;
	display: flex;
	gap: 80px;
}
section.new_article .new_article_post_innerwrap .new_article_post_latest {
	width: 38%;
}
section.new_article .new_article_post_innerwrap .new_article_post_grid {
	width: 62%;
}
section.new_article
.new_article_post_innerwrap
.new_article_post_latest
.new_article_block {
}
section.new_article .new_article_post_innerwrap .new_article_block {
	position: relative;
}
section.new_article
.new_article_post_innerwrap
.new_article_block
.new_article_image {
	position: relative;
}
section.new_article
.new_article_post_innerwrap
.new_article_block
.new_article_image img{
	border-radius:10px
}
section.new_article
.new_article_post_innerwrap
.new_article_block
.new_article_image a{
    display:inline;
}
section.new_article
.new_article_post_innerwrap
.new_article_post_latest
.new_article_block
.new_article_cntnt {
	padding: 20px 30px 0;
}
section.new_article
.new_article_post_innerwrap
.new_article_post_latest
.new_article_block
.new_article_cntnt
h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	color: var(--soft-peach-600);
}
section.new_article
.new_article_post_innerwrap
.new_article_post_latest
.new_article_block
.new_article_cntnt {
}
.new_article_block .new_article_cntnt p {
	margin: 15px 0 30px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: var(--soft-peach-950);
}
section.new_article .timer_badge {
	bottom: unset;
	top: 15px;
}
.term {
	display: flex;
	justify-content: space-between;
}
.term .date {
	display: flex;
	align-items: center;
	gap: 5px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
	color: var(--soft-peach-800);
}
.term .date img {
	width: 16px !important;
	height: 16px;
	border-radius:0 !important;
}
section.new_article .new_article_post_innerwrap .new_article_post_grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px;
	align-items: start;
}
section.new_article
.new_article_post_innerwrap
.new_article_post_grid
.new_article_block
.new_article_cntnt {
	padding: 30px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
section.new_article
.new_article_post_innerwrap
.new_article_post_grid
.new_article_block
.new_article_cntnt
h4 {
	font-family: "DM Sans";
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: var(--Kournikova-50);
	margin-bottom: 15px;
    background: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    text-fill-color: unset !important;
}
section.new_article
.new_article_post_innerwrap
.new_article_post_grid
.new_article_block
.new_article_image
img.feature {
	height: 270px;
	object-fit: cover;
	border-radius: 10px;
}
/* <!-- ======= Whats new Article Sec ======= --> */
/* cat slct sldr */
.categories-select-slider .slick-slide {
	margin-right: 80px;
}
.categories-select-slider .slick-track {
	margin-right: -80px;
	margin-left: unset;
}
.categories-select-slider .slick-list {
	padding-right: 30px; /* 🔥 peek amount */
	padding-bottom: 50px;
}
/* cat slct sldr */
/* isotopes filter tabs wrap css */
.isotopes_filter_tabs_wrap {
	display: flex;
	margin-bottom: 40px;
	margin-top: 40px;
}
.isotopes_tab_btn {
	border-top:0 !important;
	border-right:0 !important;
	border-left:0 !important;
	padding: 0 60px 10px;
	font-style: normal;
	font-size: 26px;
	line-height: 34px;
	border: 0;
	border-bottom: 3px solid transparent;
	font-weight: 400;
	color: #b7451e !important;
	background: unset !important;
	cursor: pointer;
	text-transform: capitalize;
	white-space: nowrap;
}
.isotopes_tab_btn.active {
	border-bottom: 3px solid var(--Tonys-Pink-500);
	background: var(--Degrade-skin) !important;
	-webkit-background-clip: text !important;
	-webkit-text-fill-color: transparent !important;
	background-clip: text !important;
	text-fill-color: transparent !important;
	font-weight: 700;
}
.isotopes_tab_btn:hover,
.isotopes_tab_btn:focus{
	border-color:var(--Tonys-Pink-500) !important;
	outline:none;
}
.categories-select-slider {
	display: unset !important;
}
#menu_tab_chnage_fvrts {
	padding-right: 0;
}
#menu_tab_chnage_fvrts .heading_content_wrap.alt_style {
	width: 100%;
	max-width: 100%;
	padding-right:100px;
}
#menu_tab_chnage_fvrts .heading_contnt_innr_wrap h2 {
	max-width: 520px;
}
/* isotopes filter tabs wrap css */
/* isotopes filter tabs wrap css */

.isotopes_filter_outer {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding-right: 30px;
}

.isotopes_filter_fixed {
	flex-shrink: 0;
	z-index: 2;
}

.isotopes_filter_scroll {
	overflow: hidden;
	flex: 1;
}

.isotopes_filter_tabs_wrap {
	display: flex;
	gap: 12px;
	overflow-x: auto;
	scroll-behavior: smooth;
	padding: 0 40px 0 12px;
}

.isotopes_filter_tabs_wrap::-webkit-scrollbar {
	display: none;
}

.isotopes_scroll_arrow {
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
	border: none;
	cursor: pointer;
	display: none;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px; /* size-8 → 8 * 0.25rem = 2rem */
	height: 40px;
	border-radius: 50px; /* rounded-full */
	background-color: #fff !important;
	outline:none !important;
	padding:0 !important;
}
.isotopes_scroll_arrow svg {
	width: 24px;
	height: 24px;
	fill: var(--Tonys-Pink-400);
	position:relative;
	top:5px;
}
.isotopes_scroll_arrow.left {
	left: 8%; /* after All */
}

.isotopes_scroll_arrow.right {
	right: 0;
}
/* Desktop */
.isotopes_filter_select {
	display: none;
	padding: 0 15px 0 0;
	margin: 20px 0;
}

.meal_tabs_select_wrapper{
	display:none;
}
.meal_tabs_select_wrapper select,
.isotopes_filter_select select,
select.alphabet-select,
select.mobile-nav-select,
select.mobile_menu_select,
select.days_reboot_tabs_mobile_select,
select.drawer-select{
	border:unset;
	background-color:transparent;
	box-shadow:unset;
	border-bottom:1px solid #ED7146;
	color:#ED7146;
	border-radius:0;
	font-size:14px;
	font-weight:700;
}
select.drawer-select{
    color: var(--Tonys-Pink-700);
}
/* Heading css starts */
section.heading_cntn_alt {
	padding: 27px 20px 60px;
}
section.heading_cntn_alt .heading_cntn_alt_outterwrap {
}
.heading_cntnt {
	width: 100%;
	max-width: 771px;
	margin: 0 auto;
	text-align: center;
}
.heading_cntnt h2 {
	font-style: normal;
	font-weight: 400;
	line-height: 73px;
	color: var(--Tonys-Pink-400);
	margin-bottom: 10px;
}
.heading_cntnt h2 span {
	font-weight: 700;
	background: linear-gradient(268.96deg, #f8a78b -0.1%, #ed7146 42.07%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.heading_cntnt p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
/* Heading css ends */
/* Expert Advice css starts */
section.expert_advice {
	padding: 0 100px 130px;
}
section.expert_advice .expertadvice_outterwrap {
}
/* alphabet filter */
.alphabet-filter {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	margin-bottom: 30px;
}

.alphabet-filter .alphabet-scroll {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	overflow-x: auto;
	white-space: nowrap;
	flex: 1;
	padding-bottom: 4px;
}

/* Hide scrollbar */
.alphabet-filter .alphabet-scroll::-webkit-scrollbar {
	display: none;
}
.alphabet-filter .alphabet-scroll {
	-ms-overflow-style: none;
	scrollbar-width: none;
	scroll-behavior: smooth;
}

.alphabet-filter .filter-btn {
	padding: 8px 16px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	background: transparent;
	border: 2px solid #f8a78b;
	color: #f8a78b;
	transition: all 0.2s ease;
	flex-shrink: 0;
	outline:unset !important;
}

.alphabet-filter .filter-btn:hover:not(:disabled) {
	border-color: #fb923c;
}

/* Active button */
.alphabet-filter .filter-btn.active {
	background: var(--Degrade-Sun);
	color: #ffffff;
	border-color: transparent !important;
}

/* Disabled state */
.alphabet-filter .filter-btn:disabled {
	border-color: #e5e7eb;
	color: #9ca3af;
	cursor: not-allowed;
	font-weight: 500;
}

/* All button slightly emphasized */
.alphabet-filter .all-btn {
	font-weight: 800;
}
.alphabet-scroll-wrap {
	position: relative;
	display: flex;
	align-items: center;
	flex: 1;
	overflow: hidden;
	gap: 10px;
}

/* arrows */
.scroll-arrow {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: none;
	background: #fff;
	color: #ff7a5c !important;
	font-size: 20px;
	cursor: pointer;
	z-index: 2;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	transition: 0.2s;
	justify-content: center;
	align-items: center;
	padding:unset;
}
.scroll-arrow:hover:not(:disabled) {
	background: #ffe3da;
}
.scroll-arrow:disabled {
	opacity: 0;
	cursor: not-allowed;
}
/* alphabet filter */
/* expert card */
.expert_cards_main_wrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 80px;
}
.expert_cards_main_wrap .expert_advice_card_wrap .card_block {
	box-shadow: var(--shadow_2);
	border-radius: 10px;
	background-color: #ffffff;
	overflow: hidden;
	width:100%;
}
.expert_cards_main_wrap .expert_advice_card_wrap .card_block .card_image {
	width: 100%;
	position: relative;
}
.expert_cards_main_wrap .expert_advice_card_wrap .card_block a{
	width:100%;
	text-decoration:none !important;
}
.expert_cards_main_wrap .expert_advice_card_wrap .card_block .card_image img {
    width: 100%;
    border-radius: 0 !important;
    aspect-ratio: 1 / 0.8;
    object-fit: cover;
}
.expert_cards_main_wrap .expert_advice_card_wrap .card_block .card_cntnt {
	padding: 20px;
	text-align: center;
}
.expert_cards_main_wrap .expert_advice_card_wrap .card_block .card_cntnt h5 {
	color: var(--Tonys-Pink-800);
	line-height: 33px;
	letter-spacing: 0%;
	margin-bottom: 20px;
	min-height: 66px;
}
.expert_cards_main_wrap
.expert_advice_card_wrap
.card_block
.card_cntnt
.advice-btn {
	display: flex;
	justify-content: center;
}
.expert_cards_main_wrap
.expert_advice_card_wrap
.card_block
.card_cntnt
.advice-btn
a.ste_btn {
}
.fvrt {
	width: 44px;
	height: 44px;
	padding: 10px;
	background-color: var(--Tonys-Pink-50);
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px 0px;
	z-index: 9;
}
/* Navigation css */
section.navigation {
	padding: 50px 40px;
}
section.navigation .navigation_outterwrap {
}
section.navigation .navigation_outterwrap nav ul {
	display: flex;
	justify-content: space-between;
	position: relative;
}
section.navigation .navigation_outterwrap nav ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--Degrade-skin);
	width: 100%;
	height: 1px;
	z-index: -1;
}
section.navigation .navigation_outterwrap nav ul li {
	background: linear-gradient(229.94deg, #fef5f2 0%, #fee9e2 100%);
	border-radius: 50px;
}
section.navigation .navigation_outterwrap nav ul li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-width: max-content;
	padding: 12px 24px;
	border-radius: 50px;
	border: 1px solid #f8a78b;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-image: linear-gradient(200deg, #f8a78b, #ed7146);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	transition: all 0.25s ease;
}
section.navigation .navigation_outterwrap nav ul li a.active {
	border: 1px solid #f8a78b;
	background-image: var(--Degrade-Sun);
	background-clip: unset;
	-webkit-background-clip: unset;
	color: #fff;
	-webkit-text-fill-color: unset;
	transition: all 0.25s ease;
}
/* Navigation css */
/* expert card */

/* Expert Advice css ends */
/* Advice one page css starts */
section.onepage {
	padding: 60px 0 60px;
}
section.onepage .onepage_outterwrap {
	display: flex;
	gap: 30px;
}
section.onepage .onepage_outterwrap .onepage_lft {
	width: 15%;
}
/* scroll container */
section.onepage .navigation_bar .nav-scroll-wrap {
  max-height: calc(100vh - 160px);
  overflow-y: auto;
  position: relative;
}

/* hide scrollbar */
section.onepage .navigation_bar .nav-scroll-wrap::-webkit-scrollbar {
  display: none;
}

/* arrows */
section.onepage .navigation_bar .nav-scroll-top,
section.onepage .navigation_bar .nav-scroll-bottom {
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}

/* top arrow */
section.onepage .navigation_bar .nav-scroll-top {
  top: 0;
  background: linear-gradient(to bottom, #fee9e2, transparent);
}

/* bottom arrow */
section.onepage .navigation_bar .nav-scroll-bottom {
  bottom: 0;
  background: linear-gradient(to top, #fee9e2, transparent);
}
section.onepage .onepage_outterwrap .onepage_lft .navigation_bar {
	position: sticky;
	top: 140px;
}
section.onepage .onepage_outterwrap .onepage_lft .navigation_bar nav {
}
section.onepage
.onepage_outterwrap
.onepage_lft
.navigation_bar
nav
ul.main_menu {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
section.onepage
.onepage_outterwrap
.onepage_lft
.navigation_bar
nav
ul
li.main_menu_link.active
> a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	gap: 10px;
	background: var(--Degrade-Sun);
	border-radius: 50px;
	color: var(--Kournikova-50);
	border: 1px solid transparent;
}
section.onepage
.onepage_outterwrap
.onepage_lft
.navigation_bar
nav
ul
li.main_menu_link:hover
> a{
    background: var(--Degrade-Sun);
	color: var(--Kournikova-50);
}
section.onepage
.onepage_outterwrap
.onepage_lft
.navigation_bar
nav
ul
li.main_menu_link
a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	gap: 10px;
	background: transparent;
	border-radius: 50px;
	color: var(--Kournikova-50);
	border: 1px solid var(--Tonys-Pink-400);
	color: var(--Kournikova-50);;
	text-align:center;
}
section.onepage
.onepage_outterwrap
.onepage_lft
.navigation_bar
nav
li.main_menu_link.has_child {
	border: 1px solid;
	border: 1px solid var(--Tonys-Pink-400);
	border-radius: 24px;
}
section.onepage
.onepage_outterwrap
.onepage_lft
.navigation_bar
nav
li.main_menu_link.has_child
> a {
	border: unset !important;
	border-radius: 23px 23px 0 0 !important;
	border-bottom: 1px solid var(--Tonys-Pink-400) !important;
}
section.onepage
.onepage_outterwrap
.onepage_lft
.navigation_bar
nav
ul
li.main_menu_link > a{
background-image: linear-gradient(90deg, #f8a78b, #ed7146);
}
section.onepage
.onepage_outterwrap
.onepage_lft
.navigation_bar
nav
li.main_menu_link.has_child
.sub_menu{
    margin:0;
    padding: 20px 0;
    display:flex;
    flex-direction:column;
    gap:10px;
}
section.onepage
.onepage_outterwrap
.onepage_lft
.navigation_bar
nav
li.main_menu_link.has_child
.sub_menu
li
a {
	border: unset !important;
	text-align: center;
	padding:0 20px;
	color: var(--Tonys-Pink-400);
}
.desktop_view{
    display:block;
}
.mble_view{
    display:none;
}
section.onepage
.onepage_outterwrap
.onepage_lft
.navigation_bar
nav
li.main_menu_link.has_child
.sub_menu
li.sub_link_active
a {
	text-decoration: underline;
}
section.onepage .onepage_outterwrap .onepage_rght {
	width: 80%;
}
section.onepage .onepage_outterwrap .onepage_rght .onpage_right_innerwrap {
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 0px 0 60px;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap:last-child {
	padding-bottom: 0;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block {
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt_block {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_sub_cntnt_block_main_wrap {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block
h2 {
	font-weight: 700;
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 30px;
	line-height: 1.2;
	text-align: center;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block
h2 span{
    font-weight:500;
    background: unset;
	-webkit-background-clip: unset;
	-webkit-text-fill-color: unset;
	background-clip: unset;
	text-fill-color: unset;
	color: var(--Tonys-Pink-400);
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block
h4 {
    font-weight: 700;
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 20px; 
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block
h5,
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block
h3{
    font-weight: 700;
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-bottom: 10px; 
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block h4 span{
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    color: var(--Tonys-Pink-400);
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block
p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--Tonys-Pink-900);
	margin-bottom: 20px;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block
img{
    width:100%;
    max-width:100%;
    border-radius:15px;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block .ste_btn
img{
    width:unset;
    max-width:unset;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block .ste_btn{
    text-decoration:none !important;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block h6 {
	font-size: 14px;
	line-height: 26px;
	color: var(--Tonys-Pink-400);
	margin-bottom: 5px;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_cntnt_block a,
.onepge_sub_cntnt_block a {
	font-weight: 700;
	text-decoration: underline;
	color: var(--Tonys-Pink-900);
	border-radius: 0;
}
/*section.onepage*/
/*.onepage_outterwrap*/
/*.onepage_rght*/
/*.onpage_right_innerwrap*/
/*.onepge_main_cntn_wrap*/
/*.onepge_cntnt_block*/
/*p:last-child {*/
/*	margin-bottom: 0;*/
/*}*/
.section-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	width: 100%;
}

.section-divider::before,
.section-divider::after {
	content: "";
	flex: 1;
	height: 2px;
	background: var(--Degrade-skin); /* line color */
}

.divider-text {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	color: var(--Tonys-Pink-700); /* text color */
	font-size: 22px;
	white-space: nowrap;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt
p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: var(--Tonys-Pink-900);
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt
h4{
    font-size: 18px;
    font-weight:700;
    line-height: 26px;
    color: var(--Tonys-Pink-400);
    margin-bottom: 5px;
}

section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt
ul,

section.onepage .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap .onepge_cntnt_block ul,
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt
ol{
	padding-left: 15px;
}
section.onepage .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap .onepge_cntnt_block ul{
    margin-bottom:20px;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt
ul
li,section.onepage .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap .onepge_cntnt_block ul li,
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt
ol
li{
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: var(--Tonys-Pink-900);
	list-style-type: disc;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt
ul.steps{
    padding-left:0;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt
ul.steps
li {
	display:flex;
	gap:10px;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt
ul.steps
li span {
	font-weight:700;
	color: var(--Tonys-Pink-700);
	width: 60px;
	min-width: 60px;
}
section.onepage
.onepage_outterwrap
.onepage_rght
.onpage_right_innerwrap
.onepge_main_cntn_wrap
.onepge_sub_cntnt
ul
li span{
	font-weight:700;
	color: var(--Tonys-Pink-500);
}
.prvnxt_post_innerwrap {
	border-width: 1px 0;
	border-style: solid;
	border-color: var(--Tonys-Pink-400);
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.pst_name_wrp {
	border-width: 0px 1px;
	border-style: solid;
	border-color: var(--Tonys-Pink-400);
	display: flex;
	align-items: center;
	padding: 0 35px;
}
.prvnxt_post_innerwrap .prv_Wrap {
	padding: 15px 0;
	width:40%;
}
.prvnxt_post_innerwrap.smple .prv_Wrap {
	width:50%;
}
.prvnxt_post_innerwrap.smple .prv_Wrap.nxt {
	border-left:1px solid var(--Tonys-Pink-400);
}
.prvnxt_post_innerwrap .prv_Wrap.nxt {
	text-align: right;
}
.prvnxt_post_innerwrap .prv_Wrap.nxt a{
	justify-content:flex-end;
}
.prvnxt_post_innerwrap.smple .prv_Wrap.nxt a{
	justify-content:flex-end;
}
.prvnxt_post_innerwrap .prv_Wrap a {
	display: flex;
	align-items: center;
	gap: 15px;
}
.prvnxt_post_innerwrap .prv_Wrap .prv_img {
	width: 100%;
	max-width: 85px;
	border-radius: 15px;
	overflow: hidden;
}
.prvnxt_post_innerwrap .prv_Wrap .prv_img img{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.prvnxt_post_innerwrap .prv_Wrap .prv_pst_cntnt span {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: var(--Tonys-Pink-600);
	display:inline-block;
}
.prvnxt_post_innerwrap .prv_Wrap .prv_pst_cntnt p {
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	color: var(--Tonys-Pink-800);
}
.prvnxt_post_innerwrap .pst_name_wrp a {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}
.prvnxt_post_innerwrap .pst_name_wrp img {
	width: 24px;
	height: 24px;
}
.prvnxt_post_innerwrap .pst_name_wrp span {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	background: var(--Degrade-Sun);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.pst_master_class_innerwrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.pst_master_class_innerwrap .class_block.full {
	width: 100%;
}
.pst_master_class_innerwrap .class_block {
	width: calc(33% - 11px);
}
.pst_master_class_innerwrap .class_block video {
	border-radius: 15px;
	overflow: hidden;
}
.pst_master_class_innerwrap .class_block .class_block_cntnt {
	text-align: center;
	margin-bottom: 10px;
}
.pst_master_class_innerwrap .class_block .class_block_cntnt span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: var(--Tonys-Pink-700);
}
.pst_master_class_innerwrap .class_block .class_block_cntnt p {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: var(--Tonys-Pink-700);
}
/* Advice one page css ends */
#ibs,
#Constipation {
	scroll-margin-top: 120px;
}

/* recepies page css starts */
.recepies_menu_innerwrap .rcepies_main_page_blocks {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.recepies_menu_innerwrap .rcepies_main_page_blocks .recepies_card_block {
	width: 100%;
	flex-direction:column;
}
#rcepies_main_page {
	padding-top: 0;
}
/* pagination css */
.custom-pagination,
.podcast_pag_inr{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 8px 0;
	width: 820px;
	margin: 0 auto;
	justify-content: space-between;
	border-width: 1px 0px 1px 0px;
	border-color: var(--Tonys-Pink-500);
	border-style: solid;
	margin-bottom:30px;
}
.current-page{
	display:flex;
	justify-content:center;
	align-items:center;
	width: 58px;
	height: 29px;
	background: #FFFFFF;
	border-radius: 5px;
}
.pg-btn {
	background: none !important;
	border: none;
	cursor: pointer;
	font-size: 24px;
	color: var(--Tonys-Pink-500) !important;
	padding: 0;
	line-height: 1;
	outline: unset !important;
}

.pg-info {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	display: flex;
	align-items: center;
	gap:5px;
	color: var(--Tonys-Pink-500);
}
/* pagination css */
/* term colrs */
.recepies_terms .color {
	font-size: 0;
	width: 15px;
	height: 15px;
	border-radius: 50px;
}
.recepies_terms .color.green {
	background-color: #22c55e;
}
.recepies_terms .color.orange {
	background-color: #f97316;
}
/* term colrs */
.recipes-toolbar{
	margin-bottom:30px;
	display:flex;
	justify-content:space-between;
}
select#sort-select {
	border-radius: 50px;
	border: unset !important;
	outline: unset !important;
	font-size: 12px;
	color: #9A3C17;
	appearance: none;
}
.recipes-search{
	width:280px;
}
input.recipes-search-input {
	border-radius: 50px !important;
	border: unset !important;
	outline: unset !important;
	font-size: 14px !important;
	color: #9A3C17 !important;
}
.recipes-sort {
	width: 152px;
	position: relative;
}
.select-icon {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
#rcepies_main_page .isotopes_scroll_arrow.left {
	left: 13%;
}
/* recepies page css ends */
/* recepies one page */
.recepie_one_page_feature_block .rev_bar_main {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.rev_bar_main .rev {
	display: flex;
	gap: 5px;
	align-items: center;
}
.rev_bar_main .rev .revs {
	color: #fcc413;
	font-size: 18px;
}
.rev_bar_main .rev .revies_count {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: var(--Tonys-Pink-700);
}
.rev_bar_main .color {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: #00b67a;
	display: flex;
	gap: 5px;
	align-items: center;
}
.rev_bar_main .color span {
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	display: inline-block;
}
.rev_bar_main .color.green span {
	background-color: #00b67a;
}
.rev_bar_main .cmnt_count {
	display: flex;
	align-items: center;
	gap: 5px;
}
.rev_bar_main .cmnt_count svg {
	width: 15px;
	height: 15px;
}
.rev_bar_main .cmnt_count span {
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: var(--Tonys-Pink-700);
}
.recepie_one_page_feature_block .feature_info_block_main {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
	margin-bottom: 15px;
}
.recepie_one_page_feature_block .feature_info_block_main .feature_info_block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}
.recepie_one_page_feature_block
.feature_info_block_main
.feature_info_block
.info_title {
	font-weight: 700;
	font-size: 36px;
	line-height: 47px;
	text-align: center;
	/* Degrade Skin */
	background: var(--Degrade-skin);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.recepie_one_page_feature_block
.feature_info_block_main
.feature_info_block
.info_name {
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	color: var(--Tonys-Pink-800);
}
.recepie_one_page_feature_block .feature_image img {
	width: 100%;
	max-width: 100%;
	border-radius: 10px;
}
.recepie_one_page_feature_block .share_wrap {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recepie_one_page_feature_block .share_wrap .share_btns {
	display: flex;
	gap: 10px;
}
.recepie_one_page_feature_block .share_wrap .share_btns .ste_btn img{
	width:15px;
}
.share_wrap .recepies_terms {
	display: flex;
	align-items: center;
	gap: 5px;
}
.recepies_terms .name {
	display: flex;
	align-items: center;
	gap: 5px;
}
.recepies_terms .name span {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: var(--Tonys-Pink-500);
	display: inline-block;
	display: flex;
}
/* serving */
.servings-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 250px;
	border: 1px solid var(--Tonys-Pink-400);
	background: #ffffff;
	border-radius: 10px;
	overflow: hidden;
}

.servings-btn {
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	font-size: 20px;
	color: var(--Tonys-Pink-400) !important;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	outline:unset;
}

.servings-btn:hover {
	background: rgba(0, 0, 0, 0.05);
}

.servings-count {
	flex: 1;
	text-align: center;
	border-left: 1px solid var(--Tonys-Pink-400);
	border-right: 1px solid var(--Tonys-Pink-400);
	padding: 8px 10px;
	font-size: 16px;
	font-weight: 600;
	color: var(--Tonys-Pink-400);
}

/* serving */
/* recepies one page */
/* method page css starts */
/* creation css starts */

#ebs_method_creation .two_column_content_outterwrap {
  gap: 30px;
}
#ebs_method_creation .eyebrow_text {
  color: var(--Tonys-Pink-600);
}
#ebs_method_creation p {
  color: var(--Tonys-Pink-900);
}
#ebs_method_creation .two_column_content_outterwrap .lft_contnt h2 {
  font-style: normal;
  font-weight: 400;
  color: var(--Tonys-Pink-900);
  margin-bottom: 30px;
}
#ebs_method_creation .two_column_content_outterwrap .lft_contnt h2 span {
  background: var(--Degrade-skin);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
}
#ebs_method_creation .two_column_content_outterwrap .rght_contnt h4 {
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 10px;
  color: var(--Tonys-Pink-900);
}
#ebs_method_creation .two_column_content_outterwrap .rght_contnt h4 span {
  color: var(--Tonys-Pink-400);
}
#ebs_method_creation .lft_contnt,
#ebs_method_creation .rght_contnt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/* creation css ends */
/* method section starts */
#ebs_method_page_method {
  background: linear-gradient(211.2deg, #f8f0f0 1.45%, #eedada 97.96%);
  padding-bottom: 100px;
  overflow-x:hidden;
}
#centered_heading .heading_content_wrap {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  text-align: center;
}
.heading_content_wrap h2 span {
  color: var(--Tonys-Pink-900);
}
#ebs_method_page_method .heading_content_wrap h2 em,
#perfection_trust .heading_content_wrap h2 em,
#yalda_mission .heading_content_wrap h2 em{
    background: var(--Degrade-skin);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight:bold;
}
#perfection_trust 
.method_btm_cntnt {
  margin-top: 100px;
}
.method_btm_cntnt h3 {
  color: var(--Tonys-Pink-900);
  text-align: center;
  margin-bottom: 30px;
}
.method_btm_cntnt h3 span {
  /*color: var(--Tonys-Pink-400);*/
  background: var(--Degrade-skin);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.method_btm_cntnt p {
  font-weight: 400;
  line-height: 26px;
  color: var(--Tonys-Pink-900);
  margin-bottom: 30px;
}
.method_btm_cntnt ul {
  columns: 2;
  padding-left: 20px;
}
.method_btm_cntnt ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: var(--Tonys-Pink-900);
  list-style-type: disc;
}
#centered_heading .heading_content_wrap.full {
  width: 100%;
  max-width: 1170px;
}
#perfection_trust .two_column_content_outterwrap {
  flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
}
#perfection_trust .two_column_content_outterwrap h4 {
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 10px;
  color: var(--Tonys-Pink-900);
}
#perfection_trust .two_column_content_outterwrap h4 span {
  color: var(--Tonys-Pink-400);
}
#perfection_trust .heading_content_wrap h2 {
  margin-bottom: 0;
}
#perfection_trust .two_column_content_outterwrap .rght_contnt video {
  width: 100%;
  border-radius: 10px;
}
#method_dctr_test {
  background-color: var(--soft-peach-300);
}
#method_dctr_test .heading_content_wrap h2 {
  color: var(--soft-peach-900);
}
#method_counter {
  background-color: #fee9e2;
}
#method_counter .counter_innerwrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
#yalda_mission {
  padding-top: 100px;
  padding-bottom: 100px;
}
#yalda_mission .heading_content_outterwrap {
  padding-top: 0;
  padding-bottom: 0;
}
#yalda_mission .two_column_content_outterwrap {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* method section ends */
/* six week css starts */
section.six_week_reset {
  padding: 100px 0;
}
.six_week_heading {
  margin-bottom: 60px;
}
.six_week_heading h2 {
  font-style: normal;
  font-weight: 400;
  color: var(--Tonys-Pink-900);
  text-align: center;
  margin-bottom: 25px;
}
.six_week_heading h2 span {
  color: var(--Tonys-Pink-900);
  background: var(--Degrade-skin);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.six_week_heading h4 {
  font-weight: 700;
  color: var(--Tonys-Pink-400);
  margin-bottom: 10px;
}
.six_week_heading p {
  font-weight: 400;
  line-height: 24px;
  color: var(--Tonys-Pink-900);
  margin-bottom: 20px;
}
.six_week_heading p:last-child {
  margin-bottom: 0px;
}
.six_week_card_mainwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.six_week_card_mainwrap .six_week_card_block {
  background-color: #fef5f2;
  border-radius: 10px;
}
.six_week_card_mainwrap .six_week_card_block .card_cntnt {
  padding: 20px;
}
.six_week_card_mainwrap .six_week_card_block .card_cntnt h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
  background: var(--Degrade-skin);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.six_week_card_mainwrap .six_week_card_block .card_cntnt h5 span {
  font-weight: 400;
}
.six_week_card_mainwrap .six_week_card_block .card_cntnt p {
  font-weight: 400;
  line-height: 24px;
  color: var(--Tonys-Pink-900);
}
.six_week_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
/* six week css ends */
/* keep going css */
section.keep_going {
  padding: 100px 0px;
}
section.keep_going .two_column_content_outterwrap {
  flex-direction: row;
  gap: 130px;
  padding-bottom: 0;
}
section.keep_going .two_column_content_outterwrap .rght_contnt,
section.keep_going .two_column_content_outterwrap .lft_contnt {
  width: 50%;
}
/* keep going css */
/* goals css starts */
section.goals {
}
.six_week_heading ul {
  columns: 2;
  gap: 10px;
  padding-left: 15px;
}
.six_week_heading ul li {
  list-style-type: disc;
}
.six_week_heading ul li::marker{
    color: var(--Tonys-Pink-900);
}
.six_week_heading ul li a {
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0%;
  color: var(--Tonys-Pink-900);
  text-decoration: underline;
}
.six_week_heading video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 20px 0;
  border-radius: 20px;
}
.joing_btn {
  display: flex;
  justify-content: center;
}
/* goals css ends */
/*  Masterclass series Method css */
section.method_series {
  padding: 100px 20px;
}
.method_series_innerwrap {
  display: flex;
  gap: 100px;
  margin-bottom: 30px;
}
.method_series_innerwrap .method_series_main_wrap,
.method_series_innerwrap .method_series_block_wrap {
  width: 50%;
}
.method_series_innerwrap .method_series_block video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.method_series_innerwrap .method_series_block .series_cntnt {
  margin-top: 10px;
}
.method_series_innerwrap .method_series_block .series_cntnt p {
  font-weight: 400;
  line-height: 24px;
  color: var(--Tonys-Pink-900);
}
.method_series_innerwrap .method_series_block_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 60px;
  row-gap: 30px;
}
/*  Masterclass series Method css */
/* Forum css starts */
section.forum {
  background-color: var(--soft-peach-300);
  padding: 80px 20px;
}
section.forum .six_week_heading p {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  text-align: center;
}
.forum_innerwrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.forum_innerwrap .forum_all_blog_wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.forum_innerwrap .forum_recent_blog_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.forum_innerwrap .forum_block_wrap {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.forum_innerwrap .forum_block_wrap .forum_image {
}
.forum_innerwrap .forum_block_wrap .forum_cntnt {
  padding: 20px;
}
.forum_innerwrap .forum_block_wrap .forum_cntnt .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--Tonys-Pink-800);
  padding-bottom: 5px;
  margin-bottom: 10px;
  position: relative;
}
.forum_innerwrap .forum_block_wrap .forum_cntnt .title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--Degrade-skin);
  width: 100%;
  height: 1px;
}
.forum_innerwrap .forum_block_wrap .forum_cntnt span.date {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--Tonys-Pink-500);
  margin-bottom: 8px;
  display: inline-block;
}
.forum_innerwrap .forum_block_wrap .forum_terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.forum_innerwrap .forum_block_wrap .forum_terms span img {
  width: 15px;
}
.forum_innerwrap .forum_block_wrap .forum_terms span {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--Tonys-Pink-500);
  display: flex;
  align-items: center;
  gap: 5px;
}
section.forum .joing_btn {
  margin-top: 60px;
}
/* Forum css ends */
/* Reboot css starts */
section.reboot {
  padding: 100px 20px;
}
/* Reboot css ends */
/* ready css starts */
section.ready {
    padding: 0 20px;
    margin-bottom: 70px;
}
section.ready .ready_outterwrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--Degrade-skin);
  border-radius: 500px;
  padding: 30px;
}
section.ready .ready_outterwrap .ready_cntnt h4 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: var(--Tonys-Pink-50);
}
/* ready css ends */
/* method page css ends */
/* journey page css stats */
.journey_head {
  display: flex;
  gap: 60px;
}
.journey_head .head_rght {
  width: 50%;
}
.journey_head .head_rght h3,
.journey_head .head_rght h4 {
  font-weight: 400;
  color: var(--Tonys-Pink-900);
}
.journey_head .head_rght h3 span,
.journey_head .head_rght h4 span {
  font-style: italic;
  font-weight: 700;
  /* Degrade Skin */
  background: var(--Degrade-skin);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.journey_head .head_rght p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: var(--Tonys-Pink-900);
  margin: 15px 0;
}
.journey_head .head_rght p:last-child {
  margin: 0;
}
.journey_content_blocks {
  padding: 100px 0;
  position: relative;
}
.journey_content_blocks h2 {
  font-weight: 400;
  color: var(--Tonys-Pink-900);
  text-align: center;
}
.journey_content_blocks h2 span {
  font-weight: 700;
  /* Degrade Skin */
  background: var(--Degrade-skin);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.journey_content_blocks .video_wrap {
  margin: 60px 0;
}
.journey_content_blocks .video_wrap:last-child {
  margin-bottom:0;
}
.journey_content_blocks .video_wrap video {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  aspect-ratio: 2/1;
}
.journey_content_blocks .cntnt_wrap h4 {
  color: var(--Tonys-Pink-400);
  margin-bottom: 10px;
}
.journey_content_blocks .cntnt_wrap p {
  font-weight: 400;
  line-height: 26px;
  color: var(--Tonys-Pink-900);
  margin-bottom: 20px;
}
/*.journey_content_blocks .cntnt_wrap p:last-child {*/
/*  margin-bottom: 0;*/
/*}*/
.journey_content_blocks .cntnt_wrap h6 {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--Tonys-Pink-400);
  margin-bottom: 5px;
}

.bg-clr:before {
    content: "";
    position: absolute;
    /* background-color: red; */
    width: 100vw;
    height: 100%;
    left: 41%;
    top: 0;
    transform: translateX(-50%);
    z-index: -1;
    background: linear-gradient(211.2deg, #f8f0f0 -30.51%, #eedada 176.73%);
}
/* journey page css ends */
/* Movement one page css */
#movement_one{
    padding-top: 0;
}
#movement_one .onepage_outterwrap .onepage_rght {
    width: 100%;
}
#movement_one .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap .onepge_cntnt_block h4{
    color: var(--Tonys-Pink-500);
    margin-bottom: 20px;
}
#movement_one .feature_image video{
    width:100%;
    border-radius:10px;
}
.heading_cntnt h4{
font-style: italic;
font-weight: 400;
font-size: 32px;
line-height: 42px;
text-decoration-line: underline;
background: linear-gradient(269.8deg, #F8A78B -0.1%, #ED7146 100.05%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
/* Movement one page css */
/* rebbot and revive css starts */
section#reboot-revive-tabs
  .weekly_scedule_tab_outterwrap
  .weekly_scedule_tab_innerrwrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 100px;
}
.reboot-revive-slide .slick-slide {
  margin-right: 10px !important;
}
.reboot-revive-slide .slick-list {
  margin-right: -20px !important;
  padding: 0px 0 50px;
}
section#reboot-revive-tabs
  .recepies_menu_innerwrap
  .recepies_card_wrap
  .recepies_card_block
  .recepies_card_content
  .recepies_title
  h5 {
  min-height: auto;
  text-align: center;
}
section#reboot-revive-tabs
  .recepies_menu_innerwrap
  .recepies_card_wrap
  .recepies_card_block
  .recepies_card_content
  .recepies-btn {
  display: flex;
  justify-content: center;
  width:100%;
}
section#reboot-revive-tabs
  .recepies_menu_innerwrap
  .recepies_card_wrap
  .recepies_card_block
  .recepies_card_content
  .recepies-btn
  .ste_btn {
  font-size: 14px;
  padding: 15px 20px;
}
.reboot-revive-slide .recepies_card_block {
    display: block;
    width: 100%;
    text-decoration: none;
    color: inherit;
}
section#reboot-revive-tabs .recepies_card_wrap {
    display: unset !important;
}

/* rebbot and revive css ends */
/* week css starts */
#week_single .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap .onepge_sub_cntnt p b{
    color: var(--Tonys-Pink-900);
}
#week_single .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap .onepge_sub_cntnt p,
#week_single .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap .onepge_sub_cntnt ul li,
#week_single .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap .onepge_sub_cntnt a{
    color: var(--Tonys-Pink-600);
}
.checklist-wrapper{
  display:grid;
  grid-template-columns: repeat(4,1fr);
  gap:40px;
}

.checklist-col h3{
    margin-bottom:15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--Tonys-Pink-900);
}
.checklist-col ul.checklist li{
    list-style-type:none !important;
}
.checklist-col ul.checklist li label{
    display:inline-block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px !important;
    line-height: 100%;
    color: var(--Tonys-Pink-900);
}

.checklist-col input{
  margin-right:4px;
  accent-color:#2f9d6a;
}

.checked{
  color:#2f9d6a;
}

ul.checklist .divider{
  height:1px;
  background:#d3c2b8;
  margin:10px 0;
}
ul.checklist{
    padding-left: 0 !important;
}
@media (max-width:900px){
  .checklist-wrapper{
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width:500px){
  .checklist-wrapper{
    grid-template-columns: 1fr;
  }
}
.week-season-tabs{
  filter: drop-shadow(0px 10px 30px rgba(126, 55, 30, 0.2));
}

.week-season-tabs .tabs-nav{
    display:flex;
    background:var(--Tonys-Pink-200);
    border-radius:20px 20px 0 0;
    list-style:none;
    margin:0;
    overflow: hidden;
    margin: 0 !important;
    padding-left: 0 !important;
}

.week-season-tabs .tabs-nav li{
  flex:1;
  text-align:center;
  padding:12px;
  cursor:pointer;
  transition:.3s;
      border-radius: 10px 10px 0px 0px;
      list-style-type: none !important;
}

.week-season-tabs .tabs-nav li a{
  text-decoration:none;
font-weight: 500;
font-size: 22px;
line-height: 29px;
background: var(--Degrade-skin);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
    display: flex;
    align-items: center;
    justify-content:center;
    gap:5px;
        border: unset !important;
    outline: unset !important;
    text-decoration:none !important;
}
.week-season-tabs .tabs-nav li a img{
    width:24px !important;
    border-radius:0 !important;
}
.week-season-tabs .tabs-nav li.active{
  background:var(--Tonys-Pink-50);
}
.week-season-tabs .tabs-nav li.active a{
    font-weight: 700;
  background: var(--Degrade-Sun);
  -webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.week-season-tabs .tabs-content{
  background:var(--Tonys-Pink-50);
  padding: 50px 60px 30px 60px;
  border-radius:0 0 20px 20px;
}

.week-season-tabs .tab-panel{
  display:none;
}

.week-season-tabs .tab-panel.active{
  display:block;
}
.week_season_content_wrap{
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.week_season_content_wrap .week_season_block{
    display:flex;
    gap:15px;
    border-bottom: 1px solid var(--Tonys-Pink-400);
}
.week_season_content_wrap .week_season_block:last-child{
    border-bottom:none;
    grid-column: span 2;
    justify-content:center;
}
.week_season_content_wrap .week_season_block:last-child .week_season_cntnt{
    text-align:center;
}
.week_season_content_wrap .week_season_block .week_season_image{
    width:80px;
}
.week_season_content_wrap .week_season_block .week_season_cntnt{
    width: 78%;
}
.week_season_content_wrap .week_season_block .week_season_cntnt h5{
font-weight: 700;
line-height: 31px;
color: var(--Tonys-Pink-600);
margin-bottom:10px;
}
.week_season_content_wrap .week_season_block .week_season_cntnt p{
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: var(--Tonys-Pink-900);
}
.week_season_content_wrap .week_season_block .week_season_cntnt a{
color: var(--Tonys-Pink-600) !important; 
text-decoration:underline;
    display: inline;
    overflow-wrap: anywhere;
    word-break: break-word;
}
/* week css ends */
/* Overlay */
.reboot_revive_modal_overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  z-index: 9999;
      background: #381616B2;
    backdrop-filter: blur(15px);
}

/* Active */
.reboot_revive_modal_overlay.reboot_revive_modal_active {
  opacity: 1;
  visibility: visible;
}

/* Modal Box */
.reboot_revive_modal_container {
  background: #f5f1ed;
  width: 90%;
  max-width: 1170px;
  padding: 60px;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  position: relative;
  transform: translateY(20px);
  transition: 0.3s ease;
}

.reboot_revive_modal_active .reboot_revive_modal_container {
  transform: translateY(0);
}

/* Close Button */
.reboot_revive_modal_close_btn {
  position: absolute;
  top: 15px;
  right: 18px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #ff8a4d;
}

/* Content */
.reboot_revive_modal_title {
  text-align: center;
color: var(--Tonys-Pink-200);
margin-bottom:20px;
}

.reboot_revive_modal_title span {
background: linear-gradient(268.9deg, #F8A78B 25.3%, #ED7146 54.05%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}
.reboot_revive_modal_content .reboot_revive_btm_cntnt{
    margin-bottom:30px;
}
.reboot_revive_modal_content .reboot_revive_btm_cntnt:last-child{
    margin-bottom:0px;
}
.reboot_revive_modal_content .reboot_revive_btm_cntnt h5{
font-weight: 700;
font-size: 24px;
line-height: 31px;
color:  var(--Tonys-Pink-700);
margin-bottom:10px;
}
.reboot_revive_modal_content .reboot_revive_btm_cntnt p{
color:  var(--Tonys-Pink-900);
line-height:26px;
}
.reboot_revive_modal_content img{
    width:80px;
    margin:0 auto 10px;
}
/* reboot days tabs */
.days_reboot_tabs {
  width: 100%;
}

/* NAV CONTAINER */
.days_reboot_tabs_nav {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 0px 0px;
  position:relative;
}
.days_reboot_tabs_mobile_wrapper{
    padding:0 20px;
}
/* TAB BUTTON */
.days_reboot_tabs_nav_item {
  padding: 10px 28px;
  border-radius: 50px;
  border: 2px solid #ff8a4d !important;
      background: linear-gradient(229.94deg, #fef5f2 0%, #fee9e2 100%);
  color: #ff8a4d !important;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 16px;
}

/* ACTIVE TAB */
.days_reboot_tabs_nav_item.active {
  background: #f4b400; /* yellow */
  border-color: #f4b400;
  color: #fff !important;
  font-weight: 600;
}

/* CONTENT */
.days_reboot_tabs_content_item {
  display: none;
  animation: fadeIn 0.3s ease;
}

.days_reboot_tabs_content_item.active {
  display: block;
}
/* going Food page css */
#going-food-page #rcepies_main_page {
    padding: 0;
}
#going-food-page #rcepies_main_page .isotopes_filter_tabs_wrap{
    padding-top: 0;
    margin: 0;
}
#going-food-page #rcepies_main_page .recepies_card_wrap {
    gap: 20px;
}
#going-food-page #rcepies_main_page .isotopes_filter_outer {
    margin-bottom: 30px;
}
.read-toggle-wrapper {
    position: relative;
}

.collapseable_text_read {
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.read-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 15px;
}

.read-toggle-wrapper .toggle-line {
    flex: 1;
    height: 1px;
    background: #c35a2c;
}

.read-toggle-wrapper .toggle-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    color: #c35a2c;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
}
.read-toggle-wrapper .toggle-btn span.text{
        position: absolute;
    bottom: -20px;
}

.read-toggle-wrapper .toggle-btn .icon {
    width: 28px;
    height: 28px;
    border: 1px solid #c35a2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-size: 16px;
}
/* Food list tab */
.food_list_tab_mainwrap{}
.food_list_tab_mainwrap .food_list_tab_banner{
    position:relative;
    margin-bottom:20px;
}
.food_list_tab_mainwrap .food_list_tab_banner img{
    border-radius:10px;
    aspect-ratio: 4 / 1;
    object-fit: cover;
}
.food_list_tab_mainwrap .food_list_tab_banner .cntnt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 20px;
    padding:20px;
}
.food_list_tab_mainwrap .food_list_tab_banner .cntnt .ste_btn{
    text-decoration: unset !important;
    color: var(--Tonys-Pink-50) !important;
    border-radius: 50px !important;
}
.ready-dive h6{
font-weight: 700 !important;
font-size: 24px !important;
line-height: 26px !important;
color: var(--Tonys-Pink-900) !important;
}
.food_list_tab_mainwrap .food_list_tab_banner .cntnt h2{
color: #F5F8F6;
background:unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    text-fill-color: unset !important;
}
.food_list_tab_mainwrap .food_list_wrap .food_list_block .food_list_cntnt{
    margin-top:30px;
}
.food_list_tab_mainwrap .food_list_wrap .food_list_block .food_list_cntnt ul.food_list{
    columns:4;
}
#going-food-page #food_list_tabs .tabs-nav li a{
    background: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    text-fill-color: unset !important;
}
#going-food-page #food_list_tabs .tabs-nav li:first-child a{
    color:#00B67A;
}
#going-food-page #food_list_tabs .tabs-nav li:nth-child(2) a{
    color:#FF9900;
}
#going-food-page #food_list_tabs .tabs-nav li:last-child a{
    color:#F71C1C;
}
#going-food-page #food_list_tabs #green .divider-text{
    color:#00B67A;
}
#going-food-page #food_list_tabs #orange .divider-text {
    color: #ff9900;
}
#going-food-page #food_list_tabs #Red .divider-text {
    color:#F71C1C;
}
#going-food-page .food-layout > li{
    list-style-type:none;
}
#going-food-page .food-layout > li > ul{
    columns:4;
    column-gap:40px;
}
#going-food-page .food_pyramid_image{
    border-radius:20px;
    margin:20px 0;
}
/* Food list tab */
/* going Food page css */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}
.days_reboot_tabs_nav::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--Degrade-skin);
    width: 100%;
    height: 1px;
    z-index: -1;
}
/* reboot days tabs */
/* Podcast Pgae Css Starts */

section.podcast {
    
}
section.podcast .podcast_outterwrap {
    padding: 0 100px;
    
}
.podcast_blocks {
    width: 100%;
}
section.podcast .six_week_heading h2 {
    color: var(--Tonys-Pink-400);
    /*background: var(--Degrade-skin);*/
}
section.podcast .six_week_heading h2 span {
    color: var(--Tonys-Pink-200);
    font-weight: 700;
}

section.podcast .podcast_innerwrap_cards{
    gap: 24px;
    margin-bottom: 100px;
    display: grid;
    overflow:hidden;
}
section.podcast .podcast_innerwrap_cards .podcast_card_box{
    width: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex-wrap: wrap;
}
.podcast_card_text
 {
    margin-top: 8px;
}

section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img{
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
}
section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img .podcast_social {
    position: absolute;
    bottom: 10px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    z-index: 1;
}
section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img .podcast-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    gap: 15px;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .7), transparent);
    width: 100%;
    height: 100%;
    z-index: 0;
}

section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img .podcast_social a svg {
    width: 40px;
    height: 40px;
    color: #fff;
    transition: all 0.4s ease;
}
section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img .podcast_social a:nth-child(2) svg {
    width: 35px;
    height: 35px;
}
section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img .podcast_social a svg:hover {
    color: #fcc413;
    transform: scale(1.1);
    transition: all 0.4s ease;
}
section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img img {
    border-radius: 12px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_min {
    display: flex;
    justify-content: end;
    gap: 5px;
}

section.podcast .podcast_slider {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_min svg {
    color: var(--Tonys-Pink-400);
    width: 16px;
}
section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_min p {
    line-height: unset;
    color: var(--Tonys-Pink-400);
}
.ms-replay-cont .ms-replay-img .replay-time{
        display:none;
    }
    .ms-replay-copntent-card .replay-time{
        display:block;
    }
    .advice-pagination{
display:flex;
align-items:center;
justify-content:center;
gap:24px;
margin-top:20px;
}

.advice-prev,
.advice-next{
width:40px;
height:40px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
border:none;
cursor:pointer;

background:linear-gradient(135deg,#F7B09A,#EC7D5B);
color:#fff;
padding:0;
}

.advice-prev svg,
.advice-next svg{
width:14px;
height:14px;
fill:currentColor;
}

.advice-counter{
font-size:20px;
font-weight:700;
color:#E15836;
}

.advice-counter .divider{
font-weight:400;
color:#EA8E57;
margin:0 4px;
}
.iframe_vid_aspct{
    aspect-ratio: 16 / 9;
    border-radius:20px;
    width:unset;
    height:unset;
}
.onepge_cntnt_block .faqs_innerwrap{
        max-width: 100%;
}
.onepge_cntnt_block .faqs_innerwrap .faqs_accordion_wrap {
    width: 100%;
}
.ps-note{
background:#fff;
padding:20px;
border-radius:24px;
text-align:left;
margin:20px 0;
}

.ps-note h4{
    font-size:16px;
margin-bottom:12px;
font-weight:700;
text-transform:uppercase;
background:linear-gradient(135deg,#f7b09a,#ec7d5b);
-webkit-background-clip:text;
background-clip:text;
color:transparent;
}

.ps-note p{
font-weight:700;
color:#E15836;
}
.onepge_cntnt_block .meal_cards_main_wrap.six-week-reset{
        display: grid;
    grid-template-columns: repeat(4, 1fr);
        gap: 40px;
}
#weekly_inspi_tabs .ps-schedule{
width:100%;
border:1px solid #f2c6c6;
border-radius:20px;
overflow:hidden;
font-family:Arial, sans-serif;
}

#weekly_inspi_tabs .ps-row{
display:grid;
grid-template-columns:1fr 1fr 1fr 1fr;
border-bottom:1px solid #f2c6c6;
}

#weekly_inspi_tabs .ps-row:last-child{
border-bottom:none;
}

#weekly_inspi_tabs .ps-cell,
#weekly_inspi_tabs .ps-title{
padding:20px;
min-height:120px;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
border-left:1px solid #f2c6c6;
}

#weekly_inspi_tabs .ps-title{
border-left:none;
font-weight:600;
color: var(--Tonys-Pink-400);
}

#weekly_inspi_tabs .ps-cell{
color:#c44c5a;
font-size:14px;
line-height:1.6;
flex-direction:column;
}

#weekly_inspi_tabs .ps-cell a{
color: var(--Tonys-Pink-900);
text-decoration:none;
}

#weekly_inspi_tabs .ps-head .ps-cell{
font-weight:600;
color: var(--Tonys-Pink-400);
}

#weekly_inspi_tabs .ps-head img{
width:24px;
height:24px;
margin-right:8px;
}

#weekly_inspi_tabs .head-cell{
display:flex;
flex-direction:row;
align-items:center;
justify-content:center;
gap:8px;
}

#weekly_inspi_tabs .rounded-left{
border-top-left-radius:20px;
}

#weekly_inspi_tabs .rounded-right{
border-top-right-radius:20px;
}

#weekly_inspi_tabs .rounded-bottom{
border-bottom-left-radius:20px;
border-bottom-right-radius:20px;
}
#weekly_inspi_tabs {
    margin-top: 40px;
    width: 100%;
    max-width: 1100px;
    margin: 50px auto 0;
}
#weekly_inspi_tabs .tabs-nav{
    grid-gap: 0px;
}
#weekly_inspi_tabs .tabs-nav li a{
    font-size: 14px;
}
.onepge_cntnt_block a.smpl_btn{
    text-decoration:none !important;
}
.resource_card_wrap{
    display:grid;
    grid-template-columns:repeat(3 , 1fr);
    gap:50px;
    margin-top:50px;
}
.resource_card_wrap .resource_card_block{
        position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: var(--shadow_2);
}
.resource_card_wrap .resource_card_block .resource_card_igm{
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.resource_card_wrap .resource_card_block .resource_card_content{
        position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: var(--overlay_bg);
}
.resource_card_wrap .resource_card_block .resource_card_content h6{
    font-weight: 700;
    color: var(--Tonys-Pink-50) !important;
    text-align: center !important;
    line-height: 42px !important;
    font-size:30px !important;
}
.mble-accrdion_tab{
margin-top:30px;
display:none;
}

.mble-accrdion_tab .acc-item{
background:var(--Tonys-Pink-50);
border-radius:14px;
margin-bottom:12px;
overflow:hidden;
box-shadow:0 6px 12px rgba(0,0,0,.08);
}

.mble-accrdion_tab .acc-header{
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:16px;
border:none;
background:#fdecec;
font-size:18px;
font-weight:700;
color:#fcc413;
cursor:pointer;
border: none !important;
    outline: none !important;
}

.mble-accrdion_tab .acc-icon{
transition:.3s;
}

.mble-accrdion_tab .acc-body{
display:none;
padding:15px;
}

.mble-accrdion_tab .acc-item.active .acc-icon{
transform:rotate(180deg);
}

/* card */

.mble-accrdion_tab .day-card{
background:#fff;
border:1px solid #f3c8c8;
border-radius:18px;
overflow:hidden;
margin-bottom:14px;
}

.mble-accrdion_tab .card-head{
display:flex;
align-items:center;
justify-content:center;
gap:8px;
background:#fdecec;
padding:10px;
border-bottom:1px solid #f3c8c8;
font-weight:600;
color:#e38b8b;
}

.mble-accrdion_tab .card-head img{
width:22px !important;
}

.mble-accrdion_tab .card-row{
display:flex;
border-bottom:1px solid #f3c8c8;
}

.mble-accrdion_tab .card-row:last-child{
border-bottom:none;
}

.mble-accrdion_tab .row-title{
width:80px;
display:flex;
align-items:center;
justify-content:center;
border-right:1px solid #f3c8c8;
font-size:12px;
font-weight:600;
color:#e38b8b;
padding:10px;
}

.mble-accrdion_tab .row-content{
flex:1;
padding:10px;
font-size:12px;
color:#b6455c;
}

.mble-accrdion_tab .row-content a{
color:#b6455c;
text-decoration:none;
}
#single-right-column .onepage_outterwrap .onepage_rght {
    margin: 0 auto;
}
section.onepage .weekly_scedule_tab_innerrwrap{
    padding:0 !important;
}
section.onepage #menu_tab_chnage_fvrts{
    padding:0 !important;
}
section.onepage #menu_tab_chnage_fvrts a
,section.onepage #rcepies_main_page a{
    text-decoration:none !important;
}
section.onepage #menu_tab_chnage_fvrts .ste_btn
,section.onepage #rcepies_main_page .ste_btn{
    border-radius:50px;
}
section.onepage .custom-pagination{
    margin-top:30px;
}
section.onepage #menu_tab_chnage_fvrts .categories-select-slider .slick-slide {
    margin-right: 20px;
}
section.onepage .heading_content_outterwrap{
    padding:0 !important;
}
section.onepage #menu_tab_chnage_fvrts .heading_contnt_innr_wrap h2,
section.onepage #detail_week_section .heading_content_outterwrap.center_design .heading_content_wrap h2{
    text-align:left;
    font-size:32px;
}
section.onepage #detail_week_section .heading_content_outterwrap.center_design .heading_content_wrap {
    max-width: 100%;
    text-align:left;
}
.external_link:after{
    content:none !important;
}
.recipes-sort.hidden{
    display:none;
}
#ebs_blog .heading_cntnt {
    max-width: 100%;
    text-align: left;
}
#ebs_blog .heading_content_outterwrap {
    padding-bottom: 0;
    padding-top:0;
}
#blog_archieve #faq_page .faq-search-wrap{
    margin: unset;
    margin-left: auto;
    margin-top: -70px;
    max-width: 60%;
}
.ps-author-box{
display:flex;
align-items:center;
gap:16px;
}

.ps-author-img{
width:112px;
height:112px;
border-radius:50%;
object-fit:cover;
}

.ps-author-label{
text-transform:uppercase;
font-size:14px;
margin:0;
}

.ps-author-name{
font-weight:700;
font-size:18px;
margin:0;
}
#about_content_section{
    padding: 0px 100px 100px;
}
#about_content_section h3{
    font-style: normal;
    font-weight: 400;
    line-height:1.2;
    color: var(--Tonys-Pink-400);
    margin:30px 0 10px;
}
#about_content_section h3 span{
    font-weight: 700;
    background: linear-gradient(268.96deg, #f8a78b -0.1%, #ed7146 42.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#about_content_section p{
font-weight: 400;
font-size: 16px;
line-height: 26px;
color: var(--Tonys-Pink-900);
margin-bottom:10px;
}
#about_content_section img{
width:100%;
max-width:650px;
margin:40px auto;
border-radius:15px;
}
#testimonials_cta .cta_outterwrap .cta_cntnt {
    text-align: left;
    max-width:1170px;
}
#testimonials_cta .cta_outterwrap .cta_cntnt a {
    margin: 20px 0;
}
#testimonials_cta .cta_outterwrap .cta_cntnt h3 {
    align-items: start;
    margin-bottom: 30px;
}
#testimonials_cta .cta_outterwrap .cta_cntnt p {
    font-size: 20px;
    line-height: 26px;
    color: #FEFBE8;
    margin-bottom: 15px;
    width:100%;
    max-width:520px;
}
#testimonials_cta .cta_outterwrap {
    padding: 118px 15px;
}
/* opinion sec starts */
section.opinion{
    padding:60px 20px 100px;
}
section#testimonial_opinion_page {
    padding-bottom: 0;
}
section.opinion .opinion_outterwrap .opinion_head h2{
background: var(--Vert);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
text-align:center;
margin-bottom:30px;
}
.opinion_bar{
background:var(--Vert);
padding:35px;
border-radius:24px;
box-shadow:0 8px 20px rgba(0,0,0,0.1);
text-align:center;

}
.opinion_bar .opinion_text{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin:0;
    flex-wrap:wrap;
}
.opinion_bar p{
font-size: 16px;
line-height: 26px;
color: #F5F8F6;
}

.opinion_bar img{
width:80px;
height:20px;
object-fit:contain;
}

.opinion_actions{
    margin-top:25px;
    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
}

.opinion_actions button{
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    text-underline-offset: 4px;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #F5F8F6;
    padding: 0;
    margin-top: 0;
}

.opinion_actions button:hover{
opacity:0.8;
text-decoration:underline;
}
.opinion_video{
    margin-top:20px;
}
section.opinion .ready_outterwrap{
    width: 100%;
    max-width: 770px;
    margin: -60px auto 0;
    position: relative;
    z-index: 1;
}
/* opinion sec ends */
/* testimonial main css */
/* testimonial popup */

.testimonial_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.testimonial_popup {
  display: none;
}
/* Box */
.testimonial_popup .popup_box {
  width: 100%;
  max-width: 700px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  animation: testimonial_popup_fade 0.3s ease;
}

/* Header */
.testimonial_popup .popup_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: linear-gradient(to right, #fef5f2, #fee9e2);
    border-bottom: 1px solid #fdd8cb;
}

.testimonial_popup .popup_title {
  font-size: 20px;
  font-weight: bold;
  color: var(--Tonys-Pink-900);
}

.testimonial_popup .close_btn {
    background: none;
    border: none;
    font-size: 27px;
    line-height: 20px;
    cursor: pointer;
    color: var(--Tonys-Pink-500);
    padding: 0;
    border: unset;
    outline: unset;
}

/* Body */
.testimonial_popup .popup_body {
  padding: 25px;
  max-height: 300px;
  overflow-y: auto;
 
}
.testimonial_popup .popup_body p{
    line-height: 1.6;
}
/* Footer */
.testimonial_popup .popup_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-top: 1px solid #e5e7eb;
    background: linear-gradient(to right, #f9fafb, #fef5f2);
}

.testimonial_popup .verified {
  font-size: 14px;
  color: var(--Tonys-Pink-900);
  font-weight:600;
  display:flex;
  align-items:center;
  gap: 5px;
}
.testimonial_popup .testimonial_author_wrap {
    display: flex;
    align-items: center;
    gap: 6px;
}
.testimonial_popup .testimonial_author_wrap .testimonial_pop_avatar{
    position:relative;
}
.testimonial_popup .testimonial_author_wrap .testimonial_pop_avatar img {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    border: 5px solid #fff;
    object-fit: cover;
}
.testimonial_popup .testimonial_author_wrap .testimonial_pop_avatar .verified_dot{
    width: 12px;
    height: 12px;
    position: absolute;
    right: 10px;
    bottom: 0px;
}
.verified_dot{
    display:inline-block;
    width:8px;
    height:8px;
    background-color:#22c55e;
    border-radius:50%;
}
.testimonial_popup .actions {
  display: flex;
  gap: 10px;
}

.testimonial_popup .btn_outline {
    padding: 5px 24px;
    border: 1px solid var(--Tonys-Pink-500);
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    color: var(--Tonys-Pink-500);
    transition:all .4s ease;
}

.testimonial_popup .btn_outline:hover {
  background: #fff0f5;
}

.testimonial_popup .btn_primary {
  padding: 5px 24px;
  background: var(--Tonys-Pink-500);
  color: #fff;
  border: 1px solid var(--Tonys-Pink-500);
  border-radius: 6px;
  cursor: pointer;
  transition:all .4s ease;
}

.testimonial_popup .btn_primary:hover {
  background: var(--Tonys-Pink-400);
}

/* Animation */
@keyframes testimonial_popup_fade {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
/* testimonial popup */
section.main_testimonial_page{}
section.main_testimonial_page .main_testimonial_ouuterwrap{}
.maintestimonial_block{
    position:relative;
}
.maintestimonial_block:before{
    content:"";
    background-image:url("https://ebsrebuild.kinsta.cloud/wp-content/uploads/2026/03/Group-26-1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    width: 150px;
    height: 70px;
    top: -30px;
    left: 0;
    z-index: -1;
    opacity: 0.6;
}
#main_testimonial_page .isotopes_filter_outer {
    margin-bottom: 30px;
}
#main_testimonial_page .rcepies_main_page_blocks{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 70px;
}
#main_testimonial_page .recepies_card_wrap .recepies_card_block {
    box-shadow: unset;
    border-radius: none;
    background-color: unset;
}
#main_testimonial_page .isotopes_tab_btn {
    padding: 0 40px 10px;
    color: var(--soft-peach-700) !important;
}
.maintestimonial_block .test_cntnt p{
    font-size: 16px;
    line-height: 21px;
    font-weight:400;
    color: var(--soft-peach-900);
    
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
}
.maintestimonial_block .test_read{
    display:flex;
    justify-content:space-between;
    align-items: center;
    margin-top:20px;
}
.maintestimonial_block .test_read h6{
    display:flex;
    align-items:center;
    gap:10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #A05A5A;
}
.maintestimonial_block .test_read h6 img{
    width:30px;
    height:30px;
    border-radius:50%;
    object-fit:cover;
}
.maintestimonial_block .test_read a,
.openPopup{
    font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    gap:5px;
    text-transform: uppercase;
    color: #A05A5A;
    border-bottom: 2px solid #A05A5A;
    height:23px;
    width:fit-content;
}
.maintestimonial_block .test_read a svg,
.openPopup svg{
    width:12px;
}
/* testimonial main css */
.yalda_mission_section-6 .two_column_content_outterwrap {
    flex-direction: row;
}
.video_wrap iframe{
    width:unset;
    height:unset;
    aspect-ratio: 16 / 9;
    border-radius:15px;
}
section.reboot.yaldareboot_section-9,
section.reboot.yaldareboot_section-11,
section.reboot.yaldareboot_section-14,
section.reboot.master_class{
    padding-top:0;
    padding-bottom:0;
}
section.reboot.yaldareboot_section-12{
    padding-bottom:20px;
}
section.reboot.yaldareboot_section-9 .six_week_heading{
    margin-bottom:0;
}
section.reboot.yaldareboot_section-14{
    margin-bottom:40px;
}
section.reboot.yaldareboot_section-11 .six_week_heading,
section.reboot.yaldareboot_section-16 .six_week_heading,
section.reboot.yaldareboot_section-12 .six_week_heading{
    margin-bottom:20px;
}
section.reboot.yaldareboot_section-11 .six_week_heading ul {
    margin-bottom:30px;
}
section.reboot.master_class{
    overflow-x:hidden;
}
/* Yalda love css */
.yalda_love_mainwrap{}
.yalda_love_mainwrap .yalda_love_innerwrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.yalda_love_mainwrap .yalda_love_innerwrap .yalda_love_card{
    box-shadow: var(--shadow_2);
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
}
.yalda_love_mainwrap .yalda_love_innerwrap .yalda_love_card a{
    text-decoration:none !important;
    width:100%;
}
.yalda_love_mainwrap .yalda_love_innerwrap .yalda_love_card .yalda_love_image{}
.yalda_love_mainwrap .yalda_love_innerwrap .yalda_love_card .yalda_love_image img{
    aspect-ratio: 16 / 13;
    object-fit: cover;
    border-radius:0 !important;
}
.yalda_love_mainwrap .yalda_love_innerwrap .yalda_love_card .yalda_love_cntnt{
    background-color:#fef5f2;
    padding:20px 20px;
}
.yalda_love_mainwrap .yalda_love_innerwrap .yalda_love_card .yalda_love_cntnt h6{
    font-weight: 700;
    font-size: 16px !important;
    line-height: 21px !important;
    text-align: center !important;
    color: var(--Tonys-Pink-800) !important;
    margin-bottom: 20px !important;
    
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yalda_love_mainwrap .yalda_love_innerwrap .yalda_love_card .yalda_love_cntnt .ste_btn{
    margin:0 auto;
}
/* Yalda love css */
section.onepage .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap div#week-1 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
section.onepage .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap div#week-1{
    
}
#six_single_week_tmplt .heading-content h4{
    margin-bottom:-20px;
}
#six_single_week_tmplt .heading-content h2{
    margin-bottom:0px;
}
#six_single_week_tmplt #resources .smpl_btn {
    margin-left: auto;
    margin-top: -45px;
}
#onepage_expert{
    padding:0;
}
#onepage_expert .expert_cards_main_wrap {
    gap: 20px;
}
.testimonial_read_more{
    margin-bottom:10px;
}
/* single new article */
#new_articles{
    position:relative;
}
#new_articles.bg-clr:before {
    background: #e1c0c0;
}
#new_articles section.new_article {
    background-color: unset;
    padding: 40px 0;
}
#new_articles section.new_article .new_article_post_innerwrap{
    padding: 0;
}
#new_articles section.new_article .heading_content_wrap h2 {
    color: var(--Tonys-Pink-600);
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    text-align:left;
    font-size:36px;
    font-weight: 500;
}
#new_articles section.new_article .new_article_post_innerwrap .new_article_post_grid,
#new_articles section.new_article .new_article_post_innerwrap {
    gap: 40px;
}
#new_articles section.new_article .new_article_post_innerwrap .new_article_post_grid .new_article_block .new_article_cntnt h4 {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
}
.lsiten_btn_wrap{
    display: flex;
    gap: 5px;
    justify-content: center;
}
/* single new article */
#food_list_tabs{
    margin-bottom:40px;
}
/* keep going connect */
#keep_going_connect section.opinion {
    padding: 0;
}
#keep_going_connect section.opinion .opinion_outterwrap .opinion_head h2 {
    background: var(--Vert);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    font-weight:400;
}
#keep_going_connect .opinion_bar p {
    font-size: 16px;
    line-height: 26px;
    color: #F5F8F6;
}
#keep_going_connect section.ready .ready_outterwrap .ready_cntnt h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: var(--Tonys-Pink-50);
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    margin-bottom: 0;
}
#keep_going_connect section.cta {
    overflow: hidden !important;
    border-radius: 39px;
    margin-top:30px;
}
#keep_going_connect section.cta .cta_outterwrap .ebs_bg_image {
    max-width: 50% !important;
}
section.cta .cta_outterwrap .cta_cntnt h3 {
    align-items: flex-start;
    text-align:left;
}
#keep_going_connect section.cta .cta_outterwrap .cta_cntnt span {
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    font-weight: 700;
}
#keep_going_connect section.opinion .ready_outterwrap {
    max-width: 90%;
}
#keep_going_connect .onepge_main_cntn_wrap .onepge_cntnt_block h6 {
    font-size: 18px;
}
.btn_cntr{
    margin: 0 auto;
}
#keep_going_connect section.new_article .new_article_post_innerwrap {
    padding: 30px 0;
    align-items:flex-start;
}
#keep_going_connect section.new_article {
    background-color: unset;
    padding: 0;
}
#keep_going_connect section.new_article .new_article_post_innerwrap .new_article_post_latest{
    width: 70%;
}

#keep_going_connect section.new_article .new_article_post_innerwrap .new_article_post_grid{
    width: 30%;
}
#keep_going_connect section.new_article .new_article_post_innerwrap .new_article_post_grid {
    grid-template-columns: repeat(1, 1fr);
}
#dive_in h4 {
    margin-bottom: 40px !important;
}
/* keep going connect */
.test_btn_wrap_pilot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.test_btn_wrap_pilot a.smpl_btn {
    border-bottom: 2px solid #A05A5A;
}
.test_btn_wrap_pilot a.smpl_btn span {
    color: #A05A5A;
    background: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-clip: unset !important;
    text-fill-color: unset !important;
}
/* ebs event */
#ebs_events .heading_cntnt {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}
#ebs_events .heading_content_outterwrap {
    padding: 0px 100px 80px;
}
#ebs_events .heading_cntnt p {
    color:var(--Tonys-Pink-700);
}
#ebs_events .heading_cntnt a {
    color:var(--Tonys-Pink-700);
    font-weight:bold;
}
#ebs_events .heading_cntnt ul{
    margin:15px 0;
}
#ebs_events .heading_cntnt ul li {
    color:var(--Tonys-Pink-700);
    font-size: 16px;
    line-height: 26px;
}
#ebs_event_wrap .ebs_event_date {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 20px 10px;
  border-radius: 0 24px 24px 0;
  font-size: 12px;
}

#ebs_event_wrap .ebs_icon {
  width: 16px;
  height: 16px;
  fill: var(--Tonys-Pink-700);
}

#ebs_event_wrap .ebs_date_text {
  font-size: 14px;
  font-weight: bold;
  background: linear-gradient(90deg, orange, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#ebs_event_wrap .recepies_menu_innerwrap .recepies_card_wrap .recepies_card_block .recepies_card_image img{
    border-radius:0 !important;
    aspect-ratio: 1 / 0.8;
}
#ebs_event_wrap .recepies_menu_innerwrap .recepies_card_wrap .recepies_card_block .recepies_card_content {
    background-color: #fef5f2;
}
#ebs_event_wrap .recepies_menu_innerwrap .rcepies_main_page_blocks .recepies_card_block {
    overflow: hidden;
}
#ebs_event_wrap .recipes-toolbar {
    justify-content: flex-end;
}
.recipes-toolbar form{
    margin:0;
}
#ebs_event_wrap .recipes-search {
    width: 50%;
    position:relative;
}
#ebs_event_wrap input.recipes-search-input {
    padding: 15px 30px !important;
}
#ebs_event_wrap .recipes-search img {
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
/* ebs event */
.feature_image iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
/* custom comment */
#custom-comments {
    border-radius: 15px;
}
#custom-comments #respond{
    padding: 30px;
    background: #FFFFFF;
    border-radius: 10px;
    position:relative;
    overflow: hidden;
}
#custom-comments #respond:after{
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2026/04/comment.svg);
    width: 120px;
    height: 91px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 15px;
    right: 21px;
}
#custom-comments #respond h3#reply-title{
    all:unset;
}
#custom-comments #respond span.small-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    color: var(--Tonys-Pink-700);
}
#custom-comments #respond .rating-wrap {
    display: flex;
    align-items: baseline;
    gap: 20px;
}
#custom-comments #respond .rating-wrap label{
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    background: var(--Degrade-skin);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
#custom-comments #respond .logged-in-as{
    display:none;
}
.section-divider.comment {
    margin: 30px 0;
}
.review-message {
    background: #e6f7e6;
    color: #2e7d32;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

#custom-comments #commentform textarea {
    width: 100%;
    height: 96px;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 12px; /* rounded-lg */
    border: 2px solid transparent;
    background-color: #FDD6CA;
    color: #9A3C17;
    font-size: 16px;
    box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
    resize: none;
    transition: all 0.2s ease;
    display: block;
    margin: 20px 0;
    position:relative;
    z-index:1;
}

#custom-comments #commentform textarea::placeholder {
  color: #9A3C17;
  opacity: 0.6;
}

#custom-comments #commentform textarea:focus {
  border-color: #9A3C17;
  outline: none;
}
#custom-comments #commentform .btn-send {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    background: var(--Degrade-Sun);
    padding: 15px 30px;
    border-radius: 50px !important;
    display: inline-block;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border: 1px solid var(--Degrade-Sun);
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    color: var(--Tonys-Pink-50);
    text-decoration: none !important;
    transition:all .4s ease;
}
#custom-comments #commentform .btn-send:hover {
    background: var(--Degrade-skin);
}
.rating-stars .star {
    font-size: 28px;
    cursor: pointer;
    color: #ccc;
    margin-right: 5px;
    line-height: 24px;
    display: inline-block;
}

.rating-stars .star.active,
.rating-stars .star:hover {
    color: #FCC413;
}
.stars{
    display:flex;
}
.stars .star {
   font-size: 28px;
    cursor: pointer;
    color: #FCC413;
    margin-right: 5px;
    line-height: 24px;
    display: inline-block;
}

.stars .star.filled {
    color: #FCC413;
}

.single-comment {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
#comments-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap:190px;
    row-gap:40px;
}
#comments-list .review-card{
    position:relative;
}
#comments-list .review-card:after{
    content: "";
    height: 100%;
    width: 1px;
    background: var(--Degrade-Sun);
    position: absolute;
    right: -80px;
    top: 0;
}
#comments-list .review-card:nth-child(even):after,
#comments-list .review-card:last-child:after{
    content: none;
}
#comments-list .review-card .review-header{
    display:flex;
    gap:10px;
}
#comments-list .review-card .review-header .avatar{ 
    width:60px;
    height:60px;
    object-fit:cover;
    border-radius:50%;
}
#comments-list .review-card .review-header .avatar .avatar_info{}
#comments-list .review-card .review-header .avatar_info h4{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: var(--soft-peach-600);
}
#comments-list .review-card .review-header .stars-wrap{
    display:flex;
    gap:4px;
    align-items: center;
}
#comments-list .review-card .review-header .stars-wrap .rating-text{
font-weight: 400;
font-size: 16px;
line-height: 21px;
color: var(--Tonys-Pink-600);
}
#comments-list .review-text{
font-weight: 400;
line-height: 24px;
color: var(--Tonys-Pink-900);
margin:10px 0;
}
#comments-list .review-date{
font-weight: 400;
font-size: 12px;
line-height: 24px;
color: var(--Tonys-Pink-600);
}
.hidden-review {
  display: none;
}
.show_more{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.comment_list .advice-pagination{
    display:none;
}
/* custom comment */
/* slick pagination style */
section.advice .slick-dots{
    display: flex;
    justify-content: flex-end;
    right: 60px;
}
section.advice .slick-dotted.slick-slider {
    padding-bottom: 0;
}
.advice_slick .slick-list {
    padding-bottom: 0;
}
.advice_slick .slick-next,
.categories-select-slider .slick-next{
    right: 20%;
    transform: translateX(-20%);
}
.advice_slick .slick-prev,
.categories-select-slider .slick-prev{
    z-index:9;
}
.slick-prev, .slick-next{
    background: linear-gradient(135deg, #F7B09A, #EC7D5B) !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.advice_slick .slick-prev, .advice_slick .slick-next
{
    top:-70px;
}
.categories-select-slider .slick-prev, .categories-select-slider .slick-next{
    top:-160px;
}
.advice_slick .slick-prev,
.categories-select-slider .slick-prev{
    left: auto;
    right: 24%;
    transform: translateX(24%);
}
.testimonial_slick .slick-prev, .testimonial_slick .slick-next{
    top:-60px;
}
.testimonial_slick .slick-prev{
    left: auto;
    right: 140px;
    transform: translateX(24%);
    z-index:1;
}
.testimonial_slick .slick-next{
    right: 60px;
    transform: translateX(-20%);
}
.top_left_Slick_arrow .testimonial_slick .slick-prev{
    right: 140px;
}
.top_left_Slick_arrow .slick-prev{
    right: 140px !important;
    transform: translateX(24%);
}
.top_left_Slick_arrow .slick-next{
    right: 60px !important;
    transform: translateX(-20%);
}
/*.advice_slick .slick-prev {*/
/*    left: 47%;*/
/*    right: auto;*/
/*    transform: translateX(-47%);*/
/*}*/
/*.advice_slick .slick-next {*/
/*    right: 47%;*/
/*    transform: translateX(-47%);*/
/*}*/

.slick-prev:before,
.slick-next:before{
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slick-next:before {
    background-image: url(https://ebsrebuild.kinsta.cloud/wp-content/uploads/2026/04/arrow-right.svg);
}
.slick-prev:before {
    background-image: url(https://ebsrebuild.kinsta.cloud/wp-content/uploads/2026/04/arrow-left.svg);
}
/* slick pagination style */
/* checkout page */
#custom_checkout #customer_details input,
#custom_checkout #customer_details textarea,
#custom_checkout #customer_details #billing_country_field .woocommerce-input-wrapper,
#custom_checkout #customer_details #billing_state_field .woocommerce-input-wrapper,
#login_wrap input[type=text],
#login_wrap input[type=password]{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 12px;
    border: unset;
    background-color: #FDD6CA;
    color: #9A3C17;
    font-size: 16px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    resize: none;
    transition: all 0.2s ease;
    display: block;
    margin: 5px 0 10px;
    position: relative;
    z-index: 1;
}
#custom_checkout .select2-container--default .select2-selection--single{
    background: unset;
    border: unset;
}
#custom_checkout .form-row label{
    font-size: 12px;
}
#custom_checkout h3{
    font-weight: 700;
    background: var(--Degrade-skin);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom: 30px;
    line-height: 1.2;
}
#custom_checkout table thead th {
    background-color: #FDD6CA;
    color: var(--Tonys-Pink-900);
}
#custom_checkout table tr td,
#custom_checkout table tr th{
    font-size:14px;
    color: var(--Tonys-Pink-900);
}
#custom_checkout table tfoot tr td,
#custom_checkout table tfoot tr th{
    background-color: transparent;
    font-size: 14px;
}
#custom_checkout table tfoot tr:nth-child(odd),
#custom_checkout #payment .payment_methods li,
#custom_checkout .woocommerce-info, 
#custom_checkout .woocommerce-noreviews, 
#custom_checkout p.no-comments{
    background-color: #FDD6CA;
}
#custom_checkout #order_review .shop_table{
    margin-bottom:0;
}
#custom_checkout #payment .place-order .button,
#custom_checkout .checkout_coupon .form-row .button,
#login_wrap .submit input{
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    background: var(--Degrade-Sun);
    padding: 15px 30px;
    border-radius: 15px !important;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid var(--Degrade-Sun);
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    color: var(--Tonys-Pink-50);
    text-decoration: none !important;
    margin-top: 30px;
}
#login_wrap .submit input:hover{
    background: var(--Degrade-skin);
}
#custom_checkout .checkout_coupon .form-row .button{
    padding: 12px 30px;
}
#custom_checkout .woocommerce-privacy-policy-text p{
    font-size:14px;
    line-height:1.2;
}
#custom_checkout #payment .place-order{
    margin:0;
}
#custom_checkout #payment .payment_methods li label{
    font-size:14px;
}
#custom_checkout .woocommerce-message, 
#custom_checkout .woocommerce-info, 
#custom_checkout .woocommerce-error, 
#custom_checkout .woocommerce-noreviews, 
#custom_checkout p.no-comments,
#custom_checkout .woocommerce-message a, 
#custom_checkout .woocommerce-info a, 
#custom_checkout .woocommerce-error a, 
#custom_checkout .woocommerce-noreviews a, 
#custom_checkout p.no-comments a{
    color: var(--Tonys-Pink-900);
}
#custom_checkout .checkout_coupon .form-row .button{
    margin:0;
    border-radius: 10px !important;
}
/* checkout page */
/* referral css starts */
.referral_tab_main_wrap {}
.referral_tab_main_wrap .referral_head{
    text-align:center;
}
.referral_tab_main_wrap .referral_head h2{
    font-size: 30px;
    line-height: 36px;
    color: var(--Tonys-Pink-900);
    font-weight:700;
    margin-bottom:10px;
}
.referral_tab_main_wrap .referral_head {
    font-size: 18px;
    margin-bottom: 30px;
}
.referral_tab_inner_wrap{
    display:flex;
    gap:20px;
}
.referal_code_wrap{
  border-radius: 24px;
  background-color: var(--Tonys-Pink-200); 
  color: var(--Tonys-Pink-900); 
  padding: 24px; 
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  width:50%;
}
.referal_user_wrap{
    width:50%;
}
.referral_tab_inner_wrap .referal_code_wrap .head h4{
    font-size:36px;
    line-height:1.2;
    margin-bottom:16px;
    color: var(--Tonys-Pink-400);
}
.referral_tab_inner_wrap .referal_code_wrap .referal_code_top_wrap{
    display: flex;
    justify-content:space-between;
    gap: 39px;
}
.referral_tab_inner_wrap .referal_code_wrap .referal_svg{
    background: var(--Degrade-skin);
    border-radius: 50%;
    padding: 24px;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.referral_tab_inner_wrap .referal_code_wrap .referal_svg svg{
    width:50px;
    height:50px;
}
.referral_tab_inner_wrap .link_copy p{
    margin-bottom:5px;
    font-size:14px;
}
.referral_tab_inner_wrap .link_copy input{
    background-color:transparent;
    border:0;
    outline:0;
    padding:0;
    box-shadow:unset;
}
.referral_tab_inner_wrap .link_copy .wprc-copy-link{
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid var(--Tonys-Pink-500);
    background-color: transparent;
    color: #9A3C17;
    font-size: 16px;
    resize: none;
    transition: all 0.2s ease;
    display: block;
    margin: 0;
    position: relative;
    z-index: 1;
}
.referral_tab_inner_wrap .link_copy .code_input_wrap{
    position:relative;
}
.referral_tab_inner_wrap .link_copy .code_input_wrap .ref_cde{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    color: var(--Tonys-Pink-500);
    background-color: var(--Tonys-Pink-300);
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 9;
}
.referral_tab_inner_wrap .link_copy .code_input_wrap .btn-copy{
    position:relative;
    font-size:14px;
    line-height:1.2;
    font-weight:600;
    padding:4px 16px;
    border-radius:50px;
    background-color: var(--Tonys-Pink-500);
    background-image:unset;
    height:auto;
    color:var(--Tonys-Pink-200);
    border:unset;
    outline:unset;
}
.referral_tab_inner_wrap .link_copy .code_input_wrap .btn-copy:hover{
    background-color: var(--Tonys-Pink-600);
}
.referral_tab_inner_wrap .link_copy .code_input_wrap .btn-copy svg{
    display:none;
}
.referral_tab_inner_wrap .link_copy .code_input_wrap .btn-copy:before{
    content:"Share Link";
}
.referral_tab_inner_wrap .link_copy .code_input_wrap .tooltip{
    height:unset;
}
.referral_tab_inner_wrap .link_copy .code_input_wrap .wprc-copy-link input{
    display:none;
}
.referral_tab_inner_wrap .referal_user_wrap{
    background-color: var(--Tonys-Pink-100);
    padding:16px;
    border-radius:24px;
}
.referral_tab_inner_wrap .referal_user_wrap h5{
    font-size:20px;
    line-height:1.2;
    font-weight:700;
    color:var(--Tonys-Pink-900);
    margin-bottom:15px;
}
.referral_tab_inner_wrap .referal_user_wrap .wrc-invited-users{
    margin-top:8px;
}
.referral_tab_inner_wrap .referal_user_wrap .wrc-invited-users li{
    font-size:14px;
    line-height:1.2;
    color:var(--Tonys-Pink-900);
    margin:2px 0;
}
/* referral css starts */
.generic_show_more_btn a{
    margin:20px auto 0;
}
[data-item] {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

[data-item].hide {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}
/* ebs member testimonials */
#testimonials_member_page{
    padding:100px 0px;
    background-color:var(--soft-peach-300);
}
#testimonials_member_page .testimonials_heading_wrap h2{
font-weight: 400;
text-align: center;
color: var(--soft-peach-600);
margin-bottom:70px;
}
#testimonials_member_page .maintestimonial_block:before {
    background-image: url(/wp-content/uploads/2026/04/test-softpeach.svg);
    z-index:0;
}
#testimonials_member_page .maintestimonial_block .test_cntnt{
    position:relative;
    z-inedx:1;
}
#testimonials_member_page #main_testimonial_page .rcepies_main_page_blocks {
    grid-template-columns: repeat(4, 1fr);
}
#testimonials_member_page .thankyou_outterwrap .thankyoutestimonial_wrap .testimonial_main_block .testimonial_block .testimonial_cntnt p {
    font-size: 18px;
    line-height:26px;
}
#testimonials_member_page::before{
    content:none;
}
#testimonials_member_page .thankyou_outterwrap .thankyoutestimonial_wrap .testimonial_main_block {
    margin:0 25px;
}
#testimonials_member_page .thankyou_outterwrap .thankyoutestimonial_wrap .testimonial_main_block .testimonial_block{
    position:relative;
}
#testimonials_member_page .thankyou_outterwrap .thankyoutestimonial_wrap .testimonial_main_block .testimonial_block:before{
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    background-image: url(/wp-content/uploads/2026/02/quote.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 150px;
    height: 107px;
    z-index:-1;
}
#testimonials_member_page .slick-list{
    padding-top: 40px !important;
}
#expert_testimonial_single #testimonials_member_page{
    border-radius: 20px;
}
/* ebs member testimonials */
/* faq page */
#faq_page{
    padding:0;
}
#faq_page .fqas_btn_wrap{
    margin-top:30px;
    display:flex;
    justify-content:center;
}
#faq_page .faq-search-wrap{
    position: relative;
    width: 100%;
    max-width: 965px;
    margin: 0 auto 80px;
}
#faq_page .faq-search-wrap input::placeholder{
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: var(--Tonys-Pink-700);
}
#faq_page .faq-search-wrap input{
    padding: 15px 30px;
    gap: 10px;
    height: 54px;
    background-color: var(--Tonys-Pink-100);
    border: 1px solid var(--Tonys-Pink-200);
    border-radius: 50px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #B7451E;
}
#faq_page .faq-search-wrap img{
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
#faq_page .accordion .accordion-content p{
    color: var(--Tonys-Pink-900);
}
#faq_page .accordion .accordion-content p a{
    font-weight:700;
    text-decoration:underline;
    color: var(--Tonys-Pink-900);
}
/* faq page */
/* membership css starts */
.compare-m-row.body:last-child {
    border: unset;
}

/* membership css ends */
.onepage #testimonials_member_page{
    padding:40px 0px;
}
section.onepage .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap .onepge_cntnt_block p a, .onepge_sub_cntnt_block p a,
section.onepage .onepage_outterwrap .onepage_rght .onpage_right_innerwrap .onepge_main_cntn_wrap .onepge_cntnt_block li a, .onepge_sub_cntnt_block li a{
    word-break: break-all;
}
/* custom classes */
.mb-0{
    margin-bottom:0 !important;
}
.mb-n20{
    margin-bottom:-20px !important;
}
/* custom classes */
/* learning article */
#learning_articles .new_article_post_innerwrap .new_article_post_latest {
    width: 70%;
}
#learning_articles .new_article_post_innerwrap .new_article_post_grid {
    width: 30%;
}
#learning_articles .new_article_post_innerwrap .new_article_post_grid {
    grid-template-columns: repeat(1, 1fr);
}
#learning_articles .new_article_post_innerwrap .new_article_post_grid .new_article_block .new_article_image img.feature {
    height: auto;
}
#learning_articles .new_article_post_innerwrap .new_article_post_latest .new_article_block .new_article_cntnt h4 {
        background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    text-fill-color: unset;
    color: var(--soft-peach-600);
}
#new_articles #learning_articles .heading_content_wrap h2 {
    color: var(--soft-peach-600);
}
#new_articles #learning_articles .new_article_block .new_article_cntnt p {
    color: var(--soft-peach-950);
}
.food__list_image {
    width: 100% !important;
    max-width: 750px !important;
}
section.expert_advice .custom-pagination{
    margin-top:40px;
}
/* learning article */
/* user avatar */
li.user-info{
    display:none;
}
.user-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

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

.user-wrap span {
  font-size: 14px;
  font-weight: 500;
}
/* user avatar */
/* contact us css */
.form_cntnt{
    margin:20px 0;
}
#contact_form{
    width:100%;
    max-width:640px;
    margin:0 auto;
}
#contact_form .gform_heading{
    margin-bottom:16px;
}
#contact_form .gform_heading h2{
    color:var(--Tonys-Pink-400);
    font-weight: 400;
    text-align:center;
    margin:5px 0;
}
#contact_form .gform_heading p{
    text-align:center;
    color:var(--Tonys-Pink-900);
}
#contact_form form{
    padding:20px;
    border-radius:16px;
    box-shadow:rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    background-color:var(--Tonys-Pink-300);
}
#contact_form form .gchoice {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: .25rem;
    white-space: nowrap;
}
#contact_form form .gchoice label {
    font-weight: 400;
    color:var(--Tonys-Pink-900);
}
#contact_form form .gfield_checkbox  {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 5px;
}
#contact_form form .gfield_label {
    color:var(--Tonys-Pink-900);
}
#contact_form form .gfield_required {
    color:var(--Tonys-Pink-900);
    font-style: normal;
    font-weight: 400;
}
#contact_form form .gform-footer{
    padding-bottom:0;
    margin-bottom:0;
}
#contact_form form .gform-footer input[type=submit]{
    background-color: var(--Tonys-Pink-900);
    width: fit-content;
    margin: 16px auto;
    border-radius: 12px;
    padding: 11px 48px;
    color: var(--Kournikova-50);
    background-image: unset;
    font-size: 16px;
    font-weight: 400;
}
#contact_form form textarea{
    resize:unset;
}
#contact_form .gform_confirmation_message {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--Tonys-Pink-900);
    padding: 30px 0;
}
/* contact us css */
#movement_single_like .heading_content_wrap.alt_style {
    max-width: 100%;
    margin-bottom: 30px;
}
#single_recepies_page_head{
    padding-bottom:0;
}
/* inspirational Resources */
#inspirational-resources .ms-series-mod-banner img {
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}
#inspirational-resources .meal_cards_main_wrap .meal_card_block{
    padding-top: 0;
}
#inspirational-resources .onepge_cntnt_block h2{
    margin:0;
}
#inspirational-resources .onepge_cntnt_block .meal_cards_main_wrap.six-week-reset {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
#inspirational-resources .onepge_cntnt_block .meal_cards_main_wrap .meal_card_image img {
    aspect-ratio: unset;
}
#inspirational-resources #movies .onepge_cntnt_block .meal_cards_main_wrap .meal_card_image img {
    object-fit: fill;
    aspect-ratio: 1 / 1.5;
}
#inspirational-resources .onepage_outterwrap .onepage_rght{
    display:flex;
    flex-direction:column;
    gap:20px;
}
#inspirational-resources .onepage_outterwrap .onepage_rght .onepge_main_cntn_wrap{
    gap:0px;
}
#inspirational-resources .ms-series-cont h3{
    font-weight:bold !important;
        display: flex;
    justify-content: center;
    align-items: flex-end;
}
#inspirational-resources ms-series-header-div{
    display:none;
}
/* inspirational Resources */
/* drawer faqs */
#drawer_faqs .faqs_innerwrap,
#drawer_faqs .faqs_innerwrap .faqs_accordion_wrap{
    width:100%;
    max-width: 100%;
}
#drawer_faqs .faqs_innerwrap .accordion .accordion-content {
    padding-left: 0;
}
#drawer_faqs .expert_cards_main_wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
#drawer_faqs .expert_cards_main_wrap .expert_advice_card_wrap .card_block {
    box-shadow: unset;
    display: flex;
    gap: 20px;
    padding: 10px;
}
#drawer_faqs .expert_cards_main_wrap .expert_advice_card_wrap .card_block a {
    display: block;
    margin:0;
}
#drawer_faqs .expert_cards_main_wrap .expert_advice_card_wrap .card_block .card_image img {
    aspect-ratio: 1 / 1;
    height: auto;
    border-radius: 10px !important;
}
#drawer_faqs .expert_cards_main_wrap .expert_advice_card_wrap .card_block .card_image {
    width: 80px;
}
#drawer_faqs .expert_cards_main_wrap .expert_advice_card_wrap .card_block .card_cntnt {
    padding: 0px;
    text-align: left;
    width: fit-content;
}
#drawer_faqs .expert_cards_main_wrap .expert_advice_card_wrap .card_block .card_cntnt h5 {
    min-height: auto;
    font-size: 20px;
    line-height:1.2;
    font-weight: bold;
    margin-bottom: 0px;
}
#drawer_faqs .expert_cards_main_wrap .expert_advice_card_wrap .card_block .card_cntnt h5 a {
    color: var(--Tonys-Pink-800);
     line-height: unset; 
     letter-spacing: unset; 
    margin-bottom: 0px;
     min-height: unset; 
     font-weight: 700; 
     display: block; 
     -webkit-line-clamp: unset; 
    -webkit-box-orient: unset;
     overflow: visible; 
}
#drawer_faqs .faqs_innerwrap .accordion button .accordion-title{
    color: var(--Tonys-Pink-700);
}
#drawer_faqs .faqs_innerwrap .accordion button{
    border-bottom: 2px solid var(--Tonys-Pink-700);
}
#drawer_faqs .faqs_innerwrap .accordion .accordion-item {
    padding: 0px 0 20px;
}
#drawer_faqs .recepies_menu_innerwrap {
    margin-top: 20px;
}
#drawer_faqs .faqs_innerwrap .accordion .accordion-item::after{
    content:none;
}
#drawer_faqs .simplefavorite-button{
    border:none !important;
}
#offcanvas-right #mepr-account-nav{
    display:none;
}
#offcanvas-right span,
.mepr-account-change-password a{
    color: var(--Tonys-Pink-900);
}
/* drawer faqs */
#week-loader{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1440px) {
    section.podcast .podcast_innerwrap_cards .podcast_slider {
        gap: 20px;
    }
}
@media screen and (max-width: 1100px) {
    section.podcast .podcast_innerwrap_cards {
        display: block;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1024px) {
    section.podcast .podcast_slider{
        grid-template-columns:repeat(3,1fr);
    }
    /*section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img {*/
    /*    width: 288px;*/
    /*}*/
    section.podcast .podcast_outterwrap {
        padding: 0 50px;
    }
    section.podcast .podcast_innerwrap_cards .podcast_slider {
        gap: 20px;
    }
    /* section.podcast .podcast_innerwrap_cards .podcast_card_box {*/
    /*    width: 328px;*/
    /*    padding: 0px 20px;*/
    /*}*/
    section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img {
        box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2);
    }
}
@media (max-width:991px){
    section.podcas .podcast_slider{
        grid-template-columns:repeat(1,1fr);
    }
}
@media screen and (max-width: 768px) {
    section.podcast .podcast_outterwrap {
        padding: 0 20px;
    }
}

@media (max-width:640px){
    section.podcast .podcast_slider{
        grid-template-columns:1fr;
    }
    section.podcast .podcast_slider .slick-slide {
    margin-right:10px;
}
section.podcast .podcast_slider .slick-list {
        margin-right: -20px;
        padding-right: 40px;
}
}
@media screen and (max-width: 425px) {
    /*section.podcast .podcast_outterwrap {*/
    /*    padding: 0 20px;*/
    /*}*/
    /*section.podcast .podcast_outterwrap .six_week_heading {*/
    /*    padding-right: 20px;*/
    /*}*/
    /*section.podcast .podcast_innerwrap_cards .podcast_card_box {*/
    /*    width: 400px;*/
    /*    margin: 0 15px;*/
    /*}*/
    /*section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img {*/
    /*    width: 353px;*/
    /*}*/
    /*section.podcast .podcast_outterwrap {*/
    /*    padding: 0 0px 0 20px;*/
    /*}*/
}
/*@media screen and (max-width: 375px) {*/
/*    section.podcast .podcast_innerwrap_cards .podcast_card_box {*/
/*        width: 353px;*/
/*        margin: 0px 10px;*/
/*    }*/
/*    section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img {*/
/*        width: 315px;*/
/*    }*/
/*      section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img .podcast_social a svg {*/
/*        width: 30px;*/
/*        height: 30px;*/
/*      }*/
/*      section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img .podcast_social a:nth-child(2) svg {*/
/*        width: 27px;*/
/*        height: 27px;*/
/*    }*/
/*}*/
/*@media screen and (max-width: 320px) {*/
/*    section.podcast .podcast_innerwrap_cards .podcast_card_box {*/
/*        width: 303px;*/
/*        margin: 0px 6px;*/
/*    }*/
/*    section.podcast .podcast_innerwrap_cards .podcast_card_box .podcast_card_img {*/
/*        width: 265px;*/
/*    }*/
/*}*/
/* Podcast Pgae Css ends */
@media screen and (max-width: 767px) {
	.expert_cards_main_wrap {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 80px;
	}
}

/* Mobile only */
@media (max-width: 767px) {
	.isotopes_filter_outer {
		display: none;
	}
	.meal_tabs_select_wrapper{
		display:block;
		padding:20px 15px;
	}
	.isotopes_filter_select {
		display: block;
		width: 100%;
	}
}

@media screen and (max-width: 1600px) {
	section#detail_week_section
	.weekly_scedule_tab_outterwrap
	.weekly_scedule_tab_innerrwrap {
		padding: 0 50px;
	}
}
@media screen and (max-width: 1366px) {
	section.dashboard_banner
	.dashboard_banner_outterwrap
	.dashboard_blocks_innerwrap {
		height: calc(100vh - 85px);
	}
}
@media screen and (max-width: 1366px) {
	section.dashboard_banner
	.dashboard_banner_outterwrap
	.dashboard_blocks_innerwrap
	.dashboard_block {
		padding: 20px;
	}
}
@media screen and (max-width: 1200px) {
	section.dashboard_banner
	.dashboard_banner_outterwrap
	.dashboard_blocks_innerwrap
	.dashboard_block {
		padding: 20px;
	}
}
@media screen and (max-width: 1100px) {
	.meal_tabs_wrap .meal_tab {
		padding: 0 20px 10px;
		font-size: 23px;
		line-height: 34px;
	}
	section.weekly_scedule
	.weekly_scedule_tab_outterwrap
	.weekly_scedule_tab_innerrwrap {
		overflow-x: hidden;
	}
	section#detail_week_section
	.weekly_scedule_tab_outterwrap
	.weekly_scedule_tab_innerrwrap {
		padding: 0 0px;
	}
}
@media screen and (max-width: 1024px) {
	section.dashboard_banner {
		display: none;
	}
	section.mbl_dsh_bnnr {
		display: block;
	}
}
@media screen and (max-width: 991px) {
	.meal_tabs_wrap {
		display: none;
	}
	.meal_outter_main_wrap {
		margin-top: 15px;
	}
}
@media screen and (max-width: 768px) {
	section.weekly_scedule
	.weekly_scedule_tab_outterwrap
	.weekly_scedule_tab_innerrwrap
	.days_wrap_block {
		flex-wrap: wrap;
		row-gap: 10px;
	}
	.days_navigate_btn {
		order: 1;
	}
	section.weekly_scedule
	.weekly_scedule_tab_outterwrap
	.weekly_scedule_tab_innerrwrap
	.days_wrap_block
	.days_tab {
		order: 2;
	}
}
/* Dashboard banner css ends */