/*
Theme Name: Bravendix
Theme URI: http://localhost/bravendix/
Author: Green Cubes
Author URI: http://localhost/bravendix/
Description: My Site
Version: 1.0
Tags: bootstrap
*/


/* Account-page-Main */
.account-heading h2{
	font-family: "SohneHalbfett";
	color: var(--white-color);
	font-size: 52px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: 20px;
}

.account-heading p{
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.55);
	max-width: 580px;
	margin-bottom: 14px;
	line-height: 1.8;
	text-align: center;
	font-family: "Inter", sans-serif;
}
.account-card {
	background: #141414;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 32px 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	position: relative;
	transition: border-color 0.2s;
	height: 100%;
}

.label {
	font-family: "SohneHalbfett";
	color: var(--white-color);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: 20px;
	margin-right:10px;
}
.value{
	font-size: 16px;
	color: var(--gold-color);
	font-weight: 500;
	font-family: "DM Sans", sans-serif;
}

.btn-renew{
	display: block;
	text-align: center;
	font-family: "DM Sans", sans-serif;
	font-size: 12.5px;
	font-weight: 600;
	color: var(--black-color);
	background: var(--gold-color);
	border-radius: 50px;
	padding: 10px 20px;
	margin-top:10px;
}
.btn-renew:hover{
	color
}
.account-row {
	padding: 10px;
}
.btn-outline{
	color: var(--white-color);
	font-weight: 600;
	text-decoration: none;
}
.btn-outline:hover{
	color:var(--white-color)
}
.btn-renew:hover{
	color:var(--black-color);
}

.btn-danger{
	border-radius: 50px;
	padding: 8px 20px;
}

/* login-signup-page- */
.login-signup-page{
	background: #141414;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 10px;
	padding: 32px 26px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	position: relative;
	transition: border-color 0.2s;
	height: 100%;
}
.venor-ai-black-form-heading h2{
	font-family: "SohneHalbfett";
	color: var(--white-color);
	font-size: 52px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: 20px;
}

.venor-ai-black-form-heading p{
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.55);
	max-width: 580px;
	margin-bottom: 14px;
	line-height: 1.8;
	text-align: center;
	font-family: "Inter", sans-serif;
}

.form-flex {
	display: flex;
	flex-wrap: wrap;
	gap:10px;
	margin-bottom:20px;
}

.venor-ai-black-form-submit {
	align-items: center;
	display: flex;
	justify-content: center;
}
.venor-ai-black-form-submit input {

	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--black-color);
	background: var(--gold-color);
	border: none;
	border-radius: 50px;
	padding: 8px;
	cursor: pointer;
	color:var(--white-color);
}
.form-field label{
	color:var(--white-color);
	padding-bottom:10px;
}
.password-input-wrapper {
	position: relative;
}

.password-input-wrapper input {
	background: var(--border-bottom);
	padding:8px;
	padding-right: 45px;
	width:100%
}

.toggle-password {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	font-size: 16px;
	color: var(--white-color);
}

.welcome-back h2{
	font-family: "SohneHalbfett";
	color: var(--gold-color);
	font-size: 52px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
	margin-bottom: unset;
}
.welcome-back p{
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.55);
	max-width: 580px;
	margin-bottom: unset;
	line-height: 1.8;
	text-align: left;
	font-family: "Inter", sans-serif;
}
.form-field  input {
	width: 100%;
	font-family: "DM Sans", sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: var(--black-color);
	background:var( --border-bottom);
	padding: 8px;
	cursor: pointer;
	color:var(--white-color);
}
.auth-small-text a{
	color:var( --light-white-color);
}
.auth-switch-text p{
	padding-top:10px;
	color:var( --white-color);
	text-align:center;
}
.auth-switch-text a{
	color:var(--light-white-color)

}
.auth-switch-text a:hover{
	color:var( --white-color);
}
.form-field.full {
	width: 100%;
}
.auth-toggle button {
	padding: 8px 20px;
	background: transparent;
	border: 2px solid var(--white-color);
	color: var(--white-color);
	border-radius: 1000px;
	cursor: pointer;
	font-weight: 500;
	font-family: "DM Sans", sans-serif;
	font-size:18px;
}

