/*** Global Style ***/
    /*body, html {*/
    /*    background-color: #11101B;*/
    /*}*/

html {
    scroll-behavior: auto !important;
}

* {
    font-family: "Fustat", sans-serif !important; 
}

p:last-child {
    margin-bottom: 0;
}

.gradient_heading .elementor-heading-title {
    /*background: linear-gradient(180deg, #F6F6F7 0%, #7E808F 100%);*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    
    background: linear-gradient(180deg, var(--Placeholder-Text, #61616E) 0%, var(--Primary-Text-Color, #11101B) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*** Global Style END ***/


/*** Global Buttons Style ***/

.site_btn .elementor-button {
    position: relative; 
}

.site_btn.site_btn2 .elementor-button,
.site_btn.site_btn2 .elementor-button:hover {
    background: #1B1A25;
}

.site_btn .elementor-button:hover {
    background: transparent;
}

.site_btn .elementor-button:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);
    opacity: 1;
    z-index: 1;
    transition: opacity ease-in 0.3s;
}

.site_btn .elementor-button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    background: linear-gradient(-90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);
    opacity: 0;
    z-index: 1;
    transition: opacity ease-in 0.3s;
}

.site_btn .elementor-button > span {
    position: relative;
    z-index: 2;
}

.site_btn .elementor-button:hover:before {
    opacity: 0; 
}

.site_btn .elementor-button:hover:after {
    opacity: 1; 
}

.site_btn.gradient_hover .elementor-button {
    background: transparent;
}

.site_btn.gradient_hover .elementor-button:hover {
    border-color: transparent !important;
}

.site_btn.gradient_hover .elementor-button:before {
    display: none;
}

.site_btn.gradient_hover .elementor-button:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);
    border-radius: 10px;
    opacity: 0;
    z-index: 1;
    transition: opacity ease-in 0.3s;
}

.site_btn.gradient_hover .elementor-button > span {
    z-index: 2;
    position: relative;
}

.site_btn.gradient_hover .elementor-button:hover:after {
    opacity: 1;
}

.dark-theme-active.appUserLoggedIn .join_btn,
.light-theme-active.appUserLoggedIn .join_btn,
.appUserLoggedIn .join_btn {
    display: none;
}

/*** Global Buttons Style END ***/

/*.light_pink_bg::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    border-radius: 274px;*/
/*    background: #B948FF;*/
/*    filter: blur(250px);*/
/*    left: 0px;*/
/*    width: 274px;*/
/*    height: 226px;*/
/*    opacity: 0.4;*/
/*    background-repeat: no-repeat;*/
/*    top: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/


/*** Header Style ***/
.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 5;
}

.user_avtar a.elementor-button{
    /* height: 48px;
    width: 48px;     */
    border-radius: 50%;
    background: linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);    
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
}
/*** Header Style END ***/


/*** Footer Style ***/
.social_icons svg {
    margin: 0 !important;
}

.social_icons .elementor-icon-list-item .elementor-icon-list-text {
    display: none;
}

.social_icons .elementor-icon-list-item .elementor-icon-list-icon {
    border-radius: 8px;
    padding: 5px !important;
    border: 1px solid #ECECF4;
    background-color: #FEFEFE;
    transition: border ease-in 0.3s;
    
}

.social_icons .elementor-icon-list-item .elementor-icon-list-icon:hover {
    border: 1px solid var( --e-global-color-17643b4 );
}

.social_icons .elementor-icon-list-item .elementor-icon-list-icon svg path {
    transition: fill ease-in 0.3s;
}

.social_icons .elementor-icon-list-item .elementor-icon-list-icon:hover svg path {
    fill: var( --e-global-color-primary );
}
/*** Footer Style END ***/



/*** Home Page Style ***/


/* .banner_video .elementor-custom-embed-image-overlay {
    background-size: 0px !important;
} */

/* .banner_video .e-hosted-video {
    height: 540px;
    aspect-ratio: initial;
} */

.banner_video .e-hosted-video video {
    object-fit: contain !important;
    height: auto;
}

.ai-driven-image {
    margin-top: auto;
}

.banner_section .site_btn .elementor-button {
    width: 100%;
}

