.elementor-kit-6{--e-global-color-primary:#F8F7F3;--e-global-color-secondary:#F8F7F3;--e-global-color-text:#F8F7F3;--e-global-color-accent:#F8F7F3;--e-global-color-3a9a0af:#CCCCCC;--e-global-color-a95d202:#00000000;--e-global-color-c2ac7d8:#F8F7F3;--e-global-typography-primary-font-family:"Anek Bangla";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Anek Bangla";--e-global-typography-accent-font-weight:500;background-color:#D5D5D5F7;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.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 .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;}.site-footer .footer-inner{width:0px;max-width:100%;}.site-footer{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 *//* Full-page frosted glass overlay */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); /* tint */
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
    pointer-events: none; /* allow clicks */
    z-index: -2; /* behind content */
}

/* Make all containers transparent so blur shows through */
.elementor-section,
.elementor-column {
    background: rgba(255,255,255,0.0) !important; /* fully transparent */
}/* Reset default spacing */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Prevent horizontal scrollbars */
html, body {
  width: 100%;
  overflow-x: hidden;
}/* End custom CSS */