/* ==========================================================================
   SALES PAGES CSS — Bootstrap 5.3.3 Compatible
   ========================================================================== */

:root {
	--bs-border-radius-lg: 10px;
}

/* ==========================================================================
   HERO HEADER
   ========================================================================== */
.banner {
	height: 450px;
}

i.fa-green {
	color: var(--green-primary);
}

p.mb-3 {
	font-size: 15px !important;
}

ul.mb-0 {
	font-size: 15px !important;
}

/* ==========================================================================
   CUSTOM GUTTERS
   ========================================================================== */
.g-4, .gy-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4, .gx-4 {
	--bs-gutter-x: 1.5rem;
}

/* ==========================================================================
   CUSTOM BACKGROUNDS
   ========================================================================== */
.bg-light-green {
	background-color: var(--green-light);
}

/* ==========================================================================
   HERO HEADER
   ========================================================================== */
.hero-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 460px;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/sell/_images/overview_files/sales-bg-1.jpg');
	padding: 2rem 1rem;
	width: 100%;
}

.hero-header p {
	color: var(--green-primary);
}

/* ==========================================================================
   IMAGES
   ========================================================================== */
.img-700 {
	max-width: 700px;
}

.img-devices {
	max-height: 440px;
	width: auto;
}

.main-image {
	display: block;
	max-width: none !important;
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-top: -50px;
	margin-bottom: var(--spacer-4);
	height: auto;
}

/* ==========================================================================
   BACKGROUND IMAGES
   ========================================================================== */
.feature {
	background-image: url('/sell/_images/overview_files/sales-bg-2.jpg') !important;
}

.testimonial {
	background-image: url('/sell/_images/overview_files/sales-bg-3.jpg') !important;
}

.testimonial-logo {
	border-radius: 50px;
}

/* ==========================================================================
   VERTICAL CENTER (BS5 flexbox approach)
   ========================================================================== */
.vcenter-md {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* ==========================================================================
   CAROUSEL — Industry Cards
   ========================================================================== */
.carousel-card {
	position: relative;
	overflow: hidden;
	border-radius: var(--bs-border-radius-lg);
}

.carousel-card img {
	width: 100%;
	height: auto;
	display: block;
}

.carousel-card .card-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-top: 0;
	padding: 1rem;
}

.carousel-card .carousel-caption {
	position: static;
	padding: 0;
	color: var(--white);
	text-shadow: 1px 1px 4px var(--black-75);
	font-size: 1.4rem;
}

/* ==========================================================================
   TESTIMONIALS CAROUSEL
   ========================================================================== */
#testimonialsCarousel {
	min-height: 130px;
}

.carousel-nav-icon {
	width: 30px;
	height: 30px;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.reviews {
	display: block;
	height: 200px;
}

/* ==========================================================================
   MISC TEXT / LAYOUT
   ========================================================================== */
.banner-text {
	/* reserved for future use */
}

.hr-ticketscene {
	height: 3px;
	background-color: var(--green-primary);
	border: 0;
}

.camping-h5 {
	color: var(--white);
}

.mx-5-5 {
	margin: 0 calc(var(--spacer-3) * 4) !important;
}

/* ==========================================================================
   CARDS
   ========================================================================== */
.card-body > ul {
	margin-left: 0px;
	padding-left: 15px;
}

.text-white {
	color: var(--white) !important;
}

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn-green {
	background-color: var(--green-primary);
	color: var(--white);
}

.btn-green:hover {
	background-color: var(--green-lighter);
	color: var(--green-primary);
}

.btn-center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: fit-content;
}

/* ==========================================================================
   STEP NUMBERS
   ========================================================================== */
.step-number {
	display: inline-block;
	background: var(--green-primary);
	color: var(--white);
	border-radius: 50%;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
	margin-right: 8px;
}

/* ==========================================================================
   PARTNER LOGOS
   ========================================================================== */
.partner-logos img.partner-logo {
	max-width: 120px;
	margin: 10px auto;
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-logo-rounded {
	border-radius: 150px;
}

/* ==========================================================================
   RESPONSIVE — MOBILE FIRST
   ========================================================================== */
@media screen and (min-width: 300px) {
	.reviews {
		display: block;
		height: 390px;
	}
	.hero-header {
		padding-top: 10px;
		text-align: center;
	}
}

@media screen and (min-width: 600px) {
	.ready-sign-up {
		margin-top: 0px;
	}
	.reviews {
		display: block;
		height: 200px;
	}
}

@media (max-width: 767px) {
	.banner-text {
		margin: 0 auto;
	}
	.img-devices {
		max-height: 520px;
		width: auto;
	}
}

@media (min-width: 618px) and (max-width: 992px) {
	.img-devices {
		max-height: 560px;
		width: auto;
	}
	.carousel-img {
		max-width: 100% !important;
	}
}

@media screen and (min-width: 992px) {
	.img-devices {
		max-height: 450px;
		width: auto;
	}
	.banner-text {
		margin: 0 auto;
	}
	.hero-header {
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media (min-width: 1200px) {
	.img-devices {
		max-height: 500px;
		width: auto;
	}
}

/* ==========================================================================
   SECTION HEADING LINKS — No underline on feature headings
   ========================================================================== */
.page-container h2 a {
	text-decoration: none;
	color: inherit;
}

.page-container h2 a:hover {
	text-decoration: underline; 
}
