/*
Theme Name: JustPark
Theme URI: https://nomad-developer.co.uk/
Author: Costin Botez
Author URI: https://nomad-developer.co.uk/
Description: Bespoke WordPress theme for JustPark.
Version: 1.0.5
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: justpark
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Just Park is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 3em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.875em;
}

h3 {
	font-size: 1.25em;
	font-weight: 700;
    margin-bottom: 1.5rem;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:hover,
a:active {
	outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
/*	width: 100%;*/
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
/*	width: 200px;*/
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
/*	margin: 1.5em 0 0;*/
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.c-white {
	color: #fff;
}

.c-green {
	color: #23A437;
    font-weight: 700;
}

.c-black {
	color: #000;
}

.c-blue {
	color: #60B5FF;
}

.btn-primary {
	background: #23A437;
    border-radius: 30px;
    font-weight: bold;
    padding: 10px 25px;
    border-color: #23A437;
    letter-spacing: 0.5px;
}

.pill {
    color: #60B5FF;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

header#masthead {
/*    background: linear-gradient(180deg, #112231 0%, #2F404E 100%);*/
	background: #112231;
}

div#mega-menu-wrap-menu-1 {
	background: transparent;
    text-align: right;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
	display: inline-flex;
}

ul.mega-sub-menu {
	color: #000;
}

.mega-sub-menu {
    box-shadow: 0px 13px 4.9px 0px #00000040;
    border-radius: 12px !important;
    background: #fff;
    color: #000;
}

h4.justpark-mega-menu-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
/*    padding-left: 8px;*/
}

.justpark-mega-menu-item a {
	color: #000;
}

.justpark-mega-menu-item a > div:first-child {
    padding-right: 10px;
    flex-shrink: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover {
    background: #F2F2F2;
    border-radius: 10px;
}

h4.justpark-mega-menu-title a {
    color: #000;
}

.justpark-mega-menu-item p {
    font-style: normal;
    font-size: 10px;
    padding-top: 5px;
}

div#wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-btn > a.mega-menu-link {
    color: #23A437 !important;
    background: #fff !important;
    border-radius: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 0 15px !important;
}

/* Hero Container */
.hero-container {
/*    background: linear-gradient(180deg, #112231 0%, #2F404E 100%);*/
	background: #2f404e;
}

.hero-container .inner-content {
	padding-top: 80px;
    padding-bottom: 110px;
}

.hero-above-title {
	font-size: 20px;
    margin-bottom: 0;
}

.hero-image img {
    width: 100%;
}

.hero-container .col-md-5 {
    padding-right: 0;
}

.hero-container .perks {
	margin-top: 30px;
	color: #fff;
}

.hero-container .perks span {
	font-size: 14px;
}
.hero-container .perks span:not(:last-child) {
    margin-right: 9px;
}

.btn.btn-primary {
    color: #fff;
}

.btn.btn-primary:hover,
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-btn > a.mega-menu-link:hover {
    background: #fff;
    color: #000 !important;
    border-color: #000;
}

/*Benefits Component*/
.benefits-container .inner-content {
    padding-top: 80px;
    padding-bottom: 60px;
}

.numbers-container + .benefits-container .inner-content {
    padding-top: 200px;
}


.numbers-container + .benefits-container .inner-content p {
    margin-bottom: 10px;
}

.benefit-image img {
    width: 100%;
    background: #112231;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.benefits-title {
    margin-bottom: 50px;
    font-weight: 600;
}

.benefit-copy {
    background: #112231;
    color: #fff;
    padding: 14px 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 50px;
}

.benefit-copy .inner-copy img {
    width: auto !important;
}

.benefit-copy:not(.eventpass) .inner-copy {
    position: relative;
}

.benefit-copy:not(.eventpass) span.icon {
    background: #23A437;
    width: 75px;
    height: 67px;
    display: block;
    margin-bottom: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -80px;
}

.benefit-copy p:first-of-type {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
    min-height: 90px;
}

.benefit-copy.eventpass {
    margin-bottom: 50px;
}

.benefit.col-md-4 > a:hover {
    text-decoration: none;
    transform: scale(1.5);
}

.benefits .benefit.col-md-4:nth-last-of-type(-n+3) .benefit-copy {
    margin-bottom: 0;
}

