:root {
    --base-font-size: 16px;
    --base-font-family: "Suisse Intl", sans-serif;
    --heading-font-family: "HW Cigars", sans-serif;

    --e-global-color-primary: #CE0E2E;
    --e-global-color-secondary: #101214;
    --e-global-color-text: #FFFFFFE5;
    --e-global-color-accent: #311B92;
    --e-global-color-Cyan-300: #4DD0E1;
    --e-global-color-Orange-400: #FFA826;
    --e-global-color-Orange-300: #FFB84D;
    --e-global-color-Pink-600: #D81B60;
    --e-global-color-Pink-900: #880E4F;
    --e-global-color-Green-400: #66BB69;
    --e-global-color-Natural-alpha-800: #FFFFFF1A;
    --e-global-color-Deep-purpal-900: #311B92;
    --e-global-color-Blue-900: #063F9D;
    --e-global-color-Cyan-900: #006064;
    --e-global-color-b409cb3: #FCFCFC;
    --e-global-brand-500: #FC323D;
    --neutral-alpha-80010:#FFFFFF1A;
}


* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--base-font-family);
}

p {
    margin-bottom: 15px;
}

.elementor-button {
    min-height: 36px;
    padding: 9px 16px;
    letter-spacing: 0.02em;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid;
    font-family: var(--base-font-family);
}
.btn {
    letter-spacing: 0.02em;
    font-weight: 400;
}
.btn.btn-link {
    background: transparent;
    padding: 0;
    border: none;
    color: var(--e-global-brand-500);
}
.btn.btn-link.icon-right.angle > span,
.elementor-post__read-more{
    position: relative;
}
.elementor-post__read-more{
    padding-right: 30px;
}
.elementor-widget-posts .elementor-post__read-more {
    color: inherit;
    font-size: inherit;
}
.btn.btn-link.icon-right.angle > span:after,
.btn.btn-link.icon-right.angle > span:before,
.elementor-post__read-more:after{
    content: "";
    background-color: var(--e-global-brand-500);
    width: 7px;
    height: 1px;
    position: absolute;
    left: auto;
    right: -12px;
    transform: rotate(45deg);
    top: 7px;
}
.btn.btn-link.icon-right.angle > span:before {
    transform: rotate(-45deg);
    right: -17px;
}

.elementor-post__read-more:after{
    background-image: url(../images/arrow-right-white.svg);
    background-color: transparent;
    width: 17px;
    height: 16px;
    transform: none;
    top: 4px;
    right: 0;
}

.btn-link .elementor-button {
    min-height: inherit;
}

.elementor-button span {
    line-height: 1;
    top: 1px;
    position: relative;
}

.elementor-button.btn-dark {
    background-color: #FFFFFF1A;
    color: #FCFCFC;
    border: 1px solid #FCFCFC;
}
.button-large .elementor-button svg {
    width: 17px;
    position: relative;
    top: -1px;
}
.site-main {
    padding-top: 80px;
}

.header-main {
    position: fixed;
    transition: transform 0.5s !important;
    transform: translateY(0);
    opacity: 1;
    z-index: 999;
}
.header-main.sticky-header{
    background-color: var(--e-global-color-secondary);
}
.unsticky-header .header-main {
    transform: translateY(-200px);
}

.header-right>div {
    flex-shrink: 0;
}


#topbar {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

#site-header {
    top: 0;
    min-height: 80px;
    align-items: center;
    background: transparent;
    max-width: 100%;
}

.top-bar-visible #site-header {
    top: 0;
}

.admin-bar[data-elementor-device-mode="desktop"] #topbar {
    top: 0;
}

.admin-bar[data-elementor-device-mode="desktop"] .header-main,
.admin-bar[data-elementor-device-mode="desktop"] .scrolling-tabination .e-n-tabs-heading {
    top: 32px;
}


/*Global compoonent*/
.page-pattern-bg-1 {
    position: absolute;
    z-index: -1;
    /* filter: blur(80px); */
    top: 426px !important;
    background-color: #101214;
}
.page-pattern-bg-1 {
    background-size: 100% 100% !important;
}

.bg-patterb-pink1 {
    background-size: 100% 100% !important;
}

.section.space-y-48 {
    padding-top: 48px;
    padding-bottom: 48px;
}

.section.space-y-91 {
    padding-top: 91px;
    padding-bottom: 91px;
}

.desktop-size-100 {
    background-size: 100% 100% !important;
}

.elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-title{
    background-color: var(--e-global-color-secondary);
}


.section-hero-content .content-inner.center-align,
.section-pick-industry .content-inner.center-align,
.section-webeoc .content-inner.center-align {
    max-width: 987px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.section-pick-industry .content-inner.center-align {
    max-width: 897px;
}

.section-pick-webeoc .content-inner.center-align {
    max-width: 869px;
}

.section-our-solution .section-head {
    max-width: 967px;
    width: 100%;
}

.section-integration .section-head,
.section-resources .section-head {
    max-width: 869px;
    width: 100%;
}

.section-counter .section-head {
    max-width: 814px;
    width: 100%;
}

.breadcrumb {
    display: flex;
    gap: 28px;
}

.breadcrumb>.item {
    background: #FFFFFF1A;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 8px 2px 8px;
    border-radius: 2px;
    position: relative;
}

.breadcrumb {
    display: flex;
    gap: 28px;
}

.breadcrumb>.item {
    background: #FFFFFF1A;
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 8px 2px 8px;
    border-radius: 2px;
    position: relative;
}

.breadcrumb>.item:after,
.breadcrumb>.item:before {
    content: "";
    position: absolute;
    left: auto;
    right: -14px;
    top: 15px;
    transform: translateY(-50%) rotate(45deg);
    background: #fff;
    width: 1px;
    height: 5px;
}

.breadcrumb>.item:before {
    transform: translateY(-50%) rotate(-45deg);
    top: 11px;
}

.breadcrumb>.item:last-child:after,
.breadcrumb>.item:last-child:before {
    display: none;
}



.section-with-icons .elementor-icon-box-icon {
    background: #fff;
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px;
    flex-shrink: 0 !important;
    width: 35px;
    height: 35px;
}

.section-with-icons .elementor-icon-box-icon svg,
.section-with-icons .elementor-icon-box-icon img {
    width: 20px;
}

.section-hero-content .content-actions .elementor-button {
    min-width: 165px;
}

.logo-marquee-slider .swiper-wrapper {
    transition-timing-function: linear !important;
}

.logo-marquee-slider .swiper-wrapper {
    align-items: center;
}

.logo-marquee-slider .swiper-slide-inner .swiper-slide-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}


