.nav-logo,
.nav-logo-icon {
	align-items: center;
	display: flex;
}

.nav-cta,
.nav-links a,
.nav-logo {
	text-decoration: none;
}

.alert-strip,
.stat-item,
.step {
	text-align: center;
}

.testimonial p,
h1 em,
h2 em {
	font-style: italic;
}

.faq-a,
.faq-item,
.hero {
	overflow: hidden;
}

*,
::after,
::before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	background-color: #0b1423 !important;
	color: #c8d6e8 !important;
	font-family: "DM Sans", sans-serif !important;
	font-size: 16px !important;
	line-height: 1.7 !important;
	overflow-x: hidden !important;
}

h1,
h2 {
	font-family: "DM Serif Display", serif;
}

.logo {
	height: 60px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 10px;
}

.site-nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	background: rgba(11, 20, 35, 0.92);
	backdrop-filter: blur(12px);
	border-bottom: 1px solid #d7c8ff26;
	height: 70px;
}

.nav-logo {
	gap: 10px;
}

.nav-logo-icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: linear-gradient(135deg, #d7c8ff, #00786a);
	justify-content: center;
	font-weight: 700;
	color: #0b1423;
	font-size: 13px;
	letter-spacing: -0.5px;
	flex-shrink: 0;
}

.nav-logo-text {
	font-size: 15px;
	font-weight: 600;
	color: #f5f7fa;
}

.nav-links {
	display: flex;
	gap: 28px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-links a {
	color: #7a90a8;
	font-size: 14px;
	font-weight: 500;
	transition: color 0.2s;
}

.faq-q:hover,
.footer-col a:hover,
.nav-links a:hover {
	color: #d7c8ff;
}

.nav-cta {
	background: #d7c8ff;
	color: #0b1423;
	font-weight: 600;
	font-size: 13px;
	padding: 9px 20px;
	border-radius: 6px;
	transition: background 0.2s;
	white-space: nowrap;
	border: none;
}

.nav-cta:hover {
	background: #ab99de;
	color: #0b1423;
}

.navbar-toggler {
	border-color: rgba(215, 200, 255, 0.3);
}

.navbar-toggler-icon {
	filter: invert(1);
}

.hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 80px 0;
	position: relative;
}

.hero-bg,
.hero-grid {
	position: absolute;
	pointer-events: none;
	inset: 0;
}

@media (max-width: 768px) {
	.hero-trust {
		padding: 0px 0px 0px 0px !important;
	}

	.nav-cta {
		padding: 9px 10px;
		font-size: 12px;
	}

	.hero {
		padding: 80px 5px !important;
		display: flex;
		justify-content: center;
	}

	.hero-actions {
		justify-content: center;
	}
}

.hero-bg {
	background: radial-gradient(ellipse 60% 50% at 70% 50%,
			rgba(0, 201, 167, 0.06) 0,
			transparent 70%),
		radial-gradient(ellipse 40% 60% at 10% 80%,
			rgba(232, 184, 75, 0.04) 0,
			transparent 60%);
}

.hero-grid {
	background-image: linear-gradient(rgba(0, 201, 167, 0.04) 1px,
			transparent 1px),
		linear-gradient(90deg, rgba(0, 201, 167, 0.04) 1px, transparent 1px);
	background-size: 60px 60px;
	mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.hero-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #4a484e;
	border: 1px solid #a39fb0;
	padding: 6px 14px;
	border-radius: 20px;
	margin-bottom: 24px;
	font-size: 12px;
	font-weight: 600;
	color: #d7c8ff;
	letter-spacing: 0.5px;
}

.hero-badge::before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #d7c8ff;
	animation: 2s infinite pulse;
	flex-shrink: 0;
}

@keyframes pulse {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.5;
		transform: scale(1.4);
	}
}

h1 {
	font-size: clamp(2.2rem, 4vw, 3.4rem);
	line-height: 1.15;
	color: #f5f7fa;
	margin-bottom: 20px;
}

h1 em {
	color: #0c1625;
	background: #d7c8ff;
	padding: 8px 21px;
	display: inline-block;
	border-radius: 5px;
	margin: 10px 0;
}

.hero-sub {
	font-size: 17px;
	color: #7a90a8;
	line-height: 1.75;
	margin-bottom: 36px;
}

.btn-primary-custom,
.btn-secondary-custom {
	font-size: 15px;
	transition: 0.2s;
	text-decoration: none;
}

