body.postid-3827{
	padding-top:0px !important;
}
.blog-main-container {
	max-width: 1320px;
	margin: 0 auto;
}

.exclusive-video-wrapper {
	position: relative;
	width: 100%;
}

.video-embed iframe {
	width: 100%;
	height: 450px;
}

.video-thumbnail {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.video-play-btn {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	display: contents;
}

.exclusive-video-box {
	position: relative;
}

.video-author-info {
	display: flex;
	gap: 15px;
	align-items: center;
	padding-top: 15px;
}

.video-title {
	margin: 0px;
}

img.author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

span.author-name {
	font-size: 14px;
}

.video-slider button.slick-next,
.video-slider button.slick-prev {
	display: flex !important;
	align-items: center !important;
	font-size: 0 !important;
	background: transparent;
	border: none;
	z-index: 5;
	top: 42% !important;
}

.video-slider button.slick-next {
	margin-right: 15px !important;
}

.video-slider button.slick-prev {
	margin-left: 15px !important;
}

.video-slider .slick-next:before,
.video-slider .slick-prev:before {
	font-size: 25px !important;
}

.video-slider .elementor-34,
.content-fresh .e-con-inner,
.latest-drop-layout .e-con-inner,
.categories-section .e-con-inner {
	gap: 50px !important;
}

.video-slider .slick-track {
	display: flex;
	gap: 20px;
}

.content-fresh .video-author-info,
.video-slider .video-author-info {
	padding-top: 15px !important;
}

.latest-drop-layout .videos-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 20px;
}

.latest-drop-layout .video-thumbline-image,
.video-slider .video-thumbline-image {
	border-radius: 12px !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.load-more-wrapper {
	align-items: center;
	text-align: center;
	padding-top: 60px;
}

.categories-section img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.categories-section .elementor-loop-container.elementor-grid {
	padding-bottom: 100px;
}

.exclusive-video-wrapper {
	position: relative;
	width: 100%;
}

.video-embed iframe {
	width: 100%;
	height: 450px;
}

.video-thumbnail {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.video-play-btn {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.7);
	border: none;
	display: contents;
}

.exclusive-video-box {
	position: relative;
}

.video-author-info {
	display: flex;
	gap: 15px;
	align-items: center;
	padding-top: 15px;
}

.video-title {
	margin: 0px;
}

img.author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 100%;
}

span.author-name {
	font-size: 14px;
}

.video-slider button.slick-next,
.video-slider button.slick-prev {
	display: flex !important;
	align-items: center !important;
	font-size: 0 !important;
	background: transparent;
	border: none;
	z-index: 5;
}

.video-slider button.slick-next {
	margin-right: 15px !important;
}

.video-slider button.slick-prev {
	margin-left: 15px !important;
}

.video-slider .slick-next:before,
.video-slider .slick-prev:before {
	font-size: 50px !important;
}

.video-slider .elementor-34,
.content-fresh .e-con-inner,
.latest-drop-layout .e-con-inner,
.categories-section .e-con-inner {
	gap: 50px !important;
}

.video-slider .slick-track {
	display: flex;
	gap: 20px;
}

.content-fresh .video-author-info,
.video-slider .video-author-info {
	padding-top: 15px !important;
}

.latest-drop-layout .videos-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 20px;
}