.benefit-copy.eventpass .icon + p {
	min-height: auto;
    font-weight: 600;
    font-size: 26px;
	margin-left: 10px;
}

.benefit-copy.eventpass .inner-copy > div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.benefit-copy p:last-of-type {
	font-size: 18px;
	min-height: 120px;
}

.benefit-copy.eventpass div + p:last-of-type {
    min-height: auto;
    font-weight: 400;
}

/*Industries Container*/

.industries-container .inner-content {
	padding-top: 80px;
    padding-bottom: 80px;
}

.industries-container .inner-content p {
	margin-bottom: 10px;
}

/*Testimonials Container*/

.testimonials-container .inner-content {
	padding-top: 80px;
	padding-bottom: 40px;
}

.testimonials-container .inner-content p {
	margin-bottom: 25px;
}

.testimonials-title.c-white {
    margin-bottom: 40px;
    padding-top: 10px;
    font-weight: 600;
}

.testimonials-container .image img {
	width: 100%;
    border-radius: 10px;
}

.testimonials-container .brands {
    margin-top: 20px;
}

.testimonials-container .brand-wrapper-image {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (min-width: 1200px) {
	.testimonials-container .brands .col-md {
	    padding: 7px;
	}
}

@media (max-width: 760px) {
	.brands .col-4:nth-child(-n+3) {
	    margin-bottom: 20px;
	}
}

.testimonials-container .quote {
    color: #fff;
    background: #2E3946;
    padding: 30px 40px;
    border-radius: 10px;
}

.testimonials-container .quote > p {
    font-size: 20px;
}

.testimonials-container .quote-icon {
	margin-bottom: 35px;
}

.testimonials-container .quote-person {
    display: flex;
    align-items: center;
}

.testimonials-container .quote-person > div:first-child {
    margin-right: 12px;
    flex-shrink: 0;
}

.testimonials-container .quote-person span {
    color: #23A437;
    font-size: 16px;
}

.testimonials-container .quote-person p {
	font-size: 16px;
	margin-bottom: 0;
}

/*Case studies Container*/

.case_studies-container .inner-content {
	padding-top: 80px;
    padding-bottom: 80px;
}

.case_studies-title {
    margin-bottom: 50px;
    font-weight: 600;
}

.case_study.col-md-4 .inner {
    border: 1px solid #B0B0B0;
    border-radius: 20px;
}

.case_study-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.case_study-copy {
    padding: 25px 25px 35px 25px;
}

.case_study-copy h3 {
    font-size: 30px;
}

.case_study-copy p {
    font-size: 14px;
}

a.case_study-link {
    color: #23A437;
    font-weight: 700;
}

a.case_study-link span {
    background: #000;
    border-radius: 50%;
    padding: 2px;
    display: none;
}

/*Integrations Container*/

.integrations-container .inner-content {
	padding-top: 80px;
	padding-bottom: 80px;
}

.integrations-container .inner-content > p{
    margin-bottom: 10px;
}

.integrations-title {
    margin-bottom: 35px;
    font-weight: 600;
    font-weight: 600;
}

.integrations-container .integrations-wrapper-image {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
    border: 1px solid hsla(0, 0%, 9%, .04);
    margin-bottom: 30px;
    padding: 20px 40px;
    box-shadow: 0 2px 8px -2px hsla(0, 0%, 9%, .08), 0 8px 12px -2px hsla(0, 0%, 9%, .16);
}
.integrations-container img {
	height: 100%;
}

.integrations-container a {
    background: #23A437;
    color: #fff;
    border-radius: 30px;
    width: 200px;
    display: block;
    text-align: center;
    padding: 13px 0;
    font-weight: bold;
    margin-top: 20px;
}

/*Contact Form Container*/

.contact_form-container .inner-content {
    padding-top: 160px;
    padding-bottom: 60px;
}

.contact_form-container p.above-title {
    color: #60B5FF;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact_form-container h2.contact_form-title {
    max-width: 375px;
    font-size: 40px;
    font-weight: 600;
}

.contact_form-container .below-title {
    font-size: 20px;
    max-width: 392px;
}

.contact_form-container .gform_description {
    display: none;
}

.contact_form-container form {
    background: #fff;
    border-radius: 22px;
    padding: 30px 40px;
}

.contact_form-container h2 p {
    margin-bottom: 20px;
    max-width: 375px;
}

.justpark-mega-menu-item a{
    display: flex;
/*    align-items: center;*/
}

ul#pills-tab {
	margin: 40px 0 50px 0 !important;
}

