.elementor-kit-2000{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f3ed9a7:#54595F;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-58e913a-font-family:"Noto Sans Avestan";--e-global-typography-58e913a-font-weight:400;background-color:#414141;color:#DDDEDF;font-family:"Trebuchet MS", Sans-serif;}.elementor-kit-2000 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#A5A5A5;}.site-footer{background-color:#353535FA;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1190px;}.e-con{--container-max-width:1190px;--container-default-padding-top:2rem;--container-default-padding-right:2rem;--container-default-padding-bottom:2rem;--container-default-padding-left:2rem;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}.site-footer .copyright p{font-size:0.8rem;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 100px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: rgba(244, 245, 248, 1);
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, 0);
	-webkit-backdrop-filter: saturate(100%) blur(0px);
	backdrop-filter: saturate(100%) blur(0px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}

/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

.footer-mini-nav {
  display: flex;
  justify-content: center;
  gap: 32px; /* spacing between links */
  text-transform: none;
  font-size: 15 px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}

.footer-mini-nav a {
  color: #ffffff; /* adjust based on your footer color */
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-mini-nav a:hover {
  opacity: 0.6;
}

.footer-copy {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.03em;
  opacity: 0.85;
  color: #ffffff; /* or your footer text color */
  margin-top: 20px;
  margin-bottom: 10px;
}/* End custom CSS */