html, body, div, form, fieldset, legend, label {
  margin: 0;
  padding: 0; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

th, td {
  text-align: left;
  vertical-align: top; }

h1, h2, h3, h4, h5, h6, th, td, caption {
  font-weight: normal; }
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
img {
  border: 0; }

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-right: -15px;
	margin-left: -15px;
}

[class*=col-] {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px; }

[class*=col-]:last-child {
  margin-bottom: 0; }

@media (min-width: 768px) {
/*   .row {
    margin-right: -15px;
    margin-left: -15px; } */
  [class*=col-] {
    padding: 15px; }
  .col-1 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 8.3333333333%; margin: 0; }
  .col-2 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 16.6666666667%; margin: 0; }
  .col-3 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; margin: 0; }
  .col-4 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.3333333333%; margin: 0; }
  .col-5 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 41.6666666667%; margin: 0; }
  .col-6 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; margin: 0; }
  .col-7 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 58.3333333333%; margin: 0; }
  .col-8 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.6666666667%; margin: 0; }
  .col-9 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; margin: 0; }
  .col-10 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 83.3333333333%; margin: 0; }
  .col-11 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 91.6666666667%; margin: 0; }
  .col-12 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; margin: 0; }
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch; 
	margin: 0 !important;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: Chivo;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  letter-spacing: normal;
  color: #6c6c6c;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

*, *::before, *::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

header, section, footer, main {
  position: relative;
  display: block; }

@media (min-width: 768px) {
  body { font-size: 18px; } 
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: Cabin;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #474747; }

a {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
  color: #474747; }

a:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%); }

.hidden { display: none !important; }

@media (max-width: 767px) {
  .hidden--mobile {
    display: none !important; } }
@media (min-width: 768px) {
  .hidden--desktop {
    display: none !important; }

  .hidden--submit {
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important; } }
.stop-scroll--html {
  overflow: hidden; }

.stop-scroll--body {
  overflow: hidden;
  height: 100%; }

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

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

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.justify-content-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.stretch {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.box-shadow-none {
  -webkit-box-shadow: none;
  box-shadow: none; }

.box-shadow-small {
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05); }

.box-shadow-medium {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.075); }

.box-shadow-large {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }

@media(max-width: 1024px) {
	html #wpadminbar {
		display: none !important;
	}
}

.page-container {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 1340px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
}
@media (min-width: 768px) {
    .page-container {
        padding-right: 40px;
        padding-left: 40px;
    }
}


/* header css start */
.main-site-header {
  background-color: #050a0e;
  border-top: 4px solid #474747;
  padding: 15px 0;
  width: 100%;
  z-index: 100;
}

.header-brand .logo__image {
    max-width: 50px;
}

.header-brand {
    font-size: 0;
}

.header-inner-container {
	max-width: 1340px;
	margin: 0 auto;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (min-width: 768px) {
    .header-inner-container {
        padding-right: 40px;
        padding-left: 40px;
    }
}

.header-desktop-content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-nav-item {
	font-family: 'Chivo', sans-serif;
	color: #D4AF37 !important;
	font-size: 18px;
	margin-right: 30px;
}

.header-social-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
}

.header-social-link {
	color: #D4AF37 !important;
	font-size: 22px;
}

.header-mobile-toggle {
	background: none;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 6px;
	padding: 5px;
	position: relative;
}

.header-ham-bar {
	width: 28px;
	height: 2px;
	background-color: #ffffff;
	display: block;
	transition: all 0.3s ease;
	transform-origin: center;
}

body.is-menu-open .header-ham-bar:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

body.is-menu-open .header-ham-bar:nth-child(2) {
	opacity: 0;
}

body.is-menu-open .header-ham-bar:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.header-mobile-overlay {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100vh;
	background-color: #050a0e;
	z-index: 1000;
	padding: 40px 20px;
	-webkit-transition: right 0.4s ease-in-out;
	-o-transition: right 0.4s ease-in-out;
	transition: right 0.4s ease-in-out;
}

.header-mobile-overlay.is-menu-open {
	right: 0;
}

.header-close-x {
	background: none;
	border: none;
	color: #ffffff;
	font-size: 45px;
	float: right;
	cursor: pointer;
	line-height: 1;
}

.header-mobile-links {
	margin-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 768px) {
  .header-desktop-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-mobile-toggle {
    display: none;
  }
}

@media(max-width: 767px) {
	.header-desktop-content-wrap {
		position: absolute;
		overflow-y: scroll;
		max-height: 70vh;
		top: 100%;
		left: 0;
		right: 0;
		height: 0;
		overflow: hidden;
		transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
	}
	.header-desktop-content {
		margin-top: 15px;
		padding: 8px 20px;
		background: #050a0e;
		display: flex;
		flex-direction: column;
		gap: 16px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
	}
/* 	.is-menu-open .header-desktop-content {
		display: block;
	} */
}

/* header css end */


/* home page css start */
.mentorship-section {
  background-color: #050a0e;
  padding: 80px 0;
}

.offer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none !important;
  height: 100%;
  border: 0;
  -webkit-box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.mentorship-info-col.col-4 {
    padding: 0;
}
.card-image-wrapper {
  width: 100%;
  line-height: 0;
}

