/**
Theme Name: Hive KPO
Author: Murphy Collective
Author URI: https://murphycollective.co/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hive-kpo
Template: astra
*/

.color-secondary {
	color: var(--ast-global-color-1) !important;
}

.site-primary-header-wrap {
	padding: 0;
}
.site-header .site-branding {
	padding: 0;
}
.overflow-hidden {
	overflow: hidden;
}
.ast-mobile-header-content  {
	padding: 2.5rem 1.65rem 1.6rem;
	border-radius: 1.5rem;
}
.ast-mobile-header-content .btn--primary  {
	width: 100%;
}
.ast-primary-header .btn--primary.elementor-button {
	line-height: 0;
}
@media only screen and (min-width:922px) {
	.ast-primary-header .btn--primary.elementor-button {
		font-size: 15px;
	}
}
.ast-builder-menu-1 .main-header-menu > .menu-item > .sub-menu, .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
    margin-top: 8px;
		max-width: 257px;
    border-radius: 13px;
}
.submenu-with-border .sub-menu .menu-link:hover {
	text-decoration:underline;
}
.footer-social-inner-wrap a {
	border: 1.5px solid rgba(5, 89, 78, 0.10)
}

a.elementor-button .elementor-button-text, a.elementor-button .elementor-button-icon {
	display: flex;
	align-items: center;
}
a.elementor-button .elementor-button-icon svg {
	transition: all 0.3s;
}
a.elementor-button:hover .elementor-button-icon svg {
	transform: rotate(180deg);
}
.btn--primary .elementor-button, .btn--primary.elementor-button, input[type=submit].primary {
	padding: 0.6rem 0.8rem;
	border-radius: 2.2rem;
	border: 2px solid var(--ast-global-color-0);
	background-color: var(--ast-global-color-0);
	color: var(--ast-global-color-4);
	fill: var(--ast-global-color-4);
}
.btn--primary .elementor-button-content-wrapper {
	display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 5px;
} 
.btn--primary .elementor-button:hover, .btn--primary.elementor-button:hover {
	border-color: rgba(255, 255, 255, .5) !important;
}
.btn--primary .elementor-button-icon {
	margin-right: 7px;
}
.btn--secondary .elementor-button-icon:hover {
	text-decoration: underline;
}
.btn--secondary .elementor-button-icon {
	margin-left: 18px;
}
.btn--hexagon .elementor-button-content-wrapper {
	align-items: center;
}
.btn--hexagon .elementor-button-icon svg {
	width: 100%;
	max-width: 125px;
	transform: none !important;
}
.btn--hexagon .elementor-button-text {
	max-width: 98px;
	justify-content: center;
}
@media only screen and (min-width:1025px) {
	.btn--hexagon .elementor-button-icon svg {
		max-width: 175px;
	}
}
@media only screen and (min-width:1700px) {
	.bg-ellipse img {
 		height: 35.5;
	}
}

.mt-auto {
	margin-top: auto !important;
}
.mb-0 h3 {
	margin-bottom: 0;
}
.color-primary {
	color: var(--ast-global-color-0);
}
@media only screen and (max-width:768px) {
		.horizontal-scroll {
			overflow-x: scroll;
			-webkit-overflow-scrolling: touch;
	}
}
.flip-card .elementor-flip-box__layer__title {
    margin-bottom: 16px !important;
}
.flip-card .elementor-flip-box__layer__description {
	margin-bottom: 0;
}
.flip-card .elementor-flip-box {
	min-height: 221px;
}

/** FAQ Accordion **/
.faq-accordion .h6 {
	margin-right: 1.7rem;
}
.faq-accordion .e-n-tab-icon {
	border: 1px solid var(--ast-global-color-4);
	padding: 9px;
	margin-left: auto;
	border-radius: 1.6rem;
}
.faq-accordion .e-n-tab-title[aria-selected="true"] .e-n-tab-icon, .faq-accordion .e-n-tab-title[aria-selected="false"]:hover .e-n-tab-icon {
	background: var(--ast-global-color-1);
	border-color: var(--ast-global-color-1);
}
.faq-accordion .e-n-tabs {
	align-items:center;
}
.faq-accordion .e-n-tabs-heading {
	max-height: 477px;
	overflow-y: scroll;
	justify-content: flex-start;
}
.faq-accordion .e-n-tab-title .e-n-tab-icon {
  display: flex;
  position: relative;
  width: 38px;
  height: 38px;
  overflow: hidden;
}
.faq-accordion .e-n-tab-title .e-n-tab-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  transition: transform;
}
.faq-accordion .e-n-tab-title:hover .e-n-tab-icon svg  {
  animation: flyRight .5s;
}
@media only screen and (min-width:1024px) {
	.faq-accordion .e-n-tabs-content {
 		margin-left: -5%;
    z-index: -1;
	}
}
@media only screen and (max-width: 1024px) {
	.faq-accordion .e-n-tab-title {
		width: 100% !important;
	}
	.faq-accordion .e-n-tab-icon {
		transform: rotate(90deg);
	}
	.faq-accordion .e-n-tab-title[aria-selected="true"] .e-n-tab-icon {
		transform: rotate(-0.25turn);
	}
}
@media only screen and (max-width:768px) {
	.faq-accordion .h6 {
		margin-right: 1rem;
	}
}
.role-accordion .e-n-tabs-heading {
	max-height: 336px;
	overflow-y: scroll;
	justify-content: flex-start;
}