.nav-pills .nav-link {
	background: #112231;
	color: #fff;
    border-radius: 37px;
    font-size: 16px;
    font-weight: 700;
    width: 200px;
    height: 60px;
    width: 280px;
    margin-bottom: 25px;
}

.nav-pills .nav-item:not(:last-child) {
    margin-right: 40px;
}

.nav-pills .nav-link.active {
    background: #fff;
    color: #000;
    border-color: #23A437;
    outline: none;
}

/*Checklist Container*/
.checklist-container {
	position: relative;
}
.checklist-container .inner-content {
	padding-top: 80px;
	margin-bottom: 80px;
    z-index: 1;
    position: relative;
}

.checklist-container .checklist {
    box-shadow: 10px 10px 14.1px 0px #00000008;
    border-radius: 20px;
    background: #fff;
    padding: 17px 17px 1px 17px;
}

.checklist-container .checklist .listitem {
	background: #fff;
    border: 1px solid #60B5FF;
    border-radius: 60px;
    padding: 10px 20px;
    margin-bottom: 27px;
}

.checklist-container .checklist .listitem img {
	margin-right: 30px;
}
.checklist-container .checklist-image {
    align-items: end;
    display: flex;
}

.checklist-container .checklist-image img {
	width: 100%;
}

.checklist-container .blue-bg {
    background: #112231;
    height: 392px;
    border-radius: 20px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 56%;
}

footer#colophon {
    background: #112231;
    padding-top: 80px;
    padding-bottom: 40px;
}

[id*="footer-widget-"] ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

[id*="footer-widget-"] h2,
[id*="footer-widget-"] ul li a {
    color: #fff;
}

.mega-menu-toggle {
    background: transparent !important;
}

a.mega-menu-link + ul.mega-sub-menu {
    margin-top: 20px !important;
}

@media (max-width: 1200px) {
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    	border-radius: 15px;
    }
    #mega-menu-wrap-menu-1 .mega-menu-toggle.mega-menu-open + #mega-menu-menu-1 {
        padding: 90px 15px 24px 15px;
        top: 70px;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu,
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-megamenu > ul.mega-sub-menu {
	    box-shadow: none;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
	    padding-bottom: 10px;
	}
	a.mega-menu-link + ul.mega-sub-menu {
	    margin-top: 0px !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	    font-size: 16px;
        padding-left: 15px !important;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 p {
	    display: none;
	}
	.justpark-mega-menu-item {
		align-items: center;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-btn > a.mega-menu-link {
	    border: 1px solid #23A437;
	    display: inline-block;
	    font-size: 16px;
	}

	button.mega-toggle-animated.mega-toggle-animated-slider[aria-expanded="true"] {
	    position: relative;
	    top: 100px;
	    z-index: 99999999;
	}

	button.mega-toggle-animated.mega-toggle-animated-slider[aria-expanded="true"] span.mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-1 [aria-expanded="true"] .mega-toggle-animated-inner::after, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider[aria-expanded="true"] .mega-toggle-animated-inner::after {
	    background-color: #000 !important;
	}

	body.mega-menu-menu-1-mobile-open #wrapper .main-navigation-btns {
	    display: flex;
	    position: absolute;
	    right: 0;
	}
	#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-menu-btn {
	    position: absolute;
	    top: 30px;
	}
}

