.elementor-kit-6{--e-global-color-primary:#161412;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#D49404;--e-global-color-ee65743:#35250045;--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:var( --e-global-color-primary );background-image:url("https://b.1.demo-ready.com/wp-content/uploads/2026/08/imgi_35_Background-Hero-1.webp");background-repeat:no-repeat;background-size:cover;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#D29500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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(min-width:1025px){.elementor-kit-6{background-attachment:fixed;}}@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 */.colortxt{
  /* Set the gradient transition from pure white to metallic silver */
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #E2E8F0 50%, #A0AEC0 100%);
  
  /* Clip the background gradient strictly to the text letters */
  background-clip: text;
  -webkit-background-clip: text;
  
  /* Make the text color transparent so the background gradient shows through */
  color: transparent;
  -webkit-text-fill-color: transparent;
  
  /* Optional optimization to ensure block elements fit tight to the text width */
  display: inline-block; 
}

.blurbox{
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}/* End custom CSS */