/*.banner_section:after {*/
/*    content: '';*/
/*    width: 274px;*/
/*    height: 226px;*/
/*    background-color: #B948FF;*/
/*    filter: blur(250px);*/
/*    position: absolute;*/
/*    top: 324px;*/
/*    left: 0;*/
/*    z-index: 2;*/
/*    opacity: 0.4;*/
/*}*/

/*.banner_section:before {*/
/*    content: '';*/
/*    width: 190px;*/
/*    height: 157px;*/
/*    background-color: #B948FF;*/
/*    filter: blur(195px);*/
/*    position: absolute;*/
/*    bottom: 383px;*/
/*    right: 0;*/
/*    top: inherit;*/
/*    left: inherit;*/
/*    z-index: 2;*/
/*    opacity: 0.4;*/
/*}*/

.banner_section > div {
    z-index: 3;
}


.driven_grids > div {
    z-index: 2;
}
 
.driven_grids:before {
    content: '';
    position: absolute;
    left: 59px;
    top: 14px;
    width: 197.725px;
    height: 197px;
    background-color: #7214FF;
    filter: blur(250px);
    z-index: 1;
    opacity: 0.3;
}

.driven_grids:after {
    content: '';
    position: absolute;
    right: 50px;
    bottom: -36px;
    width: 173px;
    height: 172px;
    background-color: #32CAFD;
    filter: blur(250px);
    z-index: 1;
    opacity: 0.4;
}

.parent-img-inner > div {
    z-index: 2;
}
 
.parent-img-inner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='369' height='352' viewBox='0 0 369 352' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:screen'%3E%3Crect x='0.75' width='368' height='352' fill='%2311101B'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
    mix-blend-mode: screen;
    border: 1px solid #282D45;
    border-radius: 10px;
}

/*.start_image {*/
/*    mix-blend-mode: screen;*/
/*}*/


.contact_inner:after {
    content: '';
    position: absolute;
    left: -37px;
    bottom: -41px;
    width: 173px;
    height: 172px;
    background-color: #B948FF;
    filter: blur(250px);
    z-index: 1;
}

.contact_inner > div {
    z-index: 2;
}

/*.message-assist-item1:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -37px;*/
/*    bottom: -130px;*/
/*    top: inherit;*/
/*    width: 187px;*/
/*    height: 233px;*/
/*    background-color: #B948FF;*/
/*    filter: blur(250px);*/
/*    z-index: 1;*/
/*}*/

/* .message-assist-item1:after {
    content: '';
    position: absolute;
    top: -28px;
    right: -25px;
    width: 211px;
    height: 263px;
    border-radius: 263px;
    background-color: #2A1AD8;
    filter: blur(195px);
    z-index: 1;
} */

.message-assist-item2:before {
    content: '';
    position: absolute;
    left: 35px;
    bottom: 12px;
    top: inherit;
    width: 118px;
    height: 118px;
    background-color: #7214FF;
    filter: blur(125px);
    z-index: 1;
    opacity: 0.8;
}

/*.message-assist-item2:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 35px;*/
/*    top: 27px; */
/*    width: 118px;*/
/*    height: 118px;*/
/*    background-color: #2A1AD8;*/
/*    filter: blur(125px);*/
/*    z-index: 1;*/
/*}*/

.message-assist-item3:before {
    content: '';
    position: absolute;
    left: 38px;
    bottom: 36px;
    top: inherit;
    width: 140px;
    height: 140px;
    background-color: #B948FF;
    filter: blur(175px);
    z-index: 1;
    opacity: 0.8;
}

.message-assist-item3:after {
    content: '';
    position: absolute;
    right: 56px;
    top: 45px; 
    width: 130px;
    height: 130px;
    background-color: #B948FF;
    filter: blur(125px);
    z-index: 1;
    opacity: 0.8;
}


.message-assist-item1 > div,
.message-assist-item2 > div,
.message-assist-item3 > div,
.works_images > div {
    z-index: 2;
}