/* .card-image-top {
  width: 100%;
  height: auto;
  display: block;
  border-bottom: 1px solid #eeeeee;
} */
.card-image-top {
  height: 220px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.card-image-top h3 {
  color: #ffffff;
  font-family: 'Cabin', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}
.mentorship-col-1 .card-image-top {
    background: #122035;
}

.mentorship-col-2 .card-image-top {
    background: #11100e;
}
.mentorship-col-1 .card-image-top h3 {
	font-size: 36px;
}
.mentorship-col-2 .card-image-top * {
    font-family: "DM Serif Display", serif !important;
    text-transform: uppercase;
    font-weight: 400 !important;
}

/* Gold Mentorship Header Specifics */
.gold-header-overlay {
  color: #ba9652;
}
.gold-sub {font-size: 30px;margin: 0;letter-spacing: 0;line-height: 1.2;margin-bottom: 5px;}
.gold-title {font-size: 26px !important;color: #ba9652 !important;margin: 5px 0;font-weight: 400 !important;}
.gold-plus {font-size: 18px;margin: 0;}
.gold-price-top {font-size: 36px !important;color: #ba9652 !important;margin-top: 22px;margin-bottom: 0;font-weight: 400 !important;}

.card-content {
  padding: 20px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
    .card-content {
        padding: 30px;
    }
}
.card-content > :last-child {
    margin-bottom: 0;
}

.card-headline {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #474747 !important;
  margin-bottom: 8px;
  line-height: 1.2;
}
@media (min-width: 768px) {
    .card-headline {
        font-size: 24px;
    }
}
.card-description {
	margin-bottom: 16px;
}
.card-description p {
  font-family: 'Chivo', sans-serif;
  font-size: 14px;
  color: #6c6c6c;
  line-height: 1.6;
	margin-bottom: 8px;
}
.card-description p:last-child {
	margin-bottom: 0;
}
@media (min-width: 768px) {
    .card-description p {
        font-size: 16px;
    }
}

.card-price {
  font-family: 'Cabin', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #474747;
  margin-top: auto;
}
@media (min-width: 768px) {
    .card-price {
        font-size: 20px;
    }
}

.intro-text p {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
}

.purple-italic { color: #9b59b6; font-style: italic; font-weight: 700; }
.purple-bold { color: #9b59b6; font-weight: 700; }
.gold-italic { color: #f1c40f; font-style: italic; font-weight: 700; }
.green-bold { color: #2ecc71; font-weight: 700; }

@media (max-width: 767px) {
  .intro-text {
    text-align: center;
  }
}
/* home page css end */


/* footer css start */
.site-footer {
	background-color: #f6f6f6;
	padding: 45px 0;
	width: 100%;
}

.footer-copyright {
	font-family: 'Chivo', sans-serif;
	font-size: 14px;
	color: #6c6c6c;
	margin-bottom: 10px;
}

.footer-links {
	margin-top: 5px;
}

.footer-link {
	font-family: 'Chivo', sans-serif;
	font-size: 14px;
	color: #6c6c6c;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.footer-link:hover {
	color: #474747;
	text-decoration: none;
}

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

#section-footer {
	margin-top: auto;
}
/* footer css end */

/* coaching page css */
.checkout-section { background-color: #f9f9f9; padding: 60px 0; font-family: 'Chivo', sans-serif; }
.checkout-grid { display: grid; grid-template-columns: 1fr 400px; gap: 40px; }

/* Left Content */
.media-container { position: relative; border-radius: 8px; overflow: hidden; margin-bottom: 30px; }
.media-container img { width: 100%; display: block; }
.product-title { font-size: 32px; font-weight: 700; color: #333; margin-bottom: 20px; }
.features-list h3 { font-size: 18px; margin-bottom: 25px; }
.feature-item { display: flex; gap: 15px; margin-bottom: 20px; }
.feature-bullet { font-size: 20px; }
.feature-item strong { display: block; font-size: 16px; margin-bottom: 5px; }
.feature-item p { font-size: 14px; color: #666; line-height: 1.5; }

/* Right Form Card */
.checkout-form-card { background: #fff; border-radius: 8px; box-shadow: 0 10px 30px rgba(0,0,0,0.05); padding: 0; overflow: hidden; }
.price-header { padding: 30px; border-bottom: 1px solid #eee; }
.price-amount { font-size: 24px; font-weight: 700; }
.price-interval { color: #888; font-size: 14px; }
.login-prompt { text-align: right; padding: 10px 30px; font-size: 14px; }
.stripe-mock-form { padding: 0 30px 30px; }

/* Form Elements */
.input-group { margin-bottom: 15px; }
label { display: block; font-size: 12px; margin-bottom: 5px; color: #666; }
input, select { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 4px; }
.payment-box { border: 1px solid #eee; border-radius: 8px; padding: 15px; margin: 20px 0; background: #fafafa; }
.submit-btn { width: 100%; background: #9b59b6; color: #fff; border: none; padding: 15px; border-radius: 4px; font-weight: 700; cursor: pointer; margin-top: 20px; }

/* Mobile Responsive */
@media (max-width: 991px) {
  .checkout-grid { grid-template-columns: 1fr; }
  .checkout-form-card { order: -1; } /* Form shows first on mobile like most checkouts */
}




/* coaching page css end */


/* media queries */

@media(max-width: 1199px) {
	.mentorship-col-1 .card-image-top h3 {
    font-size: 28px;
}

.gold-sub {
    font-size: 26px;
}

.gold-title {
    font-size: 22px !important;
}

.gold-price-top {
    font-size: 30px !important;
    margin-top: 15px;
}
}

@media (max-width: 991px) {
	.mentorship-col-1 .card-image-top h3 {
		font-size: 24px;
	}
	.gold-sub {
		font-size: 22px;
	}
	.gold-title {
		font-size: 18px !important;
	}
	.gold-plus {
		font-size: 15px;
	}
	.gold-price-top {
		font-size: 28px !important;
		margin-top: 12px;
	}
}

