/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root {
	--shadow-medium: 0 8px 40px rgba(44, 44, 44, 0.1);
	--shadow-dramatic: 0 20px 60px rgba(44, 44, 44, 0.12);
	--transition-smooth: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--transition-elegant: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.hero_banner {
	background: linear-gradient(135deg, #FAF6F1 0%, #F9F3EC 40%, #FFFDF9 100%);
}
.hero_title em {
	color: #C4A265;
}
.text_align_center {
	text-align: center;
}
.primary_text_color {
	color: var(--e-global-color-primary);
}
.sage_deep_text_color {
	color: var(--e-global-color-fb828db);
}
.gold_light_text_color {
	color: var(--e-global-color-de52251);
}
.gold_dark_text_color {
	color: var(--e-global-color-8dee3af);
}
.elementor-icon-wrapper {
	line-height: 0;
}
p:last-child {
	margin-block-end: 0;
}
/* !!! blockquote !!! */
blockquote.wp-block-quote {
	width: 100%;
	display: block;
	max-width: 100%;
	padding-left: 20px;
	font-size: 24px;
	margin: 0 0 16px 0;
}
blockquote.wp-block-quote::before {
	width: 4px;
	height: auto;
	top: 10px;
	bottom: 10px;
	left: 0;
	border: 0;
	background-color: var(--e-global-color-primary);
	opacity: 1;
}
blockquote.wp-block-quote::after {
	display: none;
}
@media (min-width: 768px) {
	blockquote.wp-block-quote {
		font-size: 26px;
	}
}
/* !!! CF7 common style !!! */
.wpcf7 select {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAZJJREFUaIHt1r9LVWEYB/DPVTEpgqRBaEhocmiyoc2lrZbG+gts8z8I5xykRfwxROBiEBENSdAmQZMKTldwUHAJAltEBG2453Beg7zXe99zXZ4PHC7nx/s833O5931fQgghhBBCCDUbxCqe9qHXc7zDQM6iizjHMaZyFv7HE5wUvRY6GdDpW+4XnyP4gskrR2vvMT5juDg/yFm8gTmtb+YcvzCRsf5D/E7qvyl6ZtXAStLkAOMZ6j7AYVJ3WQ3hS4P4kDTbxVgP9e5hL6m3VvSo1TDWk6bbGO2izl3sJHW+qn7/tbuFjaT5j+Jap27jZzJ+AzczZ2zrDraSEN9wo4NxI/iejNssal2LMTSTMB8xdMnzQ/iUPN/U238oi3GtGakM9b9VdADvXZzF7vcpY1sTWmtDGW7examwgbfJ/dzrSBaP8EcV8nVybza5fqSelTyLKa39Uhl2pjjK87r3Ulk8w6kqdHmc6s9uNouXOFOFP8OLa03UhVeqF5iuq8llc3avFlUL1FKNfUIIIYQQQgjd+QvyJ2oyQcCnYgAAAABJRU5ErkJggg==);
	background-position: 97% center;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	-webkit-appearance: none;
	appearance: none;
}
.wpcf7 .wpcf7-spinner {
	position: absolute;
	margin: 0;
	right: 0;
	top: 0;
}
.is-primary.wpcf7-submit {
	margin-bottom: 0;
}
.cf7-align-items-end {
	align-items: flex-end;
}
.cf7-row {
	--cf7-gutter-x: 1.5rem;
	--cf7-gutter-y: 1.5rem;
	margin-top: calc(-1 * var(--cf7-gutter-y));
	margin-right: calc(-.5 * var(--cf7-gutter-x));
	margin-left: calc(-.5 * var(--cf7-gutter-x));
	flex-wrap: wrap;
	display: flex;
}
.cf7-row>* {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--cf7-gutter-x) * .5);
	padding-left: calc(var(--cf7-gutter-x) * .5);
	margin-top: var(--cf7-gutter-y);
	flex-shrink: 0;
}
.cf7-row-cols-auto>* {
	flex: none;
	width: auto;
}
.cf7-col-12 {
	flex: none;
	width: 100%;
}
span.wpcf7-form-control-wrap {
	display: block;
}
@media (min-width: 992px) {
	.cf7-col-lg-6 {
		flex: none;
		width: 50%;
	}
}
.wpcf7-form .wpcf7-not-valid-tip {
    position: absolute;
    left: 10px;
    bottom: -16px;
    font-size: 11px;
    line-height: normal;
    color: #222222;
    background-color: #fbe7ba;
    padding: .2em .8em;
    margin: 0;
    min-width: 150px;
    z-index: 1;
}
/* !!!! Header !!!! */
#site-header {
	background-color: #1A1A18;
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 0;
	z-index: 9999;
	padding: 0 20px;
}