/*.works_images:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 38px; */
/*    bottom: 100px;*/
/*    top: inherit;*/
/*    width: 130px;*/
/*    height: 165px;*/
/*    background-color: #2D55FB;*/
/*    filter: blur(175px);*/
/*    z-index: 1;*/
/*}*/

/*.works_images:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 54px; */
/*    bottom: 100%;*/
/*    top: inherit;*/
/*    width: 150px;*/
/*    height: 176px;*/
/*    background-color:#7214FF;*/
/*    filter: blur(150px);*/
/*    z-index: 1;*/
/*}*/

.control_inner_main,
.control_iner {
    height: 100%;
}

.control_item_main,
.control_inner_main {
    transition: all ease-in 0.3s;
}

.control_item_main:hover { 
    background: linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);
}

.control_item_main:hover .control_inner_main {
    background: #252431 !important;
}

.control_inner_main .site_btn {
    margin-top: auto;
}

.control_inner_main .site_btn .elementor-button {
    width: 100%;
}

.control_header:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    display: block;
    left: 0;
    bottom: -20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='250' height='2' viewBox='0 0 250 2' fill='none'%3E%3Cpath opacity='0.3' d='M0 1H250' stroke='%23DADAE1' stroke-dasharray='8 8'/%3E%3C/svg%3E");
    background-repeat: repeat-x;
}

.plans_wrapper .yearly,
.plans_wrapper.yearly .monthly {
    display: none;
} 
 
.plans_wrapper.yearly .yearly {
    display: inline-block;
} 

.prices_btn_wrapper .site_btn .elementor-button:after {
    display: none;
}

.prices_btn_wrapper .site_btn:not(.active) .elementor-button {
    background-color: transparent !important;
    color: #676972;
}

.prices_btn_wrapper .site_btn:not(.active) .elementor-button:before {
    opacity: 0;
}

.prices_btn_wrapper .site_btn.active .elementor-button:before {
    opacity: 1;
}


.work-accordion-item {
    border-radius: 12px;
    background: #ECECF4;
}

.work-accordion-item.active {
    background: linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);
}

.work-accordion-item-inner {
    background: #F5F5F8;
}

.work-accordion-item.active .work-accordion-item-inner {
    background: #EFEFFA;
}

.work-accordion-item.active .work-accordion-item-inner .elementor-heading-title {
    color: #11101B;
}

.no-acc-item .elementor-heading-title {
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: 32px; /* 80% */
    letter-spacing: -1.2px;
    display: inline-block;
}

.acc-content {
    display: none;
}

.acc-header {
    cursor: pointer;
}

body:not(.elementor-editor-active) .accordion-img {
    display: none;
}

body:not(.elementor-editor-active) .accordion-img.active {
    display: block;
}

.off_price .elementor-heading-title {
    background: linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*** Landing Page Style END ***/


/*** Contact form 7 Style ***/

.wpcf7-form .form_input {
    margin-bottom: 16px;
}

.wpcf7-form .form_input.submit {
    margin-bottom: 0px;
}

.wpcf7-form .form_input.submit > p {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.wpcf7-form .form_input.submit .wpcf7-submit {
    border: 0;
    color: #DADAE1;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    width: max-content;
    padding: 15px 41px; 
    max-width: inherit;
    border-radius: 12px;
    background: linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);
    transition: opacity ease-in 0.3s
}

.wpcf7-form .form_input.submit .wpcf7-submit:hover {
    opacity: 0.75;
}

.wpcf7-form .form_input label {
    color: #898B94;   
    font-size: 16px; 
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}

.wpcf7-form .form_input .wpcf7-form-control-wrap input,
.wpcf7-form .form_input .wpcf7-form-control-wrap textarea {
    border-radius: 12px;
    border: 1px solid #ECECF4;
    background: #FEFEFE;
    color: var( --e-global-color-accent ); 
    font-size: 16px; 
    font-weight: 600;
    line-height: 22px;
    padding: 12px 15px;
    outline: none;
}

.wpcf7-form .form_input .wpcf7-form-control-wrap input::placeholder,
.wpcf7-form .form_input .wpcf7-form-control-wrap textarea::placeholder{
    color: var( --e-global-color-accent );
    opacity: 0.5;
}

.wpcf7-form .form_input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-form .form_input .wpcf7-form-control-wrap .wpcf7-not-valid-tip:last-child {
    display: block !important;  
}


.wpcf7-form .form_input .wpcf7-form-control-wrap textarea {
    resize: none;
    max-height: 96px;
}

.wpcf7-form .form_input .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: 5px;
    line-height: 18px;
    display: block; 
    color: #ff4d4d;
    font-size: 15px;
}