@keyframes flyRight {
  0%   { transform: translate(-50%, -50%); }
  50%   { transform: translate(100%, -50%); }
  51%   { transform: translate(-200%, -50%); }
  100%   { transform: translate(-50%, -50%); }
}

/* Initially hide all gallery images except the first one */
.map-gallery .gallery-item {
    display: none;
    opacity: 0;
    transition: opacity 0.3s;
}
.map-gallery .gallery-item.active {
    display: block;
    opacity: 1;
}
.cta-newsletter form {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}
.cta-newsletter fieldset {
	width: 80%;
	max-width: unset !important;
	display: flex;
	gap: 0.8rem;
}
.cta-newsletter .hs_submit .actions {
	height: 100%;
}
.cta-newsletter .hs_submit input[type=submit] {
	height: 100%;
	background-color: var(--ast-global-color-0);
	color: var(--ast-global-color-4);
	width: 100%;
}

.cta-newsletter .hs-error-msg {
	color: var(--ast-global-color-4);
}

.cta-newsletter form fieldset.form-columns-2 .input {
	margin-right: 0;
}

input[type="text"], input[type="email"] {
	border-radius: 2.85rem;
}
.footer-newsletter form {
	display:flex;
	flex-direction:column;
	gap: 0.8rem;
}
.footer-newsletter .hs_submit input[type=submit] {
	margin-top: 4px;
	width: 100%;
	min-height: 42px;
}

@media only screen and (max-width: 1024px) {
	.cta-newsletter fieldset {
  	width: 71%;
	}
}

@media only screen and (max-width:767px) {
	.cta-newsletter form {
  	flex-direction: column;
	}
	.cta-newsletter fieldset {
  	width: 100%;
  	flex-direction: column;
	}

	.cta-newsletter .hs_submit input[type=submit] {
		padding: 1rem;
		width: 100%;
	}

	.cta-newsletter fieldset {
		max-width: 100%;
	}
}
.hs_error_rollup {
	display: none !important;
}
input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type=reset], input[type=tel], input[type=date], select {
	height: 2.2rem;
}

.tooltip-left .e-hotspot__tooltip {
	right: 5% !important;
}

.popup-packages {
	max-height: 51vh;
}

.popup-packages .elementor-widget-heading {
	display:flex;
}

.popup-packages .elementor-widget-heading h5, .popup-differences .elementor-widget-heading h6 {
	width: 100%;
	align-self: center;
}

.popup-packages .elementor-widget-heading h6, .popup-differences .elementor-widget-heading h6 {
	font-size: 0.8rem;
}

.popup-packages .elementor-widget-image {
	display:flex;
	justify-content:center;
	align-items: center;
}
.popup-addons {
	max-height: 10vh;
}

.mb-0 {
	margin-bottom: 0 !important;
}
.list-vertical ul {
	columns: 1;
	display: block !important;
	column-gap: 16px;
}

@media screen and (min-width: 768px) {
	.list-vertical ul {
		columns: 2;
		column-gap: 10px;
	}
}
.list-vertical ul li {
	margin-bottom: 10px !important;
}
.color-accent {
	color: #F26A66;
}

.ast-mobile-header-content .ast-builder-button-wrap {
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 1025px) {
	.heading-content {
		background-color: var(--ast-global-color-5);
	}
	.animated-heading .elementor-headline-plain-text, .sub-heading p {
		color: var(--ast-global-color-4) !important;
	}
	.animated-heading .elementor-headline-dynamic-text, .sub-heading p strong {
		color: var(--ast-global-color-1) !important;
	}
	.sub-heading {
		border-color: var(--ast-global-color-1) !important;
	}
	
	.banner-video {
		position: static !important;
	}
}
@media screen and (min-width: 768px) {
	.hive-keys {
		max-height: 422px;
		scrollbar-width: thin;
		scrollbar-color: var(--ast-global-color-7) var(--ast-global-color-5);
	}
}

.solution-tabs .e-n-tabs-heading:not(.solution-process .e-n-tabs-heading) {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--content-width);
    padding-left: 5%;
    padding-right: 5%;
	width: 100%;
}