.header-inner {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* ===== LOGO ===== */
.custom-logo-link,
.custom-logo-link img {
	display: block;
}

/* ===== NAVIGATION ===== */
.site-nav {
	display: flex;
	align-items: center;
	gap: 6px;
}

.nav-menu {
	display: flex;
	align-items: center;
	list-style: none;
	gap: 4px;
	margin: 0;
	padding: 0;
}

.nav-menu li a {
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	transition: color 0.2s ease;
	position: relative;
	color: rgb(255 255 255 / 55%);
	font-family: "Nunito Sans", Sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	line-height: 1;
}

.nav-menu li a:hover,
.nav-menu li.current-menu-item > a,
.nav-menu li.current_page_item > a,
.nav-menu li.menu-section-active > a {
	color: #ffffff;
}

/* Active underline */
.nav-menu li.current-menu-item:not(.header-cta) > a::after,
.nav-menu li.current_page_item:not(.header-cta) > a::after,
.nav-menu li.menu-section-active:not(.header-cta) > a::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 15px;
	right: 15px;
	height: 3px;
	background-color: #c4a265;
}

/* ===== CTA BUTTON ===== */
.nav-menu .header-cta a {
	display: inline-block;
	margin-left: 12px;
	padding: 14px 26px 15px 26px;
	background-color: #C4A265;
	color: #fff;
	text-decoration: none;
	transition: background-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease;
	white-space: nowrap;
	font-family: "Nunito Sans", Sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	line-height: 1;
}

.nav-menu .header-cta a:hover {
	background-color: #d4b87a;
	color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(196, 162, 101, 0.35);
}

/* ===== MOBILE TOGGLE ===== */
header .mobile-menu-toggle {
	display: none;
	background: none;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 0;
	padding: 0;
	outline: 0;
	position: relative;
	flex-shrink: 0;
	outline: 0;
	background-color: transparent;
	border: 0;
}

/* Hamburger bars — each span is one bar */
.mobile-menu-toggle .bar {
	display: block;
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #e8e8e8;
	border-radius: 2px;
	transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.mobile-menu-toggle .bar-1 { top: 10px; }
.mobile-menu-toggle .bar-2 { top: 17px; }
.mobile-menu-toggle .bar-3 { top: 24px; }

/* Open (X) state */
.mobile-menu-toggle.is-open .bar-1 {
	top: 17px;
	transform: rotate(45deg);
}
.mobile-menu-toggle.is-open .bar-2 {
	opacity: 0;
	transform: scaleX(0);
}
.mobile-menu-toggle.is-open .bar-3 {
	top: 17px;
	transform: rotate(-45deg);
}

/* ===== MOBILE MENU ===== */
.mobile-nav {
	width: 100%;
	background-color: #141414;
	border-top: 1px solid rgba(201, 168, 76, 0.2);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 0 20px;
}

.mobile-nav.is-open {
	max-height: 600px; /* large enough for all menu items */
}

.mobile-nav ul {
	list-style: none;
	padding: 12px 0;
	margin: 0;
}

.mobile-nav ul li a {
	display: block;
	padding: 13px 20px;
	text-decoration: none;
	transition: color 0.2s ease, padding-left 0.2s ease;
	color: rgb(255 255 255 / 55%);
	font-family: "Nunito Sans", Sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.18em;
	line-height: 1;
}

.mobile-nav ul li a:hover,
.mobile-nav ul li.current-menu-item > a,
.mobile-nav ul li.current_page_item > a,
.mobile-nav ul li.menu-section-active > a {
	color: #C4A265;
}

/* CTA inside mobile menu */
.mobile-nav ul li.header-cta a {
	display: inline-block;
	margin: 10px 20px 8px;
	padding: 13px 26px;
	background-color: #C4A265;
	color: #fff !important;
	transition: background-color 0.2s ease;
}
.mobile-nav ul li.header-cta a:hover {
	background-color: #d4b87a;
	padding-left: 26px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1199px) {
	.site-nav {
		display: none;
	}

	header .mobile-menu-toggle {
		display: flex;
	}
}

@media (max-width: 575px) {
	.header-inner {
		padding: 16px 0;
	}
}
/* !!!! Footer !!!! */
.footer {
	background-color: #1a1a18;
	color: rgba(255, 255, 255, 0.45);
	padding: 0 20px;
}
.footer-container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
footer p,
footer ul li a {
	font-size: 13px;
	font-weight: 300;
	line-height: 1.7em;
	color: rgba(255, 255, 255, 0.5);
}
footer ul li a:hover {
	color: #C4A265;
}
footer .menu a {
	padding: 5.46px 0;
	display: block;
	transition: all 0.3s ease-in-out;
}
footer .menu a:hover,
footer .menu .current_page_item a {
	color: #C4A265;
}
footer h6.footer-heading {
	font-family: "Nunito Sans", Sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	margin: 0 0 20px;
}

/* Grid (mobile first) */
.footer-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 40px 0;
	padding: 60px 0 40px;
}

