/* =========================================================
   BRANDX HEADER
   ========================================================= */

@media (min-width: 992px) {

    #header .header-nav {
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: flex-start;
        align-self: stretch;
    }

}	
	
	
/* =========================================================
   BRANDX HEADER — TABLET / MOBILE
   ========================================================= */

@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;
	}

}
	
/* =========================================================
   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;
	justify-content: center;
	gap: 12px;
	background: #2f6df6 !important;
	color: #ffffff !important;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 17px;
	border-radius: 22px;
	transition: all .2s ease;
}

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

.all-packages i {
	font-size: 10px;
}
	
	
/* =========================================================
   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;
	}
	
	
		/* DESIGN SECTION / CARDS */
	.design-section {
		padding-left: 20px;
		padding-right: 20px;
	}

	/* HUB INTRO / HEADING */
	.design-section .row.justify-content-center.text-center {
		padding-left: 5px;
		padding-right: 5px;
	}
	
		.hub-intro-text {
		width: 90%;
		max-width: 90% !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
}
	
	
.hub-intro-text {
	max-width: 800px;
	margin-left: auto !important;
	margin-right: auto !important;
}	

@media (min-width: 768px) {

	.pricehub-mobile-toggle,
	#pricehubMobileMenu {
		display: none !important;
	}
}	
	
	
/* =========================================================
   MAIN BACKGROUND
   ========================================================= */

.body.price-list {
	background-color: #172f67;	}
	
/* =========================================================
   BRANDX PRICE HUB
   ========================================================= */


/* Feature dividers */
.package-divider {
    border-right:1px solid rgba(255,255,255,.12);
}


/* Lists */
.custom-list {
    max-width:100%;
    padding-left:1.2rem;
    margin:0;
}

/* Tablet + Mobile */
@media (max-width:991.98px) {

    .package-divider {
        border-right:none;
    }

}


/* Mobile */
@media (max-width:767.98px) {

    hr.divider-soft {
        display:none;
    }

    .card-body [class*="col-"] h3 {
        margin-top:14px;
    }

    .card-body .row {
        padding-top:5px;
        padding-bottom:0;
    }

}


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

#footer {
	background: transparent !important;
	border-top: none !important;
	margin-top: 19px;
}

#footer .footer-copyright {
	background: transparent;
}

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

	

/* =========================================================
   HUB PACKAGE CARD UPDATES
   ========================================================= */

/* 1. Blue card backgrounds + 2. rounded outlined cards */

.design-section .card {
    background: linear-gradient(145deg, #102149 0%, #101b3c 100%) !important;
    border: 1px solid rgba(78, 145, 255, 0.35) !important;
    border-radius: 15px !important;
    overflow: hidden;
}


/* Smart Marketing card */

.design-section .card.smart-marketing-card {
    background: linear-gradient(145deg, #171c49 0%, #1b1d48 100%) !important;
}


/* Brand Accelerator card */

.design-section .card.brand-accelerator-card {
    background: linear-gradient(145deg, #1a1b4b 0%, #181a45 100%) !important;
    border-color: rgba(128, 80, 255, 0.45) !important;
}


/* 3. Eyebrow */

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


/* 4. Replace bullets with checks */

.design-section .custom-list {
    list-style: none;
    padding-left: 0;
}

.design-section .custom-list li {
    position: relative;
    padding-left: 22px;
}

.design-section .custom-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4e9cff;
    font-weight: 800;
}


/* 5. Bottom divider */

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


/* 6. Back to Price Hub */

.hub-back-price {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #8dc5ff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    transition: all .2s ease;
}

.hub-back-price:hover {
    color: #ffffff;
    text-decoration: none;
}

.hub-back-price i {
    font-size: 10px;
}

.hub-back-price {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	color: #8dc5ff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	transition: all .2s ease;
}
	
	
	.design-section .row {
	row-gap: 2.5rem;
}
	
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 0rem;
}
			