@font-face {
	font-family: "Arya";
	src: url('../fonts/arya-philosopher/Arya-Bold.woff2') format('woff2'),
		url('../fonts/arya-philosopher/Arya-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Arya";
	src: url('../fonts/arya-philosopher/Arya-Regular.woff2') format('woff2'),
		url('../fonts/arya-philosopher/Arya-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Philosopher";
	src: url('../fonts/arya-philosopher/Philosopher-Regular.woff2') format('woff2'),
		url('../fonts/arya-philosopher/Philosopher-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Philosopher";
	src: url('../fonts/arya-philosopher/Philosopher-Bold.woff2') format('woff2'),
		url('../fonts/arya-philosopher/Philosopher-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Philosopher";
	src: url('../fonts/arya-philosopher/Philosopher-BoldItalic.woff2') format('woff2'),
		url('../fonts/arya-philosopher/Philosopher-BoldItalic.woff') format('woff');
	font-weight: 700;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: "Philosopher";
	src: url('../fonts/arya-philosopher/Philosopher-Italic.woff2') format('woff2'),
		url('../fonts/arya-philosopher/Philosopher-Italic.woff') format('woff');
	font-weight: 400;
	font-style: italic;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/arya-philosopher/PlayfairDisplay-Regular.woff2') format('woff2'),
		url('../fonts/arya-philosopher/PlayfairDisplay-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/arya-philosopher/PlayfairDisplay-Italic.woff2') format('woff2'),
		url('../fonts/arya-philosopher/PlayfairDisplay-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
}


/* Color Theme Swatches in Hex */
.Fashion-1-hex {
	color: #D9B448;
}

.Fashion-2-hex {
	color: #D9A441;
}

.Fashion-3-hex {
	color: #A64F03;
}

.Fashion-4-hex {
	color: #732C02;
}

.Fashion-5-hex {
	color: #400D01;
}



/*=============================
	1. Variable CSS
===============================*/
:root {
	--tg-body-font-family: "Arya";
	--tg-heading-font-family: "Philosopher";
	--tg-highlight-font-family: "Playfair Display";
	--tg-primary-color: #c5542e;
	--tg-secondary-color: #8b4448;
	--tg-body-font-color: #303030;
	--tg-heading-font-color: #222222;
	--tg-paragraph-color: #777777;
	--tg-body-font-size: 16px;
	--tg-body-font-weight: 400;
	--tg-heading-font-weight: 700;
	--tg-body-line-height: 1.6;
	--tg-heading-line-height: 1.2;
	--tg-dark: #000000;
	--tg-dark-two: #2A2A2A;
	--tg-blue: #0d6efd;
	--tg-indigo: #6610f2;
	--tg-purple: #6f42c1;
	--tg-pink: #d63384;
	--tg-red: #dc3545;
	--tg-orange: #fd7e14;
	--tg-yellow: #FAA432;
	--tg-green: #198754;
	--tg-teal: #20c997;
	--tg-cyan: #0dcaf0;
	--tg-white: #fff;
	--tg-gray: #ddd;
	--tg-gray-two: #F5F5F5;
	;
}

/* Dark-Mode */
body.dark-mode .header-wrapper {
	background: #000;
}

body.dark-mode .header-wrapper .light_logo {
	display: none;
}

.dark_logo {
	display: none;
}

body.dark-mode .header-wrapper .dark_logo {
	display: block;
}

body.dark-mode #accessibility ul li a {
	color: #ffff00;
}

body.dark-mode .sticky-menu {
	background: #000;
}

body.dark-mode .hero-slider .slider-content {
	background: #000;
}

body.dark-mode .updates-bg {
	background-image: none;
}

body.dark-mode .newsbox {
	background: none;
}

body.dark-mode .footer-top-wrap {
	background: #000;
}

body.dark-mode .social-block {
	background: #474747;
}

body {
	font-family: "Arya", sans-serif;
	font-weight: 400;
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-color);
	overflow-x: hidden;
	font-style: normal;
	background: #fdf8f3;
}

body.home-page {
	background: #fdf8f3;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 231, 209, 1) 48%, rgba(255, 246, 240, 1) 100%);
}

/*=============================
  WOW.js — pre-hide all animated
  elements until WOW initialises.
  WOW sets visibility:visible when
  it reveals each element.
================================*/
.wow {
	visibility: hidden;
}

@media (max-width: 767px) {
	.wow {
		visibility: visible !important;
		animation: none !important;
		animation-name: none !important;
	}
}

img,
.img {
	transition: all 0.3s ease-out 0s;
}

.f-left {
	float: left
}

.f-right {
	float: right
}

.fix {
	overflow: hidden
}

a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}

a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: var(--tg-primary-color);
	text-decoration: none;
}

a,
button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}

.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}

.uppercase {
	text-transform: uppercase;
}

.capitalize {
	text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Arya", sans-serif;
	color: var(--tg-heading-font-color);
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: 700;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 28px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.sec-padding {
	padding: 50px 0;
}

.list-wrap {
	margin: 0px;
	padding: 0px;
}

.list-wrap li {
	list-style: none
}

p {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--tg-body-font-color);
	margin-bottom: 15px;
}

hr {
	border-bottom: 1px solid var(--tg-body-font-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}

label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}

*::-moz-selection {
	background: #d6b161;
	color: var(--tg-white);
	text-shadow: none;
}

::-moz-selection {
	background: var(--tg-body-font-color);
	color: var(--tg-white);
	text-shadow: none;
}

::selection {
	background: var(--tg-body-font-color);
	color: var(--tg-white);
	text-shadow: none;
}

*::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: 16px;
	opacity: 1;
}

*::placeholder {
	color: var(--tg-body-font-color);
	font-size: 16px;
	opacity: 1;
}

.theme-overlay {
	position: relative
}

.theme-overlay::before {
	background: var(--tg-primary-color) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}

.separator {
	border-top: 1px solid #f2f2f2
}

.nav-link:focus {
	color: inherit;
}

/* Bootstrap 5 */
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	--bs-gutter-x: 30px;
}

.row.g-0 {
	--bs-gutter-x: 0;
}

.gutter-y-30 {
	--bs-gutter-y: 30px;
}

:root {
	scroll-behavior: auto;
}

.uw-widget-custom-trigger img {
    margin-left: 8px !important;
    margin-top: unset !important;
}

.uw-widget-custom-trigger {
    padding: 0 !important;
	height: 40px !important;
	max-width: 40px !important;
}

.uw-widget-custom-trigger:hover {
	max-width: 330px !important;
}

.uw-widget-custom-trigger:hover span {
	margin-right: 15px !important;
}

.uw-widget-custom-trigger .short-key {
    display: none !important;
}

/*-------------------------------*/
/*PreLoader*/
/*-------------------------------*/
.loader {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1111;
	background: #fff;
	overflow-x: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.6s ease-out;
}

/* Class added by JS to trigger fade out */
.loader.loadhidden {
	opacity: 0;
	pointer-events: none;
}

.loader img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	max-width: 120px;
}

.loader-wrapper {
	position: relative;
	width: 85%;
	max-width: 800px;
	/* Use Grid to stack separator and quotes perfectly centered */
	display: grid;
	place-items: center;
	min-height: 400px;
}

/* CONTAINER FOR LINE AND CIRCLE */
.separator {
	grid-area: 1 / 1;
	/* Stacks on top of quotes in the grid cell */
	position: relative;
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	border-top: none;
	bottom: 25px;
	/* Behind the text logic, visually centered */
}

/* THE LINE */
.growing-line {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: linear-gradient(90deg, transparent 0%, #ea6e3a 20%, #ea6e3a 80%, transparent 100%);
	transform: scaleX(0);
	transform-origin: center;
	/* Slower animation to match reading time */
	animation: lineExpand 5s infinite ease-in-out;
	z-index: 1;
}

/* THE CIRCLE */
.spinner {
	position: relative;
	width: 75px;
	height: 75px;
	background-color: #fff;
	border-radius: 50%;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 20px rgba(255, 72, 0, 0.2);
}

.spinner::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 3px solid transparent;
	border-top-color: #A64F03;
	border-right-color: #A64F03;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

.spinner::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	/* Using a placeholder service - replace URL with your actual image */
	background: url('../img/ekatma_emblem2.png') no-repeat center center;
	background-size: cover;
	z-index: 1;
	/* Sits inside, below the rotating ring */
}

.back-top-visible {
	display: none !important;
}

/* QUOTES CONTAINER */
.quotes-container {
	grid-area: 1 / 1;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	pointer-events: none;
}

.quote-item {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	/* Large gap creates the space for the separator to sit visually */
	gap: 140px;
}

.quote-item.active {
	display: flex;
}

/* TEXT STYLES */
.quote-eng {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
	color: #2e2e2e;
	text-align: center;
	max-width: 90%;
}

.bottom-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.quote-sans h4 {
	font-size: 1.4rem;
	color: var(--tg-primary-color);
	/* Cyan accent for Sanskrit */
	text-align: center;
	font-weight: 400;
}

.quote-author {
	font-size: 0.9rem;
	font-weight: 300;
	color: #888888;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* ANIMATIONS */
@keyframes lineExpand {
	0% {
		transform: scaleX(0);
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	50% {
		transform: scaleX(1);
		opacity: 1;
	}

	/* Full width at 2.5s */
	90% {
		opacity: 1;
	}

	100% {
		transform: scaleX(0);
		opacity: 0;
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

section {
	z-index: 1 !important;
}

.static-body-logo {
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -10;
	overflow-x: hidden;
	mix-blend-mode: multiply;
	opacity: .10;
}

.static-body-logo img {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 20%;
}


/* button style */
.btn {
	user-select: none;
	-moz-user-select: none;
	background: var(--tg-secondary-color) none repeat scroll 0 0;
	border: medium none;
	border-radius: 50px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 19px 50px;
	text-align: center;
	text-transform: capitalize;
	touch-action: manipulation;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn::before {
	content: "";
	position: absolute;
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	width: 200%;
	height: 200%;
	top: 110%;
	left: 50%;
	background: var(--tg-primary-color);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}

.btn:hover {
	color: var(--tg-white);
}

.btn-two {
	background: var(--tg-primary-color) none repeat scroll 0 0;
}

.btn-two::before {
	background: var(--tg-secondary-color);
}

.btn:hover:before {
	top: -40%;
}

.breadcrumb>.active {
	color: var(--tg-primary-color);
}



/* scrollUp */
.scroll-top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: -10%;
	right: 20px;
	font-size: 16px;
	border-radius: 50%;
	z-index: 99;
	color: var(--tg-white);
	text-align: center;
	cursor: pointer;
	background: var(--tg-primary-color);
	transition: 1s ease;
	border: none;
	opacity: 0;
}

.scroll-top.open {
	bottom: 90px;
	opacity: 1;
}

.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll-top:hover {
	background-color: var(--tg-heading-font-color);
	opacity: 1;
}

/* topbar */

#topBar {
	background: var(--tg-secondary-color);
}

.push-right {
	float: right !important;
}

.push-left {
	float: left !important;
}

.center-content {
	text-align: center;
}


#breadcrumb {
	width: 100%;
}

.tcon {
	display: none;
}

.border,
.hide {
	display: none !important;
}

.top-ticketbook {
	margin-right: 10px;
}

#accessibility>ul>li:first-child {
	border-left: none;
}

#accessibility>ul>li.languageCont:hover .socialIcons,
#accessibility ul li.social-media:hover .socialIcons {
	opacity: 1;
	visibility: visible;
}

#accessibility ul li a.skipContent {
	font-size: 14px;
	padding: 0 8px;
	font-weight: 600;
}

#accessibility ul li a.language {
	font-size: 14px;
	padding: 0 8px;
	font-weight: 600;
}

.languageCont .socialIcons ul li a {
	font-size: 14px !important;
	padding: 4px 8px !important;
	color: #000 !important;
}

.languageCont .socialIcons ul li a:hover {
	background: #000 !important;
	color: #fff !important;
}

.contrast #accessibility ul li select {
	background: #000;
	border: 1px solid #ff0;
}

.contrast .languageCont .socialIcons ul li a {
	color: #fff !important;
}

.skip01 {
	display: flex !important;
}


ul,
ol,
#overflowMenu ul,
#overflowMenu ol,
.flex-direction-nav ul,
.flex-direction-nav ol,
.flexslider ul,
.flexslider ol,
.menuWrapper ul,
.menuWrapper ol,
#breadcrumb ul,
#breadcrumb ol,
.printShare ul,
.printShare ol,
.accordian ul,
.accordian ol,
.socialBox ul,
.socialBox ol {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0px;
}

ul li,
ol li,
#overflowMenu ul li,
#overflowMenu ol li,
.flex-direction-nav ul li,
.flex-direction-nav ol li,
.flexslider ul li,
.flexslider ol li,
.menuWrapper ul li,
.menuWrapper ol li,
#breadcrumb ul li,
#breadcrumb ol li,
.printShare ul li,
.printShare ol li,
.accordian ul li,
.accordian ol li,
.socialBox ul li,
.socialBox ol li {
	list-style-type: none;
	padding-bottom: 0;
}

.bg-default {
	background-color: #6f0041 !important;
}

.m-tb-15 {
	margin: 15px 0;
}

#styleOptions {
	display: flex;
}

#styleOptions .theme-black {
	background: #000 !important;
	border-radius: 5px 0 0 5px;
}

#styleOptions .theme-regular {
	background: #fff;
	border-radius: 0 5px 5px 0;
}

#styleOptions .theme-regular i {
	color: #000;
}


#styleOptions .theme-regular:hover {
	background-color: #ffffff !important;
}

.theme-regular:focus {
	background-color: #fff !important;
}

#accessibility li .loginContent {
	background: #4b3504;
	font-size: 1em;
	padding: 7px 8px;
	color: #fff;
}

#accessibility li .loginContent span {
	font-size: 1.1em;
	vertical-align: middle;
}

#accessibility li .loginContent:hover {
	background: #4b3504;
}

.govBranding ul li {
	float: left;
}

.govBranding ul li a {
	display: block;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 10px;
	line-height: 35px;
	color: #fff;
}

.govBranding ul li a:hover,
.govBranding ul li a:focus {
	/* background-color: #d8d8d8; */
	background-color: #515151;

}


#accessibility>ul>li {
	border-left: 1px solid var(--tg-primary-color);
}

#accessibility>ul>li:last-child {
	border-right: none;
}

#accessibility>ul>li a:hover,
#accessibility>ul>li a:focus {
	color: #D9A441;
}

#accessibility>ul>li a.skipContent:focus {
	background-color: transparent;
}

#accessibility ul li {
	float: left;
	position: relative;
}

#accessibility ul li.searchbox a {
	padding: 0 10px;
}

#accessibility ul li.searchbox a>img {
	max-width: 30px;
	vertical-align: middle;
}

#accessibility ul li.social-media a.social-group-icon {
	padding: 0 6px !important;
}

#accessibility ul li.social-media a.social-group-icon>img {
	max-width: 28px;
	vertical-align: middle;
}

#accessibility ul li.top-sitemap a {
	padding: 0 3px;
}

#accessibility ul li.top-sitemap a>img {
	max-width: 32px;
	vertical-align: middle;
}

#accessibility ul li a {
	color: #ffffff;
	font-size: 14px;
	padding: 0 10px;
	line-height: 35px;
	display: block;
	font-weight: 600;
}

#accessibility ul li a:focus {
	outline: none;
}


#accessibility ul li.highContrast.dark,
#accessibility ul li.highContrast.light {
	margin: 0;
}

#accessibility ul li.highContrast.dark a {
	background: #000;
	color: #fff;
	border: 1px solid #000;
	border-right: none;
}

#accessibility ul li.highContrast.dark a:hover,
#accessibility ul li.highContrast.dark a:focus {
	color: #fff;
}

#accessibility ul li.highContrast.light a {
	border: 1px solid #000;
	border-left: none;
	background-color: #fff;
	color: #000;
	border-radius: 0 5px 5px 0;
	cursor: not-allowed;
}

#accessibility ul li .textSizing {
	padding: 5px 10px;
}

#accessibility ul li .textSizing ul li {
	margin: 0 5px 0 0;
}

#accessibility ul li .textSizing ul li:last-child {
	margin: 0;
}

#accessibility ul li .textSizing ul li a {
	line-height: normal;
	font-size: 0.9em;
	border: 1px solid #8c8b8b;
	padding: 2px 8px;
	font-weight: 700;
}

#accessibility ul li select {
	width: 80px;
	padding: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 0.8em;
	margin-left: 8px;
	height: 23px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}

#accessibility ul li .goiSearch {
	position: absolute;
	width: 209px;
	z-index: 1;
	left: -1px;
	visibility: hidden;
	top: 100%;
}

#accessibility ul li .goiSearch input[type="text"],
#accessibility ul li .goiSearch input[type="search"] {
	float: left;
	width: 160px;
	border: 1px solid #d8d8d8;
	margin: 0;
}

#accessibility ul li .goiSearch button {
	width: 40px;
	font-size: 16px;
	padding: 4px 0;
	text-align: center;
	float: right;
	background: #fbac1b;
	color: #fff;
}

#accessibility ul li .goiSearch button:hover {
	background: #c68103;
}

#accessibility ul li .socialIcons {
	position: absolute;
	width: 100%;
	z-index: 99;
	left: 0;
	top: 100%;
	visibility: hidden;
	background-color: #e9e9e9;
}

#accessibility ul .languageCont .socialIcons {
	background: #fff;
}

#accessibility ul li .socialIcons ul {
	border: 1px solid #d8d8d8;
	border-top: 0;
}

#accessibility ul li .socialIcons ul li {
	float: none;
	text-align: center;
}

#accessibility ul li .socialIcons ul li a {
	padding: 4px 6px;
	line-height: normal;
}

#accessibility ul li .socialIcons ul li a:hover,
#accessibility ul li .socialIcons ul li a:focus {
	background: #d8d8d8;
	color: #290018;
}

#accessibility ul li .socialIcons ul li.current-lang {
	display: none;
}

#accessibility ul li.mFocus .socialIcons,
#accessibility ul li.mFocus .goiSearch {
	visibility: visible;
}

#accessibility ul li:last-child .socialIcons {
	min-width: 61px;
	width: auto;
	left: inherit;
	right: -1px;
}


.m-hide {
	display: block;
}

.show-con {
	display: inline-block;
}

.header-wrapper {
	padding: 10px 0;
	background: #fff;
	position: relative;
	z-index: 10;
	background-blend-mode: soft-light;
}

.container:before {
	display: table;
	content: "";
}

.row:before {
	display: table;
	line-height: 0;
	content: "";
}

#accessibility ul li .textSizing ul:after,
.govBranding ul:after {
	content: " ";
	display: table;
	clear: both;
}


#search-menu {
	position: absolute;
	width: 235px;
	height: 60px;
	left: 0;
	right: 0;
	white-space: nowrap;
	z-index: 9999;
	background: linear-gradient(to bottom, #2b031a 0%, rgb(43 6 28 / 81%) 50%, rgba(0, 0, 0, 0.01) 100%);
	opacity: 0;
	display: none;
	visibility: hidden;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
	top: 35px !important;
}

#search-menu.toggled {
	top: 0;
	opacity: 1;
	display: block;
	visibility: visible;
}

#search-menu .wrapper {
	position: relative;
	margin: 5px auto 0 auto;
	padding: 0 1em;
}

#search-menu .wrapper input {
	width: 80%;
	padding: 0 0 0.125em 0;
	background: transparent;
	border: none;
	border-bottom: 2px solid #bfbfbf;
	font-size: 15px;
	color: #fff;
}

#search-menu .wrapper input:focus {
	outline: none;
}

#search-menu .wrapper button {
	position: absolute;
	display: block;
	width: 10%;
	right: 20px;
	top: 0;
	background: transparent;
	border: none;
	color: #bfbfbf;
	font-size: 18px;
	-webkit-transition: 500ms ease all;
	-moz-transition: 500ms ease all;
	transition: 500ms ease all;
}

#search-menu .wrapper button:hover {
	color: #fff;
}

