.elementor-kit-6{--e-global-color-primary:#E1251A;--e-global-color-secondary:#0B0B0B;--e-global-color-text:#0B0B0B;--e-global-color-accent:#F7F7F7;--e-global-color-d325a8f:#FBEAE8;--e-global-color-a1b3c2d:#6E6E73;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-size:72px;--e-global-typography-primary-font-weight:800;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-primary-line-height:76px;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-size:48px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:48px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:26px;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-line-height:28px;--e-global-typography-eb7a2ad-font-family:"Inter";--e-global-typography-eb7a2ad-font-size:14px;--e-global-typography-eb7a2ad-font-weight:400;--e-global-typography-eb7a2ad-line-height:23px;--e-global-typography-197d300-font-family:"Inter";--e-global-typography-197d300-font-size:20px;--e-global-typography-197d300-font-weight:400;--e-global-typography-197d300-line-height:33px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:600;line-height:20px;color:var( --e-global-color-accent );}.elementor-kit-6 e-page-transition{background-color:#D58980;}.elementor-kit-6 a{color:var( --e-global-color-primary );}.elementor-kit-6 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );line-height:var( --e-global-typography-primary-line-height );}.elementor-kit-6 h2{font-family:"Plus Jakarta Sans", Sans-serif;font-size:48px;font-weight:700;line-height:48px;}.elementor-kit-6 h3{font-family:"Plus Jakarta Sans", Sans-serif;font-size:18px;font-weight:700;line-height:28px;}.elementor-kit-6 h4{font-family:"Plus Jakarta Sans", Sans-serif;font-size:14px;font-weight:600;line-height:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Initial transparent state - all devices */
.sticky-glass-header {
    background: transparent !important;
    transition: background 0.4s ease, backdrop-filter 0.4s ease, box-shadow 0.4s ease;
}

/* Glass effect after scroll - all devices */
.sticky-glass-header.scrolled {
    background: rgba(255, 255, 255, 0.30) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

/* Mobile specific tweaks */
@media (max-width: 767px) {
    .sticky-glass-header.scrolled {
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        background: rgba(255, 255, 255, 0.25) !important; /* mobile-এ একটু বেশি opaque */
    }
}

/* Tablet */
@media (max-width: 1024px) and (min-width: 768px) {
    .sticky-glass-header.scrolled {
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
    }
}/* End custom CSS */