/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 18 2026 | 07:22:29 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.dropdown-menu ul li a.menu-link, #site-header.full_screen-header .fs-dropdown-menu ul.sub-menu li a {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #000;
    font-weight: 400;
}
.dropdown-menu ul li a.menu-link:hover {
    background-color: #f2a100;
    color: #fff;
	border-radius:8px;
}
.sf-menu ul.sub-menu{
    border-radius: 8px;
}
#site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
.fixedd-top {
    background: #080705 !important;
    padding: 0;
    transition: all 0.5s;
}
.fixedd-top #site-logo #site-logo-inner a img {
    width: 160px;
}
header#site-header {
    transition: all 0.5s;
}
section#hero {
    padding: 0;
}
header#site-header {
    position: fixed;
    background: transparent;
    border-bottom: 0;
}
#hero h1.elementor-slide-heading {
    font-family: "El Messiri", sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    color: #F2A100;
    margin-bottom: 30px;
}
#hero p.elementor-slide-description {
    font-weight: 400;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 30px;
}
#hero a.elementor-button {
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    display: inline-block;
    padding: 16px 32px;
    color: #fff;
    border: 2px solid #F2A10080;
}
.page-header {
    display: none;
}
header#site-header {
    position: fixed;
    background: transparent;
    border-bottom: 0;
}
.pay-calculator {
    max-width: 100%;
    margin: 00px auto 20px auto;
    padding: 20px;
    border: 2px solid #f2a200;
    border-radius: 8px;
    background-color: #221a14;
}

.pay-calculator h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 26px;
}

.input-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.input-group label {
    font-weight: bold;
    flex-basis: 30%;
    margin-right: 10px;
}

.input-group input {
    flex-basis: 70%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 2px;
    text-align: left;
    color: #0c0c0c!important;
    font-weight: 500;
}

#calculateBtn {
    width: 100%;
    padding: 10px;
    background-color: #f9b103;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: background-color 0.3s;
	border: 2px solid transparent;
}

#calculateBtn:hover {
    background-color: #221a14;
    border: 2px solid #f2a200;
}

.results {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 2px solid #eee;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.results h4 {
    margin-top: 0;
    color: #fff;
    width: 100%;
    margin-bottom: 0px;
}
.results hr {
    width: 100%;
}

.results p {
    margin: 5px 0;
    line-height: 1.5;
}

.total-pay {
    font-size: 1.2em;
    color: #008000; /* Green for Total Pay */
    margin-top: 15px !important;
}

.disclaimer {
    font-size: 0.8em;
    color: #666;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.signup-container {
    max-width: 400px;
    margin: 40px auto;
    padding: 30px;
    border: 1px solid #0073aa;
    border-radius: 8px;
    background-color: #f0fff0; /* Calming green/teal background */
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #333;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.confirmation-box {
    margin-top: 20px;
    padding: 20px;
    border: 2px solid #008000;
    border-radius: 6px;
    background-color: #e6ffe6;
    text-align: center;
}

.confirmation-box h3 {
    color: #008000;
}

.confirmation-box #referralCodeOutput {
    font-size: 1.5em;
    color: #ff6600;
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    border-radius: 4px;
    margin: 10px 0;
}
div#confirmationMessage p {
    color: #0c0c0c;
    font-size: 16px;
}
.offer-list h5 {
    background: rgb(255 255 255 / 11%);
    padding: 10px;
    color: #f2a104;
    font-size: 20px;
    border-radius: 6px;
}
.theme-btn button{
	font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    display: inline-block;
    padding: 16px 32px;
    color: #fff;
    border: 2px solid #F2A10080;
    background: #f2a104 !important;
    line-height: 24px;
}
.disclaimer-notice {
    color: #0c0c0c;
    font-size: 16px;
}
.footer-menu li a {
    padding: 10px 20px !important;
    color: #fff !important;
}
.elementor-widget-nav-menu .elementor-nav-menu--main .elementor-item.elementor-item-active{
	color: #f2a104 !important;
    fill: #f2a104 !important;
}
.elementor-widget-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
    background-color: #f2a104;
}
a:active, a:focus{
	border:none;
	outline:none!important;
}
ul#menu-primary-menu li#menu-item-812 a {
    background: #f2a100;
    height: 50px;
    line-height: 30px;
    margin-top: 10px;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 500;
    border: 1px solid #f2a100;
	color: #0c0c0c;
	transition: all 0.3s;
}
ul#menu-primary-menu li#menu-item-812 a:hover {
    background: #0c0c0c;
    color: #fff;
    border: 1px solid #f2a100;
}
ul#menu-primary-menu ul.sub-menu .current-menu-item a {
    color: #fff;
    font-weight: 500;
    background: #f2a100;
	border-radius:8px;
}
div#site-header-inner::after{
	display: none;
}
#mobile-dropdown #mobile-menu-search {
    display: none!important;
}
#mobile-dropdown ul li a .dropdown-toggle:focus {
    outline: 0px dashed rgba(0, 0, 0, .4);
}
div#financialhubpage .elementor-slide-description {
	font-family: 'Roboto';
}