#search-menu .wrapper button:focus {
	outline: none;
}

.row:after {
	display: table;
	line-height: 0;
	content: "";
	clear: both;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.h1-logo {
	margin-bottom: 0;
	text-transform: capitalize;
}

.logo-subtitle {
	color: var(--tg-secondary-color);
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}

#logo {
	height: 100px;
	object-fit: contain;
}

.stickymenu.logo {
	margin-right: 150px;
	padding: 10px 0;
}

.menu-area.sticky-menu .stickymenu.logo {
	display: block;
}

.menu-area {
	display: none;
}

.menu-area.sticky-menu {
	display: block;
}

.stickymenu.logo {
	display: none;
}

/* 3. Mobile-menu */


.nav-logo img {
	width: 160px;
}

.mobile-menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border-radius: 0px;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-webkit-transform: translateX(-101%);
	-ms-transform: translateX(-101%);
	transform: translateX(-101%);
}

.mobile-menu .navbar-collapse {
	display: block !important;
}

.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}

.mobile-menu-visible {
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .navigation li.current>a:before {
	height: 100%;
}


.search-backdrop,
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
	background: #000;
}

.mobile-menu-visible .menu-backdrop {
	opacity: 0.65;
	visibility: visible;
}

.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: var(--tg-white);
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}

.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}

.mobile-menu .close-btn {
	position: absolute;
	right: 15px;
	top: 28px;
	line-height: 30px;
	width: 35px;
	text-align: center;
	font-size: 20px;
	color: var(--tg-primary-color);
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}

.mobile-menu .navigation li {
	position: relative;
	list-style: none;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}

.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 15px 60px 15px 25px;
	font-size: 18px;
	font-weight: 600;
	color: #222;
	text-transform: capitalize;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
}

.mobile-menu .navigation li ul {
	margin: 0;
	padding: 0;
}

.mobile-menu .navigation li ul li {
	list-style: none;
}

.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li ul li ul li a {
	margin-left: 40px;
}

.mobile-menu .navigation li ul li ul li ul li a {
	margin-left: 60px;
}

.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #222;
	background: #efefef;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}

.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
	display: none;
}

.mobile-menu .social-links ul {
	display: flex;
	position: relative;
	text-align: center;
	padding: 30px 20px 20px;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 6px 10px;
}

.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #222;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid #efefef;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}

.mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

.menu-nav .mobile-nav-toggler {
	position: relative;
	display: none;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #000;
	border-radius: 10px;
	font-size: 20px;
	cursor: pointer;
	border: solid 1px #000;
	margin: 10px;
}

#sticky-header .mobile-nav-toggler {
	position: relative;
	display: none;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 38px;
	text-align: center;
	color: #000;
	border-radius: 10px;
	font-size: 16px;
	cursor: pointer;
	border: solid 1px #000;
}

.mobile-nav-toggler i {
	line-height: 37px;
}

#sticky-header .mobile-nav-toggler {
	display: none;
}


/* 2. Header */



.menu-area {
	padding: 0;
	border-top: 1px solid #faa432;
	border-bottom: 1px solid #faa432;
	z-index: 9;
	background-color: #ffffffcc;
	position: relative;
	backdrop-filter: blur(10px);
}

/* .menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
} */

.logo img {
	max-width: 205px;
	width: 205px;
}

.navbar-wrap {
	display: flex;
	flex-grow: 1;
}

.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto 0 auto auto;
	padding: 0;
	align-items: center;
}

.navbar-wrap ul li {
	list-style: none;
	display: block;
	position: relative;
}

.navbar-wrap ul li a {
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	color: #000;
	padding: 10px;
	display: block;
	line-height: 1.5;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
	z-index: 1;
}

.main-menu .navigation li.menu-item-has-children .dropdown-btn {
	display: none;
}

.menu-item-has-children i {
	margin-left: 5px;
}

.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 205px;
	background: var(--tg-primary-color);
	margin: 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-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;
	-webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	-moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
	border-radius: 5px;
	padding: 5px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}

.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}

.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}

.navbar-wrap ul li .sub-menu li a {
	padding: 10px 15px;
	line-height: 1.4;
	color: var(--tg-white);
	text-transform: capitalize;
	-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;
}

.navbar-wrap ul li .sub-menu li a:hover {
	padding: 10px 15px 10px 20px;
	transition: all 0.3s ease-in-out;
}

.navbar-wrap ul li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: #ffffffcc;
	backdrop-filter: blur(10px);
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
	padding: 0 0;
}

.join-btn {
	background-color: var(--tg-primary-color);
	padding: 5px 10px !important;
	margin-left: 25px;
	border-radius: 10px;
	color: #fff !important;
}

.header-fixed-position {
	display: block;
	height: 67px;
}


.navbar-wrap>ul>li.active>a,
.navbar-wrap>ul>li:hover>a {
	color: var(--tg-secondary-color);
}

.navbar-wrap ul li .sub-menu li a::before {
	content: "";
	width: 3px;
	height: 50%;
	background: var(--tg-secondary-color);
	display: block;
	position: absolute;
	left: -5px;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

.navbar-wrap ul li .sub-menu li:hover>a::before {
	opacity: 1;
	left: 10px;
	transition: all 0.2s ease-in-out;

}

/* Hero-slider */

.banner-area {
	position: relative;
}

.hero-slider {
	position: relative;
}

.hero-slider .swiper-slide {
	padding: 0 25px;
}

.hero-slider .swiper-slide .hero-slide-inner {
	border-radius: 35px;
	overflow: hidden;
}

.hero-slider .swiper-slide img {
	width: 100%;
	height: 85vh;
	object-fit: cover;
}

/* Hero content overlay */
.hero-slide-inner {
	position: relative;
}

.hero-content {
	position: absolute;
	text-align: center;
	margin: auto;
	right: 0;
	left: 0;
	bottom: 6%;
	color: #fff;
	max-width: 640px;
	background: rgb(0 0 0 / 40%);
	backdrop-filter: blur(4px);
	padding: 24px 28px;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
	opacity: 0;
	transform: translateY(30px);
}

.hero-content.animate {
	animation: heroFadeInUp 0.8s ease-out forwards;
}

@keyframes heroFadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.hero-content h2 {
	font-family: 'Philosopher', serif;
	font-size: 36px;
	line-height: 1.05;
	margin: 0;
	font-weight: 700;
	color: #fff;
}

.hero-content p {
	margin: 12px 0 0 0;
	font-size: 14px;
	color: #f4f4f4;
	line-height: 1.5;
}

@media (max-width: 991px) {


	.hero-content h2 {
		font-size: 32px;
	}

	.hero-content p {
		font-size: 15px;
	}
}

@media (max-width: 575px) {

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

	.hero-content p {
		font-size: 14px;
	}

	.uw-widget-custom-trigger {
	height: 40px !important;
	max-width: 40px !important;
	padding: 5px !important;
}

.uw-widget-custom-trigger img {
	width: 25px !important;
	height: 25px !important;
}
}

.hero-swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: url("../img/pagi.svg") no-repeat center;
	background-size: contain;
	opacity: 0.5;
	border-radius: 0;
}

.hero-swiper-pagination .swiper-pagination-bullet-active {
	background: url("../img/pagi-active.svg") no-repeat center;
	background-size: contain;
	opacity: 1;
}

.hero-slider .hero-swiper-pagination {
	position: absolute;
	left: 50%;
	bottom: 16px;
	/* adjust if needed */
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0;
	/* spacing between SVG bullets */
	width: auto;
	/* IMPORTANT */
	z-index: 10;
}

.hero-slider .button-prev,
.hero-slider .button-next {
	position: absolute;
	padding: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--tg-primary-color);
	border-radius: 20%;
	border: none;
	z-index: 2;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.hero-slider .button-prev {
	left: 45px;
	background: linear-gradient(90deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 14%) 100%);
}

.hero-slider .button-prev:hover {
	transform: translate(-5px, -50%);
}

.hero-slider .button-next {
	right: 45px;
	background: linear-gradient(-90deg, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 14%) 100%);
}

.hero-slider .button-next:hover {
	transform: translate(5px, -50%);
}


.slider-toggle {
	background: #ffffff85;
	border: none;
	font-size: 22px;
	cursor: pointer;
	position: absolute;
	bottom: 10px;
	right: 30px;
	z-index: 5;
	padding: 6px 13px;
	border-radius: 50%;
	color: #8b231d;
}

/* Three-cards */

/* Card */
.image-card {
	position: relative;
	aspect-ratio: 3/4;
	/* mask-image: url(../img/mask.svg); */
	mask-repeat: round;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	border-radius: 25px;
}

.card-grid {
	position: relative;
	overflow: hidden;
}

/* Image */
.image-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

/* Bottom gradient overlay */
.image-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 55%,
			rgba(0, 0, 0, 0.55) 100%);

}

.card-grid .card-title {
	position: absolute;
	bottom: 0;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}

.card-grid .card-title p {
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 30px;
	font-family: "Philosopher", sans-serif;
	transition: all 0.3s ease-in-out;
	position: relative;
}

.card-grid .card-title p::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -15px;
	width: 75%;
	height: 15px;
	background: url("../img/brush.png") no-repeat center;
	background-size: contain;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.card-grid:hover .card-title p::after {
	opacity: 1;
}

.card-grid:hover .image-card img {
	transform: scale(1.10);
	transition: all 0.3s ease-in-out;
}

.card-grid:hover .card-title p {
	transform: translateY(-10px);
	transition: all 0.3s ease-in-out;
}

/* CTA Arrow */
.cta-arrow {
	position: absolute;
	top: 16px;
	left: 14px;
	width: 45px;
	height: 45px;
	background: #b45309;
	/* brown/orange */
	color: #fff;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	z-index: 2;
	transition: all 0.25s ease, background 0.25s ease;
}

/* Hover effect */
.cta-arrow:hover {
	background: #92400e;
	transform: translateX(8px);
	font-size: 24px;
	width: 52px;
	height: 52px;
	transition: all 0.25s ease, background 0.25s ease;
}

.card-title-left {
	padding: 25px;
	background: #943d25;
	border-radius: 30px 0 0 30px;
}

.card-title-left h3,
.card-title-right h3 {
	color: #fff;
	font-size: 36px;
	font-family: var(--tg-heading-font-family);
	transform: translateY(0);
	transition: all 0.2s ease-in-out;
}

.card-title-right {
	padding: 25px;
	background: #b84e16;
	border-radius: 0 30px 30px 0;
	text-align: end;
}

.two-redirect-card {
	position: relative;
}

.two-redirect-card.left .image-card-redirect {
	right: 25px;
	left: unset;
	transform: translateY(90px);
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.image-card-redirect {
	position: absolute;
	bottom: 0;
	left: 25px;
	transform: translateY(90px);
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.image-card-redirect img {
	width: 115px;
}

.two-redirect-card:hover .card-title-left h3,
.two-redirect-card:hover .card-title-right h3 {
	text-decoration: underline;
	transform: translateY(-10px);
	transition: all 0.2s ease-in-out;
}

.two-redirect-card:hover .image-card-redirect {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s ease-in-out;
}

/* 4. Search */
.search-popup-wrap {
	position: fixed;
	top: 0;
	left: 0;
	background: var(--tg-white);
	height: auto;
	width: 100%;
	z-index: 99;
	padding: 40px 0 50px;
	display: none;
	z-index: 999;
}

.search-form {
	position: relative;
}

.search-form input {
	width: 100%;
	border: none;
	border-bottom: 1px solid var(--tg-secondary-color);
	padding: 10px 50px 20px;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	background: transparent;
	color: #222;
}

.search-form input::placeholder {
	font-size: 30px;
	color: #222;
	opacity: .5;
}

.search-btn {
	position: absolute;
	right: 20px;
	background: transparent;
	border: 0;
	font-size: 25px;
	color: var(--tg-secondary-color);
	top: 50%;
	transform: translateY(-50%);
}

.search-close {
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 30px;
	color: var(--tg-secondary-color);
	cursor: pointer;
}

body.search-visible {
	overflow: hidden;
}

.search-backdrop {
	background: #000;
	cursor: url(../img/icons/cross-out.png), pointer;
	z-index: 99;
	visibility: hidden;
}

.search-visible .search-backdrop {
	opacity: .55;
	visibility: visible;
}

/* 5. Breadcrumb */
.breadcrumb-bg {
	background-image: url(../img/bg/video_bg.jpg);
	background-position: center;
	background-size: cover;
	position: relative;
	padding: 230px 0 150px;
	z-index: 1;
}

.breadcrumb-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #090909;
	opacity: .85;
	z-index: -1;
}

.breadcrumb-bg::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	background-image: url("../img/bg/testimonial_bottom_shape.png");
	width: 100%;
	height: 36px;
	background-repeat: repeat;
	background-position: center;
	z-index: 1;
}

.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
}

.breadcrumb-content {
	position: relative;
	z-index: 4;
}

.breadcrumb-content .title {
	font-size: 60px;
	line-height: 1.2;
	color: var(--tg-white);
	letter-spacing: -1px;
	margin-bottom: 15px;
}

.breadcrumb li {
	display: block;
	font-size: 20px;
	color: var(--tg-white);
	line-height: 1.4;
}

.breadcrumb li a {
	color: var(--tg-white);
}

.breadcrumb-item+.breadcrumb-item::before {
	padding-right: 15px;
	padding-left: 15px;
	color: var(--tg-white);
	content: "|";
}

.breadcrumb-item+.breadcrumb-item {
	padding-left: 0;
}



.banner-shape {
	position: absolute;
	z-index: -1;
}

.banner-shape.one {
	left: -18px;
	top: 14%;
}

.banner-shape.two {
	right: 0;
	top: 8%;
}

.banner-shape.three {
	bottom: -15px;
	left: 40px;
}

.banner-shape.four {
	bottom: 0;
	right: 60px;
}

/* 7. Brand */
.brand-area {
	padding: 80px 0 80px;
}

.brand-title .title {
	margin: 0 0 0;
	font-size: 22px;

	display: inline-flex;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	color: #0A0A0A;
}

.brand-title .title span {
	color: var(--tg-secondary-color);
	margin-left: 10px;
}

.brand-title .title::after {
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	width: 60px;
	height: 20px;
	background-image: url(../img/theme/title_after.png);
	background-repeat: no-repeat;
	margin: auto;
	left: 0;
}

.brand-title .title::after {
	left: auto;
	right: -75px;
}

.brand-item {
	display: flex;
	margin: 0 15px;
	align-items: center;
	justify-content: center;
}

.brand-item img {
	width: 100%;
	height: 150px;
	object-fit: contain;
}

/* 21. Footer */

.footer-area {
	background-image: url(../img/footer-bg.png);
	background-size: cover;
	padding-top: 75px;
	background-position-y: top;
	background-repeat: no-repeat;
}

.footer-top-wrap {
	position: relative;
	padding: 30px 0 30px;
	overflow-x: hidden;
	z-index: 1;
}

.footerlogo img {
	max-height: 80px;
}

.not-show-instagram .footer-top-wrap {
	padding: 120px 0 30px;
}

.footer-top-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: -22px;
	width: 100%;
	height: 53px;
	background-image: url(../img/bg/footer_bg_shape.png);
	background-repeat: repeat;
	background-position: center;
	z-index: -1;
}

.footer-shape {
	position: absolute;
	z-index: -1;
}

.footer-shape.one {
	left: 0;
	bottom: 100px;
}

.footer-shape.two {
	right: 0;
	bottom: 170px;
}

.footer-logo {
	margin: 0 0 30px;
}

.footer-widget .footer-text {
	width: 75%;
}

.footer-widget .footer-text p {
	margin: 0 0;
	color: #000;
	opacity: .7;
}

.footer-social ul {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}

.footer-social a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #b38057;
	border-radius: 50%;
	color: #000;
}

.footer-social a:hover {
	background: var(--tg-secondary-color);
}

.footer-widget .fw-title {
	font-size: 20px;
	font-family: var(--tg-heading-font-family);
	color: #ffffff;
	letter-spacing: 0.02em;
	margin: 0 0 30px;
}

.footer-widget ul li {
	margin: 0 0 12px;
}

.footer-widget ul li a {
	color: #ffffff;
	opacity: 1;
	font-weight: 500;
}

.footer-contact-wrap p {
	color: #ffffff;
	opacity: 1;
}

.footer-contact-wrap iframe {
	border: 0;
	height: 300px;
	border-radius: 15px;
}

.footer-contact-wrap .list-wrap {
	margin: 15px 0 0;
}

.footer-contact-wrap .list-wrap p {
	margin-bottom: 0;
}

.footer-contact-wrap .list-wrap li {
	color: #ffffff;
	display: flex;
	align-items: center;
	margin: 0 0 15px;
}

.footer-contact-wrap .list-wrap li i {
	color: var(--tg-yellow);
	font-size: 18px;
	margin-right: 10px;
	width: 20px;
	height: 15px;
}

.footer-button {
	display: flex;
	margin-bottom: 25px;
}

.footer-button .left-button {
	margin-right: 25px;
}

.footer-button .ftr-btn {
	padding: 15px 30px;
	color: #fff;
	border: 2px solid #b38057;
	background: none;
	font-family: var(--tg-heading-font-family);
}

.footer-button .ftr-btn.active {
	background-color: #b38057;
}

.social-block {
	background: #fff;
	padding: 15px;
	border-radius: 10px;
}

.social-block h4 {
	color: var(--tg-primary-color) !important;
}

.copyright-wrap {
	background: #0A0A0A;
	border-top: 1px solid #262626;
	padding: 25px 0;
}

.copyright-text p {
	margin: 0 0;
	color: var(--tg-white);
	opacity: .9;
}

.copyright-text a {
	color: var(--tg-yellow);
}


/* =============================
        New Home CSS
================================*/

/*=============================================
=            What's New Ticker Area           =
=============================================*/
.whats-new-area {
	padding: 20px 0;
	position: relative;
	z-index: 10;
}