.auth-toggle button.active,
.auth-toggle button:hover {
	background: var(--white-color);
	color: var(--black-color);
}
.auth-toggle{
	display:flex;
	gap:10px;
	font-family: "SohneHalbfett";
	color: var(--light-white-color);
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 1.1;
}

.account-actions {
	display: flex;
	gap: 10px;
	align-items: center;
}
.research-insight-cta{
	text-align:center;
	padding: 30px;
	border-radius: 8px;
	background:var(--border-bottom);
}

.research-insight-cta h3{
	font-size: 28px;
	margin-bottom: 15px;
}
.research-insight-cta p{
	font-size: 18px;
	margin-bottom: 15px;
}
.research-insight-cta a{
	color:var(--black-color);
	display: inline-block;
	background: var(--gold-color);
	padding: 10px 25px; 
	text-decoration: none; 
	border-radius: 50px;
	font-weight:500;
	font-family: "DM Sans", sans-serif;
}

.research-insight-link{
	text-align:center;
	padding: 30px;
	border-radius: 8px;
	background:var(--border-bottom);
}
.research-insight-link p{
	margin-bottom: 15px;
}
.research-insight-link a{
	color:var(--black-color);
	display: inline-block;
	background: var(--gold-color);
	padding: 10px 25px; 
	text-decoration: none; 
	border-radius: 50px;
	font-family: "DM Sans", sans-serif;
}
.wpcf7-response-output{
	color:white;
	font-weight:500;
	font-size:16px;
}
.wpcf7 form.sent .wpcf7-response-output{
	border:none;
}
.wpcf7 form .wpcf7-response-output{
	margin:unset !important;
}
.what-bravendix-delivers-pricing-block-btn{
	width:100%;
	cursor:pointer;
}
.venor-paddle-checkout {
	display: block;
	text-align: center;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.55);
	text-decoration: none;
	padding: 8px 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 4px;
	transition: all 0.2s;
}
.why-bravendix-exists-left-content-box span{
	color:var(--gold-color);
	font-weight:800;
}

.what-bravendix-delivers-pricing-block:last-child .what-bravendix-delivers-pricing-block-price p{
	color:var(--gold-color);
}
.what-bravendix-delivers-pricing-block:last-child .what-bravendix-delivers-pricing-inner{
	border:1px solid var(--gold-color);

}
.what-bravendix-delivers-pricing-block:last-child .what-bravendix-delivers-pricing-block-btn a{
	display: block;
	text-align: center;
	font-family: "DM Sans", sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: var(--gold-color);
	text-decoration: none;
	padding: 11px 20px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 4px;
	transition: all 0.2s;
}
.what-bravendix-delivers-pricing-block:last-child  .what-bravendix-delivers-pricing-block-note p {
	color:var(--gold-color);
	padding-left: 10px;
	border-left: 1px solid var(--gold-color);
	font-size: 11px;
	font-style: italic;
	font-weight: 300;
	opacity:0.8;
	font-family: "DM Sans", sans-serif;
}
.what-bravendix-delivers-pricing-block-tag{
	align-self: end;
	font-family: "DM Sans", sans-serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gold-color);
	border: 1px solid #c9a84c47;
	padding: 3px 8px;
	border-radius: 2px;
}
.what-bravendix-delivers-pricing-block:last-child .what-bravendix-delivers-pricing-block-pack-name {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bravendix-ai-economy-block:last-child .bravendix-ai-economy-block-inner{
	border-color: var(--gold-color);
}
.bravendix-ai-economy-block:last-child .bravendix-ai-economy-block-box p{
	border-color: var(--gold-color);
	color: var(--gold-color);
}
button.venor-paddle-checkout {
	color: var(--gold-color);
}
button.venor-paddle-checkout:hover{
	border-color: var(--white-color);
}
.what-bravendix-delivers-pricing-block-small-info{
	border-bottom: 1px solid var(--border-bottom);
	padding-bottom: 20px;

}
.what-bravendix-delivers-pricing-block:last-child .what-bravendix-delivers-pricing-block-btn a:hover{
	border-color:var(--gold-color);
}
.bravendix-black-process-form-panel .form-panel{
	border:none;
	padding:unset;
}
.bravendix-black-process-form-panel .f-field input[type="submit"] {
	width:30%;
}
.bravendix-black-process-form-panel .form-privacy p {
	text-align:unset;
}