@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Karla:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
	--theme-color: #000000;
	--theme-color-second:#361241;
	--theme-color-third: #000;

	--heading-font: "Baskervville", serif;
	--paragraph-font: "Baskervville", serif;
	--span-font: 'spanist';



	--shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
	--shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
	--shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
	scroll-behavior: smooth;
	overflow-x: hidden !important;

}

body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	outline: none;
	font-size: 17px;
	color: #1e1e1e;
	background-color: #fff;
	scroll-behavior: smooth;
	overflow-x: hidden !important;
	font-family: "Baskervville", serif;
	/* color: var(--theme-color) !important; */
}


a {
	color: #0055f1;
	text-decoration: none;
	transition: all 0.5s;

}

a:hover {
	text-decoration: none;
	transition: all .6s;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
}

.span-font {
	font-family: var(--span-font);
}

p {
	margin: 0;
	line-height: 24px;
	margin-bottom: 15px;
	font-size: 16px;
}

ul li {
	margin-bottom: 0px;
}

.img-fluid {
	display: block;
	width: 100%;
	max-width: 100%;
}

.li {
	display: inline-block;
	padding: 0px 5px;
}

ul {
	list-style: none;
	padding: 0;
}

h1 {
	font-size: 35px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
}

h4{}

h5{}

h6{}


