/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.grecaptcha-badge {
	display: none;
}

/* IR-style mobile nav: navbar-toggle + #navigation (matches Infuse Reviews) */
#topnav .navbar-toggle {
	border: 0;
	position: relative;
	width: 60px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	display: none;
	float: right;
}
#topnav .navbar-toggle .lines {
	width: 25px;
	display: block;
	position: relative;
	margin: 32px 20px 24px;
	height: 18px;
}
#topnav .navbar-toggle span {
	height: 2px;
	width: 100%;
	background-color: #fff;
	display: block;
	margin-bottom: 5px;
	transition: transform 0.3s ease;
}
#topnav .navbar-toggle span:last-child {
	margin-bottom: 0;
}
#topnav .navbar-toggle.open span {
	position: absolute;
}
#topnav .navbar-toggle.open span:first-child {
	top: 6px;
	transform: rotate(45deg);
}
#topnav .navbar-toggle.open span:nth-child(2) {
	visibility: hidden;
}
#topnav .navbar-toggle.open span:last-child {
	width: 100%;
	top: 6px;
	transform: rotate(-45deg);
}
#topnav .navbar-toggle:hover,
#topnav .navbar-toggle:focus {
	background-color: transparent;
}

#topnav .navigation-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topnav .navigation-menu > li {
	float: left;
	display: block;
	position: relative;
	margin: 0 10px;
}
#topnav .navigation-menu > li > a {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	background-color: transparent !important;
	padding: 0 8px 10px 8px;
	transition: opacity 0.3s;
}
#topnav .navigation-menu > li:hover > a {
	opacity: 0.8;
}
#topnav .navigation-menu .trial-button a {
	padding: 10px 20px;
	font-size: 14px;
}

/* Desktop: hide toggle, show nav horizontal */
@media (min-width: 992px) {
	#topnav .navbar-toggle {
		display: none !important;
	}
	#topnav .container {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	#topnav #logo {
		flex-shrink: 0;
	}
	#topnav #navigation {
		display: flex !important;
		align-items: center;
		float: none;
		margin-top: 0;
		margin-left: auto;
		min-height: 0;
	}
	#topnav .navigation-menu {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	#topnav .navigation-menu > li {
		display: inline-block;
		vertical-align: middle;
	}
	/* Match text link height to Free Trial button (8+14+8) so they align */
	#topnav .navigation-menu > li:not(.trial-button) > a {
		line-height: 14px;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-left: 8px;
		padding-right: 8px;
	}
	#topnav .navigation-menu .has-submenu .submenu {
		position: absolute;
		left: 0;
		top: 100%;
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		min-width: 210px;
		padding: 0;
		margin: 0;
		background: #fff;
		box-shadow: 0 6px 12px rgba(0,0,0,0.175);
		border-radius: 3px;
		border-top: 2px solid #153dc0;
		list-style: none;
		transition: opacity 0.2s, visibility 0.2s;
	}
	#topnav .navigation-menu .has-submenu:hover .submenu {
		visibility: visible;
		opacity: 1;
	}
	#topnav .navigation-menu .submenu li {
		display: block;
	}
	#topnav .navigation-menu .submenu li a {
		display: block;
		padding: 12px 15px;
		font-size: 13px;
		color: #444;
		border-bottom: 1px solid #ededed;
	}
	#topnav .navigation-menu .submenu li a:hover {
		background: #f9f9f9;
		color: #153dc0;
	}
	/* Restore .btn_1 look for Free Trial (overrides transparent from nav links) */
	#topnav .navigation-menu .trial-button a {
		background: #153dc0 !important;
		border-radius: 3px;
		padding: 8px 25px;
		color: #fff !important;
	}
	#topnav .navigation-menu .trial-button a:hover {
		filter: brightness(115%);
		opacity: 1;
	}
	header.sticky .navigation-menu > li > a,
	#topnav.sticky .navigation-menu > li > a {
		color: #fff;
	}
	header.sticky .navigation-menu > li:hover > a,
	#topnav.sticky .navigation-menu > li:hover > a {
		opacity: 1;
		color: #153dc0;
	}
}

