.elementor-kit-260{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--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;background-color:transparent;background-image:linear-gradient(180deg, #804C24 0%, #000000 100%);}.elementor-kit-260 e-page-transition{background-color:#FFBC7D;}.elementor-kit-260 a{color:#CB7838;}.elementor-kit-260 h1{color:#CB7838;font-family:"Roboto", Sans-serif;font-size:32px;font-weight:700;}.elementor-kit-260 h2{color:#F6EFE8;font-family:"Roboto", Sans-serif;font-size:26px;font-weight:700;}.elementor-kit-260 h3{color:#F6EFE8;font-family:"Roboto", Sans-serif;font-size:24px;font-weight:700;}.elementor-kit-260 h4{color:#F6EFE8;font-family:"Roboto", Sans-serif;font-size:22px;font-weight:700;}.elementor-kit-260 h5{color:#F6EFE8;font-family:"Roboto", Sans-serif;font-size:20px;font-weight:500;}.elementor-kit-260 h6{color:#F6EFE8;font-family:"Roboto", Sans-serif;font-size:16px;font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@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 *//* Styles for Chrome, Safari, Edge, and Opera (WebKit/Blink) */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; /* Increased height for better consistency */
  background-color: #000000;
}

::-webkit-scrollbar-thumb {
  background-color: #cb7737; /* Updated to your accent color */
  border-radius: 5px;
  border: 2px solid #000000; /* Optional: adds a buffer around the thumb */
}

/* Styles for Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #cb7737 #000000; /* thumb track */
}/* End custom CSS */