form.wpcf7-form.invalid .wpcf7-response-output {
    border: 1px solid #dc32326b;
    padding: 10px;
    text-align: center;
    color: #dc3232;
    background: #dc323226;
    border-radius: 12px;
    font-size: 14px;
    line-height: 18px;
    margin: 24px 0 0;
    font-weight: 600;
    display: none;
}

form.wpcf7-form.sent .wpcf7-response-output {
    border: 1px solid #0e61155c;
    padding: 10px;
    text-align: center;
    color: #249b2e;
    background: #0e611538;
    border-radius: 12px;
    font-size: 14px;
    line-height: 18px;
    margin: 24px 0 0;
    font-weight: 600;
}

 
/*** Contact form 7 Style END ***/




@media screen and (max-width: 1024px) {
    .elementor-widget-nav-menu.elementor-nav-menu--toggle {
        position: static; 
        margin-top: auto;
        margin-bottom: auto !important; 
        order: 3;
        margin-left: 16px;
    }

    .header_inner .elementor-menu-toggle {
        padding: 0;
    }

    .header_inner .site_btn {
        margin-left: auto;
    }

    .custom_header_menu .elementor-nav-menu--dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        right: 0;
        background: transparent;
    }

    .custom_header_menu .elementor-nav-menu {
        background: #F5F5F8;
        border-radius: 12px;
        border: 1px solid #F5F5F8;
    }

    .custom_header_menu .elementor-nav-menu .elementor-item {
        background-color: transparent !important;    
        color: var( --e-global-color-accent );
    }


    .custom_header_menu .elementor-nav-menu .elementor-item.elementor-item-active,
    .custom_header_menu .elementor-nav-menu .elementor-item:hover {
        color: var( --e-global-color-primary );
    }

    body.mobile-menu-active {
        touch-action: none;
        overflow: hidden;
    }

    body.mobile-menu-active:before {
        content: '';
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 4;
        background: rgba(0, 0, 0, 0.5);
    }

    .control_item_main {
        width: calc(50% - 12px) !important;
    }

}

@media screen and (max-width: 991px) {
    /* .banner_video .e-hosted-video {
        height: 420px; 
    } */
}

@media screen and (max-width: 767px) {

    .control_item_main {
        width: 100% !important;
    }

    .prices_btn_wrapper {
        width: auto;
    }

}


/** Inner Page Style **/

/* .page_banner > div {
    z-index: 2;
}

.page_banner:before {
    content: '';
    position: absolute;
    left: 188px; 
    top: -27px;
    width: 373.96px;
    height: 120.921px;
    background-color: #7214FF;
    filter: blur(250px);
    z-index: 1;
}  */

.page_sidebar {
    position: sticky;
    top: 100px;
}

.table-of-content .elementor-toc__header {
    display: none;
}

.table-of-content .elementor-toc__list-wrapper .elementor-toc__list-item-text {
    font-size: 18px;
    line-height: 22px;
}

.table-of-content .elementor-toc__list-wrapper .elementor-toc__list-item-text.new-elementor-item-active {
    color: #DADAE1;
}

.table-of-content .elementor-toc__list-item {
    margin-bottom: 16px;
}

.table-of-content .elementor-toc__list-item:last-child {
    margin-bottom: 0;
}

.elementor-toc__body { 
    overflow-y: visible;
}

.page-content ul {
    padding-left: 35px;
    margin-bottom: 16px;
}

.page-content p {
    margin-bottom: 16px;
    letter-spacing: -0.36px;
}

.page-content h2 {
    letter-spacing: -0.48px !important;
}

.page-content p:last-child,
.page-content ul:last-child {
    margin: 0;
}

