/* Google Fonts are loaded via functions.php - @import removed to avoid conflicts */
:root {
  --alt-font: "Plus Jakarta Sans", sans-serif;
  --primary-font: "Inter", sans-serif;
  
  /* Responsive font sizes from HTML template */
  --fs-base: 1rem; /* 16px */
  --fs-h1: clamp(2.75rem, 6vw + 1rem, 3.5rem);   /* 44–56px */
  --fs-h2: clamp(2.125rem, 4.5vw + 1rem, 2.75rem);/* 34–44px */
  --fs-h3: clamp(1.5rem, 3vw + 1rem, 2.125rem);  /* 24–34px */
  --fs-h4: clamp(1.25rem, 2vw + 1rem, 1.5rem);   /* 20–24px */
  --fs-h5: clamp(1.0625rem, 1.5vw + 1rem, 1.25rem);/* 17–20px */
  --fs-h6: clamp(1rem, 1vw + 1rem, 1.125rem);    /* 16–18px */
  --fs-19: 1.1875rem; /* 19px */
  --fs-18: 1.125rem;  /* 18px */
  --fs-17: 1.0625rem; /* 17px */
  --fs-15: 0.9375rem; /* 15px */
}
/* ===================================
    01a. Table of Contents Sticky Styles
====================================== */
.toc-wrapper {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 20px !important;
    z-index: 100 !important;
    height: fit-content !important;
}

.toc-container {
    background-color: var(--clr-surface-600) !important;
    border: 1px solid var(--clr-surface-500) !important;
    border-radius: 8px !important;
    padding: 30px !important;
    max-height: calc(100vh - 80px) !important;
    overflow-y: auto !important;
}

/* Ensure parent containers don't interfere with sticky */
.single-post-content .row,
.content-wrap,
.site-main {
    overflow: visible !important;
}

/* ===================================
    02. CSS color variable - Ciemny motyw
====================================== */
:root {
  /* Główne kolory ciemnego motywu */
  --base-color: #D4AF7A;
  --white: #ffffff;
  --black: #0f0f0f;
  --red: #dc3131;
  --light-red: #feedec;
  --green: #2ebb79;
  --crusoe-green: #D4AF7A;
  --yellow: #D4AF7A;
  --dark-gray: #2d2d2d;
  --medium-gray: #717580;
  --extra-medium-gray: #2d2d2d;
  --light-gray: #a8a8a8;
  --very-light-gray: #1a1a1a;
  --light-medium-gray: #2d2d2d;
  --charcoal-blue: #1a1a1a;
  --slate-blue: #2d2d2d;
  --medium-slate-blue: #1a1a1a;
  --extra-medium-slate-blue: #0f0f0f;
  --dark-slate-blue: #0f0f0f;
  --extra-dark-slate-blue: #0f0f0f;
  --extra-very-slate-blue: #0f0f0f;
  --tussock-yellow: #D4AF7A;
  --aluminium-grey: #717580;
  --solitude-blue: #1a1a1a;
  --golden-yellow: #D4AF7A;
  --selago: #1a1a1a;
  --white-ice: #1a1a1a;
  --cornflower-blue: #D4AF7A;
  --jade:#00AF6B;
  --orange: #ef991f;
  --majorelle-blue: #724ade;
  --light-majorelle-blue: #f2edfe;
  --spring-wood: #f9f6f3;
  --tropical-blue: #1ea3b1;
  --camarone: #20642b;
  --seal-brown: #0e0708;
  --Wasabi: #8ea63a;
}
/* ===================================
    03. Reset
====================================== */
.alt-font {
  font-family: var(--alt-font);
}
html {
  font-size: 16px;
}
body, .wp-site-blocks, .entry-content {
  font-size: var(--fs-body) !important;
  line-height: 1.6 !important;
  font-family: var(--body-font) !important;
  -webkit-font-smoothing: antialiased;
}

/* Ensure Google Fonts are loaded */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* Responsive heading styles from HTML template - with higher specificity */
body h1, body .h1, .wp-site-blocks h1, .entry-content h1 {
  font-size: var(--fs-h1) !important;
  font-family: var(--alt-font) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.03em !important;
}

body h2, body .h2, .wp-site-blocks h2, .entry-content h2 {
  font-size: var(--fs-h2) !important;
  font-family: var(--alt-font) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.02em !important;
}

body h3, body .h3, .wp-site-blocks h3, .entry-content h3 {
  font-size: var(--fs-h3) !important;
  font-family: var(--alt-font) !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
}

