		
/* =========================================================
   BRANDX PRICE HUB
   ========================================================= */

:root {
	--brandx-blue: #2f6df6;
	--brandx-blue-light: #71b7ff;
	--brandx-dark: #0b1835;
	--brandx-navy: #172f67;
	--brandx-card: #101e43;
	--brandx-card-purple: #181b46;
	--brandx-border: rgba(78, 145, 255, 0.35);
	--brandx-text: #ffffff;
	--brandx-muted: #c5cee0;
}


/* =========================================================
   CENTER TOP HEADER NAV
   ========================================================= */

@media (min-width: 992px) {
	
	#header .header-nav {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-start;
    align-self: stretch;
    }
}



/* =========================================================
   BRANDX SECONDARY NAV
   ========================================================= */

.pricehub-nav {
	background: #09132c;
	min-height: 66px;
	display: flex;
	align-items: center;
}

.pricehub-nav-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 66px;
}

.pricehub-links {
	display: flex;
	align-items: center;
	gap: 8px;
}

.pricehub-links a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #d5dced;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 12px;
	border-radius: 6px;
	transition: all .2s ease;
	white-space: nowrap;
	box-sizing: border-box;
}

.pricehub-links a:nth-child(1) {
	width: 100px;
}

.pricehub-links a:nth-child(2) {
	width: 145px;
}

.pricehub-links a:nth-child(3) {
	width: 145px;
}

.pricehub-links a:nth-child(4) {
	width: 165px;
}

.pricehub-links a:hover {
	color: #ffffff;
	text-decoration: none;
}

.pricehub-links a.active {
	background: rgba(47, 109, 246, .25);
	border: 1px solid rgba(47, 109, 246, .55);
	color: #ffffff;
}


/* =========================================================
   ALL PACKAGES
   ========================================================= */

.all-packages {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	background: var(--brandx-blue);
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 17px;
	border-radius: 22px;
	transition: all .2s ease;
}

.all-packages:hover {
	background: #4380ff;
	color: #ffffff;
}

.all-packages i {
	font-size: 10px;
}


/* =========================================================
   MAIN BACKGROUND
   ========================================================= */

.pricehub {
	background: var(--brandx-navy);
	color: var(--brandx-text);
}


/* =========================================================
   HERO
   ========================================================= */

.pricehub-hero {
	text-align: center;
	padding: 90px 20px 76px;
}

.pricehub-eyebrow {
	display: inline-block;
	border: 1px solid rgba(93, 158, 255, .55);
	background: rgba(47, 109, 246, .15);
	color: #8dc5ff;
	border-radius: 20px;
	padding: 7px 16px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1.5px;
	margin-bottom: 22px;
}

.pricehub-hero h1 {
	margin: 0 auto 12px;
	max-width: 900px;
	color: #ffffff;
	font-size: 54px;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: -2px;
}

.pricehub-hero h1 span {
	color: var(--brandx-blue-light);
}

.pricehub-hero p {
	max-width: 820px;
	margin: 0 auto;
	color: #d0d9ea;
	font-size: 18px;
	line-height: 1.55;
}


/* =========================================================
   PACKAGE CARDS
   ========================================================= */

.packages-section {
	padding: 0 0 45px;
}

.packages-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 26px;
}

.package-card {
	background: linear-gradient(145deg, #102149 0%, #101b3c 100%);
	border: 1px solid var(--brandx-border);
	border-radius: 15px;
	min-height: 610px;
	position: relative;
	overflow: hidden;
}

.package-card.featured {
	background: linear-gradient(145deg, #171c49 0%, #1b1d48 100%);
}

.package-card.accelerator {
	background: linear-gradient(145deg, #1a1b4b 0%, #181a45 100%);
	border-color: rgba(128, 80, 255, .45);
}

.package-content {
	padding: 35px 34px 35px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.package-badge {
	display: inline-block;
	align-self: flex-start;
	background: var(--brandx-blue);
	color: #ffffff;
	font-size: 10px;
	font-weight: 800;
	padding: 3px 14px;
	border-radius: 20px;
	margin-bottom: 14px;
}

.package-card h2 {
	color: #ffffff;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 900;
	margin: 0 0 12px;
	letter-spacing: -.5px;
}

.package-subtitle {
	color: #d1d8e7;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 22px;
}

.package-price {
	color: #ffffff;
	font-size: 30px;
	line-height: 1;
	font-weight: 900;
	margin-bottom: 5px;
}

.package-period {
	color: #9da9c1;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .5px;
}

.package-description {
	color: #d0d7e5;
	font-size: 13px;
	line-height: 1.55;
	margin: 26px 0 18px;
	min-height: 58px;
}

.package-divider {
	height: 1px;
	background: rgba(255,255,255,.12);
	margin-bottom: 14px;
}

.included-title {
	color: #8f9bb4;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 9px;
}

.package-features {
	list-style: none;
	padding: 0;
	margin: 0;
}

.package-features li {
	position: relative;
	padding-left: 19px;
	color: #e1e6f0;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 9px;
}

.package-features li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #4e9cff;
	font-weight: 800;
}

.package-button {
	margin-top: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: var(--brandx-blue);
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	padding: 14px 15px;
	border-radius: 7px;
	transition: all .2s ease;
}

.package-button:hover {
	background: #4380ff;
	color: #ffffff;
	transform: translateY(-1px);
	
}

.package-button i {
	font-size: 11px;
}
	
.package-button {
	margin-top: 30px;
}	


/* =========================================================
   COMPARISON
   ========================================================= */

.comparison-section {
	padding: 0 0 68px;
}

.comparison-box {
	background: #091735;
	border: 1px solid rgba(100, 130, 190, .28);
	border-radius: 15px;
	padding: 48px 43px 38px;
}

.comparison-heading {
	text-align: center;
	margin-bottom: 30px;
}

.comparison-heading h2 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 900;
	margin: 0 0 7px;
}

.comparison-heading p {
	color: #b6c1d4;
	font-size: 13px;
	margin: 0;
}

.comparison-table-wrap {
	overflow-x: auto;
}

.comparison-table {
	width: 100%;
	border-collapse: collapse;
}

.comparison-table th {
	color: #d1d9e8;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .5px;
	text-align: center;
	padding: 14px 12px;
	border-bottom: 1px solid rgba(255,255,255,.12);
}

.comparison-table th:first-child {
	text-align: left;
}

.comparison-table td {
	color: #e2e7f0;
	font-size: 12px;
	padding: 14px 12px;
	border-bottom: 1px solid rgba(255,255,255,.07);
	text-align: center;
}

.comparison-table td:first-child {
	text-align: left;
	font-weight: 700;
}

.comparison-table tr:last-child td {
	border-bottom: 0;
}

.comparison-table .check {
	color: #35e89a;
}


/* =========================================================
   BRANDX SITE FOOTER
   ========================================================= */

#footer {
	background: #172f67 !important;
	border-top: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#footer .footer-copyright {
	background: #172f67 !important;
	margin: 0 !important;
	padding: 0 !important;
}

#footer .footer-copyright .container {
	background: #172f67 !important;
}