.hero-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	align-items: center;
}

.btn-primary-custom {
	background: #d7c8ff;
	color: #0b1423;
	font-weight: 700;
	padding: 14px 28px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: none;
}

.author-avatar,
.author-name,
.panel-header,
.scam-type h4,
.section-label,
.sign-card h3,
.step h3,
.why-list h4 {
	font-weight: 600;
}

.btn-primary-custom:hover {
	background: #ab99de;
	color: #0b1423;
	transform: translateY(-1px);
}

.btn-secondary-custom {
	border: 1px solid #d7c8ff;
	color: #c8d6e8;
	padding: 14px 24px;
	border-radius: 8px;
}

.btn-secondary-custom:hover {
	border-color: #d7c8ff;
	color: #d7c8ff;
}

.hero-trust {
	padding: 60px 10px 10px;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	justify-content: center;
}

.scam-icon,
.trust-item {
	align-items: center;
	display: flex;
}

.trust-item {
	border: 1px solid;
	gap: 8px;
	padding: 17px;
	font-size: 18px;
	color: #c0aeed;
	border-radius: 5px;
}

.trust-item svg {
	color: #d7c8ff;
	flex-shrink: 0;
}

.hero-panel {
	background: rgba(19, 32, 53, 0.7);
	border: 1px solid rgba(0, 201, 167, 0.15);
	border-radius: 16px;
	padding: 32px;
	backdrop-filter: blur(8px);
	height: 100%;
}