.section-with-icons .elementor-widget-icon-box .elementor-icon-box-content{
    flex-shrink: 0;
}

.integrations-swiper {
    /* width: 100vw !important; */
    left: 0 !important;
    margin-left: 0;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    padding-bottom: 40px !important;
    padding-right: 20px !important;
}

.integration-card {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    padding-bottom: 90px;
    border-radius: 8px;
    overflow: hidden;
}

.post-item .post-image>a {
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 63%;
    position: relative;
}

.post-item .post-image>a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-item .post-content {
    padding: 32px;
}

.integrations-swiper .swiper-slide {
    height: auto;
}

.integration-card .post-title {
    font-size: 32px;
    font-weight: 300;
    margin-top: 0;
}

.integration-card .tag-badge {
    margin-bottom: 16px;
    display: inline-block;
}

.tag-badge {
    background-color: #FFFFFF1A;
    color: #66BB69;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 14px;
}

.integration-card .btn {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 8px;
    position: absolute;
    top: auto;
    bottom: 43px;
}

.integrations-swiper .swiper-scrollbar {
    background: #26292B;
    height: 3px !important;
    left: 0 !important;
    max-width: 1280px;
}

.integrations-swiper .swiper-scrollbar-drag {
    background-color: #2E7D31;
    height: 3px !important;
    border-radius: 0;
}

.theme-tabination .e-n-tab-title {
    padding: 8px 0;
    position: relative;
    transition: all 0.3s;
}

.theme-tabination .e-n-tab-title:after {
    content: "";
    position: absolute;
    top: 50%;
    left: auto;
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.7);
    right: -20px;
    transform: translateY(-50%);
}

.theme-tabination .e-n-tab-title[aria-selected="true"],
.theme-tabination .e-n-tab-title:hover {
    padding: 8px 18px;
}

.section-our-solution,
.section-webeoc{
    overflow: hidden;
}

.theme-tabination .e-n-tab-title:last-child:after {
    display: none;
}

.theme-tabination .e-n-tabs-heading {
    background-color: #1A1C1E;
    padding: 20px;
    border-radius: 8px;
    row-gap: 16px;
}

.theme-tabination.scrolling-tabination .e-n-tab-title[aria-selected="true"],
.theme-tabination.scrolling-tabination .e-n-tab-title:hover,
.theme-tabination.scrolling-tabination .e-n-tab-title {
    padding: 11px 16px;
}

.theme-tabination.scrolling-tabination .e-n-tabs-content {
    flex-direction: column;
    gap: 80px 0;
}

.theme-tabination.scrolling-tabination .e-n-tabs-content>.e-con:not(.e-active),
.theme-tabination.scrolling-tabination .e-n-tabs-content>.e-con {
    display: flex !important;
}

.sticky-scrolling-link .scrolling-tabination.theme-tabination.horizontal-scroll-tabs .e-n-tabs-heading {
    position: fixed;
    top: 0;
    z-index: 20;
    left: auto;
}
.admin-bar[data-elementor-device-mode="desktop"].sticky-scrolling-link .scrolling-tabination.theme-tabination.horizontal-scroll-tabs .e-n-tabs-heading {
    top: 32px !important;
}
.scrolling-tabination .column-image img {
    max-height: 722px;
}

.theme-tabination.horizontal-scroll-tabs .e-n-tabs {
    padding-top: 90px;
}

.theme-tabination.horizontal-scroll-tabs .e-n-tabs-heading {
    padding: 8px;
    width: max-content;
    gap: 22px;
    position: absolute;
    top: 0 !important;
    left: 0;
}

.theme-tabination.horizontal-scroll-tabs .e-n-tab-title:after {
    right: -18px;
}

.horizontal-scroll-tabs .e-n-tabs-heading button.e-n-tab-title[aria-selected=true],
.horizontal-scroll-tabs .e-n-tabs-heading button:hover,
.horizontal-scroll-tabs .e-n-tabs-heading button {
    padding: 13px 26px !important;
}

.resource-feature-grid .elementor-loop-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    flex-direction: row;
}

