/* ************************************************ Theme styles ************************************************ */

header.glacier-hide-header>div {
	animation: slideUp 0.4s ease forwards;
}

/* Slide down (show header) */
header:not(.glacier-hide-header)>div {
	animation: slideDown 0.4s ease forwards;
}

header.scroll_up>div {
	background-color: rgb(255 255 255 / 80%) !important;
	backdrop-filter: blur(2px);
}

/* Keyframes */
@keyframes slideUp {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-100%);
	}
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.glacier-container {
	max-width: var(--content-width);
	margin: 0 auto;
}

.glacier-header,
.glacier-footer {
	background: #ffffff;
	border-bottom: 1px solid #e2e8f0;
}

.glacier-footer {
	border-top: 1px solid #e2e8f0;
	border-bottom: 0;
	padding: 24px 0;
}

.glacier-header-inner,
.glacier-branding,
.glacier-menu {
	display: flex;
	align-items: center;
}

.glacier-header-inner {
	justify-content: space-between;
	padding: 20px 0;
	gap: 20px;
}

.glacier-branding,
.glacier-menu {
	gap: 16px;
}

.glacier-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.glacier-navigation-wrap,
.glacier-bootstrap-nav-wrapper {
	position: relative;
}

.glacier-menu .nav-item,
.glacier-bootstrap-nav .nav-item {
	position: relative;
}

.glacier-menu .nav-link,
.glacier-bootstrap-nav .nav-link,
.glacier-bootstrap-nav .dropdown-item {
	display: block;
	padding: 10px 14px;
}

.glacier-menu .dropdown-menu,
.glacier-bootstrap-nav .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 220px;
	margin: 0;
	padding: 8px 0;
	list-style: none;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
	z-index: 20;
}

.glacier-menu .dropdown-menu .dropdown-menu,
.glacier-bootstrap-nav .dropdown-menu .dropdown-menu {
	top: 0;
	left: 100%;
}

.glacier-menu .dropdown-menu.show,
.glacier-bootstrap-nav .dropdown-menu.show {
	display: block;
}

.glacier-elementor-nav--vertical .navbar-nav,
.glacier-elementor-nav--vertical .glacier-bootstrap-nav {
	display: block;
}

.glacier-site-title,
.glacier-site-tagline,
.glacier-eyebrow {
	margin: 0;
}

.glacier-site-title {
	font-size: 1.25rem;
	font-weight: 700;
}

.glacier-site-main {
	padding: 48px 0;
	flex: 1;
}

.glacier-hero,
.glacier-entry-card,
.glacier-feature-box {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 32px;
}

.glacier-hero {
	margin: 0 auto 32px;
}

.glacier-post-list {
	display: grid;
	gap: 20px;
}

.glacier-entry-title,
.glacier-section-title {
	margin-top: 0;
}

@media (max-width: 767px) {

	.glacier-header-inner,
	.glacier-branding {
		flex-direction: column;
		align-items: flex-start;
	}

	.glacier-menu {
		flex-wrap: wrap;
	}

	.glacier-menu .dropdown-menu,
	.glacier-bootstrap-nav .dropdown-menu,
	.glacier-menu .dropdown-menu .dropdown-menu,
	.glacier-bootstrap-nav .dropdown-menu .dropdown-menu {
		position: static;
		min-width: 100%;
		box-shadow: none;
		margin-top: 8px;
	}
}

.glacier-no-menu-selected {
	color: #ffffff;
	margin: 0;
	font-family: "Lato", Sans-serif;
}

/* ************************************************ @end Theme styles ************************************************ */

/* ************************************************ Hero Video ************************************************ */

.glacier--hero-video .content-box {
	max-width: 648px;
	width: auto;
}

.glacier--hero-video-popup-inner {
	max-width: 60vw;
}

.glacier--hero-video-wrapper .glacier-button {
	border: solid #fff;
	border-width: 6px;
}

@media (max-width: 1199px) {
	.glacier--hero-video {
		max-height: 80vh;
	}

	.glacier--hero-video .content-box {
		max-width: 500px;
	}

	.glacier--hero-video-popup-inner {
		max-width: 80vw;
	}
}

@media (max-width: 1024px) {
	.glacier--hero-video {
		max-height: 70vh;
	}
}

@media (max-width: 880px) {
	.glacier--hero-video {
		max-height: 600px;
	}

	.glacier--hero-video .content-box {
		max-width: 400px;
	}
}

@media (max-width: 767px) {
	.glacier--hero-video {
		max-height: inherit;
		margin-bottom: 40px;
	}

	.glacier--hero-video-popup-inner {
		max-width: 100vw;
	}

	.glacier--hero-video .content-box {
		max-width: 100%;
	}

	@media (max-width: 680px) {
		.glacier--hero-video {
			max-height: 600px;
			margin-bottom: 0;
		}
	}

	@media (max-width: 540px) {
		.glacier--hero-video {
			max-height: 500px;
		}
	}
}