/* Col 1 — About */
.footer-column-item.col-1 {
	max-width: 356px;
}
.footer-column-item.col-1 p {
	max-width: 300px;
}

/* Cols 2-4 wrapper */
.footer-right-columns {
	display: grid;
	grid-template-columns: repeat(2, auto);
	gap: 40px 20px;
	justify-content: space-between;
}

@media (min-width: 576px) {
	.footer-right-columns {
		grid-template-columns: repeat(3, auto);
	}
}
@media (min-width: 768px) {
	.footer-grid {
		grid-template-columns: 1fr auto;
		gap: 40px 60px;
		padding: 80px 0 60px;
		align-items: start;
	}
}
@media (min-width: 992px) {
	.footer-right-columns {
		gap: 40px 65px;
	}
}
@media (min-width: 1025px) {
	.footer-right-columns {
		gap: 40px 113px;
	}
}

/* FOOTER — Bottom bar */
.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px;
	padding: 30px 0 40px;
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.copyright-info {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.9;
	color: rgba(255, 255, 255, 0.5);
}

/* FOOTER — Social Icons */
.social-links {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}
.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	color: rgba(255, 255, 255, 0.65);
	text-decoration: none;
	transition: color .22s ease, border-color .22s ease, background-color .22s ease, transform .18s ease;
	flex-shrink: 0;
}
.social-icon:hover {
	background-color: #C4A265;
	border-color: #C4A265;
	color: #fff;
	transform: translateY(-2px);
}
.social-icon svg {
	display: block;
	pointer-events: none;
}
/* No URL yet — dimmed, non-interactive */
.social-icon--no-url {
	opacity: 0.35;
	cursor: default;
	pointer-events: none;
}
/* !!! services wrapper !!! */
.services_wrapper {
	position: relative;
	z-index: 1;
}
.services_wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: radial-gradient(ellipse at 20% 50%, rgba(196, 162, 101, 0.06) 0%, transparent 60%), radial-gradient(ellipse at 80% 80%, rgba(139, 158, 139, 0.04) 0%, transparent 60%);
	z-index: -1;
}
.services_card {
	position: relative;
}
.services_card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(90deg, var(--e-global-color-primary), var(--e-global-color-de52251));
	transform: scaleX(0);
	transform-origin: left;
	transition: var(--transition-smooth);
}
.services_card:hover::before {
	transform: scaleX(1);
}
.services_card:hover .elementor-widget-icon .elementor-widget-container {
	background-color: var(--e-global-color-primary);
}
.services_wrapper .services_card:hover .elementor-widget-icon .elementor-icon {
	color: var(--e-global-color-f14cd00);
	border-color: var(--e-global-color-f14cd00);
}
.services_wrapper .services_card:hover .elementor-widget-icon .elementor-icon svg {
	fill: var(--e-global-color-f14cd00);
}
.services_card.services_coming_card .elementor-heading-title {
	display: flex;
	align-items: center;
	gap: 12px;
}
.new-badge {
	font-family: 'Nunito Sans';
	display: inline-block;
	font-size: 0.55rem;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--e-global-color-secondary);
	background: var(--e-global-color-de52251);
	padding: 3px 10px;
	line-height: 1.7;
}
/* !!! our_process_wrapper !!! */
.our_process_wrapper .jet-hor-timeline-track {
	display: flex;
	flex-direction: column-reverse;
}
/* !!! featured_course !!! */
.featured_course {
	background: linear-gradient(145deg, var(--e-global-color-secondary) 0%, #2A2520 50%, #1F1D1A 100%);
	z-index: 1;
}
.featured_course::before {
	content: '';
	position: absolute;
	top: -20%;
	left: auto;
	right: -10%;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(196, 162, 101, 0.08) 0%, transparent 60%);
	z-index: -1;
}
.featured_course::after {
	content: '';
	position: absolute;
	bottom: -25%;
	left: -8%;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(139, 158, 139, 0.05) 0%, transparent 60%);
	z-index: -1;
}
/* !!! Contact us wrapper !!! */
.contact_form .tutor-row {
	margin-left: -8px;
	margin-right: -8px;
}
.contact_form [class*="tutor-col-"] {
	padding-left: 8px;
	padding-right: 8px;
}
.contact_form textarea {
	min-height: 8em;
}