.bg-cover {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.gap {
	margin-bottom: 30px;
}

section {
	padding: 80px 0px;
}

.form-control:focus {
	border-color: #ced4da;
	outline: 0;
	box-shadow: none;
}

input {
	width: 100%;
	outline: none;
	border: none;
	border: 1px solid #ced4da;
}

textarea {
	width: 100%;
	outline: none;
	border: none;
	border: 1px solid #ced4da;
}

select {
	width: 100%;
	outline: none;
	border: none;
	border: 1px solid #ced4da;
	color: #c1c0bd;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@-moz-keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

@keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

* {
	box-sizing: border-box;
}
.m-backtotop {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position: fixed;
	bottom: -50px;
	right: 0;
	width: 50px;
	height: 50px;
	background: var(--theme-color);
	border-radius: 0;
	text-align: center;
	border: 2px solid var(--theme-color-second);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	overflow: hidden;
	color: #fff;
}

.m-backtotop.active {
	bottom: 0;
	opacity: 1;
}

.m-backtotop > div {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.m-backtotop > div.arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
	z-index: 999;
}

.m-backtotop > div.text {
	font-size: 0.5rem;
	line-height: 10px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: "Open Sans", sans-serif;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(50%) translateX(-50%);
	opacity: 0;
	margin-top: 1px;
}

.m-backtotop:hover {
	transform: scale(1.1);
	bottom: 0px;
	cursor: pointer;
	background: black;
	box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover > div.arrow {
	transform: translateY(-150%) translateX(-50%);
	opacity: 0;
}

.m-backtotop:hover > div.text {
	transform: translateY(-50%) translateX(-50%);
	opacity: 1;
}

/* Progress bar styles */
.m-backtotop .progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: var(--theme-color-second);
	transition: height 0.2s ease-in-out;
}

.py-5 {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.py-6 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}

.py-7 {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}

.py-8 {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}

.py-9 {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.py-10 {
	padding-top: 100px !important;
	padding-bottom: 100px !important;
}

.gap-p p {
	margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
	display: none;
}


a.navbar-brand img {
	width: 196px;
}

.header_menu li a {
	color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	padding: 29px 19px;
	display: inline-block;
}

.header_menu li a:hover {
	color: var(--theme-color-second);
}

.hd_info {
	display: flex;
	align-items: center;
	gap: 10px;

	flex-wrap: wrap;
}

a.comon-btn {
	background: var(--theme-color-second);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	padding: 12px 6px;
	border-radius: 5px;
	width: 14rem;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
}

a.comon-btn:hover {
	background: var(--theme-color-second);
	color: #fff;
}

a.btn-white {
	background: #fff;
	color: #1e1e1e;
}

.header_menu li a {
	color: var(--theme-color-second);
	font-size: 18px;
	text-transform: capitalize;
	padding: 22px 24px;
	display: inline-block;
	font-weight: 500;
}

.navbar li:hover a {
	color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end {
		right: 0;
		left: auto;
	}

	.navbar li .dropdown-menu {
		display: block;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		margin-top: 0;
	}

	.navbar li:hover a {
		color: var(--theme-color-second);
	}

	.navbar .dropdown-menu.fade-down {
		top: 80%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
	}

	.navbar .dropdown-menu.fade-up {
		top: 180%;
	}

	.navbar li:hover .dropdown-menu {
		transition: .3s;
		opacity: 1;
		visibility: visible;
		top: 100%;
		transform: rotateX(0deg);
	}
}

ul.dropdown-menu.fade-up li a:hover {
	color: #fff !important;
	background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
	border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
	border-bottom: 1px solid #c1c0bd;
	margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
	color: #000 !important;
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
	border: none;
	background: #fff;
	padding: 0 0;
	min-width: inherit;
	width: 219px;
	border-radius: 0px;
}

.link-sm-2 i {
	top: -9px !important;
}

.link-sm-2 {
	position: relative;
}


.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%
}

.sticky-top-1.sticky {
	background: #fff !important;
	z-index: 9999999999999;
}


.top-header{
	padding-top: 15px;
}
.top-header form{
	display: flex;
	border: 1px solid #bebebe;
	border-radius: 3px;
	overflow: hidden;
}

.top-header form input{
	padding: 5px 10px;
	border: none;
}
.top-header form button{
	background-color: transparent;
	border: none;
	padding: 5px 10px;
}

.top-header .heading img {
	width: 107px;
}

.top-header .social{
	display: flex;
	gap: 15px;
	align-items: center;
}

.top-header .hd_info{
	gap: 25px;
}

.top-header .social li a{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: var(--theme-color-second);
	border-radius: 10px;
	font-size: 20px;
}
.top-header .hd_info span{
	font-size: 20px;
	font-weight: 900;
}
.top-header .social li a span{
	font-size: 11px;
}

#main_header .container{
	border-bottom: 2px solid var(--theme-color-second);
}

.about-sec h1{
	color: var(--theme-color-second);
}

.testimonial_sec .owl-nav {
	font-size: 60px;
	opacity: 0.5;
	font-family: var(--span-font);
}

.testimonial_sec .owl-nav button.owl-prev {
	position: absolute;
	top: 40%;
	left: 0;
}

.testimonial_sec .owl-nav button.owl-next {
	position: absolute;
	top: 40%;
	right: 0;
}

.testimonial_sec  .owl-dots{
	display: flex;
	margin-top: 10px;
	justify-content: center;
	gap: 10px;
}

.testimonial_sec  .owl-dots span{
	display: block;
	height: 20px;
	width: 20px;
	background-color: #ced4da;
	border-radius: 600px;
}
.testimonial_sec  .owl-dots .active span{
	background-color: #000;
}

.resources_sec h2 , .what_we_do h2{
	color: var(--theme-color-second);
}

.what_we_do ul {
	font-size: 15px;
	list-style: disc;
	padding-left: 18px;
}

.what_we_do ul li{
	margin-bottom: 10px;
}

.what_we_do ul li a{
	color:#d37f7f;
}

.footer {
	background-color: #2e2a2b;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	padding: 50px 0;
	color: #f4f4f4;
}

.footer ul li a{
	color:#d37f7f;
	font-size: 1rem;
}
.footer ul li {
	margin-bottom: 10px;
}

.footer  .ft-bottom{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	background: #343a40;
	background-size: auto;
	border-top-width: 1px;
	border-top-style: solid;
}

.footer .ft-bottom .ft-list {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.footer .ft-bottom .ft-list li a{
	color: #f4f4f4;
}
.footer .ft-bottom .ft-list li {
	margin-bottom: 0;
}

.inner-banner h1{
	color: var(--theme-color-second);
}

.inner-banner li a{
	color: #d37f7f;
}

.inner-banner .breadcrumb{
	display: flex;
	gap: 10px;
}

.about_sec h2{
	color: var(--theme-color-second);
}

.about_sec ul{
	list-style: disc;
	padding-left: 20px;
}


.about_sec ul li{
	margin-bottom: 10px;
}

.blog-sec h3 a{
	color: #d37f7f;
}

a.btn-inherit{
	width: inherit;
}

.blog-sec .blog-box img{
	height: 160px;
	object-fit: cover;
}

.blog-box h4 a{
	color: #d37f7f;
}

.blog-box .breadcrumb{
	display: flex;
	gap: 10px;
}
.blog-box .breadcrumb a{
	color: #d37f7f;
}

.blog-box .read-more {
	color: #d37f7f;
}

.inner-blog-sec .date-sec {
	display: flex;
	align-items: center;
	gap: 10px;   
	list-style: none;
}



.inner-blog-sec ul{
	list-style: disc;
	padding-left: 25px;
}

.inner-blog-sec ul li{
	margin-bottom: 10px;
}

.recomonded-post h5 a{
	color: #d37f7f;
}

.media_sec h2{
	color: var(--theme-color-second);
}


.media_sec ul{
	list-style: disc;
	padding-left: 25px;
}

.media_sec ul li{
	margin-bottom: 10px;
}

.media_sec ul li a{
	color: #d37f7f;
}

.book_sec .book-name{
	display: flex;
	align-items: center;
	gap: 10px;
}

.book_sec .book-name li a{
	color: #d37f7f;
}

.partner_sec h3{
	color: var(--theme-color-second);
}

.partner_sec p a{
	color: #d37f7f;
}

.partner_sec ul{
	list-style: disc;
	padding-left: 35px;
}
.partner_sec ul li{
	margin-bottom: 10px;
}

.partner_sec ul li ul{
	list-style: circle;
}

#exampleModal input , #exampleModal textarea , #exampleModal button{
	padding: 15px;  
}

#exampleModal button{
	width: 100%;
	background-color: var(--theme-color-second);
	width: 100%;
	border: none;
	color: #fff;
}