.whats-new-wrapper {
	background: linear-gradient(135deg, #fff7f0 0%, #fff 100%);
	border: 1px solid rgba(197, 84, 46, 0.15);
	border-radius: 35px;
	/* Same border-radius as hero banner slide-inner */
	display: flex;
	align-items: center;
	padding: 10px 25px;
	box-shadow: 0 10px 30px rgba(197, 84, 46, 0.06);
	overflow: hidden;
	gap: 20px;
	margin: 0 13px;
}

.whats-new-label {
	background: linear-gradient(135deg, var(--tg-primary-color) 0%, var(--tg-secondary-color) 100%);
	color: #fff;
	padding: 10px 24px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	box-shadow: 0 4px 15px rgba(197, 84, 46, 0.3);
}

.whats-new-label h4 {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	font-family: var(--tg-heading-font-family);
	/* Philosopher */
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.label-pulse {
	width: 8px;
	height: 8px;
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	animation: pulseGlow 1.5s infinite ease-in-out;
}

@keyframes pulseGlow {
	0% {
		transform: scale(0.85);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.85);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}



/* whats-new-slider */

.whats-new-slider {
	flex-grow: 1;
	min-width: 0;
	width: 0;
	height: auto;
	min-height: 40px;
	overflow: hidden;
}

.whats-new-slider .swiper-wrapper {
	align-items: center;
}

.whats-new-slider .swiper-slide {
	height: auto;
	display: flex;
	align-items: center;
	padding: 6px 0;
}

.news-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	text-decoration: none;
	width: 100%;
	color: var(--tg-body-font-color);
	transition: color 0.3s ease;
}

.news-item:hover {
	color: var(--tg-primary-color);
}

.news-bullet {
	color: var(--tg-primary-color);
	font-size: 14px;
	display: flex;
	align-items: center;
	margin-top: 4px;
	flex-shrink: 0;
	animation: bulletRotate 4s infinite linear;
}

@keyframes bulletRotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.news-text {
	font-family: var(--tg-body-font-family);
	/* Arya */
	font-size: 16px;
	font-weight: 500;
	white-space: normal;
	line-height: 1.5;
	word-break: break-word;
}

.whats-new-controls {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	padding-left: 15px;
}

.whats-new-controls button {
	background: transparent;
	border: none;
	color: var(--tg-secondary-color);
	width: 32px;
	height: 32px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s ease;
}

.whats-new-controls button:hover {
	background-color: rgba(197, 84, 46, 0.1);
	color: var(--tg-primary-color);
}

/* Dark mode compatibility */
body.dark-mode .whats-new-wrapper {
	background: linear-gradient(135deg, #181210 0%, #111 100%);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

body.dark-mode .news-item {
	color: #eee;
}

body.dark-mode .news-item:hover {
	color: var(--tg-primary-color);
}

body.dark-mode .whats-new-controls {
	border-left-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .whats-new-controls button {
	color: #ccc;
}

body.dark-mode .whats-new-controls button:hover {
	background-color: rgba(255, 255, 255, 0.05);
	color: var(--tg-primary-color);
}

/* Responsive fixes */
@media (max-width: 991px) {
	.whats-new-wrapper {
		flex-direction: column;
		align-items: stretch;
		padding: 15px 20px;
		gap: 15px;
	}

	.whats-new-label {
		align-self: flex-start;
	}

	.whats-new-slider {
		width: 100%;
	}

	.whats-new-controls {
		border-left: none;
		padding-left: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
		padding-top: 10px;
		justify-content: flex-end;
	}

	body.dark-mode .whats-new-controls {
		border-top-color: rgba(255, 255, 255, 0.1);
	}
}

.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	border: 0;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	transition: all 0.02s;
	font-weight: bold;
	cursor: pointer;
	background: var(--tg-primary-color);
	color: #fff;
	transition: all 0.2s ease-in-out;
	z-index: 10;
	box-shadow: 0 0px 7px -5px rgba(0, 0, 0, 0.5);
}

.button:hover {
	color: rgb(37, 37, 37);
	background: #fff;
	transition: all 0.2s ease-in-out;
}

.button:active {
	transform: scale(0.97);
}

.hoverEffect {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;

}

.hoverEffect div {
	background: var(--tg-primary-color);
	background: linear-gradient(90deg, rgb(148, 61, 37) 0%, rgb(222, 94, 26) 49%, rgb(255 255 255) 100%);
	border-radius: 40rem;
	width: 10rem;
	height: 10rem;
	transition: 0.4s;
	filter: blur(20px);
	animation: effect infinite 3s linear;
	opacity: 0.5;
}

.button:hover .hoverEffect div {
	width: 8rem;
	height: 8rem;
}

@keyframes effect {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}



/* Inner Pages */


/* 18. Pagination */
.pagination-wrap ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 10px;
	margin-bottom: 0 !important;
}

.pagination-wrap ul li {
	display: block;
	margin: 10px 5px 0;
}

.pagination-wrap ul li a,
.pagination-wrap ul li .page-numbers {
	display: block;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 48px;
	border: 2px solid var(--tg-gray-two);
	font-weight: 500;
	color: #222;
	font-size: 16px;
}

.pagination-wrap ul li a:hover,
.pagination-wrap ul li .current {
	color: var(--tg-white);
	background: var(--tg-secondary-color);
	border-color: var(--tg-secondary-color);
}

.pagination-wrap ul li a.prev,
.pagination-wrap ul li a.next {
	font-size: 12px;
}


/* 5. Theme Breadcrumb */

.text-left {
	text-align: left;
}

.video-shape {
	position: absolute;
	z-index: 3;
}

.video-shape.one {
	left: 0;
	bottom: 0;
}

.video-shape.two {
	right: 0;
	bottom: 5%;
}


.inner-block {
	padding: 32px;
	border: 1px solid #daf2df;
	border-radius: 16px;
	box-shadow: 0 0 16px #99999944;
	margin-bottom: 50px;
	font-weight: 500;
}

.inner-block th {
	background: var(--tg-secondary-color);
	color: #fff;
}

.inner-block td i {
	color: var(--tg-secondary-color);
}

.table-striped>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: #fff2f9;
	color: var(--bs-table-striped-color);
}

.form-control:focus {
	border-color: #ced4da;
	box-shadow: unset;
}

.form-group {
	position: relative;
	align-content: center;
}

.form-group i {
	position: absolute;
	top: 15px;
	right: 25px;
}

.select2me {
	height: 35px !important;
	padding: 5px 10px !important;
}

.form-control.select2me {
	color: #6c6c6c;
	font-weight: 600;
}

.page-link.disabled {
	background: #bbbbbb !important;
	color: #323232 !important;
}

.page-link {
	color: #323232 !important;
}

.page-link.bg-default {
	color: #fff !important;
}

.gallery-item {
	padding: 10px;
	border: 1px solid #b4b4b4;
	border-radius: 15px;
	position: relative;
	clip-path: border-box;
	transition: all 0.3s ease;
	margin: 10px;
	width: 295px;
}

.gallery-pic img {
	height: 150px;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
	width: 100%;
}

.gallery-pic {
	border-radius: 10px;
	overflow: hidden;
}

.gallery-caption {
	position: absolute;
	padding: 5px;
	bottom: 0;
	background: var(--tg-secondary-color);
	left: 0;
	right: 0;
	text-align: center;
	border-radius: 0 0 15px 15px;
	transform: translateY(60px);
	transition: all 0.5s ease-in-out;
}

.gallery-caption p {
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.gallery-item:hover .gallery-caption {
	transform: translateY(0);
	transition: all 0.3s ease-in-out;
}

.gallery-item:hover .gallery-pic img {
	transform: scale(1.1);
	transition: all 0.5s ease-in-out;
}

.gallery-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #7b3e0599;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	transition: all 0.3s ease;
}

.gallery-item:hover {
	box-shadow: inset #747474 0px 0px 10px 0px;
	transition: all 0.3s ease;
}

.gallery-icon i {
	color: #fff;
	font-size: 18px;
	transition: all 0.3s ease;
}

.pagination {
	padding-top: 20px;
}


@media (min-width: 640px) {
	.breadcrumb-links>li:nth-child(n + 4) {
		display: block;
	}

	.breadcrumb-links li:first-child .breadcrumb-text {
		display: block;
	}
}



/* 20. Contact */
.contact-area {
	padding: 30px 0 30px;
}

.contact-box {
	box-shadow: 0 8px 16px rgba(102, 102, 102, 0.25);
	padding: 60px;
	background: var(--tg-white);
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin: 0 0 30px;
	text-align: center;
	border-radius: 15px;
}

.contact-box::before,
.contact-box::after {
	position: absolute;
	content: "";
	border-left: 4px solid var(--tg-primary-color);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 160px;
	width: 5px;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	opacity: 0;
}

.contact-box::after {
	left: auto;
	right: 0;
}

.contact-icon {
	font-size: 100px;
	color: var(--tg-secondary-color);
	line-height: 1;
	position: relative;
	display: inline-flex;
	margin: 0 0 25px;
}

.contact-icon .overlay-icon {
	position: absolute;
	top: -5px;
	width: 26px;
	height: 26px;
	font-size: 14px;
	line-height: 26px;
	background: var(--tg-white);
	border-radius: 100%;
	box-shadow: 0 8px 16px rgba(102, 102, 102, 0.10);
	color: var(--tg-primary-color);
	right: -10px;
}

.contact-content .title {
	font-size: 30px;
	margin: 0 0 15px;
}

.contact-content .contact-desc {
	margin-bottom: 0;
}

.contact-box-wrapper {
	padding: 0 55px;
}

.contact-box:hover::before,
.contact-box:hover::after {
	opacity: 1;
}

.contact-form-area {
	position: relative;
	padding: 0 0 120px;
}

#contact-map {
	display: block;
	width: 100%;
	height: 100%;
}

#contact-map iframe {
	width: 100%;
	height: 100%;
}

.contact-form-wrap {
	padding: 0 0 0 30px;
}

.contact-form .form-grp {
	margin: 0 0 25px;
	position: relative;
}

.contact-form label {
	display: block;
	color: #222;
	font-weight: 500;
	margin: 0 0 10px;
}

.contact-form input,
.contact-form textarea {
	display: block;
	width: 100%;
	border: 1px solid #f1f1f1;
	padding: 16px 25px;
	border-radius: .25rem;
}

.contact-form textarea {
	min-height: 150px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	font-size: 16px;
	opacity: .5;
}

.contact-form select.form-select {
	border: 1px solid #f1f1f1;
	box-shadow: none;
	outline: none;
	min-height: 60px;
	padding: 15px 25px;
	margin: 0 0 25px;
	color: var(--tg-body-font-color);
}

.contact-form-wrap .section-title .sub-title {
	margin: 0 0 10px;
}

#contact-form .help-block {
	position: absolute;
	left: 0;
	bottom: -20px;
	font-size: 13px;
	line-height: 20px;
	color: var(--tg-white);
	padding: 0 12px;
	border-radius: 0;
	background: #dc3545;
	box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}

#contact-form .list-unstyled {
	padding: 0;
	margin: 0;
}

#contact-form .messages .alert {
	margin-bottom: 0;
	margin-top: 1rem;
	padding: .75rem 1.25rem;
}


.breadcrumb li {
	list-style: none;
	padding-bottom: 0;
}

.breadcrumb li a {
	color: #2b2b2b;
	font-weight: 600;
}

.breadcrumb {
	display: flex;
}

.breadcrumb-links {
	display: flex;
	border: 1px solid #7b3e05;
	column-gap: 3px;
	align-items: center;
	margin-bottom: 0;
	box-shadow: 0 8px 14px -2px rgba(0, 0, 0, 0.1),
		0 4px 6px -2px rgba(0, 0, 0, 0.05);
	padding: 0.75rem 1.25rem;
	border-radius: 35px;
}


.breadcrumb-box {
	display: flex;
	align-items: center;
}

.breadcrumb-link {
	color: #9ca3af;
}

.breadcrumb-box:hover>*:not(.breadcrumb-icon) {
	color: #7b3e05;
}

.breadcrumb-icon,
.breadcrumb-icon-home {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	color: #9ca3af;
}

.breadcrumb-links li:first-child .breadcrumb-text {
	display: none;
}

.breadcrumb-text {
	margin-left: 3px;
	font-size: 0.875rem;
	line-height: 1.25rem;
	font-weight: 500;
	color: #6b7280;
}

.cm-wall-box {
	position: relative;
	margin: 0 10px;
	transition: all 0.3s ease-in-out;
	border-radius: 15px;
}

.cm-wall-box a {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-table;
}

.cm-wall-box img {
	width: 100%;
}

.cm-wall-box:hover {
	cursor: pointer;
	background-color: antiquewhite;
	transition: all 0.3s ease-in-out;
}

#cm-wall {
	background-image: url(../img/theme/updates_bg.png);
	background-position: center;
	background-size: cover;
}

.feature-image-main {
	width: 100%;
}

.feature-image-related {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.inner-title {
	margin: 15px 0;
}

.main-content-text {
	padding: 15px;
}

.main-content p {
	text-align: justify;
	font-size: 14px;
	font-weight: 600;
}

.related-posts {
	background: #f6f6f6;
	border-radius: 10px;
}

.related-category-item {
	display: flex;
	margin: 10px 0;
}

.related-category-item:nth-last-child(1) {
	margin-bottom: 0 !important;
}

.related-category {
	padding: 15px;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
	margin: 10px 0;
}

.related-content {
	margin-left: 10px;
}

.related-content h6 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 5px !important;
}

.related-date {
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 0;
}

.related-category-title h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #7B3E05;
	margin-bottom: 15px;
}

.related-quote img {
	width: 100%;
	height: 400px;
}

.listview-item {
	display: flex;
	padding: 15px;
	border-bottom: 1px solid #c9c9c9;
}

.list-item-pic {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.list-item-head {
	margin-left: 15px;
}

.list-item-head p {
	margin-bottom: 0;
}

.list-item-head h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.list-item-description {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}


/* + Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.section-header.left {
	text-align: left;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

.section-header h3 {
	color: #b74e16;
	font-size: 50px;
	font-weight: bold;
	letter-spacing: -1.6px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	word-wrap: break-word;
	position: relative;
	font-family: var(--tg-heading-font-family);
}

.section-header h3 b {
	color: #e1e1e1;
}

.section-header h3>span {
	color: #333;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.96px;
	display: block;
}

.section-header h3 span span {
	text-transform: uppercase;
	color: #b74e16;
	font-weight: 600;
}


.social-bar {
	position: fixed;
	right: -15px;
	top: 40vh;
	background-color: white;
	z-index: 10;
	box-shadow: 0px 3px 30px #0000005e;
}

.item2 {
	padding: 10px 25px 10px 10px;
	color: white;
	font-size: 20px;
	text-align: center;
	background-color: #E66C43;
	transition-property: transform, opacity;
	transition-duration: 100ms;
	transition-timing-function: ease-in-out;
	border-bottom: 1px solid #fff;
}

.item2:hover {
	transform: translate(-15px);
	opacity: 1;
	background-color: #fff;
	color: #f1551f;
}

.item2.twitter:hover {
	fill: #f1551f !important;
}


/* Journey-Slider */

.journey-slider {
	width: 100%;
	height: 85vh;
	position: relative;
}

.journey-slider .swiper-slide {
	background-size: cover;
	background-position: center;
	position: relative;
}

.journey-slider .swiper-slide::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.45);
}

/* Content */
.content {
	position: absolute;
	top: 60px;
	left: 60px;
	max-width: 420px;
	color: #fff;
	z-index: 2;
}

.content h2 {
	font-size: 36px;
	margin-bottom: 15px;
	color: #ffefe0;
	font-family: var(--tg-heading-font-family);
}

.content h4 {
	font-size: 62px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #feedde;
	font-family: var(--tg-heading-font-family);
}

.content p {
	font-size: 18px;
	line-height: 1.6;
	color: #fff;
}

/* Bottom Date Navigation */
.journey-dates {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 40px;
	z-index: 3;
	padding: 15px 20px 5px;
	overflow-x: auto;
	overflow-y: clip;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.journey-dates::-webkit-scrollbar {
	display: none;
}

.journey-dates .journey-date {
	font-size: 18px;
	color: #d6d6d6;
	cursor: pointer;
	position: relative;
	padding-bottom: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	white-space: nowrap;
}

.journey-dates .journey-date .date {
	font-size: 14px;
	margin-bottom: -5px;
}

.journey-dates .journey-date::after {
	content: '|||||||';
	color: #a8a8a8;
	position: absolute;
	bottom: -15px;
	left: 50%;
	letter-spacing: 6px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.journey-date.active {
	color: #fff;
}

.journey-date.active::before {
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	height: 3px;
	background: var(--tg-primary-color);
}

.journey-dates .journey-wrap {
	position: relative;
}

.journey-dates .journey-wrap::after {
	content: "";
	position: absolute;
	background: #919191;
	width: 2px;
	height: 75%;
	right: -19px;
	bottom: -9px;
}

.journey-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 4;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 22px;
	transition: all .3s ease;
}

.journey-prev {
	left: 30px;
}

.journey-next {
	right: 30px;
}

.journey-nav:hover {
	background: #fff;
	color: #000;
}

.cm-msg-block {
	display: flex;
}

.quote-icon {
	max-width: 85px;
	position: absolute;
	top: -115px;
	left: -40px;
}

.quote-shape {
	max-width: 385px;
	position: absolute;
	top: -235px;
	left: -190px;
	z-index: -1;
}

.knowcm-text {
	position: relative;
}

.knowcm-text p {
	margin-top: 110px;
}

/* Promo-Bottom-widget */
.promo-popup {
	position: fixed;
	bottom: 0;
	left: 20px;
	width: 245px;
	background: #000;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
	z-index: 99;
}

.promo-popup img {
	width: 100%;
	display: block;
	height: 145px;
}

.popup-footer {
	padding: 12px;
	text-align: center;
	background: #000;
}

.popup-footer a {
	font-size: 14px;
}

.popup-close {
	position: absolute;
	top: 6px;
	right: 8px;
	width: 26px;
	height: 26px;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	border-radius: 50%;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
}

/* Explore-Sectiion */

.explore {
	margin-top: -65px;
	padding-top: 70px;
	padding-bottom: 35px;
}

.explore-card .explore-image img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.explore-card {
	background: #ffffff;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 0) 100%);
	border: 1px solid #ffd1ab;
	transform: translate(0, 0);
	transition: all 0.3s ease;
}

.explore-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	transform: translate(0, -5px);
	transition: all 0.3s ease;
}

.explore-content {
	padding: 15px;
}

.explore-content .exp-date {
	margin-bottom: 5px;
}

.explore-title {
	font-family: var(--tg-heading-font-family);
	color: #222;
}

.explore-title:hover {
	color: var(--tg-secondary-color);
}

/* - Testimonial Section */


/* Card */

.testimonials-area {
	background-color: #ffe9d4;
}

.testimonial-wrapper {
	padding-top: 70px;
	margin-top: -65px;
}

.testimonial-wrapper .testimonial-card {
	background: #ffffff;
	padding: 60px 150px 15px 50px;
	border-radius: 14px;
	position: relative;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	margin-right: 60px;
	min-height: 300px;
}

/* Quote Icon */
.testimonial-wrapper .quote-icon2 {
	position: absolute;
	top: -25px;
	left: 40px;
	font-size: 165px;
	color: #c46a3c;
	line-height: 1;
}

/* Content */
.testimonial-wrapper .testimonial-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #333;
}

.testimonial-content {
	position: absolute;
	/* bottom: 50%; */
	top: 50%;
	/* left: 0; */
	/* right: 0; */
	margin: auto;
	transform: translateY(-50%);
	max-width: 360px;
}

.testimonial-wrapper .testimonial-content hr {
	margin: 25px 0 15px;
	border: none;
	height: 1px;
	background: #999;
	width: 70%;
}

/* Rating */
.testimonial-wrapper .rating {
	color: #ffb400;
	font-size: 24px;
	letter-spacing: 4px;
	display: none;
}

/* Profile */
.testimonial-wrapper .profile {
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	display: inline-table;
}

/* Profile Image */
.testimonial-wrapper .profile-image {
	width: 160px;
	height: 160px;
	border-radius: 15px 80px 80px 15px;
	overflow: hidden;
	border: 6px solid #fff;
	background: #eee;
}

.testimonial-wrapper .profile-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Profile Info */
.testimonial-wrapper .profile-info {
	margin-top: -20px;
	text-align: start;
}

.testimonial-wrapper .name {
	background: #b45a30;
	color: #fff;
	padding: 10px 25px;
	border-radius: 15px 15px 15px 0;
	font-size: 18px;
	display: inline-block;
	margin-bottom: 0;
	max-width: 250px;
}

.testimonial-wrapper .designation {
	background: #8f3f2a;
	color: #fff;
	padding: 10px 20px;
	font-size: 14px;
	margin-top: -5px;
	border-radius: 0 15px 15px 15px;
}

/* Media */

.media-wrapper {
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
}

.media-area {
	padding: 50px;
}

.default-swiper {
	position: absolute;
	top: 10px;
	transform: translateY(-50%);
	z-index: 4;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	color: var(--tg-secondary-color);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 22px;
	transition: all .3s ease;
}

.default-swiper.button-prev {
	left: auto;
	right: 35px;
}

.default-swiper.button-next {
	right: 0;
}

.default-swiper.button-next:hover {
	color: #420303;
	transform: translate(5px, -50%);
}

.default-swiper.button-prev:hover {
	color: #420303;
	transform: translate(-5px, -50%);
}

/* initiatives-section */

.initiatives {
	margin-top: -65px;
	padding-top: 70px;
	padding-bottom: 35px;
}

.initiatives-card {
	min-height: 435px;
	background: #ffffff;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 0) 100%);
	border: 1px solid #ffd1ab;
	transform: translate(0, 0);
	transition: all 0.3s ease;
}

.initiatives-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	transform: translate(0, -5px);
	transition: all 0.3s ease;
}

.initiatives-card .initiatives-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.initiatives-content {
	text-align: center;
	padding: 0 15px;
}

.initiatives-content h4 {
	font-family: var(--tg-heading-font-family);
	margin-top: 15px;
}

