.elementor-12 .elementor-element.elementor-element-fef2cc9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-12 .elementor-element.elementor-element-731d2c7 .elementor-button{background-color:#a85e60;font-family:"Hind Siliguri", Sans-serif;font-size:37px;font-weight:500;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-12 .elementor-element.elementor-element-1647892{text-align:center;}.elementor-12 .elementor-element.elementor-element-1647892 .elementor-heading-title{font-family:"Hind Siliguri", Sans-serif;font-size:55px;font-weight:700;color:#FF006E;}.elementor-12 .elementor-element.elementor-element-daeb972{text-align:center;}.elementor-12 .elementor-element.elementor-element-daeb972 .elementor-heading-title{font-family:"Hind Siliguri", Sans-serif;font-size:40px;font-weight:500;color:#FF0032;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-12 .elementor-element.elementor-element-0fc1be4 img{width:58%;}.elementor-12 .elementor-element.elementor-element-3474709 .elementor-button{background-color:#a85e60;font-family:"Hind Siliguri", Sans-serif;font-size:37px;font-weight:500;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-12 .elementor-element.elementor-element-e408e0e{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-ec6f2d6{width:var( --container-widget-width, 105.459% );max-width:105.459%;--container-widget-width:105.459%;--container-widget-flex-grow:0;}.elementor-12 .elementor-element.elementor-element-ec6f2d6.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-12 .elementor-element.elementor-element-2661443{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-4e1616c{margin:-138px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-731d2c7{margin:-87px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:80px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-731d2c7 .elementor-button{font-size:29px;}.elementor-12 .elementor-element.elementor-element-1647892{margin:32px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-12 .elementor-element.elementor-element-1647892 .elementor-heading-title{font-size:27px;}.elementor-12 .elementor-element.elementor-element-daeb972{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-daeb972 .elementor-heading-title{font-size:22px;}.elementor-12 .elementor-element.elementor-element-0fc1be4 img{width:100%;}.elementor-12 .elementor-element.elementor-element-70cad57{margin:124px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-3474709{margin:-112px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:130px 0px 0px 0px;}.elementor-12 .elementor-element.elementor-element-3474709 .elementor-button{font-size:29px;}.elementor-12 .elementor-element.elementor-element-ff5da6f{margin:-53px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for button, class: .elementor-element-731d2c7 *//* Moving Glow / Shine Effect */
#glow-button {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Moving light */
#glow-button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -80%;
    width: 45%;
    height: 200%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.75),
        transparent
    );
    transform: skewX(-20deg);
    animation: buttonGlow 2.5s infinite;
    z-index: 1;
    pointer-events: none;
}

/* Keep button text/icon above the glow */
#glow-button .elementor-button-content-wrapper,
#glow-button .elementor-button-text,
#glow-button .elementor-button-icon {
    position: relative;
    z-index: 2;
}

@keyframes buttonGlow {
    0% {
        left: -80%;
    }

    100% {
        left: 140%;
    }
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-3474709 *//* Moving Glow / Shine Effect */
#glow-button {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Moving light */
#glow-button::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -80%;
    width: 45%;
    height: 200%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.75),
        transparent
    );
    transform: skewX(-20deg);
    animation: buttonGlow 2.5s infinite;
    z-index: 1;
    pointer-events: none;
}

/* Keep button text/icon above the glow */
#glow-button .elementor-button-content-wrapper,
#glow-button .elementor-button-text,
#glow-button .elementor-button-icon {
    position: relative;
    z-index: 2;
}

@keyframes buttonGlow {
    0% {
        left: -80%;
    }

    100% {
        left: 140%;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-fef2cc9 */html,
body {
    background-color: #f9fee5 !important;

    background-image:
        linear-gradient(
            rgba(185, 205, 125, 0.16) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(185, 205, 125, 0.16) 1px,
            transparent 1px
        ) !important;

    background-size: 16px 16px !important;
    background-attachment: fixed !important;
}

/* Elementor যেন নিজের সাদা background দিয়ে এটাকে ঢেকে না দেয় */
.elementor,
.elementor-page,
.elementor-section,
.elementor-container {
    background-color: transparent;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2661443 */html,
body {
    background-color: #f9fee5 !important;

    background-image:
        linear-gradient(
            rgba(185, 205, 125, 0.16) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(185, 205, 125, 0.16) 1px,
            transparent 1px
        ) !important;

    background-size: 16px 16px !important;
    background-attachment: fixed !important;
}

/* Elementor যেন নিজের সাদা background দিয়ে এটাকে ঢেকে না দেয় */
.elementor,
.elementor-page,
.elementor-section,
.elementor-container {
    background-color: transparent;
}/* End custom CSS */