.elementor-kit-10{--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;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.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);}@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 *//*==================================================
   UNIVERSAL RESPONSIVE CONTAINER
   Prottekta section er 1366px width wala
   Container e "tbhl-container" class add korle
   ei ekta CSS block e SHOB section responsive hoye jabe.

   Kothay basaben: Elementor > Site Settings > Custom CSS
   (na hoy je kono ekta widget er Advanced > Custom CSS e)
==================================================*/

/* Boro desktop / laptop (1440px er niche) */
@media only screen and (max-width: 1440px) {
    .tbhl-container {
        width: 1366px !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
}

/* Tablet landscape / choto laptop (1024px er niche) */
@media only screen and (max-width: 1024px) {
    .tbhl-container {
        width: 970px !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
}

/* Tablet portrait / choto tablet (768px er niche) */
@media only screen and (max-width: 768px) {
    .tbhl-container {
        flex-direction: column !important;
        width: 100% !important;
        margin: 0 auto !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .form-img {
        width: 100% !important;
    }
    
    .form-container {
        width: 100% !important;
    }
}

/* Mobile (480px er niche) - aro tight padding */
@media only screen and (max-width: 480px) {
    .tbhl-container {
        width: 100% !important;
        margin: 0 auto !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }
    
    #ast-scroll-top {
        padding-top: 5px;
    }
}

/*==================================================
   HORIZONTAL SCROLLBAR FIX
   Kono element viewport theke bhari hoye gele
   ei CSS oita clip kore dibe, tai dane faka
   shada jayga r scrollbar ashbe na
==================================================*/
html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

#ast-scroll-top {
    bottom: 90px !important;
    right: 28px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}/* End custom CSS */