/* ************************************************ Subpage Hero ************************************************ */
.elementor .glacier--subpage-hero__media img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

/* ************************************************ Product Selector ************************************************ */
.glacier--product-selector .glacier--tab-button.is-active {
	background-color: #5a2500;
	color: #fff;
}

.glacier--product-selector .glacier--tab-panel {
	display: none;
}

.glacier--product-selector .glacier--tab-panel.is-active {
	display: block;
}

.glacier--product-selector .glacier--tab-button:hover {
	background: #5a2500;
	color: #fff;
}

.glacier--product-selector .glacier--tab-button.is-active:after {
	background: #5a2500;
}

.glacier--product-selector .glacier--tab-button:after {
	content: '';
	position: absolute;
	width: 37px;
	height: 37px;
	background: transparent;
	border-radius: 8px;
	top: 50%;
	left: calc(100% - 6px);
	transform: translate(-50%, -50%) rotate(45deg);
	z-index: -1;
}

.glacier--product-selector .glacier--product-selector__image {
	max-width: 400px;
	max-height: 400px;
	height: auto;
	position: absolute;
	top: 0;
	right: 75px;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: center;
	z-index: -1;
	object-view-box: inset(-10% -10%);
	transform: translateY(50%);
}

.glacier--product-selector .glacier--product-image {
	max-height: 360px;
}

/* Write a media query 1366px to 1280px */
@media screen and (max-width: 1366px) {
	.glacier--product-selector .glacier--product-selector__image {
		right: 35px;
	}
}

@media screen and (max-width: 1280px) {
	.glacier--product-selector .glacier--product-selector__image {
		max-width: 350px;
		max-height: 350px;
		top: 40px;
		right: -8px;
	}
}

@media screen and (max-width: 1199px) {
	.glacier--product-selector .glacier--product-selector__content {
		max-width: 70%;
	}

	.glacier--product-selector .glacier--product-selector__image {
		max-width: 250px;
		max-height: 250px;
		top: 80px;
		right: 0;
	}

	.glacier--product-selector .glacier--tab-button {
		font-size: 16px;
		padding: 14px 12px;
		outline: none;
	}

	.glacier--product-selector .glacier--tab-button:after {
		width: 35px;
		height: 35px;
	}

	.glacier--product-selector .glacier--product-selector__tabs {
		max-width: 240px;
	}

	.glacier--product-selector .glacier--product-selector__image {
		max-height: 300px;
	}
}

@media screen and (max-width: 1024px) {
	.glacier--product-selector .glacier--product-selector__image {
		max-width: 180px;
		max-height: 180px;
		top: 120px;
		right: 0;
	}

	.glacier--product-selector .glacier--product-image {
		max-height: 280px;
		border-radius: 8px;
	}
}

@media screen and (max-width: 880px) {
	.glacier--product-selector .glacier--product-selector__image {
		max-width: 130px;
		max-height: 130px;
	}
}

@media screen and (max-width: 767px) {
	.glacier--product-selector .glacier--product-selector__content {
		max-width: 100%;
	}

	.glacier--product-selector .glacier--tab-button {
		padding: 8px;
	}

	.glacier--product-selector .glacier--tab-button:after {
		width: 27px;
		height: 27px;
	}

	.glacier--product-selector .glacier--product-selector__image {
		position: unset;
		transform: unset;
		z-index: 1;
	}

	.glacier--product-selector .glacier--product-selector__image {
		max-width: 100%;
	}
}

/* ************************************************ Prodduct Scroller ************************************************ */
.glacier--product-scroller__module .glacier--product-scroller {
	padding-top: 100px;
}

.glacier--product-scroller__module .glacier--product-scroller .swiper-slide {
	opacity: 0.92;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	overflow: visible;
}

.glacier--product-scroller__module .glacier--product-scroller .glacier--product-scroller__image {
	transform: translate3d(0, 0, 0) scale(0.65);
	transform-origin: center bottom;
	transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
	margin: 0 auto;
}

.glacier--product-scroller__module .glacier--product-scroller .swiper-slide-active {
	z-index: 10;
}

.glacier--product-scroller__module .glacier--product-content-slider {
	margin-top: 48px;
	max-width: 460px;
	text-align: center;
}

.glacier--product-scroller__module .glacier--product-content-slider .swiper-slide {
	width: 100%;
	opacity: 0 !important;
	transition: opacity 500ms ease;
}

.glacier--product-scroller__module .glacier--product-content-slider .swiper-slide-active {
	opacity: 1 !important;
}