.page-content p a,
.page-content a {
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    background: linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-content p strong,
.page-content li strong {
  font-weight: 700;
}

.page-content p em,
.page-content li em { 
    color: var( --e-global-color-text ); 
    font-style: normal;
}


.page-content p a:hover,
.page-content a:hover {
    opacity: 0.9;
}

.multi-listing ul li {
    color: var( --e-global-color-primary );
}

.multi-listing ul ul {
    margin-top: 10px !important;
}

.multi-listing ul li li {
    color: #676972;
    list-style-type: disc;
}


@media screen and (max-width: 1279px) {
    
    .elementor-toc__body {
        overflow-y: auto;  
    }

}

@media screen and (max-width: 1024px) {

    .page-content p a,
    .page-content a {
        font-size: 16px;
        line-height: 22px; 
    }

    .table-of-content .elementor-toc__list-wrapper .elementor-toc__list-item-text {
        font-size: 16px;
        line-height: 20px;
    }

   

}

@media screen and (max-width: 880px) { 

    .page_sidebar {
        position: static;
        top: 100px;
    }

    .elementor-toc__body {
        overflow-y: visible;  
    }

    .page_sidebar,
    .page-content {
        width: 100% !important;
    }

    .table-of-content .elementor-toc__list-item {
        margin-bottom: 10px;
    }

    .page-content ul {
        padding-left: 24px;
    }    

}



/** Inner Page Style END **/

.waitlist-form .form_input label,
.waitlist-form  .wpcf7-spinner {
    display: none;
}

.waitlist-form .wpcf7-form {
    display: flex;
}

.waitlist-form .wpcf7-form .form_input {
    margin: 0;
    width: calc(100% - 200px);
    padding-right: 20px;
}

.waitlist-form .wpcf7-form .form_input:not(.submit) input { 
    background: #11101B;
}

.waitlist-form .wpcf7-form .form_input.submit {
    width: 200px;
    padding: 0;
}

@media screen and (max-width: 767px) {

    /* Header */

    .user_avtar a.elementor-button{
        height: 40px;
        width: 40px;
    }

    .waitlist-form .wpcf7-form {
        flex-direction: column;
        row-gap: 20px;
    }

    .waitlist-form .wpcf7-form .form_input,
    .waitlist-form .wpcf7-form .form_input.submit {
        width: 100%;
        padding: 0;
    }

    .waitlist-form .wpcf7-form .form_input.submit > p {
        flex-direction: row;
        justify-content: center;
    }

    .footer_bottom_menu .elementor-nav-menu--main .elementor-nav-menu {
        margin: 0 auto;
    }

}


.banner_btn.site_btn .elementor-button:after {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
}


/*** Plan Sections ***/

.plan-item-column {
    width: 25%;
}

.plans-contents {
    display: flex;
}

.plans-contents > p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #f5f5f5;
    display: flex;
    margin: 0 auto;
}

.plan-item-header h3 {
    margin: 0 0 4px;
    font-size: 24px; 
    font-weight: 700;
    line-height: 33.6px;
    color: var( --e-global-color-primary );
}

.plan-item-column:first-child .plan-item-header {
    padding: 24px;
}