@media (max-width: 921px) {

	.integrations-container .integrations-wrapper-image {
		padding: 20px;
	}
	.hero-container .inner-content {
	    padding-top: 20px;
        padding-bottom: 0;
	}

	.hero-container h1 {
    	font-size: 32px;
	}

	.btn-primary {
		font-size: 14px;
	}

	.hero-container .btn.btn-primary {
    	margin-bottom: 20px;
    }

    .hero-container .perks {
    	display: none;
    }

    .hero-image {
 	   margin-top: 30px;
	}

  	.hero-image img {
	   border-top-left-radius: 10px;
 	   border-top-right-radius: 10px;
 	}

 	div#wrapper {
 		padding: 10px;
 	}

 	.benefits-title {
 	    font-size: 24px;
        margin-bottom: 30px;
 	}

 	.benefits.row.owl-carousel,
 	.case_studies.row.owl-carousel {
    	margin: auto;
    }

    .benefit-copy p:first-of-type {
    	font-size: 25px;
    }

    .benefit-copy p:last-of-type {
	    font-size: 18px;
	}

	.benefit.col-md-4 {
	    padding: 0;
	}

	.nav-pills .nav-link {
	    margin-bottom: 20px;
	}

	h2.industries-title {
	    font-size: 24px;
	    font-weight: bold;
	}

	.industries-container div#pills-tabContent .row {
	    flex-direction: column-reverse;
	}

	.industries-container div#pills-tabContent .hero-image {
	    margin-top: 0;
	    margin-bottom: 30px;
	}

	.testimonials-title.c-white {
	    font-weight: bold;
	    margin-bottom: 60px;
	}

	h2.testimonials-title + .row {
	    flex-direction: column-reverse;
	}

	.testimonials-container .quote {
	    max-width: 90%;
    	margin: 0 auto;
        margin-bottom: 30px;
	}

	.testimonials-container .quote-person p,
	.testimonials-container .quote-person span {
		font-size: 20px;
	    font-weight: bold;
	}

	.testimonials-container .quote-person {
	    align-items: flex-start;
    	flex-direction: column;
	}

	h2.testimonials-title + .row .pr-5 {
	    padding-right: 15px !important;
	}

	.testimonials-container .brands {
	    margin-left: auto;
	    margin-right: auto;
	}

	.case_studies-title {
	    font-weight: bold;
	    font-size: 24px;
        margin-bottom: 30px;
	}

	.case_study-copy img {
	    width: 19px !important;
	    display: inline !important;
	}

	.integrations-title,
	.contact_form-title {
	    font-size: 24px;
    	font-weight: bold;
	}

	.checklist-container .checklist {
		box-shadow: none;
	}

	.checklist-container .checklist .listitem img {
	    margin-right: 15px;
	}

	.checklist-container .checklist .listitem {
	    font-size: 14px;
	}

	.mobile-only {
    	display: block;
	}

	.main-navigation-btns.mobile-only {
		display: flex;
		margin-bottom: 20px;
	}

	.mega-toggle-blocks-left,
	.mega-toggle-blocks-center {
    	display: none !important;
	}

	.site-branding {
	    flex-basis: 27%;
	}
	.mobile-cta {
		flex-basis: 57%;
        text-align: center;
	}
	.main-navigation {
		flex-basis: 16%;
	}

	.eventpass-features .col-md-7 {
	    margin-bottom: 30px;
	}

	.eventpass_product-container .eventpass_card {
		position: static !important;
	}

	.eventpass-features.checklist-container .inner-content {
		margin-bottom: 80px !important;
	}
}

@media (max-width: 550px) {
	#wrapper .main-navigation-btns {
    	display: none;
	}

	.contact_form-container form {
	    padding: 20px 15px;
	}
}

/* Custom styling for Owl Carousel dots */
/* Style the dots container */
.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px; /* Space between dots */
    margin-top: 20px;
}

/* Base style for each dot */
.owl-dot {
    width: 40px; /* Length of each segment */
    height: 6px; /* Thickness */
    background: #ddd !important; /* Inactive state */
    border-radius: 3px;
    position: relative;
    transition: background 0.3s ease-in-out;
    outline: none !important;
}

/* Active dot with blue fill */
.owl-dot.active {
    background: #5aa7ff !important; /* Active progress color */
}

/* Remove button styling */
.owl-dot span {
    display: none;
}

.buttons .btn-primary:first-of-type {
    margin-right: 10px;
}

h1.hero.hero-title {
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 490px;
}

p.hero-copy.c-white {
    max-width: 424px;
}


.mobile-cta.mobile-only a {
    color: #23A437 !important;
    background: #fff !important;
}

.wpml-ls-legacy-dropdown a {
    background: transparent;
}

.announcement-bar {
	padding: 14px 0;
	text-align: center;
}
.announcement-bar p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
}

.announcement-bar a {
	color: #fff;
	text-decoration: underline;
}

.announcement-bar + #masthead div#wrapper {
/*    padding-top: 40px;*/
}

#masthead div#wrapper {
    padding-top: 30px;
    padding-bottom: 10px;
}

/*Gravity Forms*/
.gform-theme--framework .field_sublabel_below .gform-field-label--type-sub {
    display: none;
}