.glacier--product-scroller__module .glacier--product-scroller__image img {
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: center;
	transform: translate3d(0, 0, 0) scale(0.85) translateY(-25px);
	transform-origin: center bottom;
	transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: transform;
	backface-visibility: hidden;
}

.glacier--product-scroller__module .glacier--product-scroller__image {
	background: white;
	border-radius: 10px;
	max-width: 300px;
	overflow: visible;
}

.glacier--product-scroller__module .glacier--product-scroller .swiper-slide-active .glacier--product-scroller__image {
	transform: translate3d(0, 0, 0) scale(1);
}

.glacier--product-scroller__module .glacier--product-scroller .swiper-slide-active .glacier--product-scroller__image img {
	transform: translate3d(0, 0, 0) scale(1.3);
}

.glacier--product-scroller__module .swirl {
	display: block;
}

.glacier--product-scroller__module .swirl-rotate {
	transform-origin: 50% 50%;
	transform-box: fill-box;
	animation: rotateSwirl 20s linear infinite;
}

@keyframes rotateSwirl {
	from {
		transform: rotate(0deg) scale(1.4);
	}

	to {
		transform: rotate(360deg) scale(1.4);
	}
}

.glacier--product-scroller__module .glacier--product-scroller__swirl {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1024px) {
	.glacier--product-scroller__module .glacier--product-scroller .glacier--product-scroller__image {
		min-width: auto;
		min-height: auto;
	}
}

@media screen and (max-width: 767px) {
	.glacier--product-selector__panels {
		padding-left: 22px;
	}

	.glacier--product-scroller__module .glacier--product-scroller .swiper-slide-active .glacier--product-scroller__image img {
		transform: translate3d(0, 0, 0) scale(0.95);
	}

	.glacier--product-scroller__module .glacier--product-scroller {
		padding-top: 0;
		width: calc(100% + 40px);
		transform: translateX(-50%);
		left: 50%;
	}

	.glacier--hero-video .glacier--hero-video-inner {
		padding: 27.429%;
	}

	.glacier--product-scroller__module .glacier--product-content-slider {
		margin-top: 24px;
	}

}


/* ************************************************ Hero Panel ************************************************ */
.glacier--hero-panel-module .glacier-button .arrow-path {
	transition: transform 0.3s ease;
	transform-origin: center;
}

.glacier--hero-panel-module .glacier-button:hover .arrow-path {
	transform: translate(4px, -4px);
}

.glacier--hero-panel-module .glacier-button:hover circle {
	fill: #fff;
}

/* -----Hero Video ------ */
/* @media (max-width:1439px) and (min-width:1280px) {
	.glacier--hero-video-inner iframe {
		height: 100%;
		transform: scale(1.2);
	}
}

@media (max-width:1023px) and (min-width:768px) {
	.glacier--hero-video-inner iframe {
		height: 100%;
	}
} */

/* -----Hero Video ------ */

.elementor-sitemap-section .elementor-sitemap-page-list li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.sitemap-section {
	margin-bottom: 24px;
}

.sitemap-section ul li span {
	padding-left: 24px;
}

.sitemap-section ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url("/wp-content/uploads/2026/04/arrow.webp") no-repeat center;
	background-size: contain;
}



/* cookies yes */
.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button {
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	color: #0D3F62 !important;
	border-radius: 100px;
	border: 1px solid #0D3F62 !important;
	font-family: "Lato", Sans-serif;
	font-weight: 700;
	background: none !important;

}

.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper button:hover {
	background: #0D3F62 !important;
	color: #fff !important
}


.cky-consent-container .cky-preference-center .cky-prefrence-btn-wrapper button {}

.cky-prefrence-btn-wrapper .cky-btn {
	font-size: 16px;
	line-height: 16px;
	cursor: pointer;
	color: #0D3F62 !important;
	border-radius: 100px;
	border: 1px solid #0D3F62 !important;
	font-family: "Lato", Sans-serif;
	font-weight: 700;
	background: none !important;
	height: 50px;
}

.cky-prefrence-btn-wrapper .cky-btn:hover {
	background: #0D3F62 !important;
	color: #fff !important
}

.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper .cky-btn-accept,
.cky-prefrence-btn-wrapper .cky-btn-accept {
	background: #0D3F62 !important;
	color: #fff !important
}



.error404 .glacier-entry-card {
	margin: auto;
	max-width: 500px;
}

.error404 .glacier-entry-card .glacier-button {
	padding: 12px 24px;
	margin-top: 12px;
}

@media (max-width:767px){
	.elementor-59 .elementor-element.elementor-element-072e4e5 .glacier--hero-video {
    height: auto !important;
}
}