body h4, body .h4, .wp-site-blocks h4, .entry-content h4 {
  font-size: var(--fs-h4) !important;
  font-family: var(--alt-font) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

body h5, body .h5, .wp-site-blocks h5, .entry-content h5 {
  font-size: var(--fs-h5) !important;
  font-family: var(--alt-font) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

body h6, body .h6, .wp-site-blocks h6, .entry-content h6 {
  font-size: var(--fs-h6) !important;
  font-family: var(--alt-font) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.entry-hero-container-inner{
  background: transparent !important;
}

/**
 * Hamburger Menu Styles for Pienkos Child Theme
 * Adapted from demo template with theme-specific colors
 */

/* Header Push Button Styles */
.header-push-button {
	padding-left: 16px;
	display: none; /* Hidden by default, shown on mobile */
}

.header-push-button.icon {
	display: none; /* Hidden by default */
}

/* Force hamburger button visibility on mobile */
@media (max-width: 991.98px) {
	.header-push-button,
	.header-push-button.icon,
	.header-push-button.hamburger-push-button,
	.header-push-button.hamburger-push-button.icon {
		display: flex !important;
		align-items: center;
		justify-content: center;
		visibility: visible !important;
		opacity: 1 !important;
		position: relative !important;
		z-index: 999;
	}
}

.header-push-button .push-button {
	position: relative;
	display: block;
	width: 22px;
	height: 14px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.header-push-button .push-button span {
	background: var(--base-color);
	height: 2px;
	width: 22px;
	content: "";
	display: block !important;
	border-radius: 0;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	visibility: visible !important;
	opacity: 1 !important;
  z-index: 9999;
}

.header-push-button .push-button span:nth-child(1) {
	top: 0;
}

.header-push-button .push-button span:nth-child(2) {
	top: 6px;
}

.header-push-button .push-button span:nth-child(3) {
	top: 6px;
}

.header-push-button .push-button span:nth-child(4) {
	top: 12px;
	width: 14px;
	left: -8px;
}

.header-push-button .push-button:hover {
	opacity: 0.6;
}

/* Active state - X animation */
.show-menu .header-push-button .push-button span:nth-child(1) {
	top: 7px;
	width: 0%;
}

.show-menu .header-push-button .push-button span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.show-menu .header-push-button .push-button span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.show-menu .header-push-button .push-button span:nth-child(4) {
	top: 7px;
	width: 0%;
}

/* Push Menu Overlay */
.push-menu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: 1031;
	overflow-y: auto;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: rgba(45, 55, 72, 0.95);
	backdrop-filter: blur(10px);
}

.show-menu .push-menu {
	right: 0;
}

.push-menu .close-menu {
	height: 40px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 9999;
	display: flex;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	font-size: 18px;
	color: var(--accent-color) !important;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid var(--accent-color);
}

.show-menu .push-menu .close-menu {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: scale(1) !important;
	transform: scale(1) !important;
	transition-delay: 0.3s;
	display: flex !important;
}

.push-menu .close-menu:hover {
	background-color: var(--accent-color) !important;
	color: #ffffff !important;
	border-color: var(--accent-color) !important;
	transform: scale(1.1) !important;
}

/* Hamburger Navigation Styles */
.hamburger-nav {
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.hamburger-nav .menu-item-list {
	margin-bottom: 0;
	padding: 0;
	list-style: none;
}

.hamburger-nav .menu-item-list .menu-item {
	margin: 0 0 20px 0;
	opacity: 0;
	-webkit-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hamburger-nav .menu-item-list .menu-item .nav-link {
	color: #ffffff;
	font-size: 24px;
	font-weight: 300;
	text-decoration: none;
	display: block;
	padding: 10px 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.hamburger-nav .menu-item-list .menu-item .nav-link:hover {
	color: #f7fafc;
	padding-left: 20px;
	border-bottom-color: rgba(255, 255, 255, 0.3);
}

/* Animation delays for menu items */
.show-menu .hamburger-nav .menu-item-list .menu-item {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.show-menu .hamburger-nav .menu-item-list .menu-item:nth-child(1) {
	transition-delay: 0.1s;
}

.show-menu .hamburger-nav .menu-item-list .menu-item:nth-child(2) {
	transition-delay: 0.2s;
}

.show-menu .hamburger-nav .menu-item-list .menu-item:nth-child(3) {
	transition-delay: 0.3s;
}

.show-menu .hamburger-nav .menu-item-list .menu-item:nth-child(4) {
	transition-delay: 0.4s;
}

.show-menu .hamburger-nav .menu-item-list .menu-item:nth-child(5) {
	transition-delay: 0.5s;
}

.show-menu .hamburger-nav .menu-item-list .menu-item:nth-child(6) {
	transition-delay: 0.6s;
}

/* Submenu styles */
.hamburger-nav .menu-item-list .sub-menu {
	list-style: none;
	padding-left: 20px;
	margin-top: 10px;
}

.hamburger-nav .menu-item-list .sub-menu .menu-item .nav-link {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.8);
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hamburger-nav .menu-item-list .sub-menu .menu-item .nav-link:hover {
	color: #ffffff;
	padding-left: 15px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
	.header-push-button.icon,
	.header-push-button.hamburger-push-button.icon {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	
	.push-menu.hamburger-nav {
		display: block;
	}
	
	.push-menu .close-menu {
		top: 30px;
		right: 30px;
	}
}

@media (max-width: 767px) {
	.hamburger-nav .menu-item-list .menu-item .nav-link {
		font-size: 20px;
	}
	
	.push-menu .close-menu {
		top: 20px;
		right: 20px;
	}
}

/* Body scroll lock when menu is open */
.show-menu {
	overflow: hidden;
}

/* Blog Section Styles */
.blog-post-card {
	display: flex;
	flex-direction: column;
	min-height: 350px;
	height: 100%;
}

.blog-image-container {
	flex: 1;
	min-height: 350px !important;
	height: auto !important;
	position: relative;
	overflow: hidden;
}

.blog-image-container img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	position: absolute;
	top: 0;
	left: 0;
}

.blog-content {
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* Ensure equal height for all blog cards */
.blog-post-card .row {
	display: flex;
	align-items: stretch;
}

.blog-post-card .col-lg-4 {
	display: flex;
}

/* Responsive adjustments for blog images */
@media (max-width: 991px) {
	.blog-image-container {
		min-height: 250px !important;
	}
}

@media (max-width: 767px) {
	.blog-image-container {
		min-height: 200px !important;
	}
}


/* Font size utility classes from HTML template */
.fs-19 {
  font-size: var(--fs-19) !important;
}

.fs-18 {
  font-size: var(--fs-18) !important;
}

.fs-17 {
  font-size: var(--fs-17) !important;
}

.fs-15 {
  font-size: var(--fs-15) !important;
}

/* Font weight utilities */
.fw-800 {
  font-weight: 800 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

/* Letter spacing utilities */
.ls-minus-3px {
  letter-spacing: -3px !important;
}

.ls-minus-2px {
  letter-spacing: -2px !important;
}

/* Responsive font sizes for mobile */
@media (max-width: 575px) {
  .xs-fs-65 {
    font-size: 4.0625rem !important; /* 65px */
  }
  .xs-mb-15px{
    margin-bottom: 15px !important;
  }
}
section {
  padding-top: 110px;
  padding-bottom: 110px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: var(--medium-gray);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
a:hover {
  color: var(--base-color);
  text-decoration: none;
}
p {
  margin-bottom: 25px;
}
.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}
[class*=line-icon], [class*=" line-icon"], [class*=bi-], [class*=feather] {
  display: inline-block;
}
.form-control {
  background-position: right 20px center !important;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row > * {
  padding-right: 15px;
  padding-left: 15px;
}
.row.g-0 {
  margin-right: 0;
  margin-left: 0;
}
.row.g-0 > * {
  padding-right: 0;
  padding-left: 0;
}
/* ===================================
    04. Typography
====================================== */
/* Heading */
.h1, .h2, h1, h2 {
  margin-bottom: 30px;
  letter-spacing: -0.5px;
  font-weight: inherit;
}
h1, .h1 {
  font-size: 4.375rem;
  line-height: 4.375rem;
}
h2, .h2 {
  font-size: 3.438rem;
  line-height: 3.438rem;
}
/* Font custom */
b {
  font-weight: 700;
}
.text-white-space-nowrap {
  white-space: nowrap;
}
/* Font size */
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}
.fs-19 {
  font-size: 19px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-30 {
  font-size: 1.875rem;
  line-height: 2.8rem;
}
/* Line height */
.lh-22 {
  line-height: 22px;
}
.lh-24 {
  line-height: 24px;
}
.lh-26 {
  line-height: 26px;
}
.lh-28 {
  line-height: 28px;
}
.lh-32 {
  line-height: 2rem;
}
.lh-34 {
  line-height: 2.125rem;
}
/* Text color */
.text-white, .btn-link.text-white {
  color: var(--white);
}
.text-base-color, .btn-link.text-base-color {
  color: var(--base-color);
}
.text-dark-gray, .btn-link.text-dark-gray, a.text-dark-gray-hover:hover {
  color: var(--dark-gray);
}
.text-medium-gray, .btn-link.text-medium-gray {
  color: var(--medium-gray);
}
/* Text gradient color */
/* Text shadow */
/* Text bottom line */
.text-decoration-line-bottom {
  border-bottom: 1px solid;
}
/* Text outline*/
/* Text stroke width */
/* Text stroke color */
/* Letter spacing */
.ls-1px {
  letter-spacing: 1px !important;
}
.ls-minus-05px {
  letter-spacing: -0.5px !important;
}
.ls-minus-2px {
  letter-spacing: -2px !important;
}
.ls-minus-3px {
  letter-spacing: -3px !important;
}
/* Icon size */
.icon-medium {
  font-size: 34px;
}
.icon-extra-medium {
  font-size: 24px;
}
.icon-small {
  font-size: 18px;
}
/* ===================================
    05. General
====================================== */
/* Separator line */
/* Separator vertical line */
/* Separator line size */
/* Opacity */
/* Position */
.absolute-middle-center {
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* Vertical title center */
/* Skrollr */
/* Transform */
/* Transition */
.transition-inner-all * {
  -webkit-transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 400ms cubic-bezier(0.37, 0, 0.63, 1);
}
/* Pointer events */
/* Sticky column */
/* Overflow */
/* Overlap section */
.overlap-height {
  transition: 0.3s height;
}
/* Outside box */
.outside-box-right-20 {
  margin-right: -20vw;
}
.outside-box-right-25 {
  margin-right: -25vw;
}
/* CSS filter */
/* Box shadow */
.box-shadow-medium {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-large {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-extra-large {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
.box-shadow-quadruple-large {
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 350ms cubic-bezier(0.37, 0, 0.63, 1);
}
/* Input */
input, select, textarea, .form-control {
  padding: 12px 25px;
  width: 100%;
  max-width: 100%;
  resize: none;
  outline: none;
  font-size: 16px;
  border: 1px solid #e4e4e4;
  color: var(--medium-gray);
  line-height: inherit;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input:focus, select:focus, textarea:focus, .form-control:focus {
  border: 1px solid #c2c2c2;
  box-shadow: none !important;
  color: var(--medium-gray);
}
::-webkit-input-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
}
::-moz-placeholder {
  color: var(--medium-gray) !important;
  text-overflow: ellipsis;
  opacity: 1;
}
/* Select */
.select {
  position: relative;
}
.select:after {
  content: "\e842";
  font-family: feather !important;
  right: 20px;
  top: 50%;
  height: 34px;
  position: absolute;
  pointer-events: none;
  font-size: 22px;
  margin-top: -15px;
}

.hover-box {
  z-index: 1;
}
.hover-box * {
  -webkit-transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
  transition: all 500ms cubic-bezier(0.5, 1, 0.89, 1);
  will-change: transform;
}
.hover-box.dark-hover:hover a, .hover-box.dark-hover:hover p, .hover-box.dark-hover:hover span, .hover-box.dark-hover:hover .btn, .hover-box.dark-hover:hover i, .hover-box.dark-hover:hover b, .hover-box.dark-hover:hover p, .hover-box.dark-hover:hover h1, .hover-box.dark-hover:hover h2 {
  color: var(--white) !important;
  -webkit-text-stroke-color: var(--white);
}
.hover-box.dark-hover:hover [class*=btn-transparent] {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--dark-gray) !important;
}
.hover-box.dark-hover:hover .text-light-opacity {
  opacity: 0.7;
}
.hover-box.dark-hover:hover .btn-link {
  border-color: var(--white);
}
/* Swiper slider pagination */
/* Swiper pagination style 02 */
/* Swiper pagination style 03 */
/* Swiper pagination style 04 */
/* Custom image pagination */
/* Swiper number pagination style 01 */
/* Swiper number pagination style 02 */
/* Swiper line pagination style 01 */
/* Swiper number line pagination style */
/* Swiper number navigation style */
/* Swiper pagination progress style */
/* Swiper pagination progress style */
/* Swiper pagination bottom */
/* Swiper navigation */
.swiper-button-prev, .swiper-button-next {
  outline: none;
  cursor: pointer;
  height: 45px;
  width: 45px;
  margin-top: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  opacity: 0.8;
}
.swiper-button-next {
  left: inherit;
}
/* Swiper navigation style 01 */
/* Swiper navigation style 02 */
/* Swiper navigation style 03 */
/* Swiper navigation style 04 */
.slider-navigation-style-04 {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  position: relative;
  bottom: inherit;
  left: 0;
  top: inherit;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slider-navigation-style-04 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-navigation-style-04:hover i {
  opacity: 0.5;
}
.slider-navigation-style-04.swiper-button-prev {
  margin-right: 5px;
}
.slider-navigation-style-04.swiper-button-next {
  margin-left: 5px;
}
/* Swiper navigation style 05 */
/* Swiper navigation style 06 */
/* Swiper navigation style 07 */
/* Swiper navigation style 08 */
/* Slider custom text */
/* Swiper width auto */
/* Slider shadow */
/* Highlight separator */
/* Full screen */
.full-screen {
  height: 100vh;
}
/* Video icons */
@-webkit-keyframes video-icon-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes video-icon-sonar {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* HTML video play */
/* Will change */
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
/* Float animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(10px);
  }
}
/* Zoom animation */
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* Box shadow animation  */
[data-shadow-animation] {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}
[data-shadow-animation] img {
  opacity: 0;
  transition: opacity 0.65s cubic-bezier(0.5, 1, 0.5, 1);
}
/* Parallax liquid  */
/* Masked image animation */
/* Shape image animation */
/* Magic cursor */
.magic-cursor {
  cursor: none;
}
/* Anime animation */
[data-anime] {
  opacity: 0;
  transition: none;
}
[data-anime].btn {
  transition: none;
}
/* Atropos box */
/* Only for safari browser */
@media not all and (min-resolution: 0.001dpcm) {
  /* font awesome icon gradient color */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* color issue */
  .text-white a[href^=tel] {
    color: var(--white);
  }
  .text-dark-gray a[href^=tel] {
    color: var(--text-dark-gray);
  }
}
.swiper-slide [data-anime] {
  opacity: 0;
  transition: 0.3s ease-in-out;
}
/* Data top bottom transition animation */
[data-top-bottom] {
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1);
}
/* Custom cursor */
/* Stack box */
/* Scrolling text */
/* Marquee slide */
/* Father shadow */
/* Text sliding line */
/* Sliding line */
/* Feature box slider */
/* Page loader */
/* Cookie message */
/* Scroll progress */
.scroll-progress {
  position: fixed;
  right: 20px;
  z-index: 111;
  top: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  mix-blend-mode: difference;
}
.scroll-progress .scroll-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.scroll-progress .scroll-line {
  width: 2px;
  height: 60px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.15);
  color: inherit;
  display: block;
}
.scroll-progress .scroll-point {
  display: inline-block;
  width: 2px;
  position: absolute;
  background-color: var(--white);
  top: 0px;
  left: 0px;
}
.scroll-progress .scroll-text {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  margin-bottom: 15px;
  color: var(--white);
  font-size: 11px;
  text-transform: uppercase;
}
/* for buy and demo button */
/* Move it (define the animation) */
@-moz-keyframes example1 {
  0% {
    -moz-transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes example1 {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes example1 {
  0% {
    -moz-transform: translateX(100%); /* Firefox bug fix */
    -webkit-transform: translateX(100%); /* Firefox bug fix */
    transform: translateX(100%);
  }
  100% {
    -moz-transform: translateX(-100%); /* Firefox bug fix */
    -webkit-transform: translateX(-100%); /* Firefox bug fix */
    transform: translateX(-100%);
  }
}
/* ===================================
    06. Background and border
====================================== */
/* Background color */
.bg-base-color {
  background-color: var(--base-color);
}
.bg-dark-gray,
.bg-dark-gray:focus {
  background-color: var(--dark-gray);
}
/* Gradient background color */
/* Transparent background color */
.bg-transparent {
  background-color: transparent;
}
/* Background image */
.cover-background {
  background-repeat: no-repeat !important;
  background-size: cover;
  overflow: hidden;
  position: relative;
  background-position: center center !important;
}
/* Background size */
/* Border width */
/* Border style */
/* Border color */
.border-color-dark-gray {
  border-color: var(--dark-gray) !important;
}
.border-color-transparent-dark-very-light {
  border-color: rgba(35, 35, 35, 0.1) !important;
}
.border-color-transparent-white-light {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
/* Gradient border color */
/* Border radius */
.border-radius-4px {
  border-radius: 4px !important;
}
.border-radius-6px {
  border-radius: 6px !important;
}
.border-radius-8px {
  border-radius: 8px !important;
}
/* Parallax background */
/* ===================================
    07. Width
====================================== */
.w-50px {
  width: 50px !important;
}
.w-60px {
  width: 60px !important;
}
.w-110px {
  width: 110px !important;
}
.w-300px {
  width: 300px !important;
}
.w-350px {
  width: 350px !important;
}
.w-50 {
  width: 50% !important;
}
.w-55 {
  width: 55% !important;
}
.w-75 {
  width: 75% !important;
}
.w-90 {
  width: 90% !important;
}
.w-95 {
  width: 95% !important;
}
.w-100 {
  width: 100% !important;
}
/* ===================================
    08. Height
====================================== */
.h-60px {
  height: 60px !important;
}
.h-110px {
  height: 110px !important;
}
/* Screen height */
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

/* Poprawka dla box-layout - zapewnienie prawidłowego scrollowania */
.box-layout {
  position: relative;
  /* Usuwamy overflow properties które powodowały dodatkowe scrollbary */
}

/* Napraw problemy z pozycjonowaniem podczas scrollowania */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  position: relative;
}

/* Poprawka dla elementów z parallax które mogą powodować problemy */
[data-bottom-top], [data-top-bottom] {
  will-change: transform;
  backface-visibility: hidden;
}

/* Usprawnienie renderowania podczas scrollowania */
.hero-section, .hero-carousel {
  will-change: transform;
  transform: translateZ(0);
}

/* Poprawki dla sticky header */
header {
  transition: transform 0.3s ease-in-out, background-color 0.3s ease;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

header.header-hide {
  transform: translateY(-100%);
}

/* Smooth scrolling improvements */
html {
  scroll-behavior: smooth;
}

/* Lazy loading images */
img.lazy {
  opacity: 0;
  transition: opacity 0.3s;
}

img.lazy.loaded {
  opacity: 1;
}

/* Poprawki dla animacji podczas scrollowania */
[data-anime] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

[data-anime].animated {
  opacity: 1;
  transform: translateY(0);
}

/* Performance optimizations */
.parallax-element,
[data-bottom-top],
[data-top-bottom] {
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Scroll indicator fixes */
.scroll-progress {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}

/* Mobile scroll fixes */
@media (max-width: 991px) {
  .parallax-element,
  [data-bottom-top],
  [data-top-bottom] {
    transform: none !important;
    will-change: auto;
  }
  
  /* Disable complex animations on mobile for better performance */
  .skrollr-mobile .skrollable {
    transform: none !important;
  }
}

/* Podstawowe ustawienia overflow - tylko to co potrzebne */
html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

/* ===================================
    09. Loop - Padding, margin, position, font weight, min height, opacity and z-index
====================================== */
/* Padding and margin */
.p-15 {
  padding: 15% !important;
}
.pt-5px {
  padding-top: 5px !important;
}
.pt-25px {
  padding-top: 25px !important;
}
.pt-30px {
  padding-top: 30px !important;
}
.pt-50px {
  padding-top: 50px !important;
}
.pt-5 {
  padding-top: 5% !important;
}
.pt-6 {
  padding-top: 6% !important;
}
.pe-15px {
  padding-right: 15px !important;
}
.pe-40px {
  padding-right: 40px !important;
}
.pb-5px {
  padding-bottom: 5px !important;
}
.pb-20px {
  padding-bottom: 20px !important;
}
.pb-25px {
  padding-bottom: 25px !important;
}
.pb-40px {
  padding-bottom: 40px !important;
}
.pb-6 {
  padding-bottom: 6% !important;
}
.ps-15px {
  padding-left: 15px !important;
}
.ps-25px {
  padding-left: 25px !important;
}
.ps-40px {
  padding-left: 40px !important;
}
.ps-5 {
  padding-left: 5% !important;
}
.mt-10px {
  margin-top: 10px !important;
}
.mt-15px {
  margin-top: 15px !important;
}
.mt-20px {
  margin-top: 20px !important;
}
.mt-25px {
  margin-top: 25px !important;
}
.mt-40px {
  margin-top: 40px !important;
}
.mt-5 {
  margin-top: 5% !important;
}
.me-5px {
  margin-right: 5px !important;
}
.me-10px {
  margin-right: 10px !important;
}
.me-15px {
  margin-right: 15px !important;
}
.me-25px {
  margin-right: 25px !important;
}
.mb-5px {
  margin-bottom: 5px !important;
}
.mb-10px {
  margin-bottom: 10px !important;
}
.mb-15px {
  margin-bottom: 15px !important;
}
.mb-20px {
  margin-bottom: 20px !important;
}
.mb-25px {
  margin-bottom: 25px !important;
}
.mb-30px {
  margin-bottom: 30px !important;
}
.mb-35px {
  margin-bottom: 35px !important;
}
.mb-45px {
  margin-bottom: 45px !important;
}
.mb-5 {
  margin-bottom: 5% !important;
}
.ms-10px {
  margin-left: 10px !important;
}
/* Position */
.top-10px {
  top: 10px;
}
.right-15px {
  right: 15px;
}
.right-100px {
  right: 100px;
}
.left-15px {
  left: 15px;
}
.top-minus-70px {
  top: -70px;
}
.right-minus-80px {
  right: -80px;
}
.bottom-minus-15px {
  bottom: -15px;
}
.bottom-minus-50px {
  bottom: -50px;
}
.left-minus-80px {
  left: -80px;
}
/* Font weight */
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
/* Min height */
/* Opacity */
.opacity-1 {
  opacity: .1;
}
/* Z-index */
.z-index-0 {
  z-index: 0;
}
.z-index-1 {
  z-index: 1;
}
.z-index-9 {
  z-index: 9;
}
.z-index-minus-1 {
  z-index: -1;
}
/* ===================================
   10. Header
====================================== */
header .navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
header .navbar [class*=col-] {
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
header .navbar [class*=col-].text-end {
  justify-content: flex-end !important;
}
header .navbar [class*=col-] .navbar-nav {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .navbar [class*=col-] .navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .navbar [class*=col-] .navbar-nav .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .navbar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .navbar-brand {
  margin-right: 0;
  vertical-align: middle;
  padding: 30px 0;
  display: inline-block;
  font-size: 0;
}
header .navbar-brand .default-logo {
  visibility: visible;
  opacity: 1;
  width: auto;
}
header .navbar-brand .alt-logo, header .navbar-brand .mobile-logo {
  visibility: hidden;
  opacity: 0;
  width: 0;
}
header .navbar-brand img {
  max-height: 55px;
  height: auto;
  width: auto;
  object-fit: contain;
}
header .disable-fixed {
  position: absolute;
}
/* Navbar */
.navbar {
  padding: 20px 0;
}
.navbar .navbar-nav .nav-item > i {
  display: none;
}
.navbar .navbar-nav .nav-item:hover .nav-link, .navbar .navbar-nav .nav-item.active .nav-link {
  opacity: 0.6;
}
.navbar .navbar-nav .nav-item .nav-link.active {
  opacity: 0.6;
}
.navbar .navbar-nav .nav-link {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  position: relative;
  font-weight: 500;
  opacity: 1;
  word-break: normal;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: var(--white);
}
.navbar .navbar-nav .nav-link .label {
  display: inline-block;
  padding: 1px 11px;
  font-size: 12px;
  margin-left: 8px;
  margin-top: 0px;
  vertical-align: middle;
}
/* Header hover submenu dark */
/* Header hover submenu light */
/* Header dark */
/* Header light */
.header-light .navbar-nav .nav-link {
  color: var(--dark-gray);
}
.header-light .header-icon .icon > a {
  color: var(--dark-gray);
}
.header-light .header-icon .icon > a:hover {
  color: var(--dark-gray);
  opacity: 0.6;
}
/* Header icon */
.header-icon {
  display: flex;
  align-items: center;
}
.header-icon .icon {
  position: relative;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-icon .icon > a {
  padding-left: 16px;
  font-size: 17px;
  color: var(--white);
}
.header-icon .icon > a:hover {
  color: var(--white);
  opacity: 0.6;
}
.header-icon .icon:first-child a:first-child {
  padding-left: 0;
}

@-webkit-keyframes hide-animation {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Custom slide animation */
@-webkit-keyframes show-animation {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
button:focus {
  outline: none;
}
/* Header toggle button  */
.navbar-toggler {
  font-size: 24px;
  width: 22px;
  height: 14px;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: middle;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.navbar-toggler-line {
  background: var(--dark-gray);
  height: 2px;
  width: 22px;
  content: "";
  display: block;
  border-radius: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.navbar-toggler-line:nth-child(1) {
  top: 0px;
  width: 14px;
}
.navbar-toggler-line:nth-child(2) {
  top: 6px;
}
.navbar-toggler-line:nth-child(3) {
  top: 6px;
}
.navbar-toggler-line:nth-child(4) {
  top: 12px;
  width: 14px;
}

@keyframes hvr-icon-push {
  50% {
    -webkit-trasfrom: scale(0.5);
    trasfrom: scale(0.5);
  }
}

.btn-box-shadow {
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}
.btn-box-shadow:hover {
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
 .btn.active, .btn:first-child:active, :not(.btn-check) + .btn:active {
  border-color: initial;
  color: initial;
}
.btn {
  display: inline-block;
  border: 2px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: auto;
  font-family: var(--alt-font);
  font-weight: 500;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:hover {
  background-color: inherit;
}
.btn i {
  position: relative;
  margin-left: 6px;
}
.btn.btn-extra-large {
  font-size: 16px;
  padding: 24px 46px;
}
.btn.btn-large {
  font-size: 14px;
  padding: 18px 34px;
}
.btn.btn-medium {
  font-size: 13px;
  padding: 16px 30px;
}
.btn.btn-rounded.btn-extra-large {
  padding: 18px 46px;
}
.btn.btn-rounded.btn-large {
  padding: 14px 36px;
}
.btn.btn-rounded.btn-medium {
  padding: 12px 32px;
}
.btn.btn-rounded.btn-rounded {
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
.btn.btn-round-edge {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-link {
  padding: 0 0 2px;
  position: relative;
  text-decoration: none;
  border: 0;
  border-bottom: 2px solid;
  letter-spacing: 0;
  background-color: transparent;
}
.btn.btn-link:hover {
  opacity: 0.7;
}
.btn.btn-link:focus-visible {
  box-shadow: none;
}
.btn.btn-base-color {
  background-color: var(--base-color);
  color: var(--white);
}
.btn.btn-base-color:hover, .btn.btn-base-color:active {
  background-color: transparent;
  border-color: var(--base-color);
  color: var(--base-color) !important;
}
.btn.btn-dark-gray {
  background-color: var(--dark-gray);
  color: var(--white);
}
.btn.btn-dark-gray:hover, .btn.btn-dark-gray:active {
  background-color: transparent;
  border-color: var(--clr-primary-500);
  color: var(--clr-primary-500) !important;
}
.btn.btn-white {
  background-color: var(--white);
  color: var(--dark-gray);
}
.btn.btn-white:hover, .btn.btn-white:active {
  background-color: transparent;
  border-color: var(--clr-neutral-000);
  color: var(--clr-neutral-000) !important;
}
.btn.btn-transparent-light-gray {
  background-color: transparent;
  border-color: var(--extra-medium-gray);
  color: var(--dark-gray);
}
.btn.btn-transparent-light-gray:hover, .btn.btn-transparent-light-gray:active {
  background-color: var(--clr-primary-500);
  border-color: var(--clr-primary-500);
  color: var(--clr-neutral-000) !important;
}
.btn.btn-switch-text.btn-extra-large {
  padding: 0;
}
.btn.btn-switch-text.btn-extra-large > span {
  padding: 22px 40px;
}
.btn.btn-switch-text.btn-large {
  padding: 0;
}
.btn.btn-switch-text.btn-large > span {
  padding: 18px 34px;
}
.btn.btn-switch-text.btn-medium {
  padding: 0;
}
.btn.btn-switch-text.btn-medium > span {
  padding: 16px 30px;
}
.btn.btn-switch-text > span {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.btn.btn-box-shadow.btn-white:hover, .btn.btn-box-shadow.btn-white:active {
  background: var(--clr-neutral-000);
  color: var(--clr-surface-900) !important;
}
.btn.btn-box-shadow.btn-dark-gray:hover, .btn.btn-box-shadow.btn-dark-gray:active {
  background: var(--clr-primary-500);
  color: var(--clr-neutral-000) !important;
}
.btn.btn-box-shadow.btn-base-color:hover, .btn.btn-box-shadow.btn-base-color:active {
  background: var(--clr-primary-400);
  color: var(--clr-neutral-000) !important;
}
/* Button icon position */
.left-icon i {
  margin-right: 6px;
  margin-left: 0;
}
[class*=btn-transparent], [class*=" btn-transparent"] {
  font-weight: 600;
}
/* Gradient button */
/* Blog button */
.categories-btn {
  padding: 4px 12px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--dark-gray);
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
  content: "";
}

.divider-style-03.divider-style-03-01 {
  border-top: 1px solid;
  width: 100%;
}
@keyframes markerWave {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    transform: scale(5.5);
    opacity: 0;
  }
}
@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    opacity: 0;
  }
}

.feature-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  z-index: 1;
}
.feature-box .feature-box-icon i:not([class*=text-gradient-]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.feature-box.text-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.feature-box.text-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.feature-box .feature-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.feature-box .feature-box-icon-rounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.feature-box .feature-box-icon-rounded i {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.feature-box:hover .feature-box-overlay {
  opacity: 1;
}
.feature-box:hover .dark-hover i, .feature-box:hover .dark-hover span {
  color: #fff;
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 36% 64% 59% 41%/40% 45% 55% 60%;
  }
  24% {
    border-radius: 37% 63% 60% 40%/46% 52% 48% 54%;
  }
  32% {
    border-radius: 40% 60% 54% 46%/52% 56% 44% 48%;
  }
  42% {
    border-radius: 52% 48% 62% 38%/54% 54% 46% 46%;
  }
  56% {
    border-radius: 60% 40% 65% 35%/54% 50% 50% 46%;
  }
  70% {
    border-radius: 44% 56% 43% 57%/42% 50% 50% 58%;
  }
}
@keyframes border-transform {
  0%, 100% {
    border-radius: 36% 64% 59% 41%/40% 45% 55% 60%;
  }
  24% {
    border-radius: 37% 63% 60% 40%/46% 52% 48% 54%;
  }
  32% {
    border-radius: 40% 60% 54% 46%/52% 56% 44% 48%;
  }
  42% {
    border-radius: 52% 48% 62% 38%/54% 54% 46% 46%;
  }
  56% {
    border-radius: 60% 40% 65% 35%/54% 50% 50% 46%;
  }
  70% {
    border-radius: 44% 56% 43% 57%/42% 50% 50% 58%;
  }
}

.progress {
  position: relative;
  overflow: visible;
}
.progress .progress-bar {
  width: 0px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: visible;
  -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
  transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
}

@keyframes scale-effect {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-effect {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* Sliding box fade effect */
@keyframes fade {
  0% {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
/* Sliding box right effect */
@keyframes slide-right {
  0% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-right {
  0% {
    -webkit-transform: translateX(-25px);
    transform: translateX(-25px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.newsletter-style-02 input {
  border-radius: 4px;
  padding-right: 60px !important;
}
.newsletter-style-02 .btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-radius: 0 4px 4px 0;
  padding: 10px 25px 9px 25px;
  display: inline-block;
}
.newsletter-style-02 .btn i {
  margin-left: 0;
  top: inherit;
}
.newsletter-style-02 .btn:active {
  border-color: transparent;
}

 .newsletter-style-02 .form-control {
  background-image: inherit;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

footer {
  padding-top: 110px;
  padding-bottom: 110px;
}
footer .footer-logo img {
  max-height: 30px;
}
footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
footer ul li {
  margin-bottom: 5px;
}
footer .nav-link {
  color: var(--medium-gray);
  padding: 0.5rem 1rem;
}
/* Footer dark  */
.footer-dark {
  color: var(--aluminium-grey);
}
.footer-dark p, .footer-dark a {
  color: var(--aluminium-grey);
}
.footer-dark a:hover {
  color: var(--base-color);
}

/* ===================================
   Reviews section (Trustindex)
====================================== */
.reviews-section {
	position: relative;
}

.reviews-section .reviews-widget {
	background-color: transparent !important;
	color: var(--clr-primary-300) !important;
	border: none !important;
	box-shadow: none !important;
}

.reviews-section .reviews-widget .ti-widget,
.reviews-section .reviews-widget * {
	color: var(--clr-primary-300) !important;
	box-shadow: none !important;
}

/* Ensure headings keep theme style inside section */
.reviews-section h2,
.reviews-section .h2 {
	color: var(--clr-neutral-000) !important;
}

/* Trustindex containers often need spacing resets */
.reviews-section .reviews-widget [class*="ti-"],
.reviews-section .reviews-widget .ti-widget-container {
	margin: 0;
	padding: 0;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

/* Responsive paddings */
@media (max-width: 991.98px) {
	.reviews-section { padding-top: 50px !important; padding-bottom: 50px !important; }
}
@media (min-width: 992px) {
	.reviews-section { padding-bottom: 120px !important; }
}

/* ===================================
   Education primary button: default = hover style
====================================== */
.btn-hover-default {
	background-color: var(--clr-primary-400) !important;
	border-color: var(--clr-primary-400) !important;
	color: var(--clr-surface-900) !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(212, 175, 122, 0.3);
}

/* Keep hover consistent (no jump) */
.btn-hover-default:hover,
.btn-hover-default:focus {
	background-color: var(--clr-primary-400) !important;
	border-color: var(--clr-primary-400) !important;
	color: var(--clr-surface-900) !important;
	transform: translateY(-1px);
	box-shadow: 0 4px 8px rgba(212, 175, 122, 0.3);
}

.education-secondary-btn {
	color: #fff !important;
	border-color: #fff !important;
}

.education-secondary-btn .btn-double-text {
	/* Keep default position (no slide) */
	transform: translateY(0);
}

.education-secondary-btn .btn-double-text::before {
	/* Keep alternate text hidden (default pattern) */
	transform: translateY(100%);
}

/* Preserve the same look on hover/focus */
.education-secondary-btn:hover,
.education-secondary-btn:focus {
	color: #fff !important;
	border-color: #fff !important;
}

.education-secondary-btn:hover .btn-double-text,
.education-secondary-btn:focus .btn-double-text {
	transform: translateY(0);
}

.education-secondary-btn:hover .btn-double-text::before,
.education-secondary-btn:focus .btn-double-text::before {
	transform: translateY(100%);
}

.service-label-left, .service-label-right, .wpcf7-list-item-label {
	color: #fff !important;
}
