.elementor-kit-6{--e-global-color-primary:#F7BA2A;--e-global-color-secondary:#1C1C1C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#949494;--e-global-typography-primary-font-family:"Cuprum";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Cuprum";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Cuprum";--e-global-typography-text-font-weight:100;--e-global-typography-accent-font-family:"Cuprum";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-secondary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1392px;}.e-con{--container-max-width:1392px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* Basic styles for header and logo */
.elementor-kit-6 .sticky-header {
  transition: height 0.3s ease;
}
 
.elementor-kit-6 .sticky-header .logo {
  transition: transform 0.4s ease;
  transform-origin: left center; /* Set the scaling point to the left */
}
 
/* Starting heights for different devices */
@media (min-width: 1025px) {
  .elementor-kit-6 .sticky-header {
    height: 96px;
  }
}
 
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-kit-6 .sticky-header {
    height: 96px;
  }
}
 
@media (max-width: 767px) {
  .elementor-kit-6 .sticky-header {
    height: 64px;
  }
}
 
/* Reduced heights when scrolling */
@media (min-width: 1025px) {
  .elementor-kit-6 .sticky-header.shrink {
    height: 64px; /* 75% of 125px */
  }
}
 
@media (min-width: 768px) and (max-width: 1024px) {
  .sticky-header.shrink {
    height: 64px; /* 75% of 120px */
  }
}
 
@media (max-width: 767px) {
  .elementor-kit-6 .sticky-header.shrink {
    height: 64px; /* 75% of 90px */
  }
}
 
/* Reduced logo size when scrolling */
.elementor-kit-6 .sticky-header.shrink .logo {
  transform: scale(0.8);
}/* End custom CSS */