.elementor-kit-8{--e-global-color-primary:#2C0832;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#BD38FF;--e-global-color-8db432f:#9167FF;--e-global-color-9a23677:#DA8FFF;--e-global-color-e3f1a93:#7642FF;--e-global-color-d4fb643:#BD38FF;--e-global-color-0d43249:#CD7CFF;--e-global-color-972e452:#43236E;--e-global-color-542f429:#F8FAFB;--e-global-color-b459d15:#4A4C56;--e-global-color-e2f745f:#0E000F;--e-global-color-bc5e80f:#D9D9D9;--e-global-color-7f537a8:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:transparent;font-family:"Outfit", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-text );background-image:linear-gradient(180deg, #7642FF 43%, #BD38FF 100%);border-style:solid;border-width:1px 1px 1px 1px;border-color:#CD7CFF;border-radius:100px 100px 100px 100px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:transparent;color:#FFFFFF;background-image:linear-gradient(180deg, #BD38FF 0%, #7642FF 100%);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--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){--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-kit-8{--e-global-typography-text-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-text-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.bengali-pill-menu {
    width: 100%;
}

.bengali-pill-menu .elementor-widget-container {
    background: #2d0738;
    /*padding: 18px 32px;*/
}

/* Menu alignment */
.bengali-pill-menu .elementor-nav-menu--main > .elementor-nav-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 4px;
}

/* Top-level menu links */
.bengali-pill-menu
.elementor-nav-menu--main
> .elementor-nav-menu
> li
> a.elementor-item {
    display: flex;
    align-items: center;
    justify-content: center;

    /*min-height: 64px;*/
    padding: 8px 18px;

    color: #ffffff;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 999px;

    font-family: "Noto Serif Bengali", "Noto Sans Bengali", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    white-space: nowrap;

    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

/* Remove Elementor's default underline animation */
.bengali-pill-menu .elementor-item::before,
.bengali-pill-menu .elementor-item::after {
    display: none !important;
}

/* Hover state */
.bengali-pill-menu
.elementor-nav-menu--main
> .elementor-nav-menu
> li
>a.elementor-item:hover {
    color: #ffffff;
    background: linear-gradient(
        to bottom,
        rgba(145, 103, 255, 0.2) 0%,
        rgba(218, 143, 255, 0.2) 100%
    );
    border-color: rgba(241, 70, 255, 0.1);
    transform: translateY(-1px);
}

/* Active/current page pill */
.bengali-pill-menu
.elementor-nav-menu--main
> .elementor-nav-menu
> li.current-menu-item
> a.elementor-item,
.bengali-pill-menu
.elementor-nav-menu--main
> .elementor-nav-menu
> li.current_page_item
> a.elementor-item,
.bengali-pill-menu
.elementor-nav-menu--main
> .elementor-nav-menu
> li.current-menu-ancestor
> a.elementor-item {
    color: #ffffff;
    background: linear-gradient(
        180deg,
        rgba(145, 103, 255, 0.2) 0%,
        rgba(218, 143, 255, 0.2) 100%
    );
    border-color: rgba(241, 70, 255, 0.1);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.05),
        0 6px 18px rgba(14, 0, 20, 0.12);
}

/* Prevent default active text color from overriding */
.bengali-pill-menu .elementor-item-active {
    color: #ffffff !important;
}

/* Tablet */
@media (max-width: 1024px) {
    .bengali-pill-menu .elementor-widget-container {
        padding: 14px 18px;
    }

    .bengali-pill-menu .elementor-nav-menu--main > .elementor-nav-menu {
        gap: 6px;
    }

    .bengali-pill-menu
    .elementor-nav-menu--main
    > .elementor-nav-menu
    > li
    > a.elementor-item {
        min-height: 54px;
        padding: 12px 14px;
        font-size: 20px;
    }
}

/* Elementor mobile dropdown */
.bengali-pill-menu .elementor-nav-menu--dropdown {
    background: #2d0738;
    padding: 12px;
    border-radius: 14px;
}

.bengali-pill-menu
.elementor-nav-menu--dropdown
a.elementor-item {
    margin: 4px 0;
    padding: 12px 16px;
    color: #ffffff;
    border-radius: 12px;
    font-family: "Noto Serif Bengali", "Noto Sans Bengali", sans-serif;
    font-size: 19px;
}

.bengali-pill-menu
.elementor-nav-menu--dropdown
.current-menu-item
> a.elementor-item,
.bengali-pill-menu
.elementor-nav-menu--dropdown
a.elementor-item:hover {
    color: #ffffff;
    background: rgba(117, 48, 142, 0.85);
}



/*CTA shadow */
/*.design-card {*/
/*  box-shadow:*/
/*    0 62px 90px -32px rgba(120, 67, 255, 0.78),*/
/*    0 38px 60px -3px rgba(188, 56, 255, 0.55),*/
/*    0 20px 35px -3px rgba(151, 62, 255, 0.38),*/
/*    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;*/
/*}*/


p{
    margin: 0px;
}

/* =====================================================
   SMOOTH CHILD-CONTAINER STICKY HEADER

   Sticky distance: 24px
   Sticky background: #0E000F at 30%
===================================================== */

.smooth-sticky-child {
    --sticky-top: 24px;

    position: relative;
    z-index: 9999;
    isolation: isolate;

    box-shadow: 0 0 0 rgba(0, 0, 0, 0);

    transition:
        box-shadow 0.45s ease,
        border-color 0.45s ease;

    will-change: transform;
}

/* Background overlay */
.smooth-sticky-child::before {
    content: "";
    position: absolute;
    inset: 0;

    z-index: 0;
    pointer-events: none;

    border-radius: inherit;

    /* #0E000F with 30% opacity */
    background-color: rgb(30, 1, 32, 0.4);

    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);

    opacity: 0;

    transition:
        opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Keep header content above the background overlay */
.smooth-sticky-child > * {
    z-index: 1;
}

/* Sticky state */
.smooth-sticky-child.is-sticky {
    position: fixed !important;

    top: var(--sticky-top) !important;
    left: var(--sticky-left) !important;

    width: var(--sticky-width) !important;
    max-width: none !important;

    margin: 0 !important;

    z-index: 999999 !important;

    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.20);
}

/* Fade in sticky background */
.smooth-sticky-child.is-sticky::before {
    opacity: 1;
}

/* Placeholder prevents layout jumping */
.smooth-sticky-placeholder {
    display: none;

    flex: 0 0 auto;
    align-self: center;

    height: 0;
    pointer-events: none;
    visibility: hidden;
}

.smooth-sticky-placeholder.is-active {
    display: block;
}

/* WordPress desktop admin bar:
   32px admin bar + 24px spacing */
body.admin-bar .smooth-sticky-child {
    --sticky-top: 56px;
}

/* WordPress mobile admin bar:
   46px admin bar + 24px spacing */
@media screen and (max-width: 782px) {
    body.admin-bar .smooth-sticky-child {
        --sticky-top: 70px;
    }
}

/* Mobile shadow refinement */
@media screen and (max-width: 767px) {
    .smooth-sticky-child.is-sticky {
        box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.18);
    }
}

/* Reduced-motion accessibility */
@media (prefers-reduced-motion: reduce) {
    .smooth-sticky-child,
    .smooth-sticky-child::before {
        transition: none !important;
    }
}/* End custom CSS */