.plan-item-header {
    padding: 32px;
    min-height: 248px;
    min-height: 248px;
    background-image: url("data:image/svg+xml,%3Csvg width='496' height='2' viewBox='0 0 496 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.24' d='M0 1.08594H496' stroke='%23B948FF' stroke-linejoin='round' stroke-dasharray='8 8'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left bottom;
    position: relative;
}

.plan-item-header .plan-status {
    display: inline-block;
    position: absolute;
    color: #FEFEFE !important; 
    font-size: 14px; 
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
    padding: 1px;
    border-radius: 36px; 
    top: -18px;
    background: #FEFEFE;
}

.plan-item-header .plan-status span {
    background: #B948FF;
    border-radius: 36px;
    padding: 7px 19px 5px;
    display: inline-block;
}

.plan-item-column:first-child .plan-item-header h3 {
    font-size: 20px; 
    font-weight: 600;
    line-height: 28px;
    color: #898B94; 
    margin-bottom: 0;
}

.plan-item-header h4 {
    font-size: 20px; 
    font-weight: 600;
    line-height: 28px;
    margin: 0 0 16px;
    color: var( --e-global-color-primary );
}

.plan-item-header h4 span {
    display: inline-block;
    color: #898B94; 
    font-size: 14px; 
    font-weight: 400;
    line-height: 20px;
    color: var( --e-global-color-accent );
}

.plan-item-header p {
    font-size: 16px; 
    font-weight: 400;
    line-height:  22.4px;
    color: var( --e-global-color-primary );
    margin-bottom: 28px; 
    text-transform: capitalize;
}
 
.plan-item-header .button {
    padding: 15px;
    line-height: 1;
    display: inline-block;
    width: 100%;
    position: relative;
    border-radius: 12px;
    border: 1px solid #ECECF4;
    background: #FEFEFE;
    color: var( --e-global-color-primary );
}

.plan-item-column:hover .plan-item-header .button{
    color: #FEFEFE;
}

.plan-item-header .button:before {
    content: '';
    border-radius: 12px;
    background: linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    opacity: 0;
    z-index: 1;
    transition: opacity ease-in 0.25s;
}

.plan-item-column:hover .plan-item-header .button:before {
    opacity: 1;
}

.plan-item-header .button:hover:before {
    opacity: 1;
}

.plan-item-header .button span {
    position: relative;
    z-index: 2;
}

.plan-item-column, .plan-item-column-inner {
    display: flex;
    flex-direction: column;
}

.plan-item-column-inner {
    height: 100%;
    position: relative;
    z-index: 2;
    background: #F5F5F8;
}

.plan-item-column:first-child {
    border-radius: 16px 0px 0px 16px;
    border-top: 1px solid  #ECECF4;
    border-bottom: 1px solid #ECECF4;
    border-left: 1px solid #ECECF4;
    background: linear-gradient(90deg, rgba(185, 72, 255, 0.08) 0%, rgba(185, 72, 255, 0.00) 100%);
    position: relative;
}

.plan-item-column .plan-cell {
    display: flex;
    align-items: center;
    padding: 15px 24px;
    min-height: 52px;
    border-bottom: 1px solid rgba(137, 139, 148, 0.1);
}

.plan-item-column .plan-cell:last-child {
    border-bottom: 0;
}

.plan-item-column .plan-cell.plan-cell-detail { 
    justify-content: center;
    padding: 13px 24px; 
   
}

/*.plan-item-column:first-child:after,*/
/*.plan-item-column:first-child:before {*/
/*    content: '';*/
/*    width: calc(100% - 20px);*/
/*    position: absolute;*/
/*    bottom: -1px;*/
/*    right: 0;*/
/*    height: 1px;*/
/*    background: linear-gradient(90deg, rgba(185, 72, 255, 0.0) 0%, #11101B 100%);*/
/*}*/

/*.plan-item-column:first-child:before {*/
/*    bottom: inherit;*/
/*    top: -1px;*/
/*}*/

.plan-item-column:nth-child(2) {
    border-radius: 16px 0px 0px 16px;
    border: 1px solid #ECECF4;
    background: #F5F5F8;
}

.plan-item-column:nth-child(2) .plan-item-column-inner {
    border-radius: 16px 0px 0px 16px;
}

.plan-item-column .plan-item-column-inner  {
    transition: border-radius ease-in 0.25s;
}

.plan-item-column:hover .plan-item-column-inner {
    border-radius: 16px !important;  
}

.plan-item-column:nth-child(4) {
    border-radius: 0px 16px 16px 0px;
    border: 1px solid #ECECF4;
    background: #F5F5F8;
}

.plan-item-column:nth-child(1) .plan-item-column-inner {
    background: transparent;
}

.plan-item-column:nth-child(4) .plan-item-column-inner {
    border-radius: 0px 16px 16px 0px;
}

.plan-item-column:nth-child(3) {
    border-radius: 0;
    border: 0;
    padding: 0; 
    position: relative;
    border-top: 1px solid #ECECF4;
    border-bottom: 1px solid #ECECF4;
}

.plan-item-column:nth-child(3):after {
    content: '';
    position: absolute;
    top: -25px;
    bottom: -25px;
    left: -1px;
    right: -1px;
    border-radius: 12px;
    background: var(--Main-Gradient, linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%));
    box-shadow: 0px 4px 40px 0px rgba(185, 72, 255, 0.12);
    z-index: 1;
}

