.elementor-kit-8{--e-global-color-primary:#652AAA;--e-global-color-secondary:#F6F6F6;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-b171494:#02010100;--e-global-color-687aadc:#141414;--e-global-color-190a0d6:#D8E4F0;--e-global-color-c62b294:#EBEBF0;--e-global-typography-primary-font-family:"Arsenal";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1.3em;--e-global-typography-secondary-font-family:"Arsenal";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Arsenal";--e-global-typography-text-font-size:24px;--e-global-typography-text-font-weight:500;--e-global-typography-text-line-height:1.3em;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.4em;--e-global-typography-a5892cf-font-family:"Montserrat";--e-global-typography-a5892cf-font-size:24px;--e-global-typography-a5892cf-font-weight:300;--e-global-typography-a5892cf-line-height:1.4em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.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(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-8{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:24px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:14px;--e-global-typography-a5892cf-font-size:18px;--e-global-typography-a5892cf-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-widget-text-editor p {
  margin-bottom: 0;
}

/* Glass effect with 2px blur */
.glass-effect-1bg {
    background:  linear-gradient(-155deg, rgba(255,255,255,0.3), rgba(255,255,255,0), rgba(255,255,255,0.2));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(3px);
}
/* Glass effect for projects page */
.glass-effect-pjs {
    background:  linear-gradient(-155deg, rgba(255,255,255,0.15), rgba(255,255,255,0.3), rgba(255,255,255,0.6));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(2px);
}

.elementor-button .elementor-button-icon svg {
    height: auto;
    width: 2.5em;
}
/* Default (desktop) */
.bottom_nav {
  position: fixed;
  left: 0;
  right: 0;                          /* allows centering */
  bottom: max(12px, env(safe-area-inset-bottom));
  width: 20%;                        /* desktop width */
  margin: 0 auto;                    /* centers horizontally */
  z-index: 4;                     /* stay above content */
}

/* Mobile */
@media (max-width: 1440px) {
  .bottom_nav {
    width: 100%;                     /* full width on mobile */
    bottom: max(0px, env(safe-area-inset-bottom)); /* flush to bottom */
    border-radius: 0;                 /* optional: remove rounding for full bar */
  }
}/* End custom CSS */