.initiatives-content .ini-cta {
	bottom: 25px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}


/* teachers-section */

.teachers-area {
	background-color: #ffe9d4;
}

.teachers {
	margin-top: -65px;
	padding-top: 70px;
	padding-bottom: 35px;
}

.teachers-card {
	min-height: 335px;
	background: #ffffff;
	border-radius: 15px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 51%, rgba(255, 255, 255, 0) 100%);
	border: 1px solid #ffd1ab;
	transform: translate(0, 0);
	transition: all 0.3s ease;
}

.teachers-card {
	position: relative;
	overflow: visible;
}

.teachers-card::before {
	content: "\f144";
	font-family: "Font Awesome 6 Pro";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	font-size: 64px;
	color: var(--tg-white);
	border-radius: 50%;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
	pointer-events: none;
	z-index: 99;
	bottom: 0;
	top: -25%;
	margin: auto;
	right: 0;
	opacity: .8;
}

.teachers-card:hover {
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
	transform: translate(0, -5px);
	transition: all 0.3s ease;
}

.teachers-card:hover .teachers-card::before {
	font-size: 75px;
	transition: all 0.3s ease;
	color: var(--tg-orange);
}

.teachers-card .teachers-image img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 15px 15px 0 0;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 90%);
}

.teachers-content {
	text-align: center;
	padding: 0 15px;
}

.teachers-content h4 {
	font-family: var(--tg-heading-font-family);
	margin-top: 15px;
	color: var(--tg-secondary-color);
}

/* - Events Section */

.blog-card {
	max-width: 420px;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
	font-family: var(--tg-heading-font-family);
	margin: 25px 0;
	transform: translateY(0);
	transition: transform 0.3s ease;
}

.blogs-block {
	padding-top: 45px;
	margin-top: -65px;
}

.blogs-block .journey-nav {
	top: 25px;
}

.blog-image {
	width: 100%;
	overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.blog-image img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
}

.blog-content {
	padding: 20px 22px 24px;
	position: relative;
}

.blog-title {
	font-size: 28px;
	line-height: 1.2;
	margin: 0 0 10px;
	color: var(--tg-secondary-color);
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.blog-date {
	font-size: 15px;
	color: #7f8c8d;
	margin-bottom: 14px;
}

.blog-description {
	font-size: 15px;
	line-height: 1.6;
	color: #4a4a4a;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

/* Optional hover effect */
.blog-card:hover {
	transform: translateY(-6px);
	transition: transform 0.3s ease;
}

/* share-button */

.share-outer {
	position: absolute;
	right: 25px;
	top: 0px;
}

.share-container {
	position: relative;
}

#share-button {
	font-size: 16px;
	cursor: pointer;
}

.share-popup {
	position: absolute;
	right: 0;
	padding: 10px 15px;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	gap: 10px;
	z-index: 1000;
	opacity: 0;
	transform: scale(0.95);
	transition: opacity 0.3s ease, transform 0.3s ease;
	pointer-events: none;
}

.share-popup img {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.hidden {
	opacity: 0;
	transform: scale(0.95);
	pointer-events: none;
}

.visible {
	opacity: 1;
	transform: scale(1);
	pointer-events: auto;
}

.share-container button {
	border: 1px solid #ea6e3a;
	box-shadow: none;
	background: none;
	padding: 5px 10px;
	border-radius: 50px;
}

.share-container i {
	font-size: 18px;
	color: #E66C43;
}

.share-container .share-popup i {
	font-size: 25px;
	margin: 0;
	color: #414141;
}

.share-container .share-popup i:hover {
	color: #E66C43;
	transform: scale(1.25);
}

/* News */

.news-box {
	border-radius: 15px;
	border: 1px solid #ffab8f;
	overflow: hidden;
}

.news-box.mt-15 {
	margin-top: 15px;
}

.news-media img {
	width: 100%;
	object-fit: cover;
	height: 260px;
}

.news-media.xxheight img {
	width: 100%;
	object-fit: cover;
	height: 535px;
}

/* - Gallery Section */

.gallery-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 991px) {
	.gallery-list {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 575px) {
	.gallery-list {
		grid-template-columns: 1fr;
	}
}

.gallery-section {
	background-color: #f8f8f8;
	padding-top: 100px;
}

.gallery-section .section-header h3 b {
	color: #e1e1e1;
}

.gallery-page {
	padding-top: 50px;
	padding-bottom: 100px;
}

.gallery-category {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.gallery-category ul {
	padding-left: 0;
	display: inline-block;
}

.gallery-category li {
	border-bottom: 1px solid #d4d4d4;
	float: left;
	padding-left: 27px;
	padding-right: 27px;
	position: relative;
	list-style: none;
}

.gallery-category li:first-child {
	padding-left: 0;
}

.gallery-category li:last-child {
	padding-right: 0;
}

.gallery-category li::before {
	color: #777;
	content: "/";
	position: absolute;
	right: -3px;
	top: 0;
}

.gallery-category li:last-child::before {
	content: "";
}

.gallery-category li a,
.gallery-category li a::before {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.gallery-category li a {
	color: #777;
	letter-spacing: 0.56px;
	line-height: 24px;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 12px;
	display: inline-block;
	position: relative;
}

.gallery-category li a::before {
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -4px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	border: 2px solid var(--tg-secondary-color);
	display: block;
	opacity: 0;
}

.gallery-category li a.active,
.gallery-category li a:hover {
	color: var(--tg-secondary-color);
}

.gallery-category li a.active::before,
.gallery-category li a:hover::before {
	opacity: 1;
}

.gallery-page .gallery-list {
	margin-bottom: 60px;
}

.gallery-box {
	overflow: hidden;
	display: block;
	position: relative;
	margin: 10px;
	border-radius: 10px;
}

.gallery-box::before {
	background-color: #e66c43de;
	content: "";
	display: inline-block;
	position: absolute;
	clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0% 100%);
	bottom: 0;
	right: 0;
	opacity: 1;
	width: 100%;
	height: 30%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 9;
}

.gallery-box::after {
	content: "";
	background-image: url(../img/ekatma_emblem.png);
	display: inline-block;
	position: absolute;
	bottom: -100px;
	right: 20px;
	opacity: 1;
	width: 22%;
	height: 25%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	z-index: 9;
	background-size: cover;
	background-repeat: no-repeat;
}

.gallery-box:hover::after {
	bottom: 65px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.gallery-box .media {
	width: 410px;
	height: 350px;
	object-fit: cover;
}

.gallery-box:hover .media {
	transform: scale(1.1);
	transition: all 0.4s ease 0s;
}

.gallery-content {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding: 15px;
	z-index: 10;
}

.gallery-content h3 {
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
	line-height: 22px;
	letter-spacing: 0.96px;
	color: #fff;
	font-style: italic;
	margin-top: 0;
}


/* --- Info Hub Inner Page Styles --- */

.blogs-banner {
	background-color: #000;
}

.blogs-banner h1 {
	font-size: 3.5rem;
}

@media (max-width: 768px) {
	.blogs-banner h1 {
		font-size: 2.5rem;
	}
}

/* --- Info Hub Inner Page Layout & Overrides --- */
.blogs-page {
	background-color: #fff;
}

.max-w-1600 {
	max-width: 1600px;
}

.category-tags {
	letter-spacing: 1px;
}

.article-title {
	color: #222;
}

.share-btn {
	width: 36px;
	height: 36px;
	transition: all 0.3s ease;
}

.share-btn:hover {
	background-color: #e6e6e6 !important;
}

.trending-section {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.trending-label {
	top: -12px;
	left: 0;
}

.trending-num {
	width: 30px;
	height: 30px;
	font-size: 12px;
}

.trending-img {
	width: 60px;
	height: 60px;
	filter: grayscale(50%);
}

.trending-content .category {
	font-size: 11px;
}

.trending-content .title {
	font-size: 14px;
	line-height: 1.3;
}

.post-image-wrapper img {
	height: 220px;
}

.post-category {
	font-size: 12px;
}

.read-more-text {
	font-size: 12px;
}

.podcast-cover {
	height: 220px;
}

.filter-grayscale {
	filter: grayscale(100%);
}

.filter-sepia {
	filter: sepia(100%);
}


/* Sidebar Feature Items */
.sidebar-widget .widget-title {
	font-size: 16px;
}

.feature-item .feature-title {
	font-size: 14px;
	line-height: 1.4;
}

.feature-item .feature-date {
	font-size: 11px;
}

.feature-img-wrap img {
	width: 65px;
	height: 65px;
}

.badge-num {
	width: 20px;
	height: 20px;
	font-size: 10px;
	top: -5px;
	right: -5px;
}

.most-read-item img {
	width: 80px;
	height: 60px;
}

.most-read-item .title {
	font-size: 13px;
	line-height: 1.4;
}

/* More Read Cards */
.more-read-card .card-img {
	height: 180px;
}

.more-read-card .card-img-text {
	height: 180px;
}

.more-read-card .card-img-text span {
	font-size: 12px;
	font-weight: normal;
}

.more-read-card .card-category {
	font-size: 11px;
}

/* Banner Adjustments */
.blogs-banner {
	height: 400px;
	overflow: hidden;
}

.blogs-banner img {
	object-fit: cover;
	filter: brightness(0.7);
}

.banner-title {
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/* Custom CSS Classes for Infohub Page (Replacing short Bootstrap utilities) */

.blogs-banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
	padding: 0 1rem;
}

.blogs-banner-title {
	font-size: calc(1.725rem + 5.7vw);
	font-weight: 700;
	color: #fff;
	margin-bottom: 0;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) {
	.blogs-banner-title {
		font-size: 6rem;
	}
}

.blogs-main-container {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.blogs-category-tags {
	margin-bottom: 1rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	justify-content: center;
}

@media (min-width: 992px) {
	.blogs-category-tags {
		justify-content: flex-start;
	}
}

.blogs-category-tag {
	color: #6c757d;
	font-size: 0.875em;
	text-decoration: none;
	padding: 0.25rem 0.75rem;
	border: 1px solid #dee2e6;
	border-radius: 50rem;
	transition: all 0.3s;
}

.blogs-category-tag:hover {
	background-color: var(--tg-primary-color);
	color: #fff;
	border-color: var(--tg-primary-color);
}

.blogs-article-heading {
	font-size: calc(1.425rem + 2.1vw);
	font-weight: 700;
	margin-bottom: 1rem;
	text-align: center;
}

@media (min-width: 1200px) {
	.blogs-article-heading {
		font-size: 3rem;
	}
}

@media (min-width: 992px) {
	.blogs-article-heading {
		text-align: left;
	}
}

.blogs-read-time {
	color: #6c757d;
	margin-bottom: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
}

@media (min-width: 992px) {
	.blogs-read-time {
		justify-content: flex-start;
	}
}

.blogs-article-text {
	font-size: 1.25rem;
	color: #6c757d;
	margin-bottom: 1.5rem;
	line-height: 2;
	text-align: center;
}

@media (min-width: 992px) {
	.blogs-article-text {
		text-align: left;
	}
}

.blogs-social-share {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}

@media (min-width: 992px) {
	.blogs-social-share {
		justify-content: flex-start;
	}
}

.blogs-share-btn {
	color: #212529;
	background-color: #f8f9fa;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.blogs-share-btn:hover {
	background-color: #e2e6ea;
}

.blogs-trending-section {
	position: relative;
	padding: 1.5rem 0;
	margin-bottom: 3rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.blogs-trending-label {
	position: absolute;
	top: -12px;
	left: 0;
	background-color: #fff;
	padding: 0 1rem;
	font-weight: 700;
	color: #6c757d;
}

.blogs-trending-grid {
	margin-top: 0.25rem;
}

.blogs-trending-item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.blogs-trending-num {
	background-color: #212529;
	color: #fff;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	width: 30px;
	height: 30px;
}

.blogs-trending-img {
	border-radius: 50%;
	object-fit: cover;
	width: 60px;
	height: 60px;
}

.blogs-trending-category {
	color: #6c757d;
	display: block;
	margin-bottom: 0.25rem;
	font-size: 0.875em;
}

.blogs-trending-title {
	color: #212529;
	font-weight: 700;
	text-decoration: none;
}

.blogs-trending-title:hover {
	color: var(--tg-primary-color);
}

.blogs-wrapper {
	padding: 15px;
	box-shadow: 0 0 15px #d1d1d1;
	border-radius: 10px;
}

.blogs-post-image-wrapper {
	position: relative;
	margin-bottom: 1rem;
}

.blogs-post-badge-icon {
	background-color: #212529;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0.5rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
}

.blogs-post-cover {
	width: 100%;
	border-radius: 0.25rem;
	object-fit: cover;
	height: 230px;
}

.blogs-post-category {
	color: #6c757d;
	font-size: 0.875em;
}

.blogs-post-title {
	font-weight: 700;
	margin-top: 0.5rem;
	font-size: 1.25rem;
}

.blogs-post-date {
	color: #6c757d;
	font-size: 0.875em;
	margin-bottom: 0.5rem;
}

.blogs-post-excerpt {
	color: #6c757d;
	font-size: 0.875em;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.blogs-post-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1rem;
	padding-top: 0.5rem;
	border-top: 1px solid #dee2e6;
}

.blogs-read-more-btn {
	border: 1px solid #212529;
	color: #212529;
	padding: 0.25rem 1rem;
	border-radius: 50rem;
	text-decoration: none;
	font-size: 0.875em;
	transition: all 0.3s;
}

.blogs-read-more-btn:hover {
	background-color: var(--tg-primary-color);
	border: 1px solid var(--tg-primary-color);
	color: #fff;
}

.blogs-podcast-cover {
	position: relative;
	margin-bottom: 1rem;
	background-color: #0dcaf0;
	padding: 1.5rem;
	border-radius: 0.25rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 250px;
}

.blogs-podcast-icon {
	color: #fff;
	margin-bottom: 0.5rem;
	font-size: 2em;
}

.blogs-podcast-title {
	color: #fff;
	font-weight: 700;
	margin-bottom: 0;
	font-size: 1.5rem;
}

.blogs-podcast-badge {
	background-color: #ffc107;
	color: #212529;
	padding: 0.25rem 1rem;
	border-radius: 50rem;
	display: inline-block;
}

.filter-grayscale {
	filter: grayscale(100%);
}

.filter-sepia {
	filter: sepia(100%);
}

.blogs-sidebar-widget {
	margin-bottom: 3rem;
}

.blogs-widget-title {
	font-weight: 700;
	margin-bottom: 1.5rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #dee2e6;
	font-size: 16px;
}

.blogs-feature-item {
	display: flex;
	align-items: center;
	margin-bottom: 1.5rem;
	gap: 1rem;
}

.blogs-feature-title {
	color: #212529;
	font-weight: 700;
	text-decoration: none;
	display: block;
	margin-bottom: 0.25rem;
	font-size: 14px;
	line-height: 1.4;
}

.blogs-feature-title:hover {
	color: #0d6efd;
}

.blogs-feature-date {
	color: #6c757d;
	font-size: 11px;
}

.blogs-feature-img-wrap {
	position: relative;
	flex-shrink: 0;
}

.blogs-feature-img-wrap img {
	border-radius: 50%;
	object-fit: cover;
	width: 65px;
	height: 65px;
}

.blogs-feature-badge {
	position: absolute;
	background-color: #212529;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	font-size: 10px;
	top: 0;
	right: 0;
}

.blogs-most-read-item {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #f8f9fa;
}

.blogs-most-read-img {
	border-radius: 0.25rem;
	object-fit: cover;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
}

.blogs-most-read-title {
	color: #212529;
	text-decoration: none;
	font-weight: 500;
	display: block;
}

.blogs-most-read-title:hover {
	color: #0d6efd;
}

.blogs-more-read-section {
	background-color: #f8f9fa;
	padding-top: 3rem;
	padding-bottom: 3rem;
	margin-top: 3rem;
}

.blogs-more-read-card {
	background-color: #fff;
	padding: 1rem;
	border-radius: 0.25rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.blogs-more-read-img {
	width: 100%;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	object-fit: cover;
	height: 180px;
}

.blogs-more-read-category {
	color: #6c757d;
	display: block;
	margin-bottom: 0.25rem;
	font-size: 11px;
}

.blogs-more-read-title {
	font-weight: 700;
	margin-bottom: 1rem;
}

.blogs-more-read-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #6c757d;
	font-size: 0.875em;
	margin-top: auto;
}

.blogs-more-read-text-cover {
	width: 100%;
	border-radius: 0.25rem;
	margin-bottom: 1rem;
	background-color: #dc3545;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 180px;
}

.blogs-more-read-text-cover h3 {
	font-weight: 700;
	text-align: center;
	padding: 0 1rem;
	margin-bottom: 0;
	font-size: 1.5rem;
}

.blogs-more-read-text-cover span {
	font-size: 12px;
	font-weight: normal;
}

/* Appended style changes requested by user */
.blogs-trending-category,
.blogs-post-category,
.blogs-more-read-category {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 0.5rem;
}

.blogs-trending-category a,
.blogs-post-category a,
.blogs-more-read-category a {
	color: #6c757d;
	font-size: 0.875em;
	text-decoration: none;
	padding: 0.25rem 0.75rem;
	border: 1px solid #dee2e6;
	border-radius: 50rem;
	transition: all 0.3s;
}

.blogs-trending-category a:hover,
.blogs-post-category a:hover,
.blogs-more-read-category a:hover {
	background-color: var(--tg-primary-color);
	color: #fff;
	border-color: var(--tg-primary-color);
}

/* --- Shankaracharya Great Unifier Page --- */

.shankar-banner {
	position: relative;
	height: 80vh;
	min-height: 500px;
	display: flex;
	align-items: end;
	justify-content: center;
	text-align: center;
	color: #1a2b3c;
	overflow: hidden;
	padding-bottom: 50px;
	margin: 20px;
	border-radius: 35px;
}

.shankar-banner.ekatma {
	align-items: center;
}

.shankar-banner.ekatma .shankar-banner-bg::after {
	display: none;
}

.shankar-banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

/* Gradient overlay */
.shankar-banner-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 59%) 50%, rgba(255, 255, 255, 1) 100%);
	z-index: 2;
}

.shankar-banner-content {
	position: relative;
	z-index: 3;
	padding: 0 100px;
}

.shankar-subtitle {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 20px;
	color: #1a2b3c;
	font-family: var(--tg-highlight-font-family);
}

.shankar-title {
	font-size: 4.5rem;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #1a2b3c;
	font-family: var(--tg-heading-font-family);
}

.shankar-title span {
	font-family: var(--tg-highlight-font-family);
	font-weight: 400;
	color: var(--tg-secondary-color);
}

.shankar-quote {
	font-size: 1.2rem;
	color: #353535;
	margin-bottom: 30px;
	font-family: var(--tg-highlight-font-family);
}

.shankar-btn-outline {
	display: inline-block;
	padding: 12px 30px;
	border: 2px solid #b87a3d;
	border-radius: 30px;
	color: #b87a3d;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease;
	font-size: 0.9rem;
}

.shankar-btn-outline:hover {
	background-color: #b87a3d;
	color: #fff;
}

.shankar-intro {
	padding: 80px 0 60px;
	border-top: 1px solid #c5c5c5;
}

.shankar-intro-title {
	font-size: 2.2rem;
	color: #8c3b1a;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: var(--tg-heading-font-family);
}

.shankar-intro-text {
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #444;
}

/* Timeline */
.shankar-timeline-section {
	padding: 60px 0 100px;
}

.shankar-timeline {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

/* Vertical line */
.shankar-timeline::before {
	content: '';
	position: absolute;
	width: 2px;
	background: linear-gradient(to bottom, transparent 0%, #c9a96e 10%, #c9a96e 90%, transparent 100%);
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
}

.timeline-item {
	position: relative;
	width: 60%;
	padding: 20px 40px;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.8s ease;
}

.timeline-item.visible {
	opacity: 1;
	transform: translateY(0);
}

.timeline-item.left {
	left: -100px;
}

.timeline-item.right {
	left: 50%;
}

/* --- THE FIX: Uniform negative margin for all items after the first one --- */
.timeline-item:not(:first-child) {
    margin-top: -180px;
}

/* Dots */
.timeline-dot {
	position: absolute;
	top: 30px;
	width: 60px;
	height: 60px;
	background-color: #8c3b1a;
	border-radius: 50%;
	z-index: 10;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	transition: background-color 0.3s ease, transform 0.3s ease;
	text-align: center;
	line-height: 18px;
}

.timeline-dot p {
	color: #fff;
	margin-bottom: 0;
}

.timeline-item.left .timeline-dot {
	right: -30px;
}

.timeline-item.right .timeline-dot {
	left: -30px;
}

/* Fix for Animate.css v4 compatibility with WOW.js default animateClass ('animated') */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/* Fallback visibility for timeline item to ensure it appears if animation fails or string replacement happens */
.timeline-item.animated,
.timeline-item.animate__,
.timeline-item.animate__animated {
	opacity: 1;
	transform: translateY(0);
}

/* Content Container */
.timeline-content {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-content:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.timeline-title {
	font-size: 1.4rem;
	color: #8c3b1a;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: var(--tg-heading-font-family);
	letter-spacing: 1px;
}

.timeline-subtitle {
	font-size: 0.95rem;
	color: #555;
	margin-bottom: 10px;
	line-height: 1.6;
}

.timeline-img-wrap {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius: 5px;
	height: 200px;
}

.timeline-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.timeline-item:hover .timeline-img-wrap img {
	transform: scale(1.05);
}

/* Dot color change on parent hover */
.timeline-item:hover .timeline-dot {
	background-color: var(--tg-primary-color);
	transform: scale(1.1);
}

.timeline-read-more {
	font-size: 0.8rem;
	font-weight: 700;
	color: #b87a3d;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	transition: color 0.3s;
}

.timeline-read-more:hover {
	color: #8c3b1a;
}

/* Responsive Timeline */
@media screen and (max-width: 768px) {
	.shankar-timeline::after {
		left: 31px;
	}

	.shankar-timeline::before {
        left: 41px;
        margin-left: -1px;
    }

	.timeline-item {
		width: 100%;
		padding-left: 70px;
		padding-right: 25px;
	}

	.timeline-item.left,
    .timeline-item.right {
        left: 0;
    }

	.timeline-item:not(:first-child) {
        margin-top: 20px;
    }

	.timeline-item.left .timeline-dot,
    .timeline-item.right .timeline-dot {
        left: 11px;
        right: auto;
    }

	 .shankar-title {
        font-size: 2.5rem;
    }
    .shankar-subtitle {
        font-size: 1.5rem;
    }
}

/* --- Shankaracharya Articles Section --- */

.shankaracharya-articles {
	padding: 80px 0;
	background-color: #fdf8f3;
}

.shankaracharya-articles-title {
	margin-bottom: 20px;
}

.shankaracharya-articles-subtitle {
	display: inline-block;
	font-size: 0.85rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #b87a3d;
	margin-bottom: 14px;
	position: relative;
	padding-left: 28px;
}

.shankaracharya-articles-subtitle::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
	height: 2px;
	background-color: #b87a3d;
}

.shankaracharya-articles-heading {
	font-size: 2.6rem;
	font-weight: 700;
	color: #1a2b3c;
	margin-bottom: 14px;
	font-family: var(--tg-heading-font-family);
	line-height: 1.2;
}

.shankaracharya-articles-subhead {
	font-size: 1.05rem;
	font-weight: 500;
	color: #8c3b1a;
	margin-bottom: 22px;
	font-style: italic;
}

.shankaracharya-articles-content-text {
	font-size: 1.05rem;
	line-height: 1.9;
	color: #555;
}

/* Image */
.shankaracharya-articles-img-wrap {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 8px 8px 0 #d1b17a, 0 20px 50px rgba(0, 0, 0, 0.12);
}

.shankaracharya-articles-img-wrap::before {
	content: '';
	position: absolute;
	inset: 0;
	border: 3px solid rgba(184, 122, 61, 0.35);
	border-radius: 12px;
	z-index: 1;
	pointer-events: none;
}

.shankaracharya-articles-img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
	border-radius: 12px;
	transition: transform 0.5s ease;
}

.shankaracharya-articles-img-wrap:hover .shankaracharya-articles-img {
	transform: scale(1.04);
}

/* Responsive */
@media (max-width: 991px) {
	.shankaracharya-articles-heading {
		font-size: 2rem;
	}

	.shankaracharya-articles-img-wrap {
		margin-top: 40px;
	}

	.shankaracharya-articles-img {
		height: 300px;
	}
}

/* ================================================
   Advaita Vedanta — Card Timeline Section
   ================================================ */

.advaita-cards-section {
	padding: 90px 0 100px;
	position: relative;
}

/* Section Header */
.advaita-cards-header {
	margin-bottom: 64px;
}

.advaita-cards-tag {
	display: inline-block;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #b87a3d;
	margin-bottom: 14px;
	padding: 5px 16px;
	border: 1px solid #b87a3d;
	border-radius: 50px;
}

.advaita-cards-title {
	font-size: 2.4rem;
	font-weight: 700;
	color: #1a2b3c;
	font-family: var(--tg-heading-font-family);
	margin-bottom: 14px;
	letter-spacing: 1px;
}

.advaita-cards-lead {
	font-size: 1rem;
	color: #777;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.8;
}

/* ---- Timeline Grid ---- */
.advaita-timeline {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

/* The vertical spine line — drawn through the spine column */
.advaita-timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: linear-gradient(to bottom, transparent 0%, #c9a96e 10%, #c9a96e 90%, transparent 100%);
	transform: translateX(-50%);
	z-index: 0;
}

/* Each row is a 3-column grid: left card | spine icon | right card */
.advaita-row {
	display: grid;
	grid-template-columns: 1fr 80px 1fr;
	align-items: center;
	position: relative;
}

/* Card Columns */
.advaita-card-col {
	padding: 0 28px;
}

.advaita-card-col.advaita-left {
	display: flex;
	justify-content: flex-end;
}

.advaita-card-col.advaita-right {
	display: flex;
	justify-content: flex-start;
}

.advaita-card-col.advaita-empty {
	min-height: 60px;
}

/* ---- The Card ---- */
.advaita-card {
	background: #ffffff;
	border-radius: 4px;
	padding: 32px 30px 28px;
	width: 100%;
	max-width: 420px;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	cursor: default;
}

/* Gold top border line — slides in on hover */
.advaita-card-border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #b87a3d, #d4a55a, #b87a3d);
	background-size: 200% 100%;
	transition: background-position 0.5s ease;
}

.advaita-card:hover .advaita-card-border {
	background-position: 100% 0;
}

/* Card Heading */
.advaita-card-heading {
	font-size: 1.35rem;
	font-weight: 700;
	color: #8c3b1a;
	font-family: var(--tg-heading-font-family);
	margin-bottom: 12px;
	font-style: italic;
	letter-spacing: 0.5px;
}

/* Card Body Text */
.advaita-card-text {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.8;
	margin-bottom: 16px;
}

/* Divider line */
.advaita-card-divider {
	width: 36px;
	height: 2px;
	background-color: #c9a96e;
	margin-bottom: 14px;
	transition: width 0.3s ease;
}

.advaita-card:hover .advaita-card-divider {
	width: 60px;
}

/* Italic Quote */
.advaita-card-quote {
	font-size: 0.82rem;
	font-style: italic;
	color: #888;
	margin-bottom: 0;
	line-height: 1.6;
}

/* Hover: lift + gold glow */
.advaita-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 12px 40px rgba(184, 122, 61, 0.18), 0 4px 16px rgba(0, 0, 0, 0.07);
}

/* ---- Spine Icon Node ---- */
.advaita-spine-col {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding: 20px 0;
}

.advaita-spine-icon {
	width: 52px;
	height: 52px;
	background: #fdf8f3;
	border: 1.5px solid #c9a96e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #b87a3d;
	font-size: 1.1rem;
	transition: background 0.3s ease, color 0.3s ease, transform 0.35s ease, box-shadow 0.3s ease;
	box-shadow: 0 0 0 5px rgba(201, 169, 110, 0.12);
}

.advaita-row:hover .advaita-spine-icon {
	background: #b87a3d;
	color: #fff;
	transform: scale(1.15) rotate(8deg);
	box-shadow: 0 0 0 8px rgba(184, 122, 61, 0.15), 0 4px 16px rgba(184, 122, 61, 0.3);
}

/* ================================================
   Responsive — Advaita Cards
   ================================================ */
@media (max-width: 991px) {
	.advaita-cards-title {
		font-size: 1.9rem;
	}

	.advaita-row {
		grid-template-columns: 40px 1fr;
		grid-template-areas: "spine card";
	}

	.advaita-card-col.advaita-left,
	.advaita-card-col.advaita-right {
		grid-area: card;
		justify-content: flex-start;
		padding-left: 16px;
		padding-right: 0;
	}

	.advaita-card-col.advaita-empty {
		display: none;
	}

	.advaita-spine-col {
		grid-area: spine;
	}

	.advaita-card {
		max-width: 100%;
	}

	.advaita-timeline::before {
		left: 20px;
	}
}

@media (max-width: 575px) {
	.advaita-cards-section {
		padding: 60px 0 70px;
	}

	.advaita-card {
		padding: 24px 20px;
	}

	.advaita-card-heading {
		font-size: 1.15rem;
	}

	.advaita-spine-icon {
		width: 40px;
		height: 40px;
		font-size: 0.95rem;
	}
}

/* ================================================
   Sacred Metaphors Section
   ================================================ */

.sacred-metaphors-section {
	padding: 90px 0 100px;
	background-color: #ffffff;
}

/* Header */
.sacred-metaphors-header {
	margin-bottom: 60px;
}

.sacred-metaphors-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #1a2b3c;
	font-family: var(--tg-heading-font-family);
	letter-spacing: 2px;
	margin-bottom: 16px;
	font-style: italic;
}

.sacred-metaphors-lead {
	font-size: 1rem;
	color: #888;
	max-width: 560px;
	margin: 0 auto;
	line-height: 1.8;
}

/* ---- Card ---- */
.sacred-card {
	text-align: center;
	padding: 40px 30px 36px;
	border-radius: 8px;
	background: #ffffff;
	position: relative;
	transition: transform 0.35s ease, box-shadow 0.35s ease;
	margin-bottom: 28px;
	overflow: hidden;
}

/* Bottom border accent — animates in on hover */
.sacred-card::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background: linear-gradient(90deg, #b87a3d, #d4a55a);
	transition: width 0.4s ease;
}

.sacred-card:hover::after {
	width: 60%;
}

.sacred-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 16px 48px rgba(184, 122, 61, 0.13), 0 4px 16px rgba(0, 0, 0, 0.06);
}

/* ---- Icon Circle ---- */
.sacred-card-icon-wrap {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 28px;
	font-size: 1.7rem;
	transition: transform 0.4s ease;
}

.sacred-card:hover .sacred-card-icon-wrap {
	transform: rotate(15deg) scale(1.1);
}

/* Icon Colour Variants */
.sacred-icon-blue {
	background-color: rgba(100, 160, 220, 0.12);
	color: #4a90c8;
}

.sacred-icon-gold {
	background-color: rgba(184, 122, 61, 0.12);
	color: #b87a3d;
}

.sacred-icon-sage {
	background-color: rgba(90, 160, 130, 0.12);
	color: #4a9a7a;
}

/* ---- Card Text ---- */
.sacred-card-heading {
	font-size: 1.1rem;
	font-weight: 700;
	color: #8c3b1a;
	font-family: var(--tg-heading-font-family);
	margin-bottom: 14px;
	letter-spacing: 0.5px;
}

.sacred-card-text {
	font-size: 0.92rem;
	color: #666;
	line-height: 1.85;
	margin-bottom: 0;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
	.sacred-metaphors-title {
		font-size: 1.8rem;
	}

	.sacred-card {
		padding: 32px 22px 28px;
	}
}

@media (max-width: 575px) {
	.sacred-metaphors-section {
		padding: 60px 0 70px;
	}

	.sacred-card-icon-wrap {
		width: 68px;
		height: 68px;
		font-size: 1.4rem;
	}
}

/* ================================================
   The Four Mahavakyas Section
   ================================================ */

.mahavakyas-section {
	background-color: #691216;
	padding: 100px 0 80px;
	position: relative;
	overflow: hidden;
}

/* Subtle radial glow behind text */
.mahavakyas-section::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 700px;
	height: 700px;
	background: radial-gradient(circle, rgba(184, 122, 61, 0.07) 0%, transparent 70%);
	pointer-events: none;
}

/* --- Tag --- */
.mahavakyas-tag-wrap {
	margin-bottom: 56px;
}

.mahavakyas-tag {
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #b87a3d;
	font-family: var(--tg-body-font-family);
}

/* --- List of Phrases --- */
.mahavakyas-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
}