.gform-theme--framework input {
    border-radius: 16px !important;
    height: 70px !important;
    border: none !important;
}

.gform-theme--framework input:not([type="submit"]) {
    background: #F0F0F0 !important;
}

.gform-theme--framework select {
	border-radius: 16px !important;
	height: 70px !important;
	padding: 20px 13px !important;
    background: #F0F0F0 !important;
    border: none !important;
}

div#gform_fields_1,
div#gform_fields_2 {
    grid-gap: 20px;
}

/*input#gform_submit_button_1,*/
/*input#gform_submit_button_2,*/
input[id*="gform_submit_button_"] {
    background: #23A437 !important;
    border-radius: 35px !important;
    width: 100% !important;
    height: 50px !important;
}

.main-navigation-btns {
    background: #1C3952;
    border-radius: 26px;
    display: flex;
    width: 280px;
    padding: 7px 10px 7px 30px;
    align-items: center;
    justify-content: space-between;
    display: none;
}


.main-navigation-btns a {
    color: #969696;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.main-navigation-btns a.active {
    background: #fff;
    border-radius: 19px;
    color: #000;
    padding: 7px 16px;
}

.main-navigation-btns img {
    padding-right: 5px;
}

.main-navigation-btns span {
    font-size: 16px;
    font-weight: 600;
}

li.mega-current-menu-item > a.mega-menu-link {
/*    border-radius: 26px !important;*/
}

li.mega-current-menu-item > a.mega-menu-link:hover {
/*    background: #1C3952 !important;*/
}

.mobile-only {
    display: none;
}

/* EventPass Product Component */
.eventpass_product-container {
	color: #fff;
    padding: 30px 0;
    position: relative;
}

.eventpass_product-container .eventpass_card {
    background: #2E3946;
    padding: 48px 43px;
    border-radius: 20px;
    max-width: 530px;
    position: absolute;
    top: -470px;
}

.eventpass_product-container .col-md-6:last-of-type img {
	width: 100%;
}

.eventpass-features.checklist-container .checklist .listitem {
	border: none;
}

.eventpass-features.checklist-container .checklist {
	padding: 17px 17px 1px 0px;
	box-shadow: none;
}

.eventpass-features.checklist-container .checklist .listitem {
    padding: 10px 20px 10px 0;
}

.eventpass-features.checklist-container .checklist .listitem:last-child {
    margin-bottom: 30px;
}

.eventpass-features.checklist-container .checklist-image img {
/*    width: 280px;*/
}

.eventpass-features.checklist-container .checklist .listitem img {
	width: 30px;
}

.eventpass-features.checklist-container .inner-content {
    padding-bottom: 200px;
    padding-top: 60px;
    margin-bottom: 0;
}

.eventpass-features.checklist-container .checklist .listitem {
    margin-bottom: 20px;
    display: flex;
    border: 1px solid #60B5FF;
    align-items: center;
}

.eventpass-features.checklist-container .checklist .listitem.hidden-item {
    display: none;
}

.eventpass-features.checklist-container .checklist .listitem img {
    margin-right: 20px;
    margin-left: 20px;
}

.eventpass-features.checklist-container .checklist {
	background: transparent;
}

.eventpass-features.checklist-container .checklist .listitem span:first-child {
	font-size: 20px;
	flex-shrink: 0;
}

.eventpass-features.checklist-container .checklist-image {
	align-items: start;
}

.hidden-item {
	display: none;
	transition: all 0.3s ease;
}