#footer .footer-copyright p {
	color: #2f6df6;
	font-size: 0.9em;
	margin: 0 !important;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {
	
	#header .header-logo {
	display: none !important;
	}

	#header .header-container {
		position: relative;
	}

	#header .d-none.d-sm-inline-flex {
		display: inline-flex !important;
		position: absolute;
		left: 15px;
		top: 50%;
		transform: translateY(-50%);
		margin: 0 !important;
	}

	.pricehub-hero {
		padding: 70px 20px 55px;
	}

	.pricehub-hero h1 {
		font-size: 50px;
	}

	.packages-grid {
		grid-template-columns: 1fr;
		max-width: 650px;
		margin: 0 auto;
	}

	.package-card {
		min-height: auto;
	}
	
	.package-badge {
        font-size: 12px;
        margin: 0 auto;
        margin-bottom: 18px;
    }
	.package-card h2 {
    font-size: 37px;
	text-align: center;	
}

	.package-subtitle {
    font-size: 17px;
    text-align: center;	
}
	.package-subtitle {
    margin-bottom: 15px;
}
	.package-price {
    font-size: 45px;
    text-align: center;	
}
	.package-period {
    font-size: 15px;
    text-align: center;	
}
	.package-description {
    font-size: 16px;
}
	.included-title {
    font-size: 14px;
	text-align: center;	
}
	.package-features {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
}
	.package-features li {
    font-size: 16px;
}
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

	.pricehub-links,
	.pricehub-nav .all-packages {
		display: none;
	}

	.pricehub-nav-inner {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 10px 0;
	}

	.pricehub-mobile-toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: 340px;
		background: rgba(47,109,246,.15);
		border: 1px solid rgba(47,109,246,.55);
		border-radius: 7px;
		color: #ffffff;
		padding: 10px 14px;
		font-size: 12px;
		font-weight: 700;
		cursor: pointer;
	}

	.pricehub-mobile-links {
		display: flex;
		flex-direction: column;
		margin-top: 8px;
	}

	.pricehub-mobile-links a {
		display: block;
		padding: 10px 14px;
		color: #d5dced;
		text-decoration: none;
		border-bottom: 1px solid rgba(255,255,255,.08);
	}

	.pricehub-mobile-links a.active {
		background: rgba(47,109,246,.25);
		color: #ffffff;
	}

	.pricehub-mobile-links a:hover {
		color: #ffffff;
	}
	
		.packages-section .container,
	.comparison-section .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.packages-grid {
		width: 100%;
	}
	
	#header .header-btn-collapse-nav {
		margin-right: 15px !important;
}
	
.package-card h2 {
    font-size: 30px;
}

.package-subtitle {
    font-size: 15px;
}	
	
.package-price {
    font-size: 35px;
}
.package-period {
    font-size: 12px;
}	
	
.package-description {
    font-size: 14px;
}	

.package-features li {
    font-size: 14px;
}	

}

@media (min-width: 768px) {

	.pricehub-mobile-toggle,
	#pricehubMobileMenu {
		display: none !important;
	}
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 575px) {

	.pricehub-links a {
		font-size: 11px;
		padding: 8px 11px;
	}

	.pricehub-hero h1 {
		font-size: 34px;
	}

	.package-content {
		padding: 35px 22px 35px;
	}

	.package-card h2 {
		font-size: 22px;
	}

	.package-price {
		font-size: 28px;
	}
	

}	
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0rem;
}
		