.plan-item-column {
    position: relative;
}

.plan-item-header .plan-icon {
    position: absolute;
    top: 26px;
    right: 32px;
    max-width: 84px;
    display: flex;
}

.plan-item-column:not(:first-child):after {
    content: '';
    position: absolute;
    top: -25px;
    bottom: -25px;
    left: -1px;
    right: -1px;
    border-radius: 12px;
    background: var(--Main-Gradient, linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%));
    box-shadow: 0px 4px 40px 0px rgba(185, 72, 255, 0.12);
    z-index: 1;
    opacity: 0;
    transition: opacity ease-in 0.25s;
}

.plan-item-column:hover:after {
    opacity: 1;
} 

.plan-item-column:nth-child(3) .plan-item-column-inner {
    
}

.plan-item-details .plan-cell span {
    font-size: 16px; 
    font-weight: 400;
    line-height: 22px;
    color: var( --e-global-color-primary );
    text-align: center;
    
}

.plan-item-details .plan-cell span.has_svg {
    display: flex;
}

.plan-item-details .plan-cell.plan-cell-header span { 
    font-size: 14px; 
    font-weight: 400;
    line-height: 20px;
} 

.pricing_wrapper {
    justify-content: flex-start;
    border-radius: 14px;
    border: 1.2px solid #ECECF4;
    display: inline-flex;
    column-gap: 8px;
    padding: 4px;
    margin-bottom: 12px;
}

.pricing_wrapper a {
    padding: 7px 16px;
    border-radius: 10px;
    color: var( --e-global-color-accent );
    transition: color ease-in 0.25s;
    min-width: 100px;
}

.price-tab-content p {
    color: var( --e-global-color-primary ); 
    font-size: 14px; 
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    margin-bottom: 45px;
}

.price-tab-content a {
    color: #B948FF;
}

.pricing_wrapper a:hover {
    color: var( --e-global-color-primary );
}