/* --- Each Phrase Block --- */
.mahavakya-item {
	text-align: center;
	padding: 32px 20px 28px;
	width: 100%;
	position: relative;
	cursor: default;
}

/* Divider between items */
.mahavakya-line {
	width: 60px;
	height: 1px;
	background: rgba(184, 122, 61, 0.3);
	margin: 28px auto 0;
	transition: width 0.4s ease, background 0.4s ease;
}

.mahavakya-item:hover .mahavakya-line {
	width: 120px;
	background: rgba(184, 122, 61, 0.7);
}

/* --- Main Phrase --- */
.mahavakya-phrase {
	font-size: clamp(2rem, 5vw, 3.8rem);
	font-weight: 700;
	color: #f5f0ea;
	font-family: var(--tg-heading-font-family);
	margin-bottom: 12px;
	letter-spacing: 1px;
	line-height: 1.15;
	transition: color 0.4s ease, text-shadow 0.4s ease;
}

.mahavakya-item:hover .mahavakya-phrase {
	color: #ffffff;
	text-shadow:
		0 0 30px rgba(212, 165, 90, 0.45),
		0 0 60px rgba(212, 165, 90, 0.2);
}

/* --- Translation --- */
.mahavakya-translation {
	font-size: 0.95rem;
	font-style: italic;
	color: #7a6a58;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	transition: color 0.4s ease;
}

.mahavakya-item:hover .mahavakya-translation {
	color: #c9a96e;
}

/* --- Responsive --- */
@media (max-width: 767px) {
	.mahavakyas-section {
		padding: 70px 0 60px;
	}

	.mahavakya-item {
		padding: 22px 16px 20px;
	}

	.mahavakya-phrase {
		font-size: 2rem;
	}
}

/* ================================================
   Quote Interlude Section
   ================================================ */

.quote-interlude-section {
	padding: 80px 0;
	background: transparent;
}

.quote-interlude-inner {
	max-width: 680px;
	margin: 0 auto;
}

/* Large italic quote */
.quote-interlude-text {
	font-size: clamp(1.05rem, 2.2vw, 1.35rem);
	font-style: italic;
	font-family: var(--tg-heading-font-family);
	color: #8c3b1a;
	line-height: 1.85;
	margin-bottom: 32px;
	letter-spacing: 0.2px;
	opacity: 0.9;
	transition: opacity 0.4s ease, color 0.4s ease;
}

.quote-interlude-inner:hover .quote-interlude-text {
	opacity: 1;
	color: #6b2a12;
}

/* Gold divider */
.quote-interlude-divider {
	width: 50px;
	height: 1px;
	background: #c9a96e;
	margin: 0 auto 24px;
	transition: width 0.45s ease;
}

.quote-interlude-inner:hover .quote-interlude-divider {
	width: 100px;
}

/* Small tag line */
.quote-interlude-tag {
	display: block;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #c9a96e;
	font-family: var(--tg-body-font-family);
	opacity: 0.8;
	transition: opacity 0.4s ease, letter-spacing 0.4s ease;
}

.quote-interlude-inner:hover .quote-interlude-tag {
	opacity: 1;
	letter-spacing: 5px;
}

/* Responsive */
@media (max-width: 767px) {
	.quote-interlude-section {
		padding: 56px 0;
	}

	.quote-interlude-text {
		font-size: 1.05rem;
	}
}

/* ================================================
   Mission of Ekatma Dham — Page Sections
   ================================================ */

/* ---- 1. Tagline Section ---- */
.ekatma-tagline-section {
	padding: 90px 0 60px;
	background: transparent;
}

.ekatma-tagline-inner {
	max-width: 700px;
	margin: 0 auto;
}

.ekatma-tagline-text {
	font-family: var(--tg-highlight-font-family);
	font-size: clamp(1.6rem, 3.5vw, 2.6rem);
	font-weight: 400;
	font-style: italic;
	color: #1a2b3c;
	line-height: 1.45;
	margin-bottom: 32px;
	letter-spacing: 0.3px;
}

.ekatma-tagline-divider {
	width: 50px;
	height: 1px;
	background: #c9a96e;
	margin: 0 auto;
	transition: width 0.5s ease;
}

.ekatma-tagline-inner:hover .ekatma-tagline-divider {
	width: 100px;
}

/* ---- 2. Drop-Cap Intro ---- */
.ekatma-dropcap-section {
	padding: 20px 0 80px;
	background: transparent;
}

.ekatma-dropcap-text {
	font-size: 0.95rem;
	color: #555;
	line-height: 1.95;
	text-align: justify;
	position: relative;
}

.ekatma-dropcap-letter {
	float: left;
	font-family: var(--tg-highlight-font-family);
	font-size: 5.2rem;
	line-height: 0.78;
	font-weight: 400;
	color: #b87a3d;
	margin-right: 10px;
	margin-top: 8px;
	font-style: italic;
}

/* ---- Shared Tag + Heading + Text ---- */
.ekatma-section-tag {
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #b87a3d;
	margin-bottom: 14px;
	font-family: var(--tg-body-font-family);
}

.ekatma-section-heading {
	font-family: var(--tg-heading-font-family);
	font-size: clamp(1.5rem, 3vw, 2.2rem);
	font-weight: 700;
	color: #1a2b3c;
	margin-bottom: 20px;
	line-height: 1.3;
}

.ekatma-section-text {
	font-size: 0.93rem;
	color: #666;
	line-height: 1.85;
	margin-bottom: 14px;
}

.ekatma-section-text em {
	font-style: italic;
	color: #8c3b1a;
}

/* ---- 3. Legacy Two-Column ---- */
.ekatma-legacy-section {
	padding: 70px 0 80px;
	background: transparent;
}

.ekatma-legacy-img-wrap {
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}