a.toggle-checklist-btn {
    font-size: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

a.toggle-checklist-btn:hover {
	cursor: pointer;
	color: #4169e1;
}

a.toggle-checklist-btn span:first-child {
	background: url('assets/images/plus.svg');
    border-radius: 50%;
    color: #fff;
    padding: 0px 9px;
    margin-right: 13px;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 24px;
}

a.toggle-checklist-btn span:last-child {
	font-size: 16px;
	color: #60B5FF
}

a.toggle-checklist-btn span.minus {
    background: url('assets/images/minus.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

[id*="footer-widget-"] h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

[id*="footer-widget-"] ul li a {
    font-size: 13px;
    line-height: 24px;
}

.footer-smallprint-link a,
.footer-smallprint-link span {
    font-size: 11px;
    padding-right: 20px;
    color: #fff;
}

.footer-smallprint-link a:last-child {
	padding-right: 0;
}

p.copyright-text {
    color: #9E9E9E;
    font-size: 11px;
}

.social-icons {
	display: flex;
  	gap: 20px;
}

.social-icons .icon {
  	width: 20px;
  	height: 20px;
  	background-color: white;
  	color: #121C2B;
  	border-radius: 50%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-size: 14px;
  	transition: transform 0.2s ease;
  	text-decoration: none;
  	margin-right: 80px;
}

.social-icons .icon:hover {
  	transform: scale(1.1);
  	text-decoration: none;
}

.social-icons .icon:last-of-type {
	margin-right: 0px;
}

/*Counters Component*/

.numbers-container {
    position: relative;
}

.numbers-container > div {
    position: absolute;
    top: -50px;
    left: 15px;
    right: 15px;
}

.numbers-container .numbers {
    gap: 40px;
}

.numbers-container .numbers > div {
    background: #F5F5F5;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 4px 4px 4px 0px #0000000F;
}

.numbers-container .numbers > div span.counter {
    font-size: 40px;
	font-weight: 600;
    color: #60B5FF;
}

.row.numbers > div p {
	margin-bottom: 0;
	font-size: 16px;
}

@media (max-width: 1200px) {

	.numbers-container .numbers > div {
    	padding: 20px;
	}
	.numbers-container .numbers > div span.counter {
		font-size: 25px;
	}
	.numbers-container .numbers {
		gap: 30px;
	}

	.benefit.col-md-4 {
	    max-width: 100%;
	}
    .testimonials-container .quote {
        max-width: 95%;
    }
}

@media (max-width: 767.98px) {
	.numbers-container .numbers {
    	gap: 13px;
        margin: 0 auto;
  	}

  	.numbers-container > div {
  		position: static;
        margin-top: 30px;
        margin-bottom: 10px;
  	}

  	.numbers-container > div .col-6 {
  	    flex: 0 0 calc(50% - 6.5px);
    	max-width: calc(50% - 6.5px);
    	padding: 20px;
    }

  	body.home .benefits-container {
	    padding-top: initial;
	}

	.numbers-container .numbers > div span.counter {
    	font-size: 32px;
    }

    #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type {
	    margin-left: 0px;
    }

    .numbers-container + .benefits-container .inner-content {
	    padding-top: 80px;
	}
}

/*Text & Image Component*/
.text_image-container {
	padding-top: 120px;
	padding-bottom: 80px;
}

.numbers-container + .text_image-container {
	margin-top: 190px;
}

.text_image-container h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.text_image-container p {
	font-size: 20px;
}

@media (max-width: 767.98px) {
	.numbers-container + .text_image-container {
	    margin-top: 30px;
	}

	.text_image-container {
	    padding-top: 60px;
	    padding-bottom: 40px;
	}
	.text_image-container img {
	    margin-bottom: 30px;
	}
}

div#footer-widget-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#footer-widget-1 .btn-primary {
	color: #23A437;
    background: #fff;
}

div#footer-widget-8 {
    text-align: right;
}

div#footer-widget-8 .wpml-ls-legacy-dropdown {
	margin-left: auto;
    width: 80px;
}

div#footer-widget-8 section:nth-child(2) {
    max-width: 210px;
    margin-left: auto;
    margin-bottom: 0;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item:last-of-type {
    margin-left: 30px;
}

@media (max-width: 767.98px) {
	.social-icons .icon {
	    margin-right: 0;
	}
	div#footer-widget-8 {
		text-align: left;
	}

	div#footer-widget-8 .wpml-ls-legacy-dropdown,
	div#footer-widget-8 section:nth-child(2) {
		margin-left: 0;
	}
}

body.archive main#primary {
    margin-top: 50px;
}