/* Mobile: show toggle, dropdown menu */
@media (max-width: 991px) {
	#topnav .navbar-toggle {
		display: block !important;
	}
	#topnav #navigation {
		display: none;
		position: absolute;
		top: 74px;
		left: 0;
		width: 100%;
		height: auto;
		max-height: 400px;
		padding-bottom: 0;
		overflow-y: auto;
		border-top: 1px solid #f1f3f9;
		border-bottom: 1px solid #f1f3f9;
		background-color: #fff;
		clear: both;
	}
	#topnav .navigation-menu {
		float: none;
		padding: 0;
	}
	#topnav .navigation-menu > li {
		float: none;
		margin: 0;
		border-bottom: 1px solid #f1f3f9;
	}
	#topnav .navigation-menu > li > a {
		color: #3c4858 !important;
		padding: 12px 15px;
		font-size: 13px;
		font-weight: 700;
	}
	#topnav .navigation-menu .has-submenu .submenu {
		display: none;
		list-style: none;
		padding-left: 20px;
		margin: 0;
		background: #f8f9fa;
	}
	#topnav .navigation-menu .has-submenu .submenu.open {
		display: block;
	}
	#topnav .navigation-menu .submenu li a {
		display: block;
		padding: 7px 15px;
		font-size: 12px;
		font-weight: 700;
		color: #3c4858;
	}
	#topnav .navigation-menu .trial-button {
		padding: 10px 15px;
		text-align: center;
	}
	#topnav .navigation-menu .trial-button a {
		display: inline-block !important;
		width: auto !important;
		max-width: 100%;
		box-sizing: border-box;
		padding: 8px 16px !important;
		font-size: 13px !important;
		line-height: 1.2;
		background: #153dc0 !important;
		color: #fff !important;
		border-radius: 3px;
		white-space: normal;
		text-align: center;
	}
	#topnav .navigation-menu .trial-button a:hover {
		color: #fff !important;
		filter: brightness(115%);
	}
}

/* Main site mobile nav: open_close + main-menu (index.html and front-facing pages) */
@media (max-width: 991px) {
	header .container > a.open_close {
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
		display: flex !important;
		align-items: center;
		justify-content: center;
		color: #fff !important;
		font-size: 28px !important;
	}
	header .container > a.open_close i.icon_menu,
	header .container > a.open_close i.icon_menu:before,
	header .container > a.open_close i.icon_menu::before {
		font-size: 28px !important;
		color: #fff !important;
	}
	/* Interior light bar: dark hamburger for contrast */
	header.header_in .container > a.open_close,
	header.header_in .container > a.open_close i.icon_menu,
	header.header_in .container > a.open_close i.icon_menu:before,
	header.header_in .container > a.open_close i.icon_menu::before {
		color: #444 !important;
	}
	/* Sticky marketing header (dark #121921): white hamburger */
	header.sticky:not(.header_in) .container > a.open_close,
	header.sticky:not(.header_in) .container > a.open_close i.icon_menu,
	header.sticky:not(.header_in) .container > a.open_close i.icon_menu:before,
	header.sticky:not(.header_in) .container > a.open_close i.icon_menu::before {
		color: #fff !important;
	}
	.layer.layer-is-visible {
		pointer-events: auto;
		cursor: pointer;
	}

	/* 14-Day Trial in slide-out .main-menu: avoid full-width block + dark text from theme mobile rules */
	header .main-menu > ul > li.trial-button {
		list-style: none;
		margin-left: 0 !important;
		padding-left: 0 !important;
		text-align: center;
		border-bottom: 1px solid #ededed;
	}
	header .main-menu > ul > li.trial-button > a.btn_1 {
		display: inline-block !important;
		width: auto !important;
		max-width: calc(100% - 30px);
		box-sizing: border-box;
		margin: 10px 15px;
		padding: 8px 16px !important;
		font-size: 13px !important;
		line-height: 1.25;
		background: #153dc0 !important;
		color: #fff !important;
		border-radius: 3px;
		white-space: normal;
		text-align: center;
	}
	header .main-menu > ul > li.trial-button > a.btn_1:hover {
		color: #fff !important;
		filter: brightness(115%);
	}
}

/* Services submenu: fit longest label (e.g. Website Menu Builder) on one line — desktop hover dropdown */
@media only screen and (min-width: 992px) {
	.main-menu ul ul {
		min-width: 250px;
	}
	.main-menu ul ul li a {
		white-space: nowrap;
	}
}

/* Homepage / feature section flat illustrations */
img.gp-feature-border {
	box-sizing: border-box;
	border: 4px solid #153dc0;
}