.panel-header {
	font-size: 13px;
	color: #d7c8ff;
	letter-spacing: 0.5px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.cp-badge-text,
.section-label {
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

.scam-type {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.scam-type:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.scam-icon {
	width: 36px;
	height: 36px;
	border-radius: 8px;
	background: rgba(0, 201, 167, 0.1);
	justify-content: center;
	font-size: 16px;
	flex-shrink: 0;
}

.scam-type h4 {
	font-size: 14px;
	color: #f5f7fa;
	margin-bottom: 3px;
}

.scam-type p {
	font-size: 12px;
	color: #7a90a8;
	margin: 0;
}

section {
	padding: 90px 0;
}

.section-label {
	font-size: 12px;
	color: #d7c8ff;
	margin-bottom: 12px;
}

h2 {
	font-size: clamp(1.9rem, 3vw, 2.8rem);
	color: #f5f7fa;
	line-height: 1.2;
	margin-bottom: 18px;
}

h2 em {
	color: #d7c8ff;
}

.section-intro {
	font-size: 17px;
	color: #7a90a8;
	max-width: 600px;
	line-height: 1.75;
}

.sign-num,
.stat-num {
	font-family: "DM Serif Display", serif;
	color: #d7c8ff;
	line-height: 1;
}

.alert-strip {
	background: rgba(232, 184, 75, 0.08);
	border-top: 1px solid rgba(232, 184, 75, 0.2);
	border-bottom: 1px solid rgba(232, 184, 75, 0.2);
	padding: 20px 0;
}

.sign-card,
.why-list li {
	background: rgba(19, 32, 53, 0.7);
}

.alert-strip p {
	font-size: 14px;
	color: #e8b84b;
	margin: 0;
}

.alert-strip strong,
.sign-card h3 {
	color: #f5f7fa;
}

.sign-card {
	border: 1px solid #d7c8ff;
	border-radius: 12px;
	padding: 24px;
	transition: border-color 0.2s, transform 0.2s;
	height: 100%;
}

.sign-card:hover {
	border-color: rgba(0, 201, 167, 0.4);
	transform: translateY(-3px);
}

.sign-num {
	font-size: 2.2rem;
	margin-bottom: 12px;
}

.sign-card h3 {
	font-size: 15px;
	margin-bottom: 8px;
}

.sign-card p {
	font-size: 13px;
	color: #7a90a8;
	line-height: 1.65;
	margin: 0;
}

.process-section,
.testimonials-section {
	background: #132035;
}

.process-steps-wrapper {
	position: relative;
}

.process-line {
	position: absolute;
	top: 34px;
	left: 14%;
	right: 14%;
	height: 1px;
	background: linear-gradient(90deg, transparent, #d7c8ff, transparent);
	opacity: 0.3;
}

.step {
	padding: 0 24px;
	position: relative;
	bottom: 20px;
}

.step-num {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #0b1423;
	border: 2px solid #d7c8ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "DM Serif Display", serif;
	font-size: 1.4rem;
	color: #d7c8ff;
	margin: 0 auto 20px;
}

.step h3 {
	font-size: 15px;
	color: #f5f7fa;
	margin-bottom: 10px;
}

.step p {
	font-size: 13px;
	color: #7a90a8;
}

.why-list {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 0;
	margin: 0;
}

.why-list li {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px;
	border: 1px solid rgba(0, 201, 167, 0.15);
	border-radius: 10px;
}

.testimonial-author,
.why-check {
	align-items: center;
	display: flex;
}

.why-check {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: rgba(0, 201, 167, 0.15);
	justify-content: center;
	flex-shrink: 0;
	margin-top: 2px;
	font-size: 11px;
	color: #d7c8ff;
}

.why-list h4 {
	font-size: 14px;
	color: #f5f7fa;
	margin-bottom: 4px;
}

.why-list p {
	font-size: 13px;
	color: #7a90a8;
	margin: 0;
}

.why-stat-panel {
	background: rgba(19, 32, 53, 0.7);
	border: 1px solid rgba(0, 201, 167, 0.15);
	border-radius: 16px;
	padding: 36px;
}

.stat-num {
	font-size: 2.4rem;
	margin-bottom: 6px;
}

@media(max-width:768px){
    .stat-num {
    font-size: 1.4rem;
    }
}

.cta-form input,
.faq-q {
	font-family: "DM Sans", sans-serif;
}

.author-location,
.footer-copy{
	font-size: 12px;
	color: #7a90a8;
	text-align: left;
}
.stat-label {
	font-size: 12px;
	color: #7a90a8;
	text-align: center;
}

.stat-divider {
	height: 1px;
	background: rgba(0, 201, 167, 0.15);
	margin: 20px 0;
}

.disclaimer-box {
	background: rgba(232, 184, 75, 0.06);
	border: 1px solid rgba(232, 184, 75, 0.2);
	border-radius: 8px;
	padding: 16px;
	font-size: 12px;
	color: #a89050;
	line-height: 1.6;
}

.faq-item,
.testimonial {
	border: 1px solid rgba(0, 201, 167, 0.15);
}

.disclaimer-box strong,
.stars {
	color: #e8b84b;
}

.testimonial {
	background: rgba(19, 32, 53, 0.7);
	border-radius: 12px;
	padding: 28px;
	height: 100%;
}

.stars {
	font-size: 14px;
	margin-bottom: 14px;
}

.testimonial p {
	font-size: 14px;
	color: #c8d6e8;
	line-height: 1.75;
	margin-bottom: 18px;
}

.testimonial-author {
	gap: 12px;
}

.author-avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: linear-gradient(135deg, #1e3050, #132035);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #d7c8ff;
	flex-shrink: 0;
}

.author-name {
	font-size: 13px;
	color: #f5f7fa;
}

.faq-list {
	margin-top: 48px;
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.faq-item {
	background: rgba(19, 32, 53, 0.7);
	border-radius: 10px;
}

.faq-q {
	width: 100%;
	background: 0 0;
	border: none;
	cursor: pointer;
	padding: 20px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #f5f7fa;
	font-size: 15px;
	font-weight: 500;
	text-align: left;
}

.cp-modal,
.cp-submit-btn {
	font-family: Inter, sans-serif;
}

.faq-icon {
	font-size: 18px;
	color: #d7c8ff;
	transition: transform 0.3s;
	flex-shrink: 0;
}

.faq-a {
	max-height: 0;
	transition: max-height 0.35s, padding 0.35s;
	font-size: 14px;
	color: #7a90a8;
	line-height: 1.75;
	padding: 0 24px;
}

.faq-item.open .faq-a {
	max-height: 300px;
	padding: 0 24px 20px;
}

.faq-item.open .faq-icon {
	transform: rotate(45deg);
}

.cta-section {
	background: linear-gradient(135deg, #1e3050 0, #132035 100%);
	border-top: 1px solid rgba(0, 201, 167, 0.15);
	text-align: center;
}

.cta-form {
	display: flex;
	gap: 12px;
	max-width: 540px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: center;
}

.cta-form input {
	flex: 1;
	min-width: 200px;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(0, 201, 167, 0.15);
	border-radius: 8px;
	padding: 14px 18px;
	color: #f5f7fa;
	font-size: 14px;
	outline: 0;
	transition: border-color 0.2s;
}

.cta-sub,
.footer-brand p {
	color: #7a90a8;
	margin-top: 14px;
}

.cta-form input::placeholder {
	color: #7a90a8;
}

.cta-form input:focus {
	border-color: #d7c8ff;
}

.cta-sub {
	font-size: 12px;
}

footer {
	background: #07101c;
	padding: 48px 0 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-brand p {
	font-size: 13px;
}

.footer-col h5 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #d7c8ff;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.footer-col a {
	display: block;
	font-size: 13px;
	color: #7a90a8;
	text-decoration: none;
	margin-bottom: 8px;
	transition: color 0.2s;
}

.footer-divider {
	border-color: rgba(255, 255, 255, 0.05);
	margin: 32px 0 24px;
}

.footer-legal {
	font-size: 11px;
	color: #7a90a8;
	line-height: 1.7;
}

@media (max-width: 991px) {

	.hero-panel,
	.process-line {
		display: none;
	}
}

@media (max-width: 768px) {
	section {
		padding: 60px 0;
	}
}

.cp-overlay {
	position: fixed;
	inset: 0;
	background-color: rgba(5, 10, 25, 0.78);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s, visibility 0.4s;
}

.cp-overlay.cp-visible {
	opacity: 1;
	visibility: visible;
}

.cp-modal {
	background-color: #0a0e1a;
	border: 1px solid #1e2a42;
	border-radius: 1px;
	width: 100%;
	max-width: 580px;
	max-height: 92vh;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-width: thin;
	scrollbar-color: #1e2a42 transparent;
	position: relative;
	transform: translateY(30px) scale(0.97);
	transition: transform 0.45s cubic-bezier(0.34, 1.2, 0.64, 1), opacity 0.4s;
	opacity: 0;
}

.cp-modal::-webkit-scrollbar {
	width: 4px;
}

.cp-modal::-webkit-scrollbar-track {
	background: 0 0;
}

.cp-modal::-webkit-scrollbar-thumb {
	background-color: #1e2a42;
	border-radius: 4px;
}

.cp-overlay.cp-visible .cp-modal {
	transform: translateY(0) scale(1);
	opacity: 1;
}

.cp-modal-topbar {
	height: 3px;
	background: linear-gradient(90deg, #1a3a6e, #4a90e2, #1a3a6e);
	position: sticky;
	top: 0;
	z-index: 3;
}

.cp-modal-glow {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 200px;
	background: radial-gradient(ellipse, #1a3a6e40, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.cp-left-stripe {
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 0;
	width: 4px;
	background: linear-gradient(180deg, #4a90e2, #0a1a3b);
	border-radius: 0 0 0 20px;
	z-index: 1;
}

.cp-header {
	display: flow;
	padding: 28px 32px 0 36px;
	position: relative;
	z-index: 1;
}

.cp-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: #0d1830;
	border: 1px solid #1e3358;
	border-radius: 20px;
	padding: 4px 12px;
	margin-bottom: 12px;
}

.cp-badge-dot {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #4a90e2;
	animation: 2s infinite cp-pulse;
}

@keyframes cp-pulse {

	0%,
	100% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0.5;
		transform: scale(0.85);
	}
}

.cp-badge-text {
	font-size: 11px;
	font-weight: 500;
	color: #4a90e2;
}

.cp-title {
	font-size: 21px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 6px;
}

.cp-title span {
	color: #4a90e2;
}

.cp-subtitle {
	font-size: 13px;
	color: #5a6880;
	line-height: 1.6;
	margin-bottom: 0;
}

.cp-close-btn {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #1e2a42;
	background-color: #0f1525;
	color: #4a6080;
	font-size: 15px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.25s;
	z-index: 4;
	line-height: 1;
}

.cp-form-body,
.cp-submit-btn span,
.cp-submit-btn svg,
.cp-success-wrap {
	position: relative;
	z-index: 1;
}

.cp-close-btn:hover {
	border-color: #4a90e2;
	color: #4a90e2;
	background-color: #0d1830;
}

.cp-hdivider {
	height: 1px;
	background: linear-gradient(90deg, transparent, #1e2a42, transparent);
	margin: 20px 32px;
}

.cp-form-body {
	padding: 0 32px 28px 36px;
}

.cp-form-group {
	margin-bottom: 14px;
}

.cp-form-label {
	display: block;
	font-size: 11px;
	font-weight: 500;
	color: #b5c7e0;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

.cp-required {
	color: #e05252;
	margin-left: 2px;
}

.cp-form-input,
.cp-form-select,
.cp-form-textarea {
	background-color: #0d1422;
	border: 1px solid #1e2a42;
	border-radius: 10px;
	color: #c8d4e8;
	font-size: 13px;
	font-family: Inter, sans-serif;
	font-weight: 400;
	padding: 11px 14px;
	outline: 0;
	transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
	width: 100%;
}

.cp-form-input::placeholder,
.cp-form-textarea::placeholder {
	color: #2e3d55;
}

.cp-form-input:focus,
.cp-form-select:focus,
.cp-form-textarea:focus {
	border-color: #4a90e2;
	background-color: #0f1830;
	box-shadow: 0 0 0 3px #4a90e215;
}

.cp-form-input.cp-field-error,
.cp-form-select.cp-field-error,
.cp-form-textarea.cp-field-error {
	border-color: #e05252;
}

.cp-form-select {
	appearance: none;
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234a6080' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 14px center;
	padding-right: 36px;
	cursor: pointer;
}

.cp-form-select option {
	background-color: #0d1422;
	color: #c8d4e8;
}

.cp-form-textarea {
	resize: none;
	height: 80px;
}

.cp-err-msg {
	display: none;
	font-size: 11px;
	color: #e05252;
	margin-top: 4px;
}

.cp-submit-btn,
.cp-trust-row {
	display: flex;
	align-items: center;
}

.cp-err-msg.cp-show {
	display: block;
}

.cp-form-hr {
	border: none;
	border-top: 1px solid #1a2236;
	margin: 16px 0;
}

.cp-trust-row {
	gap: 16px;
	margin-bottom: 16px;
	flex-wrap: wrap;
}

.cp-trust-item {
	font-size: 11px;
	color: #3a5070;
}

.cp-submit-btn {
	width: 100%;
	padding: 13px 20px;
	background: linear-gradient(135deg, #1a3a6e, #2f5fad);
	border: none;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	overflow: hidden;
	letter-spacing: 0.3px;
	justify-content: center;
	gap: 8px;
}

.cp-submit-btn::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, #2f5fad, #4a90e2);
	opacity: 0;
	transition: opacity 0.3s;
}

.cp-submit-btn:hover::before {
	opacity: 1;
}

.cp-submit-btn svg {
	width: 16px;
	height: 16px;
	stroke: #ffffff;
	fill: none;
}

.cp-success-wrap {
	display: none;
	text-align: center;
	padding: 44px 32px;
}

.cp-success-icon {
	width: 62px;
	height: 62px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0d1830, #1a3a6e);
	border: 2px solid #2f5fad;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 20px;
	font-size: 26px;
	color: #4a90e2;
}

.cp-success-title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 8px;
}

.cp-success-text {
	font-size: 13px;
	color: #5a6880;
	line-height: 1.65;
}

@media (max-width: 480px) {
	.cp-header {
		padding: 24px 20px 0 22px;
	}

	.cp-form-body {
		padding: 0 20px 24px 22px;
	}

	.cp-hdivider {
		margin: 16px 20px;
	}

	.cp-title {
		font-size: 18px;
	}
}


/*term and condition css*/
.modal-content {
	background-color: #0b1423 !important;
	max-height: 90vh;

}

.modal-header .btn-close {
	background-color: aliceblue !important;
}

.term-body a {
	color: #7a90a8 !important;
}

.term-body p {
	font-size: 15px !important;
}

.term-body h2 {
	font-size: 25px !important;
}

.term-body ul {
	list-style: disc !important;
}

.modal-body.term-body {
	overflow-y: auto;
	max-height: 70vh;
	text-align: left;
}

.modal-header {
	position: sticky;
	top: 0;
	background: #0b1423;
	z-index: 10;
	border-bottom: 1px solid #38445a !important;
}

.modal-footer {
	position: sticky;
	bottom: 0;
	background: #0b1423;
}

.term-out-btn {
	color: #c8d6e8 !important;
	border: none !important;
	text-decoration: none;
}

.quick-links {
	margin: 10px 0;
	display: flex;
	justify-content: end;
	gap: 10px;
}

.contact {
	font-size: 11px;
	color: #7a90a8;
	line-height: 1.7;
}

.quick-links button {
	font-size: 11px;
	color: #7a90a8;
	line-height: 1.7;
}

.modal-title
{
    font-size: 1.8rem;
}