.elementor-kit-10{--e-global-color-primary:#2E7D32;--e-global-color-secondary:#7CC419;--e-global-color-text:#644949;--e-global-color-accent:#006D2C;--e-global-color-e2c3df0:#FFFFFF;--e-global-color-ae81942:#000000;--e-global-color-be4068b:#F1F8E9;--e-global-color-22f1e4d:#33333333;--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;--e-global-typography-2d8546c-font-family:"Hind Siliguri";--e-global-typography-2d8546c-font-size:48px;--e-global-typography-2d8546c-font-weight:600;--e-global-typography-bcf76fd-font-family:"Hind Siliguri";--e-global-typography-bcf76fd-font-size:16px;--e-global-typography-bcf76fd-font-weight:400;--e-global-typography-b5893ab-font-family:"Hind Siliguri";--e-global-typography-b5893ab-font-size:30px;--e-global-typography-b5893ab-font-weight:600;--e-global-typography-42e27a6-font-family:"Hind Siliguri";--e-global-typography-42e27a6-font-size:16px;--e-global-typography-42e27a6-font-weight:400;}.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);}.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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */html, body {
    max-width: 100%;
    overflow-x: hidden !important;
}



.bg-zoom {
    position: relative;
    overflow: hidden;
}

.bg-zoom::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.7s ease;
    z-index: 0;
}

.bg-zoom:hover::before {
    transform: scale(1.15);
}

/* content উপরে রাখার জন্য */
.bg-zoom > * {
    position: relative;
    z-index: 1;
}





/* আরও হালকা এবং সীমিত শ্যাডো অ্যানিমেশন */
.elementor-button {
    animation: softGreenPulse 2s infinite ease-in-out !important;
}

@keyframes softGreenPulse {
    0% {
        /* শুরুতে একদম নেই */
        box-shadow: 0 0 0 0px rgba(0, 109, 44, 0);
    }
    50% {
        /* খুব হালকা ব্লার (6px) এবং নামমাত্র স্প্রেড (2px) */
        /* এখানে 0.2 দিয়ে রঙটি অনেক হালকা করা হয়েছে */
        box-shadow: 0 0 6px 2px rgba(0, 109, 44, 0.4);
    }
    100% {
        /* শেষে আবার মিলিয়ে যাবে */
        box-shadow: 0 0 0 0px rgba(0, 109, 44, 0);
    }
}/* End custom CSS */