.elementor-kit-1637{--e-global-color-primary:#000165;--e-global-color-secondary:#D2232A;--e-global-color-text:#404040;--e-global-color-accent:#00488A;--e-global-color-307f6bc:#F1F1F1;--e-global-typography-primary-font-family:"Rubik";--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Rubik";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Rubik";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Rubik";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-1637 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.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:640px){.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-1637 .sticky-header {
 transition: height 0.5s ease;
}

.elementor-kit-1637 .sticky-header .logo {
 transition: transform 0.5s ease;
 transform-origin: left center;
}

/* Desktop */
@media (min-width: 1025px) {
 .elementor-kit-1637 .sticky-header {
   height: 100px;  /* Changed to 100px */
 }
 
 .elementor-kit-1637 .sticky-header.shrink {
   height: 60px;
 }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
 .elementor-kit-1637 .sticky-header {
   height: 100px;  /* Changed to 100px */
 }
 
 .elementor-kit-1637 .sticky-header.shrink {
   height: 60px;
 }
}

/* Mobile */
@media (max-width: 767px) {
 .elementor-kit-1637 .sticky-header {
   height: 100px;  /* Changed to 100px */
 }
 
 .elementor-kit-1637 .sticky-header.shrink {
   height: 45px;
 }
}

/* Logo shrink effect */
.elementor-kit-1637 .sticky-header.shrink .logo {
 transform: scale(0.7);
}/* End custom CSS */