.ekatma-legacy-img {
	width: 100%;
	height: 420px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.ekatma-legacy-img-wrap:hover .ekatma-legacy-img {
	transform: scale(1.04);
}

.ekatma-img-caption {
	position: absolute;
	top: 16px;
	left: 16px;
	font-size: 0.68rem;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #888;
	background: rgba(255, 255, 255, 0.85);
	padding: 5px 12px;
	border-radius: 2px;
	font-family: var(--tg-body-font-family);
}

/* ---- 4. Pullquote Section ---- */
.ekatma-pullquote-section {
	position: relative;
	padding: 100px 0;
	overflow: hidden;
	background-color: #f5f0ea;
}

.ekatma-pullquote-bg {
	position: absolute;
	inset: 0;
	background:
		url('../img/hero-slider/onepic25.jpg') left center / 25% auto no-repeat,
		url('../img/hero-slider/onepic5.jpg') right center / 25% auto no-repeat;
	opacity: 0.18;
}

.ekatma-pullquote-inner {
	max-width: 680px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.ekatma-pullquote-mark {
	font-family: var(--tg-highlight-font-family);
	font-size: 6rem;
	line-height: 0.5;
	color: #c9a96e;
	margin-bottom: 28px;
	display: block;
	font-style: italic;
}

.ekatma-pullquote-text {
	font-family: var(--tg-highlight-font-family);
	font-size: clamp(1.4rem, 3vw, 2.2rem);
	font-style: italic;
	font-weight: 400;
	color: #1a2b3c;
	line-height: 1.55;
	margin: 0 0 28px;
	border: none;
	padding: 0;
}

.ekatma-pullquote-source {
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #b87a3d;
	margin: 0;
	font-family: var(--tg-body-font-family);
}

/* ---- 5. Cultural Awakening ---- */
.ekatma-awakening-section {
	padding: 80px 0 100px;
	background: transparent;
}

.ekatma-awakening-img-wrap {
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 8px 40px rgba(0, 0, 0, 0.1);
}

.ekatma-awakening-img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	display: block;
	transition: transform 0.5s ease;
}

.ekatma-awakening-img-wrap:hover .ekatma-awakening-img {
	transform: scale(1.03);
}

/* Feature Bullet List */
.ekatma-feature-list {
	list-style: none;
	padding: 0;
	margin: 20px 0 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ekatma-feature-list li {
	display: flex;
	align-items: flex-start;
	gap: 14px;
}

.ekatma-feature-dot {
	flex-shrink: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #b87a3d;
	margin-top: 6px;
}

.ekatma-feature-list li div {
	font-size: 0.9rem;
	color: #666;
	line-height: 1.7;
}

.ekatma-feature-list li strong {
	color: #1a2b3c;
	font-weight: 700;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
	.ekatma-tagline-text {
		font-size: 1.5rem;
	}

	.ekatma-pullquote-text {
		font-size: 1.4rem;
	}

	.ekatma-legacy-img,
	.ekatma-awakening-img {
		height: 300px;
	}

	.ekatma-pullquote-bg {
		background: none;
	}
}

@media (max-width: 575px) {
	.ekatma-tagline-section {
		padding: 60px 0 40px;
	}

	.ekatma-dropcap-letter {
		font-size: 3.8rem;
	}
}


/* ============================================================
   INNER PAGE GALLERY SECTION  —  innner-gallery-section
   ============================================================ */

/* ---- Section Wrapper ---- */
.innner-gallery-section {
	padding: 80px 0 100px;
	background: transparent;
	position: relative;
}

/* ---- Section Header ---- */
.innner-gallery-header {
	max-width: 680px;
	margin: 0 auto 52px;
}

/* Tag pill */
.innner-gallery-tag {
	display: inline-block;
	font-family: var(--tg-body-font-family);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #b87a3d;
	background: rgba(184, 122, 61, 0.1);
	border: 1px solid rgba(184, 122, 61, 0.3);
	border-radius: 30px;
	padding: 5px 18px;
	margin-bottom: 18px;
}

/* Title */
.innner-gallery-title {
	font-family: var(--tg-heading-font-family);
	font-size: clamp(1.9rem, 4vw, 2.8rem);
	font-weight: 700;
	color: #1c1008;
	line-height: 1.2;
	margin-bottom: 14px;
}

/* Lead text */
.innner-gallery-text {
	font-size: 1rem;
	color: #666;
	line-height: 1.75;
	margin-bottom: 28px;
}

/* Decorative divider */
.innner-gallery-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.innner-gallery-divider::before,
.innner-gallery-divider::after {
	content: '';
	flex: 1;
	max-width: 80px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #c9a96e);
}

.innner-gallery-divider::after {
	background: linear-gradient(90deg, #c9a96e, transparent);
}

.innner-gallery-divider-gem {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #E66C43;
	transform: rotate(45deg);
	flex-shrink: 0;
	box-shadow: 0 0 0 3px rgba(230, 108, 67, 0.18);
}

/* ---- Grid Layout ---- */
.innner-gallery-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	align-items: end;
	/* corners sit lower, middle items taller pushes them up */
}

/* ---- Individual Gallery Item ---- */
.ig-item {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
}

/* Corner items (shorter) */
.ig-item.ig-corner .ig-thumb {
	height: 280px;
}

/* Middle items (taller — 40% more) */
.ig-item.ig-middle .ig-thumb {
	height: 340px;
}

/* ---- Thumb (image container) ---- */
.ig-thumb {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
	transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.ig-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	filter: brightness(0.92);
}

/* ---- Overlay ---- */
.ig-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top,
			rgba(28, 16, 8, 0.85) 0%,
			rgba(139, 68, 72, 0.25) 55%,
			rgba(230, 108, 67, 0.05) 100%);
	opacity: 0;
	transition: opacity 0.42s ease;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 28px;
	border-radius: 10px;
}

.ig-overlay-inner {
	transform: translateY(22px);
	transition: transform 0.42s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	text-align: center;
	padding: 0 16px;
}

/* Expand Icon */
.ig-icon {
	width: 48px;
	height: 48px;
	background: rgba(230, 108, 67, 0.9);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 12px;
	font-size: 1rem;
	color: #fff;
	border: 2px solid rgba(255, 255, 255, 0.3);
	transform: scale(0.7);
	transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s;
}

/* Caption text */
.ig-caption-text {
	font-family: var(--tg-heading-font-family);
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 4px;
	line-height: 1.3;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.38s ease 0.08s, transform 0.38s ease 0.08s;
}

.ig-caption-sub {
	font-family: var(--tg-body-font-family);
	font-size: 0.7rem;
	font-weight: 400;
	letter-spacing: 2.5px;
	text-transform: uppercase;
	color: #c9a96e;
	opacity: 0;
	transform: translateY(6px);
	transition: opacity 0.38s ease 0.16s, transform 0.38s ease 0.16s;
}

/* ---- Shine Sweep Effect ---- */
.ig-shine {
	position: absolute;
	inset: 0;
	border-radius: 10px;
	background: linear-gradient(110deg,
			transparent 30%,
			rgba(255, 255, 255, 0.22) 50%,
			transparent 70%);
	background-size: 200% 100%;
	background-position: -100% 0;
	transition: background-position 0.0s;
	pointer-events: none;
}

/* ---- HOVER STATES ---- */
.ig-item:hover .ig-thumb {
	box-shadow: 0 20px 60px rgba(230, 108, 67, 0.35);
	transform: translateY(-4px);
}

.ig-item:hover .ig-thumb img {
	transform: scale(1.06);
	filter: brightness(1);
}

.ig-item:hover .ig-overlay {
	opacity: 1;
}

.ig-item:hover .ig-overlay-inner {
	transform: translateY(0);
}

.ig-item:hover .ig-icon {
	transform: scale(1);
	background: #E66C43;
}

.ig-item:hover .ig-caption-text,
.ig-item:hover .ig-caption-sub {
	opacity: 1;
	transform: translateY(0);
}

.ig-item:hover .ig-shine {
	background-position: 200% 0;
	transition: background-position 0.65s ease;
}

/* Gold left border accent on hover */
.ig-item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 3px;
	background: linear-gradient(to bottom, #E66C43, #c9a96e);
	border-radius: 2px 0 0 2px;
	z-index: 3;
	transition: height 0.4s ease;
}

.ig-item:hover::before {
	height: 100%;
}

/* ---- Fancybox custom caption override ---- */
.fancybox__caption {
	font-family: var(--tg-heading-font-family) !important;
	font-size: 0.95rem;
	color: #f0dfc5;
	text-align: center;
	letter-spacing: 0.5px;
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
	.innner-gallery-grid {
		grid-template-columns: repeat(2, 1fr);
		align-items: stretch;
	}

	.ig-item.ig-corner .ig-thumb,
	.ig-item.ig-middle .ig-thumb {
		height: 260px;
	}
}

@media (max-width: 575px) {
	.innner-gallery-grid {
		grid-template-columns: 1fr;
	}

	.ig-item.ig-corner .ig-thumb,
	.ig-item.ig-middle .ig-thumb {
		height: 240px;
	}

	.innner-gallery-section {
		padding: 60px 0 80px;
	}
}


/* ============================================================
   BANNER SCROLL-DOWN ARROW  —  .banner-scroll-arrow
   ============================================================ */

.banner-scroll-arrow {
	position: absolute;
	bottom: 36px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	z-index: 10;
	cursor: pointer;
}

/* "Scroll" label */
.bsa-label {
	font-family: var(--tg-body-font-family);
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: var(--tg-primary-color);
	transition: color 0.3s ease, opacity 0.3s ease;
}

/* The track / column that holds the chevrons */
.bsa-track {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	position: relative;
}

/* Each chevron — drawn purely in CSS */
.bsa-chevron {
	display: block;
	width: 22px;
	height: 22px;
	border-right: 2.5px solid var(--tg-primary-color);
	border-bottom: 2.5px solid var(--tg-primary-color);
	transform: rotate(45deg);
	margin-top: -8px;
	/* overlap so they nest together */
	opacity: 0;

	/* each chevron own animation, staggered for a cascading wave */
	animation: bsa-wave 1.6s ease-in-out infinite;
}

.bsa-chevron:nth-child(1) {
	animation-delay: 0s;
	margin-top: 0;
}

.bsa-chevron:nth-child(2) {
	animation-delay: 0.22s;
}

.bsa-chevron:nth-child(3) {
	animation-delay: 0.44s;
}

/* Keyframes: fade in → translate down → fade out */
@keyframes bsa-wave {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(-5px, -5px);
	}

	30% {
		opacity: 1;
	}

	60% {
		opacity: 0.6;
		transform: rotate(45deg) translate(4px, 4px);
	}

	100% {
		opacity: 0;
		transform: rotate(45deg) translate(8px, 8px);
	}
}

/* Outer glow ring behind the chevrons */
.bsa-track::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(230, 108, 67, 0);
	border: 1.5px solid rgba(230, 108, 67, 0);
	transition: background 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
}

/* HOVER — brighter chevrons, label, and glow ring */
.banner-scroll-arrow:hover .bsa-label {
	color: #fff;
}

.banner-scroll-arrow:hover .bsa-chevron {
	border-color: #E66C43;
}

.banner-scroll-arrow:hover .bsa-track::before {
	background: rgba(230, 108, 67, 0.12);
	border-color: rgba(230, 108, 67, 0.5);
	transform: translate(-50%, -50%) scale(1.2);
}


/* ============================================================
   STATUE SPLIT SECTIONS  —  .statue-split-section
   ============================================================ */

.statue-split-section {
	padding: 90px 0;
	background-color: #fdf8f3;
}

.statue-split-section.statue-split-alt {
	background-color: #fff;
}

/* ── Arched Image Wrapper ── */
.statue-arch-wrap {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 460px;
}

.statue-arch-img {
	width: 100%;
	border-radius: 220px 220px 20px 20px;
	/* arched top, flat bottom */
	overflow: hidden;
	position: relative;
	box-shadow: 0 20px 60px rgba(139, 68, 72, 0.18);
	transition: box-shadow 0.4s ease;
}

.statue-arch-img img {
	width: 100%;
	height: 480px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.statue-arch-wrap:hover .statue-arch-img img {
	transform: scale(1.05);
}

.statue-arch-wrap:hover .statue-arch-img {
	box-shadow: 0 28px 80px rgba(139, 68, 72, 0.28);
}

/* Gold accent bar at bottom of image */
.statue-arch-gold-bar {
	width: 60%;
	height: 5px;
	margin: 0 auto;
	margin-top: 0;
	background: linear-gradient(90deg, #b87a3d, #D9B448, #b87a3d);
	border-radius: 0 0 8px 8px;
}

/* ── Content Side ── */
.statue-split-content {
	padding: 20px 0 20px 20px;
}

.statue-split-section.statue-split-alt .statue-split-content {
	padding: 20px 20px 20px 0;
}

/* Eyebrow label */
.statue-split-eyebrow {
	display: inline-block;
	font-family: 'Arya', sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #E66C43;
	margin-bottom: 14px;
}

/* Main heading — Philosopher serif */
.statue-split-heading {
	font-family: 'Philosopher', serif;
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	font-weight: 700;
	color: #2c1a1a;
	line-height: 1.2;
	margin-bottom: 22px;
}

/* Body paragraphs */
.statue-split-text {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 1rem;
	color: #5a4a3a;
	line-height: 1.85;
	margin-bottom: 16px;
}

/* Diamond bullet list */
.statue-split-bullets {
	list-style: none;
	padding: 0;
	margin: 24px 0 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.statue-split-bullets li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.93rem;
	color: #4a3a2a;
	line-height: 1.6;
}

.statue-split-bullets li i.fa-diamond {
	color: #D9B448;
	font-size: 0.55rem;
	margin-top: 5px;
	flex-shrink: 0;
}

.statue-split-bullets li strong {
	color: #8b4448;
}

/* ── Responsive ── */
@media (max-width: 991px) {
	.statue-split-section {
		padding: 60px 0;
	}

	.statue-arch-wrap {
		max-width: 380px;
		margin: 0 auto;
		display: block;
	}

	.statue-arch-img img {
		height: 380px;
	}

	.statue-split-content,
	.statue-split-section.statue-split-alt .statue-split-content {
		padding: 30px 0 0;
	}
}

@media (max-width: 575px) {
	.statue-arch-img {
		border-radius: 140px 140px 14px 14px;
	}

	.statue-arch-img img {
		height: 300px;
	}

	.statue-split-heading {
		font-size: 1.7rem;
	}
}


/* ============================================================
   THE MAKING SECTION  —  .making-section
   ============================================================ */

/* Critical sticky fix:
   The .fix class (clearfix) sets overflow:hidden on <main>, which silently
   breaks position:sticky on ALL descendants. We override it specifically for
   shankar-page using overflow:clip — same visual clipping, no scroll container.
   Never use overflow:hidden on any ancestor of a position:sticky element. */
main.shankar-page {
	overflow: clip;
}

.making-section {
	background-color: #fdf8f3;
	padding: 0 0 100px;
}


/* ── Full-width header ── */
.making-inner {
	max-width: 90%;
	margin: 0 auto;
	padding: 0 24px;
}

.making-header {
	padding: 90px 0 60px;
}

.making-eyebrow {
	display: inline-block;
	font-family: 'Arya', sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #E66C43;
	margin-bottom: 16px;
}

.making-title {
	font-family: 'Philosopher', serif;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 700;
	color: #1e1209;
	line-height: 1.15;
	margin-bottom: 28px;
}

.making-gold-line {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #b87a3d, #D9B448);
	border-radius: 2px;
	margin: 0 auto;
}

/* ── Two-column body ── */
.making-body {
	display: flex;
	/* stretch (default) makes both columns equal height — critical for sticky.
	   flex-start would make .making-img-col only as tall as the image,
	   leaving the sticky element no room to scroll. */
	align-items: stretch;
	gap: 60px;
}

/* ── Left: Sticky Image Column (50%) ── */
.making-img-col {
	flex: 0 0 60%;
	max-width: 60%;
	align-self: stretch;
	/* ensures column height equals the taller cards column */
}

.making-img-sticky {
	position: sticky;
	top: 120px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 24px 72px rgba(139, 68, 72, 0.22);
}

/* ── Slides — all stacked, only .active is visible ── */
.making-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.65s cubic-bezier(0.4, 0, 0.2, 1);
	pointer-events: none;
}

.making-slide.active {
	opacity: 1;
	pointer-events: auto;
}

.making-slide img {
	width: 100%;
	height: 600px;
	object-fit: cover;
	display: block;
	transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

/* Give the panel a defined height = image height */
.making-img-sticky {
	height: 600px;
}

.making-img-sticky:hover .making-slide.active img {
	transform: scale(1.04);
}

/* Warm gradient overlay on image */
.making-img-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom,
			rgba(230, 108, 67, 0) 50%,
			rgba(139, 68, 72, 0.45) 100%);
	pointer-events: none;
	z-index: 2;
}

/* ── Phase badge + counter ── */
.making-img-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 3;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.making-badge-phase {
	font-family: 'Arya', sans-serif;
	font-size: 0.65rem;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.85;
}

.making-badge-counter {
	font-family: 'Philosopher', serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	display: flex;
	align-items: center;
	gap: 4px;
}

.making-badge-sep {
	opacity: 0.5;
	font-size: 1rem;
}

/* ── Progress dots at bottom-right ── */
.making-img-dots {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 3;
	display: flex;
	gap: 7px;
	align-items: center;
}

.making-img-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.45);
	transition: background 0.3s ease, transform 0.3s ease;
	cursor: pointer;
}

.making-img-dot.active {
	background: #fff;
	transform: scale(1.45);
}

/* ── Right: Cards Column (60%) ── */
.making-cards-col {
	flex: 1;
	min-width: 0;
}

/* Vertical timeline track */
.making-timeline {
	position: relative;
	padding-left: 36px;
}

.making-timeline::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 12px;
	bottom: 12px;
	width: 2px;
	background: linear-gradient(to bottom, #E66C43 0%, #D9B448 50%, rgba(230, 108, 67, 0.2) 100%);
	border-radius: 2px;
}

/* ── Card Wrapper (dot + card) ── */
.making-card-wrap {
	position: relative;
	margin-bottom: 32px;
}

.making-card-wrap:last-child {
	margin-bottom: 0;
}

/* Timeline dot */
.making-dot {
	position: absolute;
	left: -36px;
	top: 28px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fff;
	border: 2.5px solid #E66C43;
	box-shadow: 0 0 0 4px rgba(230, 108, 67, 0.15);
	transition: box-shadow 0.3s ease, background 0.3s ease;
	z-index: 2;
}

/* Inner filled circle inside dot */
.making-dot::after {
	content: '';
	position: absolute;
	inset: 3px;
	border-radius: 50%;
	background: #E66C43;
	transition: background 0.3s ease;
}

.making-card-wrap:hover .making-dot {
	box-shadow: 0 0 0 7px rgba(230, 108, 67, 0.2);
	background: #E66C43;
}

.making-card-wrap:hover .making-dot::after {
	background: #fff;
}



/* ── The Card itself ── */
.making-card {
	background: #fff;
	border-radius: 16px;
	padding: 30px 32px;
	border: 1px solid rgba(139, 68, 72, 0.08);
	border-left: 3px solid transparent;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
	transition:
		transform 0.35s cubic-bezier(0.23, 1, 0.32, 1),
		box-shadow 0.35s ease,
		border-left-color 0.3s ease;
	cursor: default;
}

.making-card-wrap:hover .making-card {
	transform: translateY(-5px) translateX(4px);
	box-shadow: 0 16px 48px rgba(139, 68, 72, 0.14);
	border-left-color: #E66C43;
}