body.blog article,
body.archive article {
    position: relative;
/*    padding-bottom: 85px;*/
}
body.blog article .post-thumbnail img,
body.archive article .post-thumbnail img  {
    border-radius: 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

body.blog article header.entry-header,
body.archive article header.entry-header {
    background: #112231;
    color: #fff;
    border-radius: 0;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
    padding: 50px 20px 20px;
/*    position: absolute;*/
    top: 150px;
    left: 0;
    right: 0;
}

body.blog article header.entry-header a,
body.blog article header.entry-header a:visited,
body.blog article header.entry-header a:hover,
body.archive article header.entry-header a,
body.archive article header.entry-header a:visited,
body.archive article header.entry-header a:hover {
	color: #fff;
}

body.blog article h2,
body.archive article h2 {
    font-size: 18px;
}

body.blog article p,
body.archive article p {
	font-size: 14px;
}

.logos-container .inner-content {
    padding-bottom: 100px;
    padding-top: 100px;
}

.logos-container .inner-content h2 {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}

section.error-404.not-found {
    padding: 100px 0;
}

.error-404 h1 {
	font-size: 32px;
	font-weight: 600;
}

.error-404 p {
    font-size: 24px;
    color: #60B5FF;
    font-weight: 700;
}

.filters.row .col-md-6 {
	display: flex;
	flex-direction: column;
}

.filters.row .col-md-6 label {
	font-size: 30px;
    font-weight: 600;
}

.custom-select-wrapper {
	position: relative;
}

select#filter-integration-type,
select#filter-industry-type {
    background: #FCFCFC;
    height: 79px;
    padding: 0 0 0 30px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    appearance: none;
    width: 100%;
    outline: none;
}

.custom-select-wrapper::after {
  content: "▼";
  font-size: 14px;
  color: #000;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  pointer-events: none;
}

@media (max-width: 700px) {
	.error-404 h1 { font-size: 28px; }
	.error-404 p { font-size: 20px; }
}
/* Blog Single */
body.single header.entry-header {
    background: #112231;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
}

body.single .inner-header.container {
    padding-bottom: 500px;
    padding-top: 50px;
}

body.single .inner-header.container a,
body.single .inner-header.container a:visited,
body.single .inner-header.container a:hover {
	color: #fff;
}

body.single .inner-header.container a[rel*="category"] {
    font-size: 24px;
    font-weight: 600;
    color: #60B5FF;
}

body.single .inner-header.container h1 {
	font-size: 64px;
}

body.single .entry-content.container {
    position: relative;
    padding-top: 480px;
    z-index: 1;
}

body.single .entry-content.container .post-thumbnail {
    padding-bottom: 50px;
}

body.single .entry-content.container .post-thumbnail img {
    border-radius: 20px;
}

body.single figure.wp-block-image img {
    border-radius: 20px;
}

@media (max-width: 1000px) {
	body.single .inner-header.container {
	    padding-bottom: 350px;
	}

	body.single .entry-content.container {
        padding-top: 300px;
	}

	body.single .entry-content.container .post-thumbnail {
    	padding-bottom: 50px;
	}

	body.single .inner-header.container h1 {
	    font-size: 32px;
	}

	body.single .inner-header.container a[rel*="category"] {
		font-size: 20px;
	}
}

@media (max-width: 770px) {
	body.single .inner-header.container {
	    padding-bottom: 250px;
	}

	body.single .entry-content.container {
/*	    top: -210px;*/
	}
}

@media (max-width: 570px) {
	body.blog article header.entry-header {
		border-radius: 0;
		border-bottom-left-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	body.blog article .post-thumbnail img {
		border-radius: 0;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
	}

	body.blog article header.entry-header {
		position: static;
	}

	body.blog article {
		padding-bottom: 0;
	}
}

@media (max-width: 500px) {
	body.single .entry-content.container {
        padding-top: 351px;
    }
}

@media (max-width: 460px) {
	body.single .inner-header.container {
	    padding-bottom: 200px;
	}

	body.single .entry-content.container {
/*	    top: -170px;*/
	}
}

@media (max-width: 420px) {
	body.single .inner-header.container h1 {
	    font-size: 28px;
	}

	body.single .inner-header.container a[rel*="category"] {
		font-size: 18px;
	}
}

@media (max-width: 330px) {
	body.single .entry-content.container {
        padding-top: 415px;
    }
}

.benefit-copy.card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 40px;
    padding-top: 27px;
    padding-left: 20px;
    padding-right: 20px;
}

.benefits-container.contact-us .pill {
    font-size: 24px;
    text-transform: none;
}

.benefit-copy.card p:last-of-type {
    font-size: 20px;
}

.benefit-copy.card p:first-of-type,
.benefit-copy.card p:last-of-type {
    height: auto !important;
    min-height: auto;
}

.benefit-copy.card a {
    font-size: 24px;
    font-weight: 700;
}