/* Search btn css */
.search-form {
	position: relative;   /* parent for absolute positioning */
	width: 100%;          /* full width if needed */
}

.search-form input[type="search"] {
	width: 100%;          /* input takes full width */
	padding-right: 45px;  /* leave space for button */
	box-sizing: border-box;
}

.search-form button {
	position: absolute;
	right: 10px;          /* adjust spacing from right */
	top: 50%;
	transform: translateY(-50%); /* center vertically */
	border: none;
	background: transparent;
	cursor: pointer;
}

input#search-form-1 {
	border: none;
	outline: none;
	width: 100%;
}
.single-post label {
	width: 100%;
}
.search-form label {
	width: 100% !important;
}

/* Contact Page Modal Form */
form.wpcf7-form.init p {
	margin-bottom: 0px;
}

/* Search Result Banner Color */
section#primary {
	background-color: #F8F9FA !important;
}

/* Pagination Css  */
.center {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}

a.page-numbers {
	color: #000000;
	padding: 10px 10px;
	text-decoration: none;
	transition: background-color 0.5s;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 0px 5px;
	padding: 10px 15px;
	font-size: 18px;
}

a.page-numbers:hover {
	background-color: #d6d4d4;
}

span.page-numbers.current {
	background-color: #361241;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	margin: 0px 5px;
	font-size: 18px;
	z-index: 3;
	border-radius: 5px;
}

/* Inner Product Page Add to cart btn */
.woocommerce .star-rating span {
	color: orange !important; 
}



/* =============================================================
=================================================================
shop page */

.shop_page h2{
	color: var(--theme-color-second);
}


.shop_page a.text-center.d-block{
	color: var(--theme-color-second);
}

.product_sec_page form select{
	padding: 12px;
	width: 16rem;
}

.product_sec_page .product-card ul{
	display: flex;
	gap: 3px;
	color: orange;
}
.product_sec_page .product-card h6{
	font-size: 19px;
}

.inner-product  ul.rating{
	display: flex;
	gap: 3px;
	color: orange;
}
.inner-product  ul.rating a{
	color: #d37f7f;
}

.inner-product .kick-list {
	list-style: disc;
	padding-left: 35px;
}

.inner-product .counter {
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	border-radius: 8px;
	width: 120px;
	justify-content: space-between;
	overflow: hidden;
}
.inner-product .counter button {
	width: 40px;
	height: 40px;
	border: none;
	background: #fff;
	cursor: pointer;
	font-size: 20px;
}
.inner-product .counter button:hover {
	background: #f0f0f0;
}
.inner-product .counter span {
	flex: 1;
	text-align: center;
	font-size: 18px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 40px;
	line-height: 40px;
}


.inner-product .nav-tabs .nav-link {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-color: #dee2e6 #dee2e6 ;
	border-radius: 0;
	color: #495057;
}

.inner-product div#myTabContent {
	padding: 15px;
	border: 1px solid #000;
	border-color:  #fff #dee2e6 #dee2e6;
}


.inner-product div#myTabContent .heading ul{
	list-style: disc;
	padding-left: 35px;
}
.inner-product div#myTabContent .heading h3{
	color: var(--theme-color-second);
}
.inner-product h2{
	color: var(--theme-color-second);
}

.inner-product div#myTabContent .heading .blog-box h6{
	font-size: 20px;
	color: #d37f7f;
	margin-bottom: 5px;
}
.inner-product div#myTabContent .heading .blog-box  p{
	opacity: 0.6;
}
.inner-product div#myTabContent .heading .blog-box  img{
	border-radius: 10px;
}