/* Public login / signup (marketing layout): match primary actions to site btn_1 (#153dc0) */
.login-container .btn.btn-primary,
.signup-container .btn.btn-primary {
	background-color: #153dc0;
	border-color: #153dc0;
	color: #fff;
}
.login-container .btn.btn-primary:hover,
.login-container .btn.btn-primary:focus,
.signup-container .btn.btn-primary:hover,
.signup-container .btn.btn-primary:focus {
	background-color: #112a8c;
	border-color: #112a8c;
	color: #fff;
}
.login-container .btn.btn-primary:active,
.signup-container .btn.btn-primary:active {
	background-color: #0e2375;
	border-color: #0e2375;
	color: #fff;
}
.login-container .btn.btn-primary:focus,
.signup-container .btn.btn-primary:focus {
	box-shadow: 0 0 0 0.2rem rgba(21, 61, 192, 0.35);
}

/* Marketing site — Standard vs Premium pricing tiers */
.gp-pricing-block:not(.gp-pricing--annual) .gp-tier-price--annual {
	display: none !important;
}
.gp-pricing-block.gp-pricing--annual .gp-tier-price--monthly {
	display: none !important;
}
.gp-pricing-block.gp-pricing--annual .gp-tier-price--annual {
	display: block !important;
}
.gp-pricing-billing {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 1rem;
}
.gp-pricing-tiers {
	margin-top: 0;
	--bs-gutter-x: 3.5rem;
}
@media (min-width: 992px) {
	.gp-pricing-tiers > [class*="col-"] {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}
.gp-pricing-billing .gp-billing-label {
	font-weight: 500;
	color: #444;
}
.gp-pricing-billing .gp-billing-label.is-active {
	color: #153dc0;
	font-weight: 600;
}
.gp-pricing-billing .gp-billing-save {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: #fff !important;
	background-color: #198754 !important;
	margin-left: 10px;
	padding: 7px 14px;
	border-radius: 6px;
	line-height: 1.2;
	vertical-align: middle;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}
.gp-pricing-billing .gp-billing-label.is-active .gp-billing-save,
.gp-pricing-billing .gp-billing-label--annual .gp-billing-save {
	color: #fff !important;
	background-color: #198754 !important;
}
.gp-billing-switch {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 28px;
	margin: 0;
	vertical-align: middle;
}
.gp-billing-switch input {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 2;
}
.gp-billing-slider {
	position: absolute;
	cursor: pointer;
	inset: 0;
	background: #ccc;
	border-radius: 28px;
	transition: 0.25s;
}
.gp-billing-slider:before {
	position: absolute;
	content: "";
	height: 22px;
	width: 22px;
	left: 3px;
	bottom: 3px;
	background: #fff;
	border-radius: 50%;
	transition: 0.25s;
}
.gp-billing-switch input:checked + .gp-billing-slider {
	background: #153dc0;
}
.gp-billing-switch input:checked + .gp-billing-slider:before {
	transform: translateX(24px);
}
.gp-pricing-tiers .plan {
	text-align: left;
	height: 100%;
}
.gp-pricing-tiers .plan-title {
	text-align: center;
	padding: 30px 20px 30px;
}
.gp-pricing-tiers .plan-title p {
	margin-bottom: 0;
}
.gp-tier-price strong {
	display: block;
	font-size: 1.35rem;
	line-height: 1.35;
	margin-top: 8px;
	margin-bottom: 0;
}
.gp-tier-save {
	font-size: 0.85rem;
	font-weight: 500;
	opacity: 0.92;
}
.plan-tall .gp-tier-save {
	color: rgba(255, 255, 255, 0.9);
}
.gp-tier-tagline {
	font-size: 0.9rem;
	line-height: 1.45;
	margin: 12px 0 0;
	color: #555;
}
.plan-tall .gp-tier-tagline {
	color: rgba(255, 255, 255, 0.92);
}
.gp-pricing-tiers .plan-features {
	list-style: none;
	padding: 0 24px 20px;
	margin: 0;
}
.gp-pricing-tiers .plan-features li {
	padding: 6px 0;
	line-height: 1.45;
}
.gp-pricing-tiers .plan-features li:first-child {
	padding-top: 1.35rem;
}
.gp-pricing-tiers .plan-features .mdi {
	margin-right: 6px;
}
.gp-pricing-tiers .plan-features .text-muted {
	color: #888 !important;
}