.benefit-copy.card a:visited,
.benefit-copy.card a:focus,
.benefit-copy.card a:hover,
.benefit-copy.card a {
	color: #60B5FF;
	text-decoration: none;
}

div#gform_1_validation_container,
div#gform_2_validation_container {
    display: none;
}

/* Placeholder color */
body .gform_wrapper select,
body .gform_wrapper ::placeholder {
  color: #767676 !important;
  opacity: 1; /* Ensure it's fully visible */
}

/* For cross-browser compatibility */
body .gform_wrapper :-ms-input-placeholder {
  color: #767676 !important;
}

body .gform_wrapper ::-ms-input-placeholder {
  color: #767676 !important;
}

.integrations-container.core .core-copy {
    max-width: 800px;
    font-size: 20px;
}

.code-container .inner-content {
	padding: 80px 0;

}

section.featured-hero {
    background: #F5F5F5;
    padding: 50px 40px 30px 60px;
   	margin: 70px 0;
}

section.featured-hero a {
	color: #000 !important;
	text-decoration: none;
}

#load-more-wrapper {
	padding-bottom: 160px;
}
#load-more {
	font-size: 32px;
	font-weight: 600;
}

#load-more:hover {
	cursor: pointer;
	text-decoration: none;
}

@media (max-width: 1200px) {
    .benefits.contact-us .benefit.col-md-4 {
        max-width: 90%;
    }
}
@media (max-width: 770px) {
	.benefit-copy.card {
	    margin-bottom: 20px !important;
	}
}

div#industries {
	margin-top: 50px;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
}

div#industries .owl-stage-outer {
    border-radius: 15px;
    background: #F5F5F5;
}

div#industries .owl-stage-outer .owl-item {
    padding: 80px 40px;
}

.industries-container .inner-content h2.industries-title {
    font-weight: 600;
}

div#industries h3 {
    font-size: 36px;
    font-weight: 700;
}

#reach-product.eventpass_product-container .col-md-6:last-of-type {
    text-align: center;
    position: relative;
    top: 32px;
}

#reach-product.eventpass_product-container .col-md-6 img {
	width: auto;
}

.otgs-development-site-front-end {
    display: none;
}

[id*="footer-widget-"] ul li {
    padding-bottom: 10px;
}

@media (min-width: 1000px) {
	.eventpass_hover_scale {
	    transition: transform 0.3s ease;
	}

	.eventpass_hover_scale:hover {
	    transform: scale(1.1);
	}
	div#footer-widget-1 {
	    margin-bottom: 100px;
	}
}

body.blog .filter-btn {
	margin: 0 5px;
	padding: 10px 20px;
	border-radius: 999px;
	background: #112231;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	font-weight: 700;
    margin-bottom: 15px;
}

body.blog .filter-btn.active,
body.blog .filter-btn:hover {
	background: #60a5fa !important;
	color: white !important;
	outline: none !important;
}

@media (max-width: 767px) {
	body.blog .filter-btn {
	    padding: 15px 20px;
	}
}


#industries .owl-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    left: -90px;
    right: -100px;
    transform: translateY(-50%);
    padding: 0 15px;
}

#industries .owl-nav button {
    outline: none;
}

@media (max-width: 1200px) {
	#industries .owl-nav {
		display: none;
	}

	#industries .col-md-3,
	#industries .col-md-6 {
	    width: 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	#industries .col-md-3 {
		margin-bottom: 30px;
	}

	#industries .offset-md-2 {
        margin-left: 0;
	}

	.testimonials-container .col-md-6 {
	    width: 100%;
	    max-width: 100%;
	    flex: 0 0 100%;
	}
}

@media (min-width: 600px) and (max-width: 1200px) {
	h2.testimonials-title + .row .pr-5 {
        padding-right: 0 !important;
        padding-bottom: 3rem;
        padding-left: 0;
    }
}

.justpark-mega-menu-item img {
    width: 30px;
}

@media (max-width: 550px) {
	section.featured-hero {
		padding: 20px 20px 30px 20px;
	    margin: 20px 0;
	}

	section.featured-hero .hero-image {
        margin-top: 0px;
    }
	.featured-hero .hero-content h1 {
   		word-wrap: break-word;
        hyphens: auto;
        font-size: clamp(2rem, 5vw, 2rem);
   	}
   	#masthead div#wrapper {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}

	body.blog .filter-btn {
    	margin: 10px 20px;
    }
}