/* 
Theme Name: Celesta
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: LENUAJ
Author URI: https://elementor.com/
Template: hello-elementor
Version: 0.1.2h
Text Domain: celesta
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.btn-gradient-fill .elementor-button {
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-gradient-fill .elementor-button::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-1af968f) 100%);
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}

.btn-gradient-fill .elementor-button:hover::after {
	opacity: 1;
}

.btn-gradient-fill .elementor-button-text,
.btn-gradient-fill .elementor-button-icon {
	background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-1af968f) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2;
	transition: -webkit-text-fill-color 0.25s ease-in-out;
}


.btn-gradient-fill .elementor-button:hover .elementor-button-text,
.btn-gradient-fill .elementor-button:hover .elementor-button-icon {
	-webkit-text-fill-color: white;
}


.btn-gradient-fill .elementor-button::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 0px;
	padding: 1px;
	background: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-1af968f) 100%);

	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: 0;
	pointer-events: none;
}


.btn-gradient .elementor-button {
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-gradient .elementor-button::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-1af968f) 100%);
	opacity: 1;
	transition: opacity 0.25s ease-in-out;
}

.btn-gradient .elementor-button:hover::after {
	opacity: 0;
}

.btn-gradient .elementor-button:hover .elementor-button-text,
.btn-gradient .elementor-button-icon {
	background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-1af968f) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2;
	transition: -webkit-text-fill-color 0.25s ease-in-out;
}

.btn-gradient .elementor-button-text,

.btn-gradient .elementor-button:hover .elementor-button-icon {
	-webkit-text-fill-color: white;
}

.btn-gradient .elementor-button::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 0px;
	padding: 1px;
	background: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-1af968f) 100%);

	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: 0;
	pointer-events: none;
}

.btn-white-fill .elementor-button {
	background-color: transparent !important;
	background-image: none !important;
	border: none !important;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.btn-white-fill .elementor-button::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 0px;
	padding: 1px;
	background: white;
	-webkit-mask:
		linear-gradient(#fff 0 0) content-box,
		linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	z-index: -2;
	pointer-events: none;
}

.btn-white-fill .elementor-button::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-1af968f) 100%);
	opacity: 0;
	transition: opacity 0.25s ease-in-out;
}

.btn-white-fill .elementor-button:hover::after {
	opacity: 1;
}

.btn-white-fill .elementor-button-text,
.btn-white-fill .elementor-button-icon {
	color: white !important;
	position: relative;
	z-index: 2;
	transition: color 0.25s ease-in-out;
}

.btn-white-fill .elementor-button-icon svg {
	fill: white !important;
}

/* Header scrolled styling */
body.scrolled .elementor-element-6b261c2 {
	background-color: rgba(0, 0, 0, 1) !important;
	backdrop-filter: blur(0px) !important;
	-webkit-backdrop-filter: blur(0px) !important;
}

.cel-static-min-width>* {
	min-width: 250px;
	min-height: 46px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
}

.cel-static-min-width li.elementor-inline-item {
	min-width: 250px;
	min-height: 46px;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-around;
}

/* Complianz Cookie Banner Custom Styling to match Celesta DA */
#cmplz-cookiebanner-container .cmplz-cookiebanner {
    background-color: #02031a !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8), 0 0 20px rgba(2, 192, 216, 0.15) !important;
    border-radius: 12px !important;
    font-family: 'Montserrat', sans-serif !important;
    padding: 24px !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-header .cmplz-title {
    font-family: 'Montserrat', sans-serif !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 1.15rem !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-body .cmplz-message {
    color: #a0aec0 !important;
    font-size: 0.88rem !important;
    line-height: 1.6 !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons {
    display: flex !important;
    gap: 12px !important;
    margin-top: 20px !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn {
    border-radius: 50px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 0.85rem !important;
    padding: 12px 24px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    transition: all 0.25s ease-in-out !important;
    cursor: pointer !important;
}

/* Accept Button (Gradient matching the CTA style) */
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-image: linear-gradient(90deg, var(--e-global-color-accent) 0%, var(--e-global-color-1af968f) 100%) !important;
    color: #ffffff !important;
    border: none !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept:hover {
    box-shadow: 0 0 15px rgba(2, 192, 216, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* Deny / Save Preferences Button */
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences {
    background-color: transparent !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}

#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-deny:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences:hover,
#cmplz-cookiebanner-container .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-save-preferences:hover {
    border-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
    transform: translateY(-2px) !important;
}

/* Manage consent tab style */
#cmplz-manage-consent .cmplz-manage-consent {
    background-color: #02031a !important;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px 8px 0 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 0.8rem !important;
    padding: 10px 15px !important;
}

/* Complianz Legal Document Content Styling (Off-white text & Accent Blue links) */
#cmplz-document,
#cmplz-document p,
#cmplz-document li,
#cmplz-document td,
#cmplz-document span,
#cmplz-document label,
#cmplz-document div,
#cmplz-document i {
    color: rgba(255, 255, 255, 0.75) !important; /* Off-white text */
    font-family: 'Montserrat', sans-serif !important;
}

#cmplz-document h1,
#cmplz-document h2,
#cmplz-document h3,
#cmplz-document h4,
#cmplz-document h5,
#cmplz-document h6 {
    color: #ffffff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    margin-top: 24px !important;
    margin-bottom: 12px !important;
}

#cmplz-document a {
    color: var(--e-global-color-accent) !important; /* Accent Blue link color */
    text-decoration: underline !important;
    font-weight: 600 !important;
    transition: color 0.25s ease !important;
}

#cmplz-document a:hover {
    color: #ffffff !important;
}