/* !!! Blog Main Page !!! */
.blog_post_tab_grid .ha-post-tab-item-wrapper {
	margin-left: -15px;
	margin-right: -15px;
}
.blog_post_tab_grid .ha-post-tab-item-wrapper .ha-post-tab-item {
	transition: var(--transition-smooth);
}
.blog_post_tab_grid .ha-post-tab-item-wrapper .ha-post-tab-item:hover {
	transform: translateY(-6px);
	box-shadow: var(--shadow-dramatic);
}
.blog_post_tab_grid .ha-post-tab-item-wrapper .ha-post-tab-item .ha-post-tab-thumb {
	margin-left: -25px;
	margin-right: -25px;
}

@media (min-width: 768px) {
	.single_post_card .jet-posts .jet-posts__item .jet-posts__inner-box {
		flex-direction: row;
		align-items: center;
	}
}
/* !!!! course page !!!! */
.course_audience_wrapper::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(160deg, transparent 0%, rgba(196, 162, 101, 0.03) 30%, rgba(139, 158, 139, 0.03) 70%, transparent 100%);
	z-index: -1;
}

/* 25-02-2026 */
.waitlist_contact_form .wpcf7 .tutor-row {
	--tutor-gutter-y: 18px;
}
.waitlist_contact_form .wpcf7 .tutor-row label span {
	font-size: 0.55rem !important;
	color: rgba(44, 44, 44, 0.35) !important;
	font-weight: 400 !important;
	text-transform: none !important;
	letter-spacing: 0.05em !important;
	margin-left: 6px !important;
	display: inline-block !important;
}
/* 05-03-2026 */
.explore_contact_icon_block .elementor-icon {
	width: 52px;
	height: 52px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid rgba(196, 162, 101, 0.25);
	background: rgba(196, 162, 101, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.explore_contact_icon_block .elementor-icon:hover {
	border-color: rgba(196, 162, 101, 0.5);
	background: rgba(196, 162, 101, 0.12);
	transform: translateY(-3px);
}

.course_wrapper  .e-con-inner,
.course_wrapper {
	position: relative;
}
.course_inner {
	position: relative;
	max-width: 1100px;
	width: 100%;
	margin: auto;
}
.course_wrapper .e-con-inner::after {
	content: '';
	position: absolute;
	top: 0;
	right: auto;
	left: -60px;
	width: 50px;
	height: 100%;
	background: linear-gradient(to right, transparent, #1A1A18);
	z-index: 111;
}

.course_wrapper::before {
	content: '';
	position: absolute;
	top: -20%;
	right: -10%;
	left: auto;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(196, 162, 101, 0.08) 0%, transparent 60%);
	z-index: 11;
}
.what_explore_list ul {
	list-style: none;
	counter-reset: decimal-counter;
}
.what_explore_list ul li {
	counter-increment: decimal-counter;
	gap: 14px;
}
.what_explore_list ul li::before {
    content: "0" counter(decimal-counter) ". ";
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 16.2px;
    font-weight: 500;
    color: #C4A265;
}
.course_details_list ul li .elementor-icon-list-text {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.course_details_list ul li .elementor-icon-list-text span {
	color: #fff;
	font-weight: 600;
}
@media (min-width: 1400px) {
	.course_wrapper:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 120px;
		height: 100%;
		background: linear-gradient(180deg, rgba(196, 162, 101, 0.06) 0%, rgba(139, 158, 139, 0.04) 100%);
		z-index: 1;
	}
}
/* 06-03-2026 */
.blog_inner_container h1 {
	margin: 0 !important;
}
.blog_content p strong {
	font-weight: 700;
}
.blog_divider {
	margin: 30px 0 !important;
	background-color: #c4a36642 !important;
	color: #c4a36642 !important;
}
.blog_sub_title {
	padding: 2px 0 2px 10px;
	border-left: 2px solid #C4A265;
}
.blog_content_title strong {font-size: 24px;}
.blog_post_tab_grid .ha-post-tab-thumb img {
	width: 100%;
	aspect-ratio: 1.5;
	object-fit: cover;
	object-position: top;
}