@media only screen and (max-width: 600px) {
	.e-con-inner {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	#mobile-dropdown ul li a {
		color: #171310;
	}
	.acc-head:hover .acc-preview {
		display: none!important;
	}
	.footer-menu ul li a::after{
		display: none;
	}
	.footer-menu ul li {
		width: 100%;
	}
	.input-group {
		align-items: flex-start;
		flex-direction: column;
	}
	.input-group input {
		width: 100%;
	}
	.pay-calculator {
		max-width: 90%;
	}
	#site-logo #site-logo-inner a img {
		max-width: 160px!important;
	}
	#hero h1.elementor-slide-heading {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 20px;
	}
	#hero p.elementor-slide-description br {
		display: none;
	}
	#hero p.elementor-slide-description {
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	#mobile-dropdown {
		max-height: 460px!important;
	}
	h1.elementor-heading-title {
		font-size: 32px!important;
	}
	.footer-logo {
		width: 70%;
	}
	div#assessmentcenpage, div#financepage, div#healthcarepage, div#legalpage, div#financialhubpage, div#advisortoolspage, div#relationspage, #main #content-wrap, div#ourcommitmentpage, div#wellnesspage .e-con-inner, section#aboutuspage {
		padding-top: 99px;
	}
	div#relationspage .e-con-inner, div#financepage .e-con-inner, div#healthcarepage .e-con-inner, div#legalpage .e-con-inner, div#advisortoolspage .e-con-inner, div#ourcommitmentpage .e-con-inner, section#aboutuspage .e-con-inner {
		padding-top: 30px;
	}
	div#entityToggle .toggle-btn {
		flex: 0;
	}
	.toggle-row {
		flex-direction: column;
	}
	.rating-row {
		flex-wrap: wrap;
	}
	div#financialhubpage .elementor-slide-description {
		font-size: 16px;
	}
}
@media only screen and (min-width: 600px) {
	#mobile-dropdown {
		max-height: 460px!important;
	}
}
@media only screen and (min-width: 1330px) {
	#site-logo #site-logo-inner a img {
		max-width: 200px!important;
	}
}
@media only screen and (min-width: 1440px) {
	#site-logo #site-logo-inner a img {
		max-width: 242px!important;
	}
}
div#surveys select {
    color: #fff;
	background: #0c0c0c;
}
a.help-btn {
	font-family: Roboto, sans-serif;
}
a.help-btn.help-btn1 {
    background: #f2a100;
    color: #fff;
    text-shadow: none;
	font-family: Roboto, sans-serif;
}
.e-n-accordion .e-con-inner p {
    margin-bottom: 0;
}
.e-n-accordion-item-title {
	border-width: 0!important;
}
div#icon-boxs .elementor-widget-icon-box {
    padding: 20px 20px 20px 20px;
    border: 1px solid #f2a100;
    border-radius: 8px;
}
div#con-detbox .elementor-widget-icon-box {
    border: 1px solid #f2a100;
    padding: 20px;
    border-radius: 8px;
}
div#getearlyaccess {
    position: relative;
	padding:0;
}
div#getearlyaccess figure.elementor-image-box-img {
    text-align: right;
    float: right;
    width: 100%;
    clear: both;
	margin-bottom:0;
}
div#getearlyaccess h3.elementor-image-box-title {
    position: absolute;
    top: 10%;
    width: 50%;
    text-align: left;
    font-size: 24px;
	left: 4%;
}
div#getearlyaccess p.elementor-image-box-description {
    position: absolute;
    top: 32%;
    left: 4%;
    width: 50%;
    text-align: left;
    color: #0c0c0c;
}
div#getearlyaccess .theme-btn {
    clear: both;
}
div#getearlyaccess .theme-btn button#openSignupForm {
    position: absolute;
    left: 4%;
    top: 46%;
    padding: 16px 12px;
}
div#getearlyaccess .elementor-image-box-content p:nth-last-of-type(1) {
    display: none;
}
form input, form textarea {
    color: #fff !important;
}
form#earlyAccessForm .form-group input {
    color: #212121 !important;
}
div#entityContext {
    color: #fff !important;
}
form#addorgname {
    text-align: center;
}
form#addorgname button#showform {
    background: #f2a100;
    height: 50px;
    line-height: 30px;
    margin-top: 10px;
    padding: 10px 22px;
    border-radius: 8px;
    font-weight: 500;
    border: 1px solid #f2a100;
    color: #0c0c0c;
    transition: all 0.3s;
}
span.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}
div#self-assessment form label {
    font-size: 16px;
    margin-bottom: 0px;
    display: block;
}
div#self-assessment form input.wpcf7-form-control {
    margin-bottom: 12px;
}
div#self-assessment form textarea {
    margin-bottom: 20px;
}
input.submitform {
    border-color: #f2a100 !important;
    border-radius: 12px;
    padding: 14px 50px;
    font-size: 20px;
    margin: 0 auto;
    display: block;
}
div#self-assessment form span.wpcf7-radio label {
    display: flex;
    gap: 7px;
    align-items: flex-start;
}
input[type="radio"] {
    height: 20px;
    width: 20px;
    margin-top: 3px;
}
header#site-header {
    top: 0;
}
textarea.narrative-input {
    color: #0c0c0c !important;
}
#main #content-wrap {
    padding-top: 130px!important;
    padding-bottom: 0px;
	max-width: 100%;
	padding-bottom: 0;
}
div#primary{
	float: unset;
    position: relative;
    width: 100%;
    padding-right: 0px;
    border-right-width: 0px;
    border-style: none;
    border-color: transparent;
}
@media (max-width: 1024px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main, .footer-menu nav.elementor-nav-menu--main {
        display: flex!important;
    }
	.footer-menu .elementor-menu-toggle {
		display: none;
	}
}
@media only screen and (max-width: 600px) {
 	#main #content-wrap {
		padding-top: 100px !important;
	}
}
.core-quiz{
	max-width:100%;
	margin:auto;
	background:#0c0c0c;
	padding:30px;
	border-radius:10px;
	box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.core-answer {
    padding: 12px;
    border: 1px solid rgb(242 161 0 / 20%);
    margin-bottom: 10px;
    border-radius: 6px;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
	background: rgb(242 161 0 / 3%);
}
.core-answer input[type="radio"] {
    margin-top: 0px;
	display: none;
}
.custom-radio {
	width: 18px;
	height: 18px;
	border: 2px solid #f4a300; /* theme color */
	border-radius: 50%;
	position: relative;
}
.core-answer input[type="radio"]:checked + .custom-radio::after {
	content: "";
	width: 10px;
	height: 10px;
	background: #f4a300; /* theme color */
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.core-answer:hover .custom-radio {
	box-shadow: 0 0 0 3px rgba(244, 163, 0, 0.2);
}
.core-answer:hover {
    background: rgb(242 161 0 / 20%);
    border: 1px solid #f2a100;
}
.quiz-nav{
	display:flex;
	justify-content:space-between;
	margin-top:20px;
}
.quiz-nav button {
    background: #f2a100;
    padding: 10px 30px;
    border: none;
    color: #0c0c0c;
    border-radius: 20px;
    cursor: pointer;
}
.result-page{
	text-align:center;
	padding:80px 20px;
}
.result-page h1{
	font-size:40px;
}
.result-page h2 {
    font-size: 22px;
    margin-top: 10px;
    color: #fff;
}
.result-page h3 {
    font-size: 22px;
    color: #ffffff;
	margin-top:20px;
}
.badge img{
	width:250px;
	margin:0px 0;
	margin-bottom:30px;
}
div#sharePopup .badge img {
    width: 100%;
}
div#sharePopup h3#popupTitle {
    background: #f1a300;
    padding: 8px;
    color: #fff;
}
.shareBtn {
    background: #f2a100;
    color: white;
    padding: 10px 40px;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 10px;
}
.share-popup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	display:none;
	align-items:center;
	justify-content:center;
	z-index:9;
}
.popup-box{
	background:white;
	padding:40px;
	width:400px;
	text-align:center;
	position:relative;
	color:#000;
}
.close{
	position:absolute;
	right:20px;
	top:10px;
	cursor:pointer;
}
.share-buttons button{
	margin:10px 4px;
	padding:10px 15px;
}
.popup-box div#resultImage h1 {
    margin-bottom: 0;
}
.popup-box h2#popupLevel, .popup-box h3#popupTitle {
    display: none;
}
div#sharePopup div#resultImage .badge {
    border: 0px solid #f1a300;
    padding: 10px;
}
div#core-assessment .containts {
    position: relative;
    z-index: 9;
}
div#core-assessment {
    position: relative;
}
div#core-assessment:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    z-index: 0;
	filter: blur(10px);
}
div#core-assessment .elementor-background-slideshow.swiper {
    filter: blur(10px);
}
.howwork .elementor-icon-box-icon span.elementor-icon {
    background: #262626;
    padding: 18px;
    border-radius: 50%;
}
div#coreidentity h1 {
    font-size: 60px;
    color: #fff;
	line-height:66px;
}
div#coreidentity h1 span {
    color: #f2a100;
}
div#coreidentity h2 {
    font-size: 24px;
    color: #fdd95f;
}
div#coreidentity a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f2a100;
    padding: 12px 30px;
    border-radius: 12px;
    color: #070707!important;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    border: 2px solid #f2a100;
    transition: all 0.3s;
}
div#coreidentity a:hover {
    background: #070707;
    color: #fff!important;
}
div#howirworkss .elementor-widget-icon-box h3 {
    margin-bottom: 8px;
}
div#whatreceive .elementor-icon-box-icon {
    background: #161410;
    padding: 10px;
    border-radius: 50%;
    border: 1px solid #3c321e;
}
div#whatreceive h3 {
    margin-bottom: 0 !important;
}
div#whatreceive .elementor-widget-icon-box {
    position: relative;
}
div#whatreceive .elementor-widget-icon-box:after {
    position: absolute;
    background: #5b4221;
    height: 30px;
    width: 1px;
    content: '';
    top: 10px;
    right: -40px;
}
div#whatreceive .elementor-widget-icon-box:nth-last-of-type(1):after {
    display: none;
}
div#readytostart .elementor-widget-text-editor {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
div#readytostart .elementor-widget-text-editor h3 {
    color: #fff;
    font-size: 42px;
    margin-bottom: 0;
}
div#readytostart .elementor-widget-text-editor h3 span {
    color: #f2a100;
}
div#readytostart .elementor-widget-text-editor a {
    background: #f2a100;
    padding: 6px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 400;
    color: #0c0c0c;
}
div#readytostart .elementor-widget-text-editor a i {
    padding-left: 6px;
    font-size: 16px;
}
.flowpath {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
}
.flowpath div {
    display: flex;
    align-items: center;
    gap: 8px;
}
.flowpath div i {
    font-size: 16px;
    line-height: 30px;
    color: #fdd95f;
}
h2#questionTitle span {
    height: 30px;
    width: 30px;
    background: #f2a100;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    border-radius: 50%;
    color: #0c0c0c;
}
a.downloadbtn {
    background: #f2a100;
    padding: 14px 30px;
    border: 2px solid #f2a100;
    transition: all 0.3s;
}
a.downloadbtn:hover {
    background: transparent;
    border: 2px solid #f2a100;
}
@media only screen and (max-width: 768px) {
	div#whatreceive .elementor-widget-icon-box:after{
		display:none;
	}
	div#whatreceive .elementor-icon-box-icon {
		width: 52px;
		margin: 0 auto;
	}
	div#readytostart .elementor-widget-text-editor {
		flex-direction: column;
		text-align: center;
	}
}