.latest-drop-layout .video-thumbline-image,
.video-slider .video-thumbline-image {
	border-radius: 12px !important;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.load-more-wrapper {
	align-items: center;
	text-align: center;
	padding-top: 60px;
}

.categories-section img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.categories-section .elementor-loop-container.elementor-grid {
	padding-bottom: 100px;
}

/* single video page desing start */
/* Login Required Section */
.video-login-required {
	display: flex;
	align-items: center;
	justify-content: center;
	/*     min-height: 500px; */
	background: #fbf4ee;
	padding: 40px 20px;
	margin-bottom: 50px;
}

.login-prompt-wrapper {
	background: white;
	padding: 60px 40px;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
	text-align: center;
	max-width: 500px;
	width: 100%;
}

/* 
.login-prompt-wrapper h2 {
font-size: 32px;
color: #333;
margin-bottom: 20px;
font-weight: 600;
}
*/
.login-prompt-wrapper p {
	font-size: 16px;
	color: #666;
	margin-bottom: 30px;
	line-height: 1.6;
}

/* Membership Upgrade Required Section */
.membership-upgrade-required {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 500px;
	background: #fbf4ee;
	padding: 40px 20px;
	margin-bottom: 50px;
}

.upgrade-prompt-wrapper {
	background: white;
	padding: 60px 40px;
	border-radius: 10px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
	text-align: center;
	max-width: 500px;
	width: 100%;
}

.upgrade-prompt-wrapper h2,
.login-prompt-wrapper h2 {
	font-size: 32px;
	color: #333;
	margin-bottom: 20px;
	font-weight: 400;
	/* 	font-family: "Playfair Display", Sans-serif; */
	line-height: normal;
}

.upgrade-prompt-wrapper p {
	font-size: 16px;
	color: #666;
	margin-bottom: 15px;
	line-height: 1.6;
}

.upgrade-prompt-wrapper .video-availability {
	background-color: #fbf4ee;
	padding: 15px 20px;
	border-radius: 5px;

	margin-bottom: 30px;
	color: #000;
	font-weight: 500;
}

.exclusive-video-box svg {
	width: 70px;
}

/* Button Styles */
/* .login-prompt-wrapper .btn,
.upgrade-prompt-wrapper .btn {
display: inline-block;
padding: 12px 35px;
border-radius: 5px;
text-decoration: none;
font-weight: 600;
transition: all 0.3s ease;
border: none;
cursor: pointer;
font-size: 16px;
}

.login-prompt-wrapper .btn-primary, .upgrade-prompt-wrapper .btn-primary  {
background: linear-gradient(180deg, #DA9058 0%, #DA9058 100%);
color: #000;
border-radius: 12px 12px 12px 12px;
padding: 15px 24px 15px 24px;
font-weight: 400;
line-height: normal;
} */

/* .login-prompt-wrapper .btn-primary:hover {
background-color: #555;
box-shadow: 0 5px 20px rgba(51, 51, 51, 0.3);
}
*/
/* .upgrade-prompt-wrapper .btn-primary {
background: linear-gradient(180deg, #DA9058 0%, #DA9058 100%);
color: #000;
border-radius: 12px 12px 12px 12px;
padding: 15px 24px 15px 24px;
}
*/
/* .upgrade-prompt-wrapper .btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 8px 25px rgba(102, 126, 234, 0.4);
} */

/* Responsive Design */
@media (max-width: 600px) {
	.login-prompt-wrapper,
	.upgrade-prompt-wrapper {
		padding: 40px 25px;
	}

	.login-prompt-wrapper h2,
	.upgrade-prompt-wrapper h2 {
		font-size: 24px;
	}

	.login-prompt-wrapper p,
	.upgrade-prompt-wrapper p {
		font-size: 14px;
	}

	.login-prompt-wrapper .btn,
	.upgrade-prompt-wrapper .btn {
		padding: 10px 25px;
		font-size: 14px;
	}
}

/* single video page desing End */

.pointer-none {
	pointer-events: none;
}

.coming-soon {
	opacity: 0.2;
	pointer-events: none;
}

.margin_0 p {
	margin: 0;
}

#masthead {
	padding-bottom: 126px;
}

.btn-load-more {
	border: none;
}

body.overflow-hidden,
html.overflow-hidden {
	overflow: hidden !important;
}

/* .elementor-nav-menu--dropdown {
	    height: 100vh;
} */

nav.elementor-nav-menu--dropdown {
		position: fixed !important;
    top: 96px !important;
    left: 0% !important;
    width: 100% !important;
    border-radius: 24px;
    padding: 0;
    transition: all 0.3s !important;
    overflow: auto !important;
    margin: 0 !important;
    height: 100vh !important;
	}

.single-video-slider {
	max-width: 1320px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 40px;
}

.single-video-slider h2 {
	text-align: center;
	padding-bottom: 20px;
}

