* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
:root {
	--primary: #6366f1;
	--primary-dark: #4f46e5;
	--secondary: #8b5cf6;
	--accent: #ec4899;
	--dark: #1e1b4b;
	--light: #f8fafc;
	--text: #334155;
	--sidebar-width: 33.333%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: var(--text);
	overflow-x: hidden;
	text-align: justify;
}
.grecaptcha-badge{
	display:none!important;
}
.sidebar-footer a.donateme{
    width: 33.33%;
    margin-left: 33.33333%;
    margin-top: -30px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1.125rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    background: #946c0a;
}
.sidebar-footer a.donateme:hover{
	background: #b28b2bed;
}
/* Sidebar */
.sidebar {
	position: fixed;
	left: 0;
	top: 0;
	width: var(--sidebar-width);
	height: 100vh;
	background: linear-gradient(135deg, #f4ca51 0%, #ccab5e 100%);
	color: white;
	padding: 1.5rem 2rem 0;
	z-index: 100;
	transition: transform 0.3s ease;
	overflow-y: scroll;
}
.sidebar-logo {
	font-size: 1.75rem;
	font-weight: 700;
	margin-bottom: 3rem;
}.sidebar-logo img {	width: 150px;	margin: auto;display: block;}
.sidebar-logo p{	color: #946c0a;	text-align: center;}
.sidebar nav {
	display: flex;
	display: grid;
	flex-direction: column;
	gap: 1.5rem;
	    overflow-y: scroll;
  /*  height: 50%;*/
	    padding-right: 5px;
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 3px;
  width: 3px;
}
*::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #F4CA51;
  background-color: transparent;
}

*::-webkit-scrollbar-track:hover {
  background-color: #F4CA51;
}

*::-webkit-scrollbar-track:active {
  background-color: #F4CA51;
}

*::-webkit-scrollbar-thumb {
  border-radius: 19px;
  background-color: #946C0A;
}
body a {
	font-weight: bold;
    color: #946c0a;
}
a:hover {
	color: #765608;
}
.sidebar nav::-webkit-scrollbar-thumb:hover {
  background-color: #946C0A;
}

.sidebar nav::-webkit-scrollbar-thumb:active {
  background-color: #946C0A;
}
.bgcenterbox .text-2xl {
	font-size: 50px;
}

.sidebar .bg-sidemenu {	background: #946c0a;}.sidebar .bg-sidemenu:hover{	background:#b7860fe3;}
.sidebar .bg-slate-700 {	background: #946c0ac7;}.sidebar .bg-slate-700:hover {	background: #b28b2bed;}
.sidebar nav a {
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
	font-size: 1.125rem;
	padding: 0.75rem 1rem;
	border-radius: 0.5rem;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
}

.sidebar nav a:hover {
	background: rgba(255, 255, 255, 0.1);
	border-left-color: white;
	padding-left: 1.5rem;
}
.sidebar-footer {
	position: absolute;
	position: static; 
	bottom: 10px;
	left: 2rem;
	right: 2rem;
	padding-top: 2rem;	font-weight: bold;
	border-top: 1px solid rgba(255, 255, 255, 0.2);	color: #946c0a;
	pointer-events: unset;
}
.social-links {
	display: flex;
	gap: 1rem;
	margin-bottom: 1rem;
}
.social-links a.smText{
	line-height: 48px;
    font-size: 20px;
    text-decoration: underline;
}
.social-links a:not(.smText){
	width: 2.5rem;
	height: 2.5rem;
	width: 48px;
	height: 48px;
	background: #946c0a5c;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	transition: all 0.3s ease;
}
.social-links a svg{
	height: 36px;
    width: 36px;
}
.hubtext{
	font-size:18px;
	margin-bottom: 15px;
}
.subtext{
	font-size:14px;
}
.social-links a:hover {
	/*background: rgb(148 108 10 / 84%);*/
	transform: translateY(-3px);
}.footernav {	background: #fcfcf2;    border-top: 1px solid #946c0a;    text-align: center;    padding: 10px 0;    color: #946c0a;}.to-slate-800 {	background: transparent;} 
.accordion {
  background-color: #f5edcd;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ebd293;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:not(.hamburger):after {
  content: "\2212";
}

.panel {
  padding: 0 20px;
  background-color: #fff7dd;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
ol li {
	list-style: decimal;
	margin-left: 18px;
	margin-top: 20px;
	padding-left: 15px;
}
.about-logo {
	margin: auto;
	text-align: center;
}
.brexercises li {
	color: #715816;
    font-weight: bold;
}
.brexercises li:hover{
	cursor: pointer;
	color: #b0851a;
    font-weight: bold;
}
.videoiframe {
	margin: auto auto 30px;
	text-align: center;
	display: table;
}
@media (max-width: 480px){
	.videoiframe iframe {
		width: auto;
		height: auto;
	}
}
/* Hamburger Menu */
.hamburger {
	display: none;
	position: fixed;
	top: 1.5rem;
	left: 1.5rem;
	z-index: 200;
	width: 2.5rem;
	height: 2.5rem;
	background: #a47c1b;
	border: none;
	border-radius: 0.5rem;
	cursor: pointer;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.35rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.hamburger span {
	width: 1.25rem;
	height: 2px;
	background: white;
	transition: all 0.3s ease;
}
.hamburger.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
	opacity: 0;
}
.hamburger.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -5px);
}button.disabled\:bg-slate-600:disabled {    --tw-bg-opacity: 1;    background-color: #b58100d6;	/* box-shadow: 0 10px 30px rgb(73 61 8 / 76%); */}
/* Main Content */
.main-content {
	margin-left: var(--sidebar-width);
	min-height: 100vh;
}
/* Hero Section */
.hero h1{	
	margin-top:15px;
}
.hero {
	background: linear-gradient(135deg, #fffcf1 0%, #fff8e2 100%);
	padding: 2rem;
	min-height: 100vh;
	display: flex;
	display: block;
	align-items: center;
}
.hero h2.text-gold {
	color: #cda028;
}
.text-gold {	
	color: #946c0a;
}
.grid .bg-slate-800 {
	background-color: #6b510f;
	box-shadow: 0 10px 30px rgb(102 84 11 / 76%);
}
.grid .bg-slate-800.p-6 {
	padding:20px 15px;
}
.grid .rounded-lg.shadow-lg .font-medium {
	font-size:22px;
}
.grid .itemsbottom.rounded-lg .font-medium {
	font-size:18px;
	color: white;
	line-height: 22px;
}
.hero-content h1 {
	font-size: 3.5rem;
	font-weight: 800;
	color: var(--dark);
	margin-bottom: 1.5rem;
	line-height: 1.2;
}
.hero-content p {
	font-size: 1.25rem;
	color: var(--text);
	margin-bottom: 2rem;
	max-width: 600px;
	line-height: 1.6;
}
.grid .text-xs {
	font-size: 14px;
}
.grid .text-desc {
	font-size:18px;
	font-weight: bold;
	color: white;
	font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
	margin-bottom: 0;
}
.text-center.mb-4{
	min-height: 150px;
	position: relative;
}
.text-center.mb-4 .text-xs.text-white.bottomline{
	position: absolute;
    width: 100%;
    bottom: 0;	
}
.bg-slate-800.p-6.flex.flex-col .justify-center.mb-4 .itemsbottom .text-slate-200 {
	width: 75%;
}
.bg-slate-800.p-6.flex.flex-col .justify-center.mb-4{
	justify-content: left;
	margin-bottom: 0;
    /*min-height: 120px;*/
    /* height: 90px; */
	flex-grow: 4;
    flex-direction: column;
}
.bg-slate-800.p-6.flex.flex-col .justify-center.mb-4 .itemsbottom{
	width: 100%;
	padding: 0;
	padding: 5px;
	position:relative;
	align-items: center;
}
.bg-slate-800.p-6.flex.flex-col .justify-center.mb-4 .itemsbottom .text-slate-200{
	font-size: 15px;
    color: white;
    font-weight: 400;
}
.bgcenterbox .text-xs.font-medium.text-white.mb-1{
    position: fixed;
    width: 66.666666%;
    height: 60px;
    left: 33.33333%;
    margin-left: 0;
    top: 0;
    margin-top: 0;
    background: linear-gradient(135deg, #f4ca51 0%, #ccab5e 100%);
    background: linear-gradient(360deg, #ccab5e 0%, #f4ca51 100%);
    color: white;
    padding: 0;
    z-index: 101;
    text-align: center;
    line-height: 60px;
    font-size: 30px;
}
.bgcenterbox .text-xs.font-medium.text-white.mb-1::after{
	/* content:'!'; */
	line-height: 60px;
    font-size: 30px;
}
.bg-slate-800.p-6.flex.flex-col .justify-center.mb-4 .itemsbottom .text-secs{
	position: absolute;
    right: 5px;
	font-size: 16px;
}
.bg-slate-800.p-6.flex.flex-col .justify-center.mb-4 .itemsbottom .w-3.h-3.rounded{
	border-radius: 50%;
    width: 1rem;
    height: 1rem;
}
.bg-slate-800.p-6.flex.flex-col .justify-center.mb-4 .itemsbottom .text-xs.font-bold.text-white{
	font-size: 16px;
    font-weight: 400;
}
.grid .itemsbottom {
	align-items: baseline;
}
.grid .itemsbottom.bg-white {
	background: rgb(248 255 178 / 50%);
}
.grid .text-secs {
	color: white;
	font-size: 22px;
	font-weight: bold;
}
.grid .bgcenterbox {
	background: transparent;
	box-shadow: none;
}
.bottomline {
	border-bottom: 1px solid white;
	padding-bottom: 10px;
}
.rounded {
    border-radius: 25px;
}
.cta-button {
	display: inline-block;
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
	color: white;
	padding: 1rem 2.5rem;
	border-radius: 0.5rem;
	text-decoration: none;
	font-weight: 600;
	font-size: 1.125rem;
	transition: all 0.3s ease;
	box-shadow: 0 4px 6px rgba(99, 102, 241, 0.3);
}
.cta-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 12px rgba(99, 102, 241, 0.4);
}
ul li {
	list-style: disc;
	margin-bottom: 10px;
}
ul {
	padding-left: 15px!important;
}
/* Features Section */
.features {
	padding: 6rem 4rem;
	background: white;
}
.features h2 {
	font-size: 2.5rem;
	font-weight: 700;
	color: var(--dark);
	margin-bottom: 3rem;
	text-align: center;
}
.feature-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}
.feature-card {
	padding: 2rem;
	background: var(--light);
	border-radius: 1rem;
	transition: all 0.3s ease;
}
.feature-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}
.feature-icon {
	width: 3rem;
	height: 3rem;
	background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
	border-radius: 0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}
.feature-card h3 {
	font-size: 1.25rem;
	font-weight: 600;
	color: var(--dark);
	margin-bottom: 0.75rem;
}
.feature-card p {
	color: var(--text);
	line-height: 1.6;
}
.transition-colors {	box-shadow: 0 10px 30px rgb(73 61 8 / 42%);}
.sidebar nav a.transition-colors {box-shadow:none;}
.subnav.flex{
	display:none;
	padding-left: 20px;
	padding-right: 5px;
	overflow-y: scroll;
    height: 190px;
    margin-bottom: 0;
}
.subnav.flex.subActive{
	display:grid;
}
.mobile-logo.sidebar-logo{
	display:none;
	margin: 0;
    padding-top: 30px;
    background: linear-gradient(135deg, #fffcf1 0%, #fff8e2 100%);
}
.form-group {
	margin-bottom: 20px;
}

.form-group  label {
	display: block;
	margin-bottom: 8px; 
	color: #555;
	font-weight: 500;
	font-size: 14px;
}

.form-group label span {
	color: #e74c3c;
}

.form-group input[type="email"],
.form-group select,
.form-group textarea {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #e0e0e0;
	border-radius: 6px;
	font-size: 15px;
	font-family: inherit;
	transition: border-color 0.3s;
}

.form-group input[type="email"]:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #667eea;
}

.form-group textarea {
	resize: vertical;
	min-height: 120px;
}

.recaptcha-wrapper {
	margin: 25px 0;
	display: flex;
	justify-content: center;
}

.containerCf button {
	width: 100%;
	padding: 14px;
	background: linear-gradient(135deg, #dbb65a 0%, #a17b1c 100%);
	color: white;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	transition: transform 0.2s, box-shadow 0.2s;
}

.containerCf button:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 20px rgb(214 178 90 / 61%);
}

.containerCf button:active {
	transform: translateY(0);
}

.containerCf button:disabled {
	background: #ccc;
	cursor: not-allowed;
	transform: none;
}

.message {
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 14px;
	display: none;
}

.message.success {
	background: #d4edda;
	color: #155724;
	border: 1px solid #c3e6cb;
	display: block;
}

.message.error {
	background: #f8d7da;
	color: #721c24;
	border: 1px solid #f5c6cb;
	display: block;
}

.loading {
	display: none;
	text-align: center;
	margin-top: 10px;
	color: #667eea;
}
/* Tablet and Mobile Styles */
@media (max-width: 1280px) {
	.sidebar-footer a.donateme{
		width: 50%;
		margin-left: 25%;
	}
}
@media (max-width: 1024px) {
	.cbotBadge-wrapper{
		bottom: 20px!important;
		right: 20px!important;
		opacity: 0.5!important;
	}
	.sidebar {
		transform: translateX(-100%);
		width: 300px;
		width: 90%;
	}

	.sidebar.active {
		transform: translateX(0);
	}

	.hamburger {
		display: flex;
	}

	.main-content {
		margin-left: 0;
	}

	.hero {
		padding: 5rem 2rem;
	}

	.hero-content h1 {
		font-size: 2.5rem;
	}

	.features {
		padding: 4rem 2rem;
	}
}

@media (max-width: 768px) {
	body section.hero{
	    padding-top: 20px;	
	}
	.mobile-logo.sidebar-logo{
		display:block;
	}
	.hero-content h1 {
		font-size: 2rem;
	}

	.hero-content p {
		font-size: 1.125rem;
	}

	.features h2 {
		font-size: 2rem;
	}

	.feature-grid {
		grid-template-columns: 1fr;
	}
	.bgcenterbox .text-xs.font-medium.text-white.mb-1{
		width: 100%;
        height: 85px;
        left: 0;
        margin-left: 0;
        top: 0;
        margin-top: 0;
        line-height: 85px;
	}
}

/* Overlay for mobile menu */
.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 50;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.overlay.active {
	display: block;
	opacity: 1;
}

/*.hasSubmenu:before{
    content: "\25be  or  \25bc  ?  ";
    float:right;
    color:white;
}*/
.hasSubmenu:before{
    content: "";
	margin: 10px 0;
    display:block;
    border: 7px solid transparent;
    border-top:8px solid white;
    border-bottom:0 none;
	float:right;
}
.hasSubmenu.submenuActive:before{
	transform: rotate(180deg);
}
}