.single_add_to_cart_button {
	background: var(--theme-color-second) !important;
	color: #fff !important;
	display: inline-block !important;
	font-size: 14px !important;
	padding: 16px 6px !important;
	border-radius: 5px !important;
	width: 14rem !important;
	text-align: center !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs li a {
	margin-bottom: -1px;
	background: 0 0;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	border-color: #dee2e6 #dee2e6;
	border-radius: 0;
	color: #495057;
	padding: 12px;
	display: inline-block;
}
#tab-description {
	padding: 27px;

	border: 1px solid #dee2e6;

}

.woocommerce-tabs.wc-tabs-wrapper .tabs {
	display: flex;
	gap: 0px;
	flex-wrap: wrap;
	margin-bottom: 0px;
}
/* Checkout Page btn color */
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background-color: #361241;
	color: white;
}
/* cart page btn color */
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	background-color: #361241;
	color: white;
}

.input-text::-webkit-outer-spin-button,
.input-text::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.input-text[type='number'] {
	-moz-appearance: textfield;
}
.counter #decrease {
	border-right: 1px solid #dedede;
}

.counter #increase {
	border-left: 1px solid #dedede;
}
.woocommerce .quantity .qty {
	width: 2.631em;
	text-align: center;
	border: none;
}
.hd_info > div:first-child {
	display: none !important;
}

/* Product Page Pagination Code */
/* RESET unwanted theme styles */
.woocommerce nav.woocommerce-pagination {
	border: none !important;
	background: transparent !important;
	padding: 0 !important;
	margin: 40px 0 !important;
}

.woocommerce nav.woocommerce-pagination ul {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
}

/* Clean elegant pagination */
.woocommerce nav.woocommerce-pagination ul.page-numbers {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	gap: 8px !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	margin-top: 10px !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	border: none !important;
	background: transparent !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a,
.woocommerce nav.woocommerce-pagination ul.page-numbers span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 40px !important;
	height: 40px !important;
	border-radius: 50% !important;
	font-size: 18px !important;
	color: #444 !important;
	text-decoration: none !important;
	border: 1px solid #ddd !important;
	background-color: #fff !important;
	transition: all 0.3s ease !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers a:hover {
	background-color: #361241 !important;
	color: #fff !important;
	border-color: #8bc6b8 !important;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers .current {
	background-color: #361241 !important;
	color: #fff !important;
	border-color: #8bc6b8 !important;
}

/* Inner Product Page Description Section design*/

/* Related Products Container */
.jp-relatedposts-items {
	display: flex;
	flex-wrap: wrap;
	gap: 20px; /* space between products */
	justify-content: center; /* center items in the row */
}

/* Each Related Product Item */
.jp-relatedposts-post {
	flex: 1 1 calc(25% - 20px); /* 4 per row, adjust to 33% for 3 per row */
	max-width: 250px; /* optional max width */
	box-sizing: border-box;
	text-align: center;
	transition: transform 0.3s ease;
}

/* Related Product in description Image styling*/
.jp-relatedposts-post img {
	width: 100%;
	height: auto;
	opacity: 0.9; /* slightly faded */
	border: 1px solid #ccc; /* thin border */
	border-radius: 4px; /* optional rounded corners */
	transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Hover Effect */
.jp-relatedposts-post img:hover {
	opacity: 1;
	transform: scale(1.05);
}

/* Product Title */
.jp-relatedposts-post .jp-relatedposts-post-title {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 500;
}


/* Product Description Bullet Points */
.woocommerce-tabs .woocommerce-Tabs-panel ul {
	list-style-type: disc; /* Standard bullet */
	margin: 1em 0;          /* Space above and below the list */
	padding-left: 40px;     /* Indent bullets properly */
}

.woocommerce-tabs .woocommerce-Tabs-panel ul li {
	margin-bottom: 0.5em;  /* Space between list items */
}
/* Product short description Bullet Points */
.woocommerce-product-details__short-description ul {
	list-style-type: disc;  /* Standard bullet */
	padding-left: 40px;      /* Indent bullets */
	margin: 10px 0;          /* Space above and below the list */
}

.woocommerce-product-details__short-description ul li {
	margin-bottom: 0.5em;   /* Space between list items */
	line-height: 1.5em;     /* Improve readability */
}

/* Inner Product Description tab styling */
div#tab-additional_information {
	border: 1px solid #DEE2E6;
	padding: 10px;
}
/* Inner Product Review tab styling */
div#reviews {
	border: 1px solid #DEE2E6;
	padding: 10px;
}

/* Elective Page Content Styling */
.col-lg-6 li {
	list-style-type: disc;
	margin-left: 35px;
}