/* ── Active step — JS synced highlight ── */
.making-card-wrap.active-step .making-card {
	border-left-color: #E66C43;
	background: linear-gradient(135deg, #fff 80%, rgba(230, 108, 67, 0.06) 100%);
	box-shadow: 0 12px 40px rgba(139, 68, 72, 0.13);
	transform: translateX(5px);
}

.making-card-wrap.active-step .making-dot {
	background: #E66C43;
	box-shadow: 0 0 0 8px rgba(230, 108, 67, 0.18);
}

.making-card-wrap.active-step .making-dot::after {
	background: #fff;
}

/* Gold-accented active state for card 4 */
.making-card-wrap.active-step .making-card-unveil {
	border-left-color: #D9B448;
	background: linear-gradient(135deg, #fff 75%, rgba(217, 180, 72, 0.1) 100%);
	box-shadow: 0 12px 40px rgba(217, 180, 72, 0.16);
}

.making-card-wrap.active-step .making-dot-last {
	background: #D9B448;
	box-shadow: 0 0 0 8px rgba(217, 180, 72, 0.2);
}

/* Phase label */
.making-phase {
	display: inline-block;
	font-family: var(--tg-highlight-font-family);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #E66C43;
	margin-bottom: 10px;
}

/* Card heading */
.making-card-title {
	font-family: 'Philosopher', serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1e1209;
	margin-bottom: 12px;
	line-height: 1.25;
}

/* Card body text */
.making-card-text {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.93rem;
	color: #6a5a4a;
	line-height: 1.8;
	margin: 0;
}

/* ── Special: Unveiling (4th) card — gold accent ── */
.making-card-unveil {
	background: linear-gradient(135deg, #fff 70%, rgba(217, 180, 72, 0.08) 100%);
	border: 1px solid rgba(217, 180, 72, 0.3);
	border-left: 3px solid transparent;
}

.making-card-wrap:hover .making-card-unveil {
	border-left-color: #D9B448;
	box-shadow: 0 16px 48px rgba(217, 180, 72, 0.18);
}

@media (max-width: 576px) {
	.making-img-sticky {
		height: 265px !important;
	}
} 

/* ── Responsive ── */
@media (max-width: 991px) {
	.making-body {
		flex-direction: column;
		gap: 40px;
	}

	.making-img-col {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.making-img-sticky {
		position: relative;
		top: auto;
		height: 365px;
	}

	.making-img-sticky img {
		height: 380px;
	}

	.making-cards-col {
		width: 100%;
	}
}

@media (max-width: 991px) {
	.making-timeline {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		overflow-x: auto;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 25px;
		gap: 16px;
		scroll-behavior: smooth;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	/* Hide the vertical line */
	.making-timeline::before {
		display: none;
	}

	.making-card-wrap {
		flex: 0 0 85%;
		max-width: 490px;
		margin-bottom: 0;
		scroll-snap-align: start;
		padding-top: 45px; /* Space for dot and line above card */
	}

	/* Center dot above the card */
	.making-dot {
		left: 50%;
		top: 10px;
		transform: translateX(-50%);
	}

	/* Connecting line between dots */
	.making-card-wrap::before {
		content: '';
		position: absolute;
		top: 18px; /* Center of the dot (10px top + 9px half-height) */
		left: 50%;
		width: 100%;
		height: 2.5px;
		background: linear-gradient(90deg, #E66C43, #D9B448);
		z-index: 1;
	}

	.making-card-wrap:last-child::before {
		display: none;
	}

	/* Adjust card animations and shadows on mobile */
	.making-card-wrap:hover .making-card {
		transform: translateY(-4px);
	}

	.making-card-wrap.active-step .making-card {
		transform: translateY(-4px);
		box-shadow: 0 8px 30px rgba(139, 68, 72, 0.12);
	}

	/* Scrollbar customization for a premium feel */
	.making-timeline::-webkit-scrollbar {
		height: 5px;
	}

	.making-timeline::-webkit-scrollbar-track {
		background: rgba(139, 68, 72, 0.04);
		border-radius: 10px;
	}

	.making-timeline::-webkit-scrollbar-thumb {
		background: rgba(230, 108, 67, 0.25);
		border-radius: 10px;
	}
}

@media (max-width: 575px) {
	.making-title {
		font-size: 1.8rem;
	}

	.making-card {
		padding: 22px 20px;
	}

	.making-card-title {
		font-size: 1.25rem;
	}

	.making-img-sticky img {
		height: 270px;
	}
}


/* ============================================================
   THE CREATORS SECTION  —  .creators-section
   ============================================================ */

.creators-section {
	padding: 100px 0;
	background-color: #fdf8f3;
}

/* ── Header ── */
.creators-header {
	margin-bottom: 60px;
}

.creators-eyebrow {
	display: inline-block;
	font-family: var(--tg-highlight-font-family, 'Arya', sans-serif);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #E66C43;
	margin-bottom: 14px;
}

.creators-title {
	font-family: 'Philosopher', serif;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	font-weight: 700;
	color: #2c1a1a;
	margin-bottom: 15px;
}

.creators-subtitle {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 1.05rem;
	color: #6a5a4a;
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.7;
}

/* ── Cards ── */
.creator-card {
	background: #fff;
	text-align: center;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(139, 68, 72, 0.05);
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
	height: 100%;
}

.creator-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 50px rgba(139, 68, 72, 0.15);
}

/* ── Image & Hover FX ── */
.creator-img-wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.creator-img-wrap img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	display: block;
	filter: grayscale(100%);
	transition: transform 0.6s ease, filter 0.6s ease;
}

.creator-card:hover .creator-img-wrap img {
	filter: grayscale(0%);
	transform: scale(1.05);
}

.creator-img-tint {
	position: absolute;
	inset: 0;
	background: rgba(139, 68, 72, 0.05);
	pointer-events: none;
	transition: opacity 0.4s ease;
}

.creator-card:hover .creator-img-tint {
	opacity: 0;
}

/* ── Gold Accent Line ── */
.creator-gold-bar {
	height: 3px;
	width: 100%;
	background: linear-gradient(90deg, #b87a3d, #D9B448, #b87a3d);
	transform: scaleX(0);
	transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.creator-card:hover .creator-gold-bar {
	transform: scaleX(1);
}

/* ── Body Content ── */
.creator-body {
	padding: 35px 30px 40px;
}

.creator-name {
	font-family: 'Philosopher', serif;
	font-size: 1.6rem;
	font-weight: 700;
	color: #2c1a1a;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

.creator-role {
	display: block;
	font-family: var(--tg-highlight-font-family, 'Arya', sans-serif);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #E66C43;
	margin-bottom: 20px;
}

.creator-desc {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.95rem;
	color: #6a5a4a;
	line-height: 1.7;
	margin: 0;
}

/* ── Responsive ── */
@media (max-width: 767px) {
	.creators-section {
		padding: 70px 0;
	}

	.creator-img-wrap img {
		height: 280px;
	}

	.creator-body {
		padding: 25px 20px 30px;
	}
}


/* ============================================================
   INTRO SPLIT SECTION  —  .explore-intro-split
   ============================================================ */

.explore-intro-split {
	padding: 100px 0;
	background-color: #fdf8f3;
	overflow: clip;
	/* Fix for potential sticky disruption */
}

/* ── Left Sticky Column ── */
.explore-intro-left {
	align-self: stretch;
}

.explore-intro-sticky {
	position: sticky;
	top: 120px;
	padding-right: 40px;
}

.intro-gold-line {
	width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #b87a3d, #D9B448);
	margin-bottom: 30px;
	border-radius: 2px;
}

.intro-split-title {
	font-family: 'Philosopher', serif;
	font-size: clamp(2.4rem, 4vw, 3.4rem);
	font-weight: 400;
	color: #2c1a1a;
	line-height: 1.2;
	margin-bottom: 25px;
}

.intro-split-title-em {
	font-family: var(--tg-highlight-font-family);
	font-weight: 400;
	font-style: italic;
	background: linear-gradient(90deg, #b87a3d, #D9B448);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.intro-split-text {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 1.05rem;
	color: #6a5a4a;
	line-height: 1.8;
	max-width: 480px;
}

/* ── Right Content Column ── */
.explore-intro-right {
	padding-top: 10px;
}

.intro-content-block {
	margin-bottom: 50px;
}

.intro-content-block:last-child {
	margin-bottom: 0;
}

.intro-content-title {
	font-family: 'Philosopher', serif;
	font-size: 1.8rem;
	font-weight: 400;
	color: #2c1a1a;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.intro-content-title i {
	color: #b87a3d;
	font-size: 1.4rem;
	opacity: 0.8;
}

.intro-content-text {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 1.05rem;
	color: #6a5a4a;
	line-height: 1.8;
}

/* ── Topics Grid ── */
.intro-topics-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-top: 30px;
}

.intro-topic-item {
	background: #f4eee9;
	border-radius: 8px;
	padding: 16px 20px;
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.95rem;
	font-weight: 700;
	color: #4a3a2a;
	transition: all 0.3s ease;
	cursor: default;
}

.intro-topic-item i {
	color: #b87a3d;
	font-size: 1.1rem;
	flex-shrink: 0;
}

.intro-topic-item:hover {
	transform: translateY(-3px);
	background: #ebdaca;
	box-shadow: 0 8px 20px rgba(139, 68, 72, 0.08);
}

/* ── Responsive ── */
@media (max-width: 991px) {
	.explore-intro-sticky {
		position: relative;
		top: auto;
		padding-right: 0;
		margin-bottom: 60px;
	}

	.intro-topics-grid {
		grid-template-columns: 1fr;
	}
}


/* ============================================================
   CURATED DIALOGUES SECTION  —  .curated-dialogues-section
   ============================================================ */

.curated-dialogues-section {
	padding: 100px 0;
	background-color: #f4eee9;
	/* Matches the warm cream of the reference image */
}

/* ── Header ── */
.cd-header-row {
	margin-bottom: 50px;
}

.cd-eyebrow {
	display: inline-block;
	font-family: var(--tg-highlight-font-family, 'Arya', sans-serif);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	color: #b87a3d;
	margin-bottom: 15px;
}

.cd-title {
	font-family: 'Philosopher', serif;
	font-size: clamp(2.2rem, 4vw, 3.2rem);
	font-weight: 400;
	color: #2c1a1a;
	margin: 0;
}

.cd-view-all {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 1.05rem;
	font-weight: 700;
	color: #4a3a2a;
	text-decoration: none;
	transition: color 0.3s ease;
	display: inline-flex;
	align-items: center;
	padding-bottom: 10px;
	/* Aligns visually with the larger heading on the left */
}

.cd-view-all:hover {
	color: #b87a3d;
}

.cd-view-all i {
	font-size: 0.9em;
	margin-left: 8px;
	transition: transform 0.3s ease;
}

.cd-view-all:hover i {
	transform: translateX(5px);
}

/* ── Card ── */
.cd-card {
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.cd-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* ── Image & Overlay ── */
.cd-img-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 12px 0 0 12px;
	width: 40%;
	flex-shrink: 0;
}

.cd-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.cd-card:hover .cd-img-wrap img {
	transform: scale(1.05);
}

@media (max-width: 991px) {
	.cd-card {
		flex-direction: column;
	}

	.cd-img-wrap {
		width: 100%;
		border-radius: 12px 12px 0 0;
	}

	.cd-img-wrap img {
		height: 240px;
	}
}

.cd-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #D9B448;
	/* Goldish arrow */
	font-size: 1.25rem;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
	z-index: 2;
	text-decoration: none;
}

.cd-play-btn i {
	margin-left: 4px;
	/* Optical center for play icon */
}

.cd-card:hover .cd-play-btn {
	background: #fff;
	color: #b87a3d;
	transform: translate(-50%, -50%) scale(1.1);
}

.cd-time {
	position: absolute;
	bottom: 15px;
	right: 15px;
	background: #111;
	color: #fff;
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.8rem;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 4px;
	z-index: 2;
}

/* ── Body ── */
.cd-body {
	padding: 30px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.cd-meta {
	font-family: var(--tg-highlight-font-family, 'Arya', sans-serif);
	font-size: 0.8rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #b87a3d;
	margin-bottom: 12px;
}

.cd-card-title {
	font-family: 'Philosopher', serif;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 15px;
}

.cd-card-title a {
	color: #2c1a1a;
	transition: color 0.3s ease;
	text-decoration: none;
}

.cd-card:hover .cd-card-title a {
	color: #b87a3d;
}

.cd-desc {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.95rem;
	color: #6a5a4a;
	line-height: 1.7;
	margin: 0 0 30px;
	flex-grow: 1;
	/* Pushes footer down */
}

/* ── Footer ── */
.cd-footer {
	display: flex;
	align-items: center;
	gap: 15px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 20px;
}

.cd-avatar {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.85rem;
	font-weight: 700;
}

.cd-avatar-gold {
	background: #b87a3d;
}

.cd-avatar-dark {
	background: #2c1a1a;
}

.cd-avatar-light {
	background: #D9B448;
}

.cd-author {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.95rem;
	font-weight: 700;
	color: #4a3a2a;
}


/* ============================================================
   PUBLICATIONS SECTION  —  .pub-section
   ============================================================ */

/* CRITICAL: .fix class puts overflow:hidden on <main>, which breaks position:sticky. */
main.fix {
	overflow: visible !important;
}

.pub-section {
	padding: 80px 0 100px;
	background-color: #fdf8f3;
}

/* ── Category Tab Bar ── */
.pub-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 40px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.07);
	padding-bottom: 0;
}

.pub-tab {
	font-family: var(--tg-highlight-font-family);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #8a7a6a;
	background: none;
	border: none;
	padding: 10px 16px;
	cursor: pointer;
	position: relative;
	transition: color 0.3s ease;
	margin-bottom: -2px;
	/* Overlap the border-bottom */
}

.pub-tab::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #b87a3d;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.pub-tab:hover {
	color: #b87a3d;
}

.pub-tab.active {
	color: #b87a3d;
}

.pub-tab.active::after {
	transform: scaleX(1);
}

/* ── Cards Grid ── */
.pub-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

/* Hidden cards when filtering */
.pub-card.hidden {
	display: none;
}

/* ── Individual Card ── */
.pub-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	display: flex;
	flex-direction: column;
}

.pub-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 24px 50px rgba(0, 0, 0, 0.1);
}

/* ── Card Image ── */
.pub-card-img-wrap {
	position: relative;
	overflow: hidden;
}

.pub-card-img-wrap img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.pub-card:hover .pub-card-img-wrap img {
	transform: scale(1.06);
}

/* ── Type Badge ── */
.pub-badge {
	position: absolute;
	top: 14px;
	left: 14px;
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	padding: 4px 10px;
	border-radius: 3px;
	color: #fff;
	z-index: 2;
}

.pub-badge-book {
	background: #2c1a1a;
}

.pub-badge-journal {
	background: #b87a3d;
}

.pub-badge-catalogue {
	background: #4a3a70;
}

.pub-badge-research {
	background: #1a4a3a;
}

/* ── Card Body ── */
.pub-card-body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.pub-meta {
	font-family: var(--tg-highlight-font-family, 'Arya', sans-serif);
	font-size: 0.78rem;
	font-weight: 700;
	color: #b87a3d;
	text-transform: uppercase;
	margin-bottom: 8px;
	letter-spacing: 1px;
}

.pub-card-title {
	font-family: 'Philosopher', serif;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 12px;
}

.pub-card-title a {
	color: #2c1a1a;
	text-decoration: none;
	transition: color 0.3s ease;
}

.pub-card:hover .pub-card-title a {
	color: #b87a3d;
}

.pub-card-desc {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.9rem;
	color: #7a6a5a;
	line-height: 1.7;
	margin-bottom: 20px;
	flex-grow: 1;
}

/* ── Card Actions ── */
.pub-card-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding-top: 18px;
	margin-top: auto;
}

.pub-read-more {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.88rem;
	font-weight: 700;
	color: #4a3a2a;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: color 0.3s ease;
}

.pub-read-more i {
	font-size: 0.8em;
	transition: transform 0.3s ease;
}

.pub-read-more:hover {
	color: #b87a3d;
}

.pub-read-more:hover i {
	transform: translateX(5px);
}

.pub-download {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #f4eee9;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #8a7a6a;
	text-decoration: none;
	font-size: 0.85rem;
	transition: background 0.3s ease, color 0.3s ease;
}

.pub-download:hover {
	background: #b87a3d;
	color: #fff;
}

/* ── Sticky Right Sidebar ── */
.pub-sidebar {
	position: sticky;
	top: 120px;
	border: 1px solid #e1e1e1;
	border-radius: 15px;
	padding: 15px;
}

/* ── Sidebar Widget ── */
.pub-widget {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
	margin-bottom: 28px;
}

.pub-widget-title {
	font-family: 'Philosopher', serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #2c1a1a;
	margin-bottom: 6px;
	padding-bottom: 15px;
	border-bottom: 2px solid #D9B448;
	display: inline-block;
}

/* ── Most Popular Item ── */
.pub-popular-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pub-popular-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.pub-popular-img {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	border-radius: 6px;
	overflow: hidden;
}

.pub-popular-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.4s ease;
}

.pub-popular-item:hover .pub-popular-img img {
	transform: scale(1.08);
}