.resource-feature-grid .elementor-loop-container .e-loop-item {
    width: calc(68% - 12px);
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(2),
.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(3) {
    width: calc(32% - 12px);
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner {
    display: flex;
    flex-direction: row;
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(2) .post-image img,
.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(3) .post-image img {
    max-height: 218px;
    min-height: 218px;
}

.resource-feature-grid .resource-card-item .post-image img {
    width: 100%;
    object-fit: cover;
}

.resource-card-item {
    border: 1px solid #FFFFFF1A;
    box-shadow: 0px 0px 3px 0px #FFFFFF1A inset;
    box-shadow: 0px 0px 3px 0px #0000008C;
    box-shadow: 0px 8px 40px 0px #00000040;
    border-radius: 8px;
    overflow: hidden;
}

.resource-card-item .post-content {
    padding: 32px !important;
}

.resource-card-item .post-content .elementor-post-info li {
    background: #063F9D;
    color: #fff;
    padding: 6px 8px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-radius: 2px;
    margin-bottom: 16px;
}

.post-content .elementor-post-info li span.elementor-post-info__terms-list-item {
    color: #fff;
    line-height: 1;
}

.post-content .elementor-post-info {
    margin-bottom: 0;
}

.resource-card-item .post-content .elementor-button {
    height: auto;
    min-height: inherit;
}

.resource-card-item .post-content .elementor-post-info li {
    position: relative;
    padding-left: 25px;
}

.post-content .elementor-post-info li:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.type-case-study .post-content .elementor-post-info li:before {
    background-image: url('../images/icon-case-study.svg');
}

.type-video .post-content .elementor-post-info li {
    background: #880E4F;
}

.type-video .post-content .elementor-post-info li:before {
    background-image: url('../images/icon-video.svg');
}

.type-webinar .post-content .elementor-post-info li {
    background: #311B92;
}

.type-webinar .post-content .elementor-post-info li:before {
    background-image: url('../images/icon-webinar.svg');
}

.type-testimonial .post-content .elementor-post-info li {
    background: #006064;
}

.type-testimonial .post-content .elementor-post-info li:before {
    background-image: url('../images/icon-testimonials.svg');
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-image>div,
.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-image>div img,
.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .post-image img {
    height: 100%;
    object-fit: cover;
    max-height: 416px;
    min-height: 416px;
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-image {
    width: 65%;
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-content {
    width: 40%;
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .card-content-inner .post-content {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .card-content-inner {
    position: relative;
    z-index: 1;
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .card-content-inner:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .post-content {
    position: relative;
    padding-right: 150px !important;
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .button-container {
    position: absolute;
    left: auto;
    right: 32px;
    width: auto;
    top: auto;
    bottom: 32px;
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .post-title {
    max-width: 420px;
    width: 100%;
}

.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-image>div,
.resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-image>div img {
    max-height: 100%;
}


.stats-grid .flex-row {
    display: flex;
    gap: 0 94px;
    flex-wrap: wrap;
}

.stats-grid .flex-row .stat-item {
    display: flex;
    align-items: flex-end;
    gap: 17px;
}


.stat-item h3 {
    font-size: 74px;
    font-weight: 400;
    margin: 0;
    font-family: var(--heading-font-family);
    letter-spacing: -0.01em;
}

.stat-item {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.stats-grid .flex-row .stat-item>p,
.stats-grid .flex-row .stat-item>div {
    max-width: 108px;
    line-height: 1.26;
    margin: 0;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 400;
}
.stats-grid .flex-row .stat-item>div {
    margin-bottom: 26px;
}

/*Blog list page*/
.blog-sidebar {
    position: sticky;
    top: 160px;
}
.top-stories-post .blog-post-card {
    flex-direction: row;
    gap: 24px;
}

.top-stories-post .blog-post-card>div {
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 24px !important;
}

.top-stories-post .blog-post-card .post-image {
    max-width: 233px;
}

.top-stories-post .blog-post-card .post-image>div {
    width: 100%;
}

.top-stories-post .blog-post-card .post-content {
    padding-top: 0;
    gap: 0 !important;
    flex-direction: column !important;
}

.top-stories-post .blog-post-card .post-content .post-category {
    margin-bottom: 8px;
}

.top-stories-post .blog-post-card .post-content .post-title h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 12px;
}

.featured-blog-post {
    border-right: 1px solid #FFFFFF1A;
}

.featured-blog-post .e-loop-item:last-of-type .blog-post-card,
.top-stories-post .e-loop-item:last-of-type .blog-post-card {
    border: none;
}

.featured-blog-post .blog-post-card .post-content .post-title h3 {
    font-size: 32px;
    font-weight: 300;
}

.ajax-search {
    position: relative;
    border-radius: 4px;
    max-width: 289px;
    width: 100%;
}

.ajax-search>input {
    background: transparent;
    height: 52px;
    font-size: 16px;
    color: #FFFFFF99;
    border: 1px solid #FFFFFF4D;
    border-radius: 4px;
}

.ajax-search .search-icon {
    position: absolute;
    left: auto;
    right: 0;
    border: none;
    padding: 16px 15px;
    height: 100%;
    background: transparent;
}

.section-blog-listing {
    margin-bottom: 0;
}

.section-blog-listing .section-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.section-blog-listing .section-head h2 {
    font-family: var(--heading-font-family);
    font-size: 42px;
    margin: 0;
    font-weight: 400;
}

.post-grid {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: -24px;
    margin-right: -24px;
    min-height: 499px;
}

.post-grid>div {
    width: 33.33%;
    padding: 0 24px;
    margin-bottom: 48px;
}

.blog-post-card .readmore-post {
    display: none;
}

.blog-post-card .post-title {
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
    color: #FFFFFFF2;
}

.section-promo-block .elementor-button {
    min-height: 44px;
}

.category-filters .blog-category-tabs {
    display: flex;
    justify-content: center;
    background: #FFFFFF0D;
    border-radius: 8px;
    padding: 16px 40px;
    flex-wrap: wrap;
    gap: 14px 41px;
}

.category-filters {
    margin-bottom: 40px;
}

.category-filters .blog-category-tabs button.category-tab {
    position: relative;
    background: transparent;
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 400;
    color: #FFFFFFB2;
}

.category-filters .blog-category-tabs button.category-tab:after {
    content: "";
    position: absolute;
    left: auto;
    right: -20px;
    width: 1px;
    height: 14px;
    background: #FFFFFFB2;
}

.category-filters .blog-category-tabs button.category-tab:last-child:after {
    display: none;
}

.category-filters .blog-category-tabs button.category-tab.active,
.category-filters .blog-category-tabs button.category-tab:hover {
    background: #4DD0E1;
    color: #101214;
}

.blog-post-card {
    padding: 0 0 24px 0;
    border-bottom: 1px solid #FFFFFF1A;
}

.blog-post-card .post-image {
    padding: 0;
}

.blog-post-card .post-image a {
    display: block;
}

.blog-post-card .post-image>a,
.blog-post-card .post-image .elementor-widget-container>a {
    display: block;
    position: relative;
    padding-bottom: 56.765%;
    border-radius: 4px;
    overflow: hidden;
}

.blog-post-card .post-image>a>img,
.blog-post-card .post-image .elementor-widget-container>a>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.blog-post-card .post-image a>img {
    width: 100%;
}

.blog-post-card .post-content {
    padding-top: 24px;
}

.blog-post-card .post-meta {
    display: flex;
    align-items: center;
    color: #FFFFFFF2;
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    gap: 0 24px;
}

.blog-post-card .post-meta>div {
    position: relative;
}

.blog-post-card .post-meta>div:before {
    content: "";
    background-color: #fff;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    position: absolute;
    left: auto;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-post-card .post-meta>div:last-child::before {
    display: none;
}

.blog-post-card .post-meta .post-date {
    color: #FFFFFF99;
}

.post-content .post-category {
    color: #FFFFFFE5;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 400;
    background: #FFFFFF1A;
    padding: 5px 6px 4px 6px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    border-radius: 2px;
    margin-bottom: 16px;
}

.loadMore-block {
    margin-top: 48px;
    text-align: center;
}

.loadMore-block .elementor-button {
    font-weight: 400;
    padding: 8px 11px;
    background-color: #101214;
}

/*Loader*/
.ajax-loader {
    text-align: center;
    margin: 20px 0;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ajax-loader .loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: var(--e-global-color-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}


@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.newsletter-block p {
    margin: 0;
}

.newsletter-form .elementor-field {
    padding-left: 0;
    padding-bottom: 14px;
}

.newsletter-form .elementor-button {
    height: 48px;
    padding: 10px 15px 11px 15px;
}

.editor-pick-post.full-cover .blog-post-card {
    position: relative;
    padding: 0;
    border: none;
    border-radius: 8px;
    overflow: hidden;
}

.editor-pick-post.full-cover .blog-post-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    z-index: 0;

}

.editor-pick-post.full-cover .blog-post-card .post-content {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 40px 150px 40px 40px;
    z-index: 1;
}

.editor-pick-post.full-cover .blog-post-card .post-content .post-title {
    max-width: 574px;
}

.editor-pick-post.full-cover .blog-post-card .readmore-post {
    display: block;
    position: absolute;
    left: auto;
    right: 40px;
    width: auto;
    top: auto;
    bottom: 40px;
}

.editor-pick-post.full-cover .blog-post-card .post-image .elementor-widget-container>a {
    padding-bottom: 36.765%;
}

.editor-pick-post.standard .blog-post-card {
    border: none;
}

.editor-pick-post.general-list .blog-post-card .post-content {
    padding: 0;
}

.editor-pick-post.general-list .blog-post-card .post-image {
    display: none;
}

.editor-pick-post.general-list .elementor-grid {
    gap: 48px 0;
}

.editor-pick-post.general-list .e-loop-item:last-of-type .blog-post-card,
.editor-pick-post.standard .e-loop-item:last-of-type .blog-post-card {
    border: none;
    padding-bottom: 0;
}

.editor-pick-post.general-list .blog-post-card {
    padding-bottom: 48px;
}

.post-grid>div.no-post {
    width: 100%;
    text-align: center;
}

/*Single post*/
.single-post-feature-image img {
    width: 100%;
    object-fit: cover;
}

.single-post-top-content .single-meta-info .read-time {
    font-size: 14px;
    color: #FFFFFFCC;
    font-weight: 400;
    text-transform: uppercase;
}

.single-meta-info .read-time:before,
.single-meta-info .elementor-icon-list-item:after {
    content: "";
    background-color: #FFFFFF66 !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50%;
    margin-left: 8px !important;
    position: absolute !important;
    left: -22px !important;
    top: 50%;
    transform: translateY(-50%);
    border: none !important;
}

.single-meta-info .elementor-icon-list-icon {
    margin-right: 12px;
}

.single-meta-info .elementor-icon-list-item:after {
    left: auto !important;
    right: -18px !important;
}

.single-meta-info .elementor-post-info__item--type-date {
    text-transform: uppercase;
}

.toc-sidebar {
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 32px;
}

.toc-sidebar h3 {
    font-family: var(--e-global-typography-9fc403d-font-family), Sans-serif;
    font-size: var(--e-global-typography-9fc403d-font-size);
    font-weight: var(--e-global-typography-9fc403d-font-weight);
    text-transform: var(--e-global-typography-9fc403d-text-transform);
    line-height: var(--e-global-typography-9fc403d-line-height);
    letter-spacing: var(--e-global-typography-9fc403d-letter-spacing);
    color: var(--e-global-color-d753d99);
    margin-bottom: 20px;
    margin-top: 0;
}
.toc-sidebar ul {
    padding: 0;
    list-style: none;
    border-left: 1px solid #FFFFFF1A;
}

.toc-sidebar ul li {
    font-weight: 300;
    margin: 14px 0;
}

.toc-sidebar ul li > a {
    color: #FFFFFFCC;
    padding: 0 0 0 16px;
    display: block;
    position: relative;
    min-width: 250px;
}

.toc-sidebar ul li.active > a {
    color: #fff;
}
.toc-sidebar ul li.toc-hidden{
    display: none;
}

.toc-sidebar ul li > a:before {
    content: "";
    background: var(--e-global-brand-500);
    width: 2px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0;
    opacity: 0;
    transition: linear 0.3s;
}

.toc-sidebar ul li.active > a:before {
    opacity: 1;
}

.btn.btn-link.icon-right.angle.expanded > span:after,
.btn.btn-link.icon-right.angle.expanded > span:before {
    right: -16px;
}

.btn.btn-link.icon-right.angle.expanded > span:before {
    right: -11px;
}

.post-content-inner .elementor-widget-text-editor{
    font-family: var(--base-font-family);
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
    letter-spacing: -0.01em;
    line-height: 1.77 !important;
}
.post-content-inner .elementor-widget-text-editor p{
    margin-bottom: 18px;
}

.post-content-inner .elementor-widget-text-editor p:last-of-type {
    margin: 0;
}
.post-content-inner h2{
    margin-bottom: 20px;
    margin-top: 0;
    letter-spacing: 0.013em;
    line-height: 1.3 !important;
}
.post-content-inner h3 {
    margin-bottom: 12px;
    margin-top: 0;
}
.elementor-blockquote--skin-quotation .elementor-blockquote:before,
.elementor-blockquote--skin-boxed .elementor-blockquote:before{
    content: "";
    background: url('../images/icon-quate.svg') no-repeat center center;
    width: 44px;
    height: 40px;
    background-size: contain;
}
.elementor-blockquote--skin-boxed .elementor-blockquote:before{
    display: block;
    margin-bottom: 20px;
     width: 35px;
    height: 32px;
}
.elementor-widget-blockquote .elementor-blockquote__author > span {
    display: block;
    color: #FFFFFF80;
    font-weight: 300;
}
.elementor-widget-blockquote blockquote {
    border-left: 2px solid #FFFFFF1A;
    padding-left: 40px;
}
.elementor-blockquote--skin-boxed .elementor-blockquote{
    border: none;
    padding: 20px 24px;
}
.section-webeoc {
    overflow: unset;
}



.press-release-content .section-head .getin-touch-text a{
    text-decoration: underline;
}
.newsroom-sidebar {
    padding-right: 64px;
}
.archive-year {
   border-bottom: 1px solid #FFFFFF0D;
   padding-bottom: 12px;
   margin-bottom: 12px;
}


.press-featured-post .elementor-post {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    border: 1px solid var(--neutral-alpha-80010, #FFFFFF1A);
    border-radius: 8px;
    background: #FFFFFF0D;
}

.press-featured-post .elementor-post .elementor-post__title > a {
    color: #fff;
}

.press-featured-post .elementor-post .elementor-post__thumbnail__link {
    margin: 0;
    width: 50% !important;
}
.press-featured-post  .elementor-post-date {
    text-transform: uppercase;
    font-size: 15px;
    color: #FFFFFF99;
    letter-spacing: 0.04em;
}
.press-featured-post .elementor-post .elementor-post__text{
    width: 50%;
    padding: 60px 54px 60px 64px;
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}
.press-featured-post .elementor-post .elementor-post__title > a {
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 140%;
}
.press-featured-post .elementor-post .elementor-post__text .elementor-post__meta-data {
    order: -1;
    margin-bottom: 0;
}
.press-featured-post .elementor-post  .elementor-post__thumbnail {
    width: 53.858%;
    position: relative;
    padding-bottom: 30% !important;
    background: #1A1C1E;
}

.press-featured-post .elementor-post .elementor-post__thumbnail img {
    object-fit: contain;
    width: auto !important;
    height: auto !important;
}

.newsroom-sidebar h2 {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #FFFFFF99;
    margin-top: 0;
    margin-bottom: 24px;
}
.archive-year .year-toggle {
    font-size: 14px;
    position: relative;
    padding-right: 20px;
    margin: 0;
    color: #FFFFFFCC;
    cursor: pointer;
}
.archive-year .year-toggle:after {
    content: "";
    background: url('../images/angle-down-light.svg') no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    position: absolute;
    left: auto;
    right: 0;
    top: 2px;
}
.archive-year.open .year-toggle:after {
    transform: rotate(180deg);
    top: 0;
}
ul.archive-months {
    list-style: none;
    padding: 0 0 0 12px;
    margin: 12px 0 0 0;
    border-left: 1px solid #FFFFFF1A;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px 0;
}
ul.archive-months > li {
    margin: 0;
}
.archive-months > li > a {
    color: #FFFFFF99;
}
ul.archive-months > li.active > a {
    color: #FC323D;
}


.newsroom-post-list {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
}
.newsroom-post {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    border-bottom: 1px solid #FFFFFF1A;
    padding-bottom: 40px;
    align-items: center;
}
.newsroom-post:last-child{
    border: none;
}

.newsroom-post .newsroom-thumb {
    width: 40%;
    max-width: 221px;
    margin-left: auto;
    background: #1A1C1E;
}

.newsroom-post .newsroom-content {
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    order: -1;
}

.newsroom-post  .newsroom-content h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}

.newsroom-post .newsroom-thumb > a {
    position: relative;
    display: block;
    padding-bottom: 56.11%;
}

.newsroom-post .newsroom-thumb > a > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.newsroom-post.default-image .newsroom-thumb > a > img {
    max-width: 98px;
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.newsroom-meta {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #FFFFFF99;
}

.client-review-tabs .elementor-blockquote {
    border: none;
    padding: 0;
}
.client-review-tabs .e-n-tab-title {
    opacity: 0.4;
}
.client-review-tabs .e-n-tab-title[aria-selected=true]{
    opacity:1;
}
.client-review-tabs .elementor-blockquote__author span {
    font-size: 14px;
}
.download-box .group-actions .elementor-button {
    min-height: inherit;
}

.download-box .group-actions .elementor-button svg {
    width: 20px;
}

.download-box .elementor-button-content-wrapper {
    align-items: center;
}
.download-box .group-actions .elementor-button-text {
    text-decoration: underline;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .logo-marquee-slider.mobile {
        display: none;
    }

    .logo-marquee-slider .swiper-slide-inner img {
        max-width: 156px;
    }
}

@media (min-width: 1200px) {

    .page-header:not(.e-con-full) .entry-title,
    .site-footer:not(.e-con-full) .footer-inner,
    .site-footer:not(.dynamic-footer),
    .site-header:not(.e-con-full) .header-inner,
    .site-header:not(.dynamic-header):not(.e-con-full),
    body:not([class*=elementor-page-]) .site-main {
        max-width: 1280px;
    }

    .stats-grid .flex-row .stat-item>div {
        margin-bottom: 14px;
    }

}

@media (max-width: 1366px){
    .theme-tabination .e-n-tab-title[aria-selected="true"],
    .theme-tabination .e-n-tab-title:hover,
    .theme-tabination .e-n-tab-title {
        padding: 8px 16px;
    }
    .theme-tabination .e-n-tabs-heading{
        gap: 10px 16px;
    }
    .theme-tabination .e-n-tab-title:after{
        right: -10px;
    }
}

@media (max-width: 1280px) {

    .e-con-boxed>.e-con-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .e-con-boxed.e-con {
        padding-left: 0;
        padding-right: 0;
    }

    .header-main .e-con-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .header-center .elementor-nav-menu--main .elementor-item {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .site-header .header-left {
        max-width: 150px;
    }

    .site-header .header-center {
        width: 70%;
    }

    .site-header .header-right {
        margin-left: auto;
    }

    .site-header .elementor-widget-n-menu .e-n-menu-item .e-n-menu-title {
        padding: 8px 10px !important;
    }

    .top-stories-post .blog-post-card>div,
    .section-blog-feature .blog-post-card>div {
        padding-left: 0;
        padding-right: 0;
    }

    .press-featured-post .elementor-post .elementor-post__title > a{
        font-size: 28px;
    }

    
}

@media (max-width: 1200px) {
    .site-header .header-center {
        width: 65%;
    }

    .site-header .elementor-widget-n-menu .e-n-menu-heading {
        justify-content: flex-start;
    }

    .site-header .elementor-widget-n-menu .e-n-menu-item .e-n-menu-title {
        padding: 8px 8px !important;
    }
}

@media (max-width: 1100px) {
    body {
        font-size: 14px;
    }

    .section-pick-industry .content-inner.center-align,
    .section-our-solution .section-head,
    .section-hero-content .content-inner.center-align,
    .section-pick-industry .content-inner.center-align,
    .section-webeoc .content-inner.center-align,
    .section-integration .section-head,
    .section-resources .section-head {
        max-width: 757px;
    }

    .section-counter .section-head {
        max-width: 700px;
    }

    .elementor-widget-n-menu .e-n-menu-toggle {
        width: 36px;
        height: 36px;
    }

    .elementor-widget-n-menu .e-n-menu-toggle svg {
        width: 36px;
    }

    .site-header {
        gap: 12px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .site-header>div {
        width: auto;
        padding: 0;
    }

    .site-header .header-center {
        width: auto;
    }


    .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
        position: fixed;
        top: 118px;
        height: calc(100vh - 118px);
        left: auto;
        right: 0;
        transform: translateX(100%);
        transition: transform 0.3s;
        background: var(--e-global-color-secondary);
        width: 340px;
    }
    .site-header .elementor-widget-n-menu .e-n-menu-heading{
        height: 100%;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
     }
      .elementor-widget-n-menu .e-n-menu-toggle:after {
        content: "";
        position: fixed;
        background: #101214;
        width: 100vw;
        height: 100vh;
        left: 0;
        top: 118px;
        filter: blur(10px);
        opacity: 0;
        visibility: hidden;
    }
     .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-item{
        width: 100%;
     }
    .navigation-open .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper{
        transform: translateX(0);
    }

   .navigation-open .elementor-widget-n-menu .e-n-menu-toggle:after {
        opacity: 0.5;
        visibility: visible;
   }

    .navigation-open .header-main{
        background: var(--e-global-color-secondary);
    }
   

    /* .site-header .header-center {
        width: 60%;
    } */

    .stats-grid .flex-row {
        gap: 0 64px;
    }

    .resource-card-item .post-content {
        padding: 22px !important;
    }

    .stat-item h3 {
        font-size: 54px;
    }

    .featured-blog-post .blog-post-card .post-content .post-title h3 {
        font-size: 26px;
    }

    .top-stories-post .blog-post-card .post-content .post-title h3,
    .blog-post-card .post-title {
        font-size: 20px;
    }

    .post-grid {
        margin-left: -15px;
        margin-right: -15px;
    }

    .post-grid>div {
        padding: 0 15px;
        margin-bottom: 30px;
    }

    .category-filters .blog-category-tabs {
        gap: 10px 30px;
        padding: 14px 30px;
    }

    .editor-pick-post.general-list .blog-post-card {
        padding-bottom: 25px;
    }

    .editor-pick-post.general-list .elementor-grid {
        gap: 25px 0;
    }
    .post-content-inner .elementor-widget-text-editor{
        font-size: 16px;
    }
    .toc-sidebar ul li > a{
        font-size: 14px;
    }
    .press-featured-post .elementor-post .elementor-post__text{
        padding: 40px 44px 40px 44px;
    }
    .press-featured-post .elementor-post .elementor-post__title > a{
        font-size: 24px;
    }
    .newsroom-post .newsroom-content h3{
        font-size: 20px;
    }
}

@media (max-width: 992px) {

    .featured-blog-post {
        border-right: none;
    }

    .post-grid>div {
        width: 50%;
    }

    /*Scrolling tab horizontal*/
    .theme-tabination.horizontal-scroll-tabs .e-n-tabs-heading {
        width: max-content;
        display: inline-flex;
        max-width: 100%;
    }

    .theme-tabination.scrolling-tabination .e-n-tabs-heading button {
        font-weight: 400;
    }

    .theme-tabination.scrolling-tabination .e-n-tabs-heading button.e-n-tab-title[aria-selected=true] {
        font-weight: 400;
    }

    .theme-tabination .e-n-tab-title:after {
        right: -10px;
    }

    /* .horizontal-scroll-tabs .tab-scrollbar-mobile {
        overflow: hidden;
    } */
    .horizontal-scroll-tabs .e-n-tabs-heading {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        overflow-x: auto;
        /* margin-bottom: 29px; */
        margin-right: 39px;
        padding: 0;
        /* width: calc(100vw - 24px); */
    }

    .horizontal-scroll-tabs .e-n-tabs-heading button {
        margin: 0 !important;
        flex-shrink: 0;
        background-color: transparent !important;
        color: #FFFFFF !important;
    }

    .horizontal-scroll-tabs .e-n-tabs-heading button.e-n-tab-title[aria-selected=true] {
        background-color: #FFA826 !important;
        color: #101214 !important;
    }

    .horizontal-scroll-tabs.webco-tabs .e-n-tabs-heading button {
        color: #FFFFFF99 !important;
    }

    .horizontal-scroll-tabs.webco-tabs .e-n-tabs-heading button.e-n-tab-title[aria-selected=true] {
        background-color: #D81B60 !important;
        color: #FCFCFC !important;
    }

    .horizontal-scroll-tabs .e-n-tabs-heading button.active {
        font-weight: bold;
    }

    /* .horizontal-scroll-tabs.scrolling-tabination .tab-scrollbar-mobile {
        position: sticky;
        top: 0;
        z-index: 10;
    } */

    .horizontal-scroll-tabs .e-n-tabs-heading button.e-n-tab-title[aria-selected=true],
    .horizontal-scroll-tabs .e-n-tabs-heading button:hover,
    .horizontal-scroll-tabs .e-n-tabs-heading button {
        padding: 13px 16px !important;
        font-weight: 400;
    }

    .theme-tabination.horizontal-scroll-tabs .tab-scrollbar-mobile{
        position: absolute;
        top: 0;
        z-index: 20;
        left: 0;
        right: 0;
        width: 100vw;
        overflow-x: auto;
        /* padding-right: 20px; */
    }
    .sticky-scrolling-link .scrolling-tabination.theme-tabination.horizontal-scroll-tabs .tab-scrollbar-mobile{
        z-index: 20;
        position: fixed;
    }

    .theme-tabination.horizontal-scroll-tabs .e-n-tabs-heading{
        position: static;
    }

    .theme-tabination.horizontal-scroll-tabs .tab-scrollbar-mobile {
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* IE 10+ */
    }

   .theme-tabination.horizontal-scroll-tabs .tab-scrollbar-mobile::-webkit-scrollbar {
        display: none; /* Webkit browsers */
    }

    .resource-feature-grid .elementor-loop-container .e-loop-item,
    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(2), 
    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(3){
        width: 100%;
    }

    .newsroom-post .newsroom-content h3{
        font-size: 18px;
    }
    .newsroom-sidebar {
        padding-right: 35px;
    }
    .newsroom-post {
        flex-direction: column;
        gap: 20px;
    }

    .newsroom-post .newsroom-thumb {
        width: 100%;
        max-width: 100%;
        order: -1;
    }

    .newsroom-post .newsroom-content {
        width: 100%;
    }


}

@media (max-width: 767px) {

    body {
        font-size: 14px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 15px;
    }

    .mobile-size-100 {
        background-size: 100% 100% !important;
    }

    .hide-xs {
        display: none !important;
    }

    /*Order css*/
    .xs-order-1 {
        order: 1;
    }

    .xs-order-2 {
        order: 2;
    }

    .xs-order-3 {
        order: 3;
    }

    .xs-order-4 {
        order: 4;
    }

    .xs-order-5 {
        order: 5;
    }

    .xs-order-6 {
        order: 6;
    }

    .xs-order-7 {
        order: 7;
    }

    .xs-order-8 {
        order: 8;
    }

    .xs-order-9 {
        order: 9;
    }

    .section.space-y-91 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section.space-y-48 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .button-demo .elementor-button-icon {
        display: none;
    }

    .content-inner h3 br,
    .content-inner .elementor-widget-text-editor br {
        display: none;
    }

    .section-head-content.section.space-y-48 {
        padding-top: 66px;
        padding-bottom: 24px;
    }

    .section-head-content.section.space-y-48>.e-con-inner {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section-with-icons .elementor-icon-box-icon {
        width: 29px;
        height: 29px;
        padding: 5px;
    }

    .section-with-icons .elementor-icon-box-icon svg {
        width: 16px;
    }

    .page-pattern-bg-1 {
        top: 0 !important;
        background-size: 100% 100% !important;
    }

    /* .section-webeoc {
        overflow: hidden;
    } */

    .elementor-widget-n-menu .e-n-menu[data-layout=dropdown] .e-n-menu-wrapper {
        width: 100%;
    }

    /*Mobile Tabs selection dropdown*/
    .tab-dropdown-mobile .selected-value {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        padding: 20px 14px;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        color: #FFFFFFF2;
        background: url('../images/icon-v.svg') no-repeat;
        background-position: calc(100% - 20px) center;
    }

    .tab-dropdown-mobile {
        border: 1px solid #FFFFFF0D;
        position: relative;
        display: inline-block;
        height: 56px;
        padding: 0;
        width: 100%;
        border-radius: 8px;
        overflow: unset;
        margin-bottom: 14px;
        background-color: rgba(255, 255, 255, 0.05);
    }

    .tab-dropdown-mobile .e-n-tabs-heading {
        width: 100%;
        position: absolute;
        z-index: 5;
        background: #101214;
        display: inline-block;
        left: 0;
        top: 100%;
        border: 1px solid #FFFFFF0D;
        display: none;
        padding: 0;
    }

    .tab-dropdown-mobile.active .e-n-tabs-heading {
        display: block;
    }

    .theme-tabination.mobile-dropdown-tabs .e-n-tab-title:after {
        display: none;
    }

    .mobile-dropdown-tabs .e-n-tabs-heading>button {
        margin: 0 !important;
        background: transparent !important;
        color: #fff !important;
        padding: 14px 10px !important;
        line-height: 1 !important;
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        border-radius: 0;
    }

    .mobile-dropdown-tabs .e-n-tabs-heading>button[aria-selected="true"] {
        background: #1f2124 !important;
    }

    .logo-marquee-slider .swiper-slide-inner img {
        max-width: 108px;
    }

    .theme-tabination.scrolling-tabination .e-n-tabs-content {
        display: flex;
        flex-direction: column;
        gap: 96px 0;
    }

    .theme-tabination.scrolling-tabination .e-n-tab-title[aria-selected="true"],
    .theme-tabination.scrolling-tabination .e-n-tab-title:hover,
    .theme-tabination.scrolling-tabination .e-n-tab-title {
        padding: 12px 16px;
    }

    
    .post-item .post-content {
        padding: 25px 18px;
    }

    .tag-badge {
        font-size: 10px;
    }

    .integration-card .post-title {
        font-size: 20px;
    }

    .stats-grid .flex-row {
        gap: 0 47px;
    }

    .stat-item h3 {
        font-size: 40px;
    }

    .stats-grid .flex-row .stat-item {
        font-size: 8px;
        max-width: calc(50% - 24px);
        gap: 5px;
    }

    .stats-grid .flex-row .stat-item>div {
        margin-bottom: 18px;
    }
    .resource-feature-grid .elementor-loop-container .e-loop-item,
    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(2),
    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(3) {
        width: 100%;
    }

    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-image,
    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-content {
        width: 100%;
    }

    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-image>div,
    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-image>div img,
    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .post-image img {
        max-height: 308px;
        min-height: 308px;
    }

    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .card-content-inner .post-content {
        position: static;
        padding-right: 32px !important;
    }

    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .button-container {
        position: static;
    }

    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .card-content-inner:after {
        display: none;
    }

    .resource-feature-grid .elementor-loop-container .e-loop-item .post-title {
        margin-bottom: 24px;
    }

    .blog-post-card .post-image>div {
        width: 100%;
        max-width: 100%;
    }

    .top-stories-post .blog-post-card .post-image {
        max-width: 100%;
    }

    .section-blog-listing .section-head h2 {
        font-size: 32px;
    }

    .section-blog-listing .section-head {
        flex-direction: column;
        gap: 20px 0;
    }

    .ajax-search {
        width: 100%;
        max-width: 100%;
    }

    .post-grid>div {
        width: 100%;
    }

    .editor-pick-post.full-cover .blog-post-card .post-image .elementor-widget-container>a {
        padding-bottom: 55.765%;
    }

    .editor-pick-post.full-cover .blog-post-card .post-content {
        position: static;
        padding: 20px;
    }

    .editor-pick-post.full-cover .blog-post-card .readmore-post {
        position: static;
    }

    .elementor-widget-blockquote blockquote {
        padding-left: 20px;
    }
    .elementor-blockquote--skin-quotation .elementor-blockquote:before, 
    .elementor-blockquote--skin-boxed .elementor-blockquote:before{
        width: 34px;
        height: 30px;
    }
    .blog-sidebar {
        position: relative;
        top: 0;
    }
    .category-filters .blog-category-tabs button.category-tab:after{
        display: none;
    }

    .press-featured-post .elementor-post {
        flex-direction: column;
    }
    .press-featured-post .elementor-post .elementor-post__thumbnail,
    .press-featured-post .elementor-post .elementor-post__text{
        width: 100%;
        padding-bottom: 65% !important;
    }
    .press-featured-post .elementor-post .elementor-post__text{
        padding: 20px;
        width: 100%;
    }
    .press-featured-post .elementor-post .elementor-post__title > a {
        font-size: 18px;
    }
    .client-review-tabs .e-n-tabs-content {
        display: block;
        order: 2;
    }

    .client-review-tabs .e-n-tabs-heading {
        order: -1;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        align-items: center;
        gap: 0 13px;
        background: #ffffff12;
        padding: 15px;
        border-radius: 12px;
    }

    .client-review-tabs .e-n-tabs-heading .e-n-tab-title {
        margin: 0 !important;
    }
    .client-review-tabs .e-n-tabs-content .e-con-inner {
        padding: 20px 0;
    }
    .client-review-tabs .e-n-tabs-content > div {
        padding: 0;
    }


}

@media (max-width: 480px) {
    .section-hero-content .content-actions>div {
        width: 100%;
    }

    .section-hero-content .content-actions .elementor-button {
        width: 100%;
    }

    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-image>div,
    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(1) .card-content-inner .post-image>div img,
    .resource-feature-grid .elementor-loop-container .e-loop-item:nth-of-type(4) .post-image img {
        max-height: 208px;
        min-height: 208px;
    }
}