.pricing_wrapper a.active {
    background: linear-gradient(90deg, #2A1AD8 0%, #4E26E2 25%, #7231EC 50%, #953DF5 75%, #B948FF 100%);
    color: var( --e-global-color-340cbf3 );
}

.plan-item-header.main-header.mobile {
    display: none;
}

.mobile_title {
    display: none;
}

.plan-item-column.disabled {
    pointer-events: none;
}

.plan-item-column.disabled .plan-item-header .button {
    color: #61616E !important;
}


@media screen and (max-width: 1200px) {
    
    .plan-item-column .plan-cell.plan-cell-detail {
        justify-content: center;
        padding: 10px 10px;
    }

    .plan-item-column:first-child .plan-item-header {
        padding: 15px;
    }

    .pricing_wrapper a {
        padding: 5px 12px;  
        min-width: 80px;
    }

    .plan-item-header .button {
        padding: 12px 15px; 
    }

    .plan-item-header .plan-icon {
        top: 20px;
        right: 20px;
        max-width: 64px;
    }

}

@media screen and (max-width: 1023px) {

    .plan-item-column:first-child {
        display: none;
    }

    .plan-item-column {
        width: 33.33%;
    }

    .plan-item-header.main-header.mobile {
        display: flex;
        justify-content: center;
        min-height: inherit;
        flex-direction: column;
        align-items: center;
        background-image: none;
        padding-bottom: 55px;
        padding-top: 0;
    }

    .price-tab-content p {
        margin: 0;
    }

}

@media screen and (max-width: 767px) { 

    .plan-item-column {
        width: 320px;
    }

    .plans-contents {
        width: 1000px;
        padding: 26px 0; 
        column-gap: 20px;
    }

    .plans-contents-wrapper {
        overflow-x: auto; 
        margin: 0 -20px;
        padding: 0 20px;
    }

    .price-tab-content p {
        text-align: center;
    }

    .plan-item-header.main-header.mobile {
        padding-bottom: 20px;
    }

    .plan-item-column:nth-child(2),
    .plan-item-column:nth-child(4) {
        border-radius: 16px; 
    }

    .plan-item-header {
        padding: 30px 16px 20px;
        min-height: 248px;
        min-height: 200px; 
    }

    .plan-item-header h4 {
        margin: 0 0 10px;
         font-size: 16px; 
        line-height: 24px; 
    }

    .plan-item-column .plan-cell.plan-cell-detail {
        flex-direction: column;
        min-height: 42px;
    }

    .plan-item-header h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .plan-item-details .plan-cell span.mobile_title {
        font-size: 14px;
        line-height: 20px;
    }

    .plan-item-details .plan-cell span {
        font-size: 16px;
        line-height: 22px;
    }

    .plan-item-details .plan-cell span.mobile_title {
        color: #898B94;
        display: flex;
        margin-bottom: 2px;
    }

    .plan-item-header p {
        margin-bottom: 20px;
        font-size: 14px; 
        line-height: 18px; 
    }
    
    .plan-item-header.main-header p {
        margin: 0;
    }

    .plan-item-column:nth-child(3):after {
        top: -20px;
        bottom: -20px;
    }

    .plan-item-header .plan-status span {
        padding: 5px 15px 3px;
    }

    .plan-item-header .plan-status {
        top: -17px;
        font-size: 15px;
        line-height: 22px;
    }

    .plan-item-column:nth-child(2) .plan-item-column-inner,
    .plan-item-column:nth-child(4) .plan-item-column-inner,
    .plan-item-column:nth-child(3) .plan-item-column-inner {
        border-radius: 16px;
    }

    .plan-item-column:nth-child(3) {
        border-radius: 16px;
        border: 1px solid #3A3948; 
    }

}
/*** Plan Sections END ***/



/*** Login Logout Function Style ***/

.user-dropdown .elementor-icon-list-item {
    padding: 8px;
     
}

.user-dropdown .elementor-icon-list-item a:hover .elementor-icon-list-text,
.user-dropdown .elementor-icon-list-item a .elementor-icon-list-text  {
    color: #f5f5f5;
}

.user-dropdown {
    box-shadow: -128px 198px 66px 0px rgba(0, 0, 0, 0.00), -82px 127px 60px 0px rgba(0, 0, 0, 0.02), -46px 71px 51px 0px rgba(0, 0, 0, 0.08), -21px 32px 38px 0px rgba(0, 0, 0, 0.13), -5px 8px 21px 0px rgba(0, 0, 0, 0.15);
    padding: 4px;
    background: #1B1A25;
    position: absolute;
    max-width: inherit !important;
    width: 190px !important;
    right: 0;
    top: 100%;
    border-radius: 12px;
    display: none;
}

.dropdown-wrapper {
    position: relative;
}

.logout_btn .elementor-button {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1024px) {
    .logout_btn {
        display: flex;
        justify-content: flex-end;
    }
}

/*** Login Logout Function Style END ***/


/* 3-7-25 */

.banner_video .elementor-open-inline  .elementor-custom-embed-image-overlay{
    background-position: top center;
}


.banner_video .elementor-custom-embed-image-overlay::before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width : 100%;
    background: rgba(0, 0, 0, 0.20);
}

.banner_section .elementor-custom-embed-play svg{
    opacity: 1;
    filter: none;
}

.light_theme_image .elementor-custom-embed-play svg rect{
    fill: #ffffff;
}

.light_theme_image .elementor-custom-embed-play svg path{
    fill: url(#paint0_linear_1_275);
}

/*.work-accordion-item .acc-header .acc_number svg path{*/
/*    fill: #898B94;*/
/*}*/

.work-accordion-item.active .acc-header .acc_number svg path{
    fill: #B948FF;
}

.grediant_border .elementor-widget-container{
    background: linear-gradient(135deg, #2A1AD8, #4E26E2, #7231EC, #953DF5, #B948FF);
    padding: 6px;
    border-style: unset !important;
}

.grediant_border .elementor-widget-container .e-hosted-video{
    border-radius: 16px;
    overflow: hidden;
}

/* Dark theme css */