/* Techniques, Training & Practice Content Styling */
.ttp-content li{
	list-style-type:disc;
	margin-left:35px;
}

/* Yoga Humanities Content Styling */
.li-style li{
	list-style-type: disc;
	margin-left: 35px;
}
.mt-10{
	margin-top:6rem;
}
.buy-a-lesson li{
	list-style-type: disc;
	margin-left:40px;
}

/* Log In Form Styling */
form.woocommerce-form.woocommerce-form-login.login {
	border: 2px solid #361241;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
	background-color: #361241;
	color: white;
}

form.woocommerce-form.woocommerce-form-register.register{
	border: 2px solid #361241;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit{
	background-color: #361241;
	color: white;
}

.profile-img-round {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

/* Faq Li Style */
.faq li{
	list-style-type: disc;
	margin-left:40px;
}

/* Disclosure Statement Ul Styling */
.disclosuer li{
	list-style-type: disc;
	margin-left:40px;

}

/* For Ul Style */
.ul-style {
	list-style: disc;
	padding: 0;
}

/* For Custom Margin */
.custom-margin {
    margin-left: 8rem !important;
    margin-bottom: 7rem !important;
    margin-top: 4rem !important;
}


 
/* Comment Form Style */
.inner-blog-left-sec .inner-blog-comment .contact-form {
    padding: 20px 25px;
    border: 1px solid rgba(69, 69, 70, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #000;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


#respond {
/*     max-width: 600px; */
    margin: 0 auto;
}
#respond #reply-title small a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
border: none;
}
#respond form p{
color: #6d6d6d;
 margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #FF6601;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
color: #0f3ca1 !important;
text-decoration: underline;
display: inline-block !important;
}
#comments .comment-author a{
color: #000 !important;
}
#comments .comment-metadata a{
color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
color: white !important;
background-color: #000 !important;
    padding: 6px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
	font-size:12px;
}
#comments span.comment-reply a{
color: white !important;
background-color: #000 !important;
    padding: 6px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
margin-right: 10px !important;
	font-size:12px;
}
div#respond label {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

div#respond input,  div#respond textarea{
    padding: 10px;
    border-radius: 6px;
}

div#respond input#wp-comment-cookies-consent {
    width: 20px;
    height: 17px;
}

div#respond p.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-wrap: nowrap;
}

div#respond p.comment-form-cookies-consent  label{
margin:0px!important;
}

div#respond input#submit {
    background: var(--theme-color-second);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

/* Custom Post Navigation  */
.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0;
    gap: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    width: 48%;
}

.post-navigation a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #000;
    padding: 15px;    
    border-radius: 8px;    
    transition: 0.3s;
}

.post-navigation a:hover {
    background: #e9e9e9;
}

/* Blog Page Author Image */
.author-avatar {
    width: 105px;           /* fixed width */
    height: 105px;          /* fixed height */
    object-fit: cover;     /* ensures image fills circle */
    display: block;        /* remove inline spacing */
    margin: 0 auto;        /* center on small screens */
	aspect-ratio: auto 96 / 96;
	border-radius: 0.25rem;
}


.post-navigation a span {
    display: block;      /* IMPORTANT → forces each span to new line */
    line-height: 1.3;
}

.post-navigation img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

/* Mobile Fix (stack vertically) */
@media(max-width: 768px) {
    .post-navigation {
        flex-direction: column;
    }
    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 100%;
    }
}

/* Blog Comment Section */
.comments-inner .comment-author img {
    width: 70px;
    height: 70px;
    border-radius: 60px;
}
#comments .comment-author a {
    color: #000 !important;
    display: flex;
    align-items: center;
    gap: 10px;
}
.comment-body {
    padding: 30px 20px;
    border-radius: 10px;
    background: #4f217014;
    margin-bottom: 10px;
}
.comment-metadata time {
    margin-bottom: 7px;
    display: block;
}

.comment-author.vcard {
    margin-bottom: 17px;
}


.post-nav {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.post-nav-text {
    display: flex;
    flex-direction: column;
}

/* Optional: control image size */
.post-nav img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.post-nav.next-post {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-nav-text {
    display: flex;
    flex-direction: column;
}

.post-nav-text .post-title {
    display: inline-block;
}

.post-nav-text .post-label {
    display: inline-block;
    text-align: right; /* aligns the 'Next' label to the right edge of the text container */
    width: 100%;
}

.nav-previous a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-previous .post-nav-text {
    display: flex;
    flex-direction: column;
}

.nav-previous .post-title,
.nav-previous .post-label {
    text-align: left; /* ensures Previous starts at the beginning of the title */
    display: inline-block;
}

