.elementor-kit-7{--e-global-color-primary:#164959;--e-global-color-secondary:#B91416;--e-global-color-text:#4D4D4D;--e-global-color-accent:#61CE70;--e-global-color-25bf800:#FE1817;--e-global-color-5c293fd:#7A7A7A7A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:40px;--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-cfbbff9-font-family:"Roboto";--e-global-typography-cfbbff9-font-size:23px;--e-global-typography-3187ed0-font-size:32px;background-color:#FFFFFF;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#000000;padding-inline-end:0px;padding-inline-start:0px;}.elementor-kit-7 h1{font-size:4.1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1100px;}.e-con{--container-max-width:1100px;}.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 .header-inner{width:90%;max-width:100%;}.site-header .site-navigation ul.menu li a{color:#FFFFFF;}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:#FFFFFF;}@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-kit-7 h1{font-size:3.5rem;}.elementor-kit-7 h3{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .header-inner{width:100%;max-width:100%;}.site-header{padding-inline-end:0%;padding-inline-start:0%;}}/* Start custom CSS */.elementor-menu-toggle {
  display: none;
}

.navbar {
  position: relative;
  background: transparent;
  transition: background 0.4s ease;
}

.navbar.sticky {
  position: fixed;
  top: 0; 
  left: 0;
  width: 100%;  
  background: #fff; 
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.navbar .logo {
  color: #333;
}

.navbar.sticky .logo {
  color: #000;
}

.elementor-nav-menu--main {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.elementor-nav-menu--main > li > a {  
  color: #333; 
  padding: 10px 15px;
  display: block;
}

.navbar.sticky .elementor-nav-menu--main > li > a {
  color: #000;
}/* End custom CSS */