/* Custom styles for single product page */
.membership-teaser {
	position: relative;
	width: 100%;
	min-height: 700px;
	border-radius: 24px;
	overflow: hidden;
	margin: 40px 0;
	background-size: cover;
	background-position: center;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.teaser-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(92 91 91 / 50%);
	/* your light gray – image visible */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.exclusive-badge {
	display: inline-block;
	background-image: linear-gradient(180deg, #DA9058 0%, #DA9058 100%);
	color: #fff;
	font-weight: 700;
	padding: 6px 18px;
	border-radius: 40px;
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 25px;
	border: 2px solid rgba(255, 255, 255, 0.3);
}

.teaser-content h2 {
	font-size: 40px;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #fff;
}

.teaser-description {
	font-size: 1.2rem;
	margin-bottom: 30px;
	opacity: 0.9;
	line-height: 1.6;
	color: #fff;
}

.benefits-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-bottom: 40px;
	text-align: left;

	margin-left: auto;
	margin-right: auto;
}

.benefit-item {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 1.1rem;
	background: rgba(255, 255, 255, 0.1);
	padding: 12px 20px;
	border-radius: 50px;
	backdrop-filter: blur(4px);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.benefit-item span {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.benefit-item span:before {
	font-size: 19px;
}

.teaser-actions {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.btn-primary {
	background-image: linear-gradient(180deg, #DA9058 0%, #DA9058 100%);
	color: #fff;
	border: none;
	padding: 14px 30px;
	border-radius: 60px;
	font-size: 1.2rem;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
	display: inline-block;
}


.btn-primary:hover{
	color: #fff;
}



.btn-outline {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
	padding: 14px 30px;
	border-radius: 60px;
	font-size: 1.2rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
	display: inline-block;
}

.btn-outline:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}

.login-note {
	font-size: 0.95rem;
	opacity: 0.7;
	color: #fff;
}


.teaser-content {
	max-width: 65%;
	text-align: center;
	color: #fff;
}


.login-note {
	font-size: 0.95rem;
	opacity: 0.7;
	color: #fff;
}


.single-video-main{
	padding: 80px 0px;
}

.video-thumbnail{
	border-radius: 14px;
}

.video-embed iframe{
	border-radius: 14px;
}


.membership-overlay {

	display: flex;

	justify-content: center;

	width: 100%;

}

body:not(.logged-in) .logout_overlay::after{
	content:"";
	position: absolute;
	inset:0;
	background: rgba(0,0,0,0.6);
	z-index: 10;
	cursor: not-allowed;
}

header{
	position: fixed;
	width: 100%;
	z-index: 9999;
	top: 0;
}


body:not(.home):not(.page-id-3134) {
	padding-top: 127px;
}

.page-id-353 .woocommerce{
	margin: 20px 0px 120px;
}

.page-id-353 .site-main{
	margin-top: 40px;
}

.page-id-353 .woocommerce-MyAccount-navigation a br{
    display: none;
}


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

@media only screen and (max-width: 1599px) {
	.video-slider .slick-prev,
	.video-slider .slick-next {
		top: 43% !important;
	}

	.video-slider .elementor-34,
	.content-fresh .e-con-inner,
	.latest-drop-layout .e-con-inner,
	.categories-section .e-con-inner {
		gap: 30px !important;
	}

	.exclusive-badge {
		font-size: 13px;
		padding: 4px 16px;
	}

	.teaser-content h2 {
		font-size: 36px;
	}

	.benefit-item span {
		font-size: 15px;
	}

	.btn-primary,
	.btn-outline {
		font-size: 15px !important;
		line-height: normal !important;
		padding: 12px 28px;
	}

	.video-slider .slick-prev:before,
	.video-slider .slick-next:before {
		font-size: 25px !important;
	}

	.single-video-slider{
		max-width: 1280px;
	}

	.blog-main-container{
		max-width: 1280px;
	}

	.video-title  {
		font-size: 20px !important;
	}



	/* 	1367px */
}

@media only screen and (max-width: 1366px) {
	.blog-main-container {
		max-width: 1121px;
	}

	.video-slider .slick-prev,
	.video-slider .slick-next {
		top: 42% !important;
	}

	.video-slider .slick-prev {
		left: -20px;
	}


	.video-slider .elementor-34,
	.content-fresh .e-con-inner,
	.latest-drop-layout .e-con-inner,
	.categories-section .e-con-inner {
		gap: 40px !important;
	}

	.latest-drop-layout .video-title,
	.latest-drop-layout .video-title a {
		font-size: 20px !important;
	}

	.teaser-content h2 {
		font-size: 30px;
	}

	.teaser-content {
		max-width: 72%;
	}

	.btn-primary,
	.btn-outline {
		font-size: 14px !important;
		padding: 11px 26px;
	}

	.teaser-actions {
		gap: 10px;
	}


	.single-video-slider {
		max-width: 1121px;
	}

	/* 	1200px */
} 


@media only screen and (max-width: 1199px) {
	.blog-main-container {
		max-width: 940px;
	}



	.author-details {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}

	.author-name {
		line-height: normal;
	}

	.latest-drop-layout .video-title,
	.latest-drop-layout .video-title a {
		font-size: 18px !important;
		line-height: normal;
	}

	.teaser-content {
		max-width: 86%;
	}

	.benefit-item span {
		font-size: 14px;
	}

	.benefit-item{
		padding: 10px 16px;
	}

	.membership-teaser {
		min-height: 600px;
	}


	.benefit-item span:before {
		font-size: 18px;
	}

	.single-video-slider {
		max-width: 940px;
	}


	/* 	1025px */
}

@media only screen and (max-width: 1024px) {
	.blog-main-container {
		max-width: 100%;
		padding: 0px 30px;
	}

	.video-slider .elementor-34,
	.content-fresh .e-con-inner,
	.latest-drop-layout .e-con-inner,
	.categories-section .e-con-inner {
		gap: 10px !important;
	}

	.latest-drop-layout .author-details {
		line-height: 0 !important;
	}

	.latest-drop-layout .video-title,
	.latest-drop-layout .video-title a {
		font-size: 19px !important;
	}

	.latest-drop-layout .videos-grid {
		grid-template-columns: 1fr 1fr;
		gap: 35px 15px;
	}

	.elementor .elementor-element.e-con-boxed.e-parent > .e-con-inner {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}

	.wpr-countdown-item {
		width: 130px !important;
		height: 95px !important;
	}

	.category-loop.elementor-element.e-con-boxed.e-parent .e-con-inner {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.wpr-countdown-item {
		margin-bottom: 0 !important;
	}

	.categories-section .elementor-loop-container.elementor-grid {
		padding-bottom: 40px;
	}

	nav.hfe-nav-menu__layout-horizontal {
		height: 100vh !important;
		position: absolute;
	}

	.menu-is-active .hfe-nav-menu {
		display: block !important;
	}

	.teaser-content h2 {
		font-size: 26px;
	}

	.exclusive-badge {
		font-size: 12px;
		padding: 7px 16px;
		line-height: normal;
	}



	.single-video-slider{
		padding-left: 10px;
		padding-right: 10px;
	}

	.video-title {
		font-size: 18px !important;
	}

	.content-fresh .video-author-info, .video-slider .video-author-info {
		padding-top: 10px !important;
	}


	.single-video-slider{
		padding-top: 40px;
	}

	
	.page-id-353 .woocommerce {
    margin: 0px 0px 80px;
}
	
	.single-video-main {
    padding: 0px 0px 80px;
}
	
	
	
	

	/* 	768px */
}

@media only screen and (max-width: 1024px) {
	.blog-main-container {
		max-width: 100%;
		padding: 0px 20px;
	}
}

@media only screen and (max-width: 767px) {
	
	.page-id-353 .site-main {
    margin-top: 0;
}
	
	.elementor .elementor-element.e-con-boxed.e-parent > .e-con-inner {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}

	.wpr-countdown-item {
		height: 85px !important;
	}

	.latest-drop-layout .videos-grid {
		grid-template-columns: 1fr;
		gap: 30px 15px;
	}

	.latest-drop-layout .video-title,
	.latest-drop-layout .video-title a {
		font-size: 17px !important;
	}

	.load-more-wrapper {
		padding-top: 40px;
	}

	.category-loop.elementor-element.e-con-boxed.e-parent .e-con-inner {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.categories-section .elementor-loop-container.elementor-grid {
		padding-bottom: 0px;
	}

	.teaser-content{
		max-width: 100%;
	}

	.teaser-content h2 {
		font-size: 22px;
	}

	.membership-teaser {
		min-height: 800px;
	}

	.benefit-item{
		align-items: center;
	}


	.teaser-overlay{
		padding: 16px;
	}

	.single-video-slider {
		padding-top: 26px;
	}

	.membership-teaser{
		margin: 0px 0px 40px;
	}

	.single-video-main {
		padding: 26px 0px;
	}

	.video-embed iframe{
		height: 300px;
	}

	.blog-main-container{
		padding: 0px 15px;
	}
	
	
	.page-id-353 .woocommerce {
    margin: 0px 0px 50px;
}
	
	body:not(.home):not(.page-id-3134) {
    padding-top: 120px;
}
	
	body.page-id-353{
		padding-top: 100px !important;
	}
	
	nav.elementor-nav-menu--dropdown{
		top: 62px !important;
	}

	
	    .single-video-main {
        padding: 0px 0px 26px;
    }
	
	

	/* 	480px */
}

/* Responsive */
@media (max-width: 640px) {

	.teaser-description {
		font-size: 1rem;
	}

	.benefits-list {
		grid-template-columns: 1fr;
		gap: 12px;
	}



}