.pub-popular-info {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.pub-popular-type {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.68rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.pub-popular-book {
	color: #b87a3d;
}

.pub-popular-magazine {
	color: #7a3a8a;
}

.pub-popular-research {
	color: #1a6a4a;
}

.pub-popular-title {
	font-family: 'Philosopher', serif;
	font-size: 0.95rem;
	font-weight: 700;
	color: #2c1a1a;
	text-decoration: none;
	line-height: 1.4;
	transition: color 0.3s ease;
}

.pub-popular-title:hover {
	color: #b87a3d;
}

.pub-popular-views {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.78rem;
	color: #aaa;
}

.pub-popular-views i {
	margin-right: 4px;
}

/* ── Subscribe Widget ── */
.pub-widget-subscribe {
	text-align: center;
}

.pub-subscribe-icon {
	font-size: 2rem;
	color: #b87a3d;
	margin-bottom: 12px;
}

.pub-subscribe-title {
	font-family: 'Philosopher', serif;
	font-size: 1.4rem;
	font-weight: 700;
	color: #2c1a1a;
	margin-bottom: 10px;
}

.pub-subscribe-text {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.9rem;
	color: #8a7a6a;
	line-height: 1.6;
	margin-bottom: 22px;
}

.pub-subscribe-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.pub-subscribe-input {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.9rem;
	color: #4a3a2a;
	background: #fdf8f3;
	outline: none;
	transition: border-color 0.3s ease;
}

.pub-subscribe-input:focus {
	border-color: #b87a3d;
}

.pub-subscribe-btn {
	width: 100%;
	background: #2c1a1a;
	color: #fff;
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.pub-subscribe-btn:hover {
	background: #b87a3d;
}

/* ── Responsive ── */
@media (max-width: 991px) {
	.pub-sidebar {
		position: relative;
		top: auto;
		margin-top: 50px;
	}
}

@media (max-width: 767px) {
	.pub-grid {
		grid-template-columns: 1fr;
	}

	.pub-section {
		padding: 60px 0 80px;
	}
}

/* ============================================================
   VISION SECTION 
   ============================================================ */

.vision-img {
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0px 12px 22px rgb(0 0 0 / 42%);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	position: relative;
	z-index: 1;
}

.vision-img:hover {
	transform: translateY(-8px);
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

.vision-img img {
	width: 100%;
	height: 440px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.vision-img:hover img {
	transform: scale(1.05);
}

/* ============================================================
   TEAM / LEADERSHIP SECTIONS 
   ============================================================ */
.team-page-section {
	padding: 80px 0 0px;
	background-color: #fdf8f3;
}

.team-section-header {
	text-align: center;
	margin-bottom: 60px;
}

.team-main-title {
	font-family: 'Philosopher', serif;
	font-size: clamp(2.2rem, 4vw, 3rem);
	color: #2c1a1a;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.team-main-subtitle {
	font-family: var(--tg-highlight-font-family, 'Arya', sans-serif);
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #8a7a6a;
}

.team-divider {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin: 60px 0 40px;
}

.team-divider::before,
.team-divider::after {
	content: '';
	height: 1px;
	width: 60px;
	background: #D9B448;
}

.team-divider-text {
	font-family: 'Philosopher', serif;
	font-size: 1.1rem;
	color: #2c1a1a;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

/* ── Patron Card ── */
.patron-card {
	background: #fff;
	border-radius: 12px;
	display: flex;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
	overflow: hidden;
	margin-bottom: 30px;
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.patron-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.patron-img {
	width: 45%;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}

.patron-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.patron-card:hover .patron-img img {
	transform: scale(1.05);
}

.patron-content {
	padding: 60px 60px 60px 50px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-grow: 1;
}

.patron-quote-mark {
	position: absolute;
	top: 40px;
	right: 50px;
	font-size: 6rem;
	line-height: 1;
	color: #f1ebd9;
	font-family: 'Philosopher', serif;
	opacity: 0.5;
}

.patron-name {
	font-family: 'Philosopher', serif;
	font-size: 2.4rem;
	color: #2c1a1a;
	margin-bottom: 5px;
}

.patron-role {
	font-family: var(--tg-highlight-font-family, 'Arya', sans-serif);
	font-size: 0.8rem;
	color: #E66C43;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	margin-bottom: 25px;
}

.patron-text {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 1.1rem;
	color: #6a5a4a;
	line-height: 1.8;
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.team-social {
	display: none;
}

.team-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f4eee9;
	color: #8a7a6a;
	margin-right: 12px;
	transition: all 0.3s ease;
	text-decoration: none;
	font-size: 1rem;
}

.team-social a:hover {
	background: #D9B448;
	color: #fff;
	transform: translateY(-3px);
}

/* ── Exec Board (Circular) ── */
.exec-card {
	text-align: center;
	padding: 20px;
	transition: transform 0.4s ease;
}

.exec-card:hover {
	transform: translateY(-5px);
}

.exec-img-wrap {
    width: 300px;
    height: 300px;
    margin: 0 auto 30px;
    border-radius: 50%;
    /* padding: 10px; */
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    border: 8px solid #fff;
}

.exec-img-inner {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.exec-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.exec-card:hover .exec-img-wrap img {
	transform: scale(1.08);
}

.exec-name {
	font-family: 'Philosopher', serif;
	font-size: 1.8rem;
	color: #2c1a1a;
	margin-bottom: 5px;
}

.exec-role {
	font-family: var(--tg-highlight-font-family, 'Arya', sans-serif);
	font-size: 0.8rem;
	color: #E66C43;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	margin-bottom: 18px;
	display: block;
}

.exec-text {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 1.05rem;
	color: #8a7a6a;
	line-height: 1.7;
	max-width: 360px;
	margin: 0 auto;
}


/* ── Core Committee (Circular) ── */
.core-card {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-align: center;
	/* padding-bottom: 40px; */
	transition: transform 0.4s ease, box-shadow 0.4s ease;
	height: 100%;
}

.core-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.core-img-wrap {
	width: 220px;
	height: 220px;
	margin: 35px auto 25px;
	border-radius: 50%;
	border: 6px solid #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
	background: antiquewhite;
}

.core-img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.core-card:hover .core-img-wrap {
	border-color: #D9B448;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.core-card:hover .core-img-wrap img {
	transform: scale(1.08);
}

.core-name {
	font-family: 'Philosopher', serif;
	font-size: 1.6rem;
	color: #2c1a1a;
	margin-bottom: 5px;
	padding: 0 10px;
	
}

.core-role {
	font-family: var(--tg-highlight-font-family, 'Arya', sans-serif);
	font-size: 0.8rem;
	color: #E66C43;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}

.core-text {
	font-family: var(--tg-body-font-family, 'Arya', sans-serif);
	font-size: 1.05rem;
	color: #8a7a6a;
	line-height: 1.2;
	padding: 0 30px;
	margin-bottom: 25px;
}

/* ── Responsive Overrides ── */
@media (max-width: 991px) {
	.patron-card {
		flex-direction: column;
	}

	.patron-img {
		width: 100%;
		height: 350px;
	}

	.patron-content {
		padding: 40px;
	}

	.patron-quote-mark {
		top: 20px;
		right: 30px;
		font-size: 4rem;
	}
}



/* ── Advisory Council Section ── */
.advisor-card {
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
	text-align: center;
	padding: 40px 20px 35px;
	transition: all 0.4s ease;
	border-top: 4px solid transparent;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.advisor-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 20px 40px rgba(197, 84, 46, 0.08);
	border-top-color: #D9B448;
}

.advisor-icon-wrap {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #fdf8f3;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 1.8rem;
	color: #c5542e;
	transition: all 0.4s ease;
}

.advisor-card:hover .advisor-icon-wrap {
	background: #c5542e;
	color: #fff;
	transform: rotate(360deg);
}

.advisor-name {
	font-family: 'Philosopher', serif;
	font-size: 1.3rem;
	color: #2c1a1a;
	margin-bottom: 6px;
	font-weight: 700;
}

.advisor-role {
	font-family: var(--tg-highlight-font-family, 'Arya', sans-serif);
	font-size: 0.78rem;
	color: #E66C43;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}


/* =========================================
   AAYR PAGE STYLES
   ========================================= */

/* Backgrounds */
.bg-light-theme {
	background-color: #fcf4ec;
}

/* Objectives Section */
.aayr-objectives .sub-title {
	font-family: var(--tg-body-font-family, 'Arya');
	color: var(--tg-primary-color);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 14px;
	display: block;
	margin-bottom: 10px;
}

.aayr-objectives .sec-title {
	font-family: var(--tg-heading-font-family, 'Philosopher');
	color: var(--tg-heading-font-color);
	font-size: 38px;
	margin-bottom: 20px;
}

.aayr-objectives .sec-text {
	font-size: 16px;
	color: #555;
	margin-bottom: 40px;
	line-height: 1.8;
}

.objective-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.objective-list .icon-box {
	width: 50px;
	height: 50px;
	background-color: #fcf4ec;
	color: var(--tg-primary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin-right: 20px;
	flex-shrink: 0;
	transition: all 0.3s ease;
}

.objective-list li:hover .icon-box {
	background-color: var(--tg-primary-color);
	color: #fff;
	transform: scale(1.1);
}

.objective-list .text-box h4 {
	font-family: var(--tg-heading-font-family, 'Philosopher');
	font-size: 20px;
	margin-bottom: 8px;
}

.objective-list .text-box p {
	font-size: 15px;
	color: #666;
	margin: 0;
}

.objective-img-wrap {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.objective-img-wrap img {
	border-radius: 20px;
	width: 100%;
	transition: transform 0.5s ease;
}

.objective-img-wrap:hover img {
	transform: scale(1.05);
}

/* Themes Section */
.aayr-themes .section-title h2 {
	font-family: var(--tg-heading-font-family, 'Philosopher');
	color: var(--tg-heading-font-color);
	font-size: 40px;
}

.aayr-themes .section-title p {
	color: #666;
	font-size: 18px;
}

.theme-card {
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
	transition: all 0.4s ease;
	height: 100%;
}

.theme-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.theme-img {
	position: relative;
	overflow: hidden;
}

.theme-img img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.theme-card:hover .theme-img img {
	transform: scale(1.08);
}

.theme-badge {
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 12px;
	padding: 5px 15px;
	border-radius: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}

.theme-content {
	padding: 30px;
}

.theme-content h3 {
	font-family: var(--tg-heading-font-family, 'Philosopher');
	font-size: 24px;
	margin-bottom: 15px;
}

.theme-content p {
	color: #666;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 25px;
}

.theme-link {
	color: var(--tg-primary-color);
	font-weight: 600;
	font-size: 15px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}

.theme-link i {
	margin-left: 8px;
	font-size: 12px;
	transition: transform 0.3s ease;
}

.theme-card:hover .theme-link i {
	transform: translateX(5px);
}

/* Schedule Section */
.schedule-header h2 {
	font-family: var(--tg-heading-font-family, 'Philosopher');
	font-size: 40px;
	margin-bottom: 10px;
}

.schedule-header p {
	color: #666;
	font-size: 18px;
	margin: 0;
}

.schedule-filter {
	border-radius: 30px;
	padding: 10px 30px;
	border: 1px solid #ddd;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	font-family: var(--tg-body-font-family, 'Arya');
}

.schedule-filter:focus {
	border-color: var(--tg-primary-color);
	box-shadow: none;
}

.schedule-item {
	background: #fff;
	border-radius: 15px;
	padding: 30px;
	margin-bottom: 20px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
	border: 1px solid #f0f0f0;
	transition: all 0.3s ease;
}

.schedule-item:hover:not(.disabled) {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	transform: translateY(-5px);
	border-color: var(--tg-primary-color);
}

.schedule-date {
	display: flex;
	flex-direction: column;
}

.date-big {
	font-size: 30px;
	font-weight: 700;
	color: var(--tg-primary-color);
	line-height: 1;
}

.date-small {
	font-size: 13px;
	color: #888;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 5px;
}

.border-left-divider {
	border-left: 1px solid #eee;
	padding-left: 30px;
}

.schedule-info h3 {
	font-family: var(--tg-heading-font-family, 'Philosopher');
	font-size: 22px;
	margin-bottom: 5px;
}

.schedule-info p {
	color: #888;
	margin: 0;
	font-size: 14px;
}

.schedule-info p i {
	margin-right: 5px;
}

.btn-outline-orange {
	color: var(--tg-primary-color);
	border: 1px solid var(--tg-primary-color);
	background: transparent;
	display: inline-block;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-outline-orange:hover {
	background: var(--tg-primary-color);
	color: #fff;
}

.schedule-item.disabled .date-big,
.schedule-item.disabled h3,
.schedule-item.disabled p {
	color: #aaa;
}

.btn-outline-grey {
	color: #999;
	border: 1px solid #ddd;
	background: transparent;
	display: inline-block;
	font-weight: 600;
	pointer-events: none;
}

/* CTA Banner */
.aayr-cta-banner {
	position: relative;
	background-color: var(--tg-primary-color);
	padding: 80px 0;
	margin: 40px 0;
	z-index: 1;
}

.aayr-cta-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/gallery/public16.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0.25;
	/* Control the background image opacity here */
	z-index: -1;
}

.cta-inner h2 {
	font-family: var(--tg-heading-font-family, 'Philosopher');
	color: #fff;
	font-size: 42px;
	margin-bottom: 20px;
}

.cta-inner p {
	color: #fff;
	font-size: 18px;
	max-width: 700px;
	margin: 0 auto 30px auto;
	opacity: 0.9;
}

.btn-solid-white {
	background: #fff;
	color: var(--tg-primary-color);
	display: inline-block;
	font-weight: 700;
	padding: 15px 40px;
	transition: all 0.3s ease;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.btn-solid-white:hover {
	background: #fdf8f3;
	color: #b55e12;
	transform: translateY(-3px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* FAQ Section */
.aayr-faq .section-title h2 {
	font-family: var(--tg-heading-font-family, 'Philosopher');
	color: var(--tg-heading-font-color);
	font-size: 40px;
}

.title-separator {
	width: 60px;
	height: 3px;
	background-color: var(--tg-primary-color);
	margin-top: 15px;
	border-radius: 2px;
}

.faq-accordion {
	max-width: 900px;
	margin: 0 auto;
}

.faq-accordion .accordion-item {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	margin-bottom: 15px;
}

.faq-accordion .accordion-button {
	font-family: var(--tg-body-font-family, 'Arya');
	font-weight: 600;
	font-size: 18px;
	color: var(--tg-heading-font-color);
	padding: 20px 25px;
	background: #fff;
	box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
	color: var(--tg-primary-color);
	background-color: #fff;
}

.faq-accordion .accordion-button::after {
	color: var(--tg-primary-color);
}

.faq-accordion .accordion-body {
	padding: 0 25px 25px 25px;
	color: #666;
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.border-left-divider {
		border-left: none;
		padding-left: 15px;
		margin-top: 15px;
	}

	.schedule-header {
		flex-direction: column;
		align-items: flex-start !important;
	}

	.schedule-header .right-filter {
		margin-top: 20px;
		width: 100%;
	}

	.schedule-filter {
		width: 100%;
	}

	.cta-inner h2 {
		font-size: 32px;
	}

	.aayr-objectives .sec-title,
	.aayr-themes .section-title h2,
	.schedule-header h2,
	.aayr-faq .section-title h2 {
		font-size: 32px;
	}
}


/*-------------------------------*/
/* Pilgrimage Route Section (MP Map) */
/*-------------------------------*/
.pilgrimage-route-sec {
	background-color: #ffecc0;
	background-image: radial-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px);
	background-size: 30px 30px;
	position: relative;
}

.map-container {
	position: relative;
	width: 100%;
	padding: 20px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.03);
}

.mp-map-svg {
	width: 100%;
	height: auto;
	filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.15));
}

.map-polygon {
	fill: #fdfaf4;
	stroke: #e8d6b8;
	stroke-width: 2;
	transition: all 0.3s;
}

.map-node-group {
	cursor: pointer;
}

.pulsating-ring {
	fill: var(--tg-primary-color);
	opacity: 0;
	transform-origin: center;
	transform-box: fill-box;
	animation: pulseAnim 2s infinite ease-out;
}

.map-node {
	fill: var(--tg-primary-color);
	transition: all 0.3s ease;
}

.map-node-group.active .map-node,
.map-node-group:hover .map-node {
	fill: #fff;
	stroke: var(--tg-primary-color);
	stroke-width: 3;
}

.map-node-group.active .pulsating-ring {
	opacity: 0.8;
}

@keyframes pulseAnim {
	0% {
		transform: scale(0.5);
		opacity: 0.8;
	}

	100% {
		transform: scale(2.5);
		opacity: 0;
	}
}

.route-details-card {
	background: #fff;
	border: 1px solid #f2e3c6;
	border-radius: 15px;
	padding: 30px;
	margin-left: 20px;
	position: relative;
	z-index: 2;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.route-details-card .card-header-top {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.location-icon {
	width: 50px;
	height: 50px;
	background: rgba(197, 84, 46, 0.1);
	/* Based on primary color */
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--tg-primary-color);
	font-size: 20px;
	margin-right: 15px;
}

.location-title-wrap h3 {
	color: #222;
	font-size: 24px;
	margin-bottom: 5px;
}

.location-title-wrap span {
	color: var(--tg-primary-color);
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
}

.card-divider {
	height: 1px;
	background: #f0e6d6;
	margin-bottom: 25px;
}

.card-info-block {
	margin-bottom: 20px;
}

.info-label {
	display: block;
	color: #777;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.info-val {
	color: #444;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 0;
}

.card-footer-box {
	margin-top: 25px;
	padding: 15px 20px;
	background: #fffaf0;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.footer-label {
	color: #777;
	font-size: 14px;
}

.footer-val {
	color: #222;
	font-size: 18px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.route-details-card {
		margin-left: 0;
		margin-top: 30px;
	}
}

/*-------------------------------*/
/* Itinerary Timeline Section */
/*-------------------------------*/
.itinerary-sec {
	background-color: #fafafa;
}

.itinerary-timeline-container {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}

.itinerary-timeline-line {
	position: absolute;
	left: 50%;
	top: 40px;
	bottom: 40px;
	width: 1px;
	background-color: rgba(234, 110, 58, 0.3);
	/* Subtle orange */
	transform: translateX(-50%);
}

.itinerary-timeline-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 60px;
}

.itinerary-timeline-item:last-child {
	margin-bottom: 0;
}

.itinerary-timeline-dot {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 24px;
	height: 24px;
	background: #fff;
	border: 4px solid var(--tg-primary-color);
	border-radius: 50%;
	z-index: 2;
	box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(0, 0, 0, 0.1);
	transition: all 0.4s ease;
}

.itinerary-timeline-item:hover .itinerary-timeline-dot {
	background: var(--tg-primary-color);
	box-shadow: 0 0 0 8px rgba(234, 110, 58, 0.2), 0 0 15px rgba(234, 110, 58, 0.4);
	border-color: #fff;
}

.final-item .itinerary-timeline-dot {
	background: var(--tg-primary-color);
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
}

.itinerary-timeline-content {
	width: 42%;
	padding: 0 20px;
}

.left-item .itinerary-timeline-content {
	text-align: right;
	order: 1;
}

.left-item .itinerary-timeline-card-col {
	order: 3;
}

.right-item .itinerary-timeline-content {
	text-align: left;
	order: 3;
}

.right-item .itinerary-timeline-card-col {
	text-align: right;
	/* To align card to the right side of the left column */
	order: 1;
	display: flex;
	justify-content: flex-end;
}

.itinerary-timeline-card-col {
	width: 42%;
	padding: 0 20px;
}

.left-item .itinerary-timeline-card-col {
	display: flex;
	justify-content: flex-start;
}

.itinerary-timeline-date {
	display: block;
	color: var(--tg-primary-color);
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.itinerary-timeline-content h3 {
	font-family: var(--tg-heading-font-family);
	font-size: 26px;
	color: #222;
	margin-bottom: 12px;
	font-weight: 700;
}

.itinerary-timeline-content p {
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 0;
}

.itinerary-timeline-location-card {
	background: #fff;
	padding: 20px 30px;
	border-radius: 10px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
	display: inline-block;
	min-width: 280px;
	text-align: left;
	border: 1px solid rgba(0, 0, 0, 0.02);
	transition: all 0.4s ease;
	transform: translateY(0);
}

.itinerary-timeline-item:hover .itinerary-timeline-location-card {
	box-shadow: 0 15px 30px rgba(234, 110, 58, 0.15);
	transform: translateY(-5px);
	border-color: rgba(234, 110, 58, 0.3);
}

.highlight-card {
	background: #fffaf5;
	border: 1px solid rgba(234, 110, 58, 0.2);
}

.loc-label {
	display: block;
	font-size: 12px;
	color: #aaa;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.loc-label.final {
	color: var(--tg-primary-color);
}

.loc-value {
	color: #222;
	font-family: var(--tg-heading-font-family);
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.uw-widget-custom-trigger {
	background-color: var(--tg-primary-color) !important;
}


/* Responsive tweaks for timeline */
@media (max-width: 991px) {
	.itinerary-timeline-line {
		left: 30px;
	}

	.itinerary-timeline-dot {
		left: 30px;
	}

	.itinerary-timeline-item {
		flex-direction: column !important;
		align-items: flex-start !important;
		padding-left: 70px;
	}

	.itinerary-timeline-content,
	.itinerary-timeline-card-col {
		width: 100% !important;
		padding: 0 !important;
		text-align: left !important;
		order: unset !important;
	}

	.itinerary-timeline-content {
		margin-bottom: 20px;
	}

	.right-item .itinerary-timeline-card-col,
	.left-item .itinerary-timeline-card-col {
		justify-content: flex-start !important;
	}

	.left-item .itinerary-timeline-content {
		text-align: left;
	}
}


/*=====================================
  Article / Blog Read Content Styles
=======================================*/

.theme-color {
	color: var(--tg-primary-color);
}

.article-main-title {
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	font-size: 32px;
	margin-bottom: 15px;
	line-height: 1.3;
}

.article-meta span {
	font-size: 14px;
	font-weight: 500;
	color: #666;
}

.article-img {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease;
	height: 325px;
	object-fit: cover;
}

.article-img:hover {
	transform: scale(1.01);
}

.article-dropcap {
	float: left;
	font-family: var(--tg-heading-font-family);
	font-size: 4rem;
	line-height: 0.8;
	padding-top: 4px;
	padding-right: 8px;
	color: var(--tg-primary-color);
	font-weight: 700;
}

.article-body p {
	font-size: 16px;
	color: var(--tg-paragraph-color);
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: justify;
}

.article-pullquote {
	background: #fdfaf6;
	border-left: 5px solid var(--tg-primary-color);
	padding: 30px;
	font-family: var(--tg-highlight-font-family);
	font-size: 24px;
	font-style: italic;
	color: var(--tg-primary-color);
	position: relative;
	border-radius: 0 8px 8px 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.article-pullquote .quote-icon {
	position: absolute;
	opacity: 0.1;
	font-size: 60px;
	top: -5px;
	left: 10px;
	color: var(--tg-primary-color);
}

.article-subheading {
	color: var(--tg-secondary-color);
	font-family: var(--tg-heading-font-family);
	font-size: 24px;
}

.article-tag {
	display: inline-block;
	background: #eee;
	color: var(--tg-body-font-color);
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 13px;
	margin-right: 5px;
	margin-bottom: 5px;
	transition: all 0.3s;
}

.article-tag:hover {
	background: var(--tg-primary-color);
	color: #fff;
}

.share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background: #fdfaf6;
	color: var(--tg-primary-color);
	border-radius: 50%;
	margin-right: 8px;
	transition: all 0.3s;
	border: 1px solid rgba(0, 0, 0, 0.05);
}

.share-icon:hover {
	background: var(--tg-primary-color);
	color: #fff;
	transform: translateY(-2px);
}

/* Reuse existing sidebar styles, tweak margin if needed */
.article-sidebar {
	position: sticky;
	top: 100px;
}

/* Custom Shape for Article Hero Image */
.custom-shape-img {
	width: 100%;
	max-width: 900px;
	height: 400px;
	object-fit: cover;
	/* Organic / Arched Shape */
	border-radius: 200px 30px 200px 30px;
	border: 8px solid var(--tg-white);
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
	transition: all 0.5s ease-in-out;
}

.custom-shape-img:hover {
	border-radius: 30px 200px 30px 200px;
	transform: scale(1.02);
}

/* Article Hero Polygon Background Layer */
.article-hero-header {
	position: relative;
	z-index: 1;
}

.article-hero-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 80%;
	height: 80%;
	background-color: var(--tg-primary-color);
	opacity: 0.15;
	clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
	z-index: -1;
	right: 0;
	margin: auto;
}

.loginpg-logo {
	height: 80px !important;
}