@import url(../fonts/lausanne-font/stylesheet.css);
@import url(../fonts/icomoon/style.css);

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

html {
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    scroll-behavior: smooth;
    font-family: 'TWK Lausanne', sans-serif !important;
    overflow-x: hidden;
}

.ast-container,
.container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
    max-width: 1440px;
}

.ast-page-builder-template .entry-header.ast-header-without-markup {
    display: none;
}

header.site-header {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: space-between;
    border-bottom-width: 1px;
    width: 100%;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 100ms;
    backdrop-filter: blur(25px);
}

header.site-header .ast-primary-header-bar {
    background-color: transparent;
}

.site-header-primary-section-right .ast-builder-layout-element {
    padding-right: 6px;
}

.site-header-primary-section-right .ast-builder-html-element a {
    padding: 10px 16px;
    font-size: 0.875rem;
    border: 1px solid #ffffff0d;
    border-radius: 6px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    background-color: #ffffff0d;
    box-shadow: inset 0 0 2px var(--tw-shadow-color, #fff9);
}

.main-header-menu>.menu-item>.menu-link,
#astra-footer-menu>.menu-item>.menu-link {
    border-radius: 6px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'TWK Lausanne', sans-serif !important;
    font-weight: 400;
    letter-spacing: -.01px;
}

h1,
.h1 {
    font-size: 64px;
    line-height: 64px;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 50px;
}

h3,
.h3 {
    font-size: 28px;
    line-height: 32px;
}

h4,
.h4 {
    font-size: 24px;
    line-height: 28px;
}

.btn-link-ic a {
    overflow: hidden;
    display: flex;
    align-items: center;
    width: fit-content;
}

.btn-link-ic path {
    fill: #fff;
}

.btn-link-ic.btn-link-black-ic path {
    fill: #0c0a0899;
}

.btn-link-ic.btn-link-white-ic path {
    fill: #FFFFFF99;
}

.btn-link-ic a:hover .elementor-button-icon * {
    animation: .5s ease-in-out forwards arrow-slide;
}

@keyframes arrow-slide {
    0% {
        opacity: 1;
        transform: translate(0);
    }

    20% {
        opacity: 0;
        transform: translate(8px);
    }

    40% {
        opacity: 0;
        transform: translate(-8px);
    }

    60% {
        opacity: 0;
        transform: translate(-8px);
    }

    to {
        opacity: 1;
        transform: translate(0);
    }
}

.text-plan-card ul,
.text-plan-cards ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 24px 0 0;
    row-gap: 8px;
    color: #0c0a0899;
}

.text-plan-card ul li,
.text-plan-cards ul li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 0 0 24px;
    min-height: 22px;
}

.text-plan-card ul li::before,
.text-plan-cards ul li::before {
    content: "\e901";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 18px;
}

.grid-plan {
    position: relative;
}

body .grid-plan::after {
    content: "" !important;
    width: calc(75% - 80px) !important;
    border-top: 1px solid #d2cecb !important;
    position: absolute !important;
    top: 64px !important;
    left: calc(12.5% + 43px) !important;
}

.text-plan-card {
    position: relative;
}

body .text-plan-card::after {
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #d2cecb;
    content: "";
    top: 58px;
    left: 50%;
    background: #fff;
    border-radius: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

body .text-plan-card:last-child::after {
    background: #d2cecb;
}

body .text-plan-card:last-child .e-con:nth-child(2) {
    box-shadow: 0px 17px 20.6px -15px rgba(0, 0, 0, 0.25);
}

.section-wrapper {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/* Swiper Container */
.testimoial-swiper {
    width: 100%;
    padding-bottom: 30px;
    overflow: visible !important;
}

.testimoial-swiper .swiper-pagination {
    display: none;
}

.testimoial-swiper .swiper-slide {
    height: auto;
    opacity: 0.3;
    transition: opacity 0.5s ease;
    width: 85vw;
    max-width: 870px;
}

.testimoial-swiper .swiper-slide-active {
    opacity: 1;
}

.testimoial-swiper .story-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.testimoial-swiper .media-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: transparent;
    border-radius: 12px;
    overflow: hidden;
}

.testimoial-swiper .media-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.play-indicator {
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 36px;
    height: 36px;
    z-index: 5;
    transition: opacity 0.4s ease, transform 0.3s ease;
    cursor: pointer;
}

.testimoial-swiper .media-container.playing .play-indicator {
    opacity: 0;
    pointer-events: none;
}

.testimoial-swiper .play-indicator svg {
    color: #1A3C5C;
}

.testimoial-swiper .brand-logo-dv {
    position: absolute;
    top: 32px;
    left: 32px;
    z-index: 10;
    width: 150px;
    height: 60px;
}

.testimoial-swiper .brand-logo-dv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.testimoial-swiper .subtitle-overlay {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    color: #d8ff00;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 80%;
    z-index: 10;
    pointer-events: none;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.testimoial-swiper .card-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px 30px;
    padding: 32px;
}

.testimoial-swiper .text-wrap {
    flex: 1;
    max-width: 480px;
}

.testimoial-swiper .quote-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 14px;
    color: #0c0a08;
    letter-spacing: -0.01em;
}

.testimoial-swiper .author-info {
    font-size: 14px;
    line-height: 20px;
    color: #0c0a0899;
    font-weight: 400;
}

.btn.btn-black-fill {
    background-color: #0c0a08;
    color: #fff;
    border: none;
    padding: 11px 24px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s;
}

.btn.btn-black-fill:hover {
    background-color: #0c0a0899;
}

.testimoial-swiper .swiper-pagination {
    bottom: 0 !important;
}

.testimoial-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #e0e0e0;
    opacity: 1;
    margin: 0 8px !important;
}

.testimoial-swiper .swiper-pagination-bullet-active {
    background: #0c0a0899;
}

/* Custom Navigation Arrows */
.testimoial-swiper .nav-arrow {
    position: absolute;
    top: 40%;
    width: 56px;
    height: 56px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s;
}

.testimoial-swiper .nav-arrow:hover {
    background: #fdfdfd;
}

.testimoial-swiper .nav-arrow.prev {
    left: 10px;
}

.testimoial-swiper .nav-arrow.next {
    right: 10px;
}

.testimoial-swiper .nav-arrow svg {
    width: 24px;
    height: 24px;
    stroke: #0c0a0899;
    stroke-width: 2.5;
}

.achievement-swiper .swiper-wrapper,
.partner-logo-swiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

.cs-slider-wrapper,
.achievement-slider-wrapper,
.partner-logo-slider-wrapper {
    padding: 0 64px;
    max-width: 1440px;
    margin: 0 auto;
}

.cs-swiper,
.achievement-swiper,
.partner-logo-swiper {
    width: 100%;
}

.partner-logo-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 100px;
}

.partner-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 60px;
}

.partner-logo-item img {
    max-width: 100%;
    max-height: 32px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.partner-logo-item:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

.cs-slider-wrapper .swiper.cs-swiper,
.achievement-slider-wrapper .swiper.achievement-swiper,
.partner-logo-slider-wrapper .swiper.partner-logo-swiper {
    overflow: visible;
    width: 100%;
}

.partner-logo-item .partner-logo-text {
    background: #f4f2f0;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 16px;
    border-radius: 24px;
    font-weight: 400;
    color: #0c0a08;
    margin-top: 8px;
    opacity: 0;
    transition: all 0.3s;
}

.partner-logo-item:hover .partner-logo-text {
    opacity: 1;
}

.achievement-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    max-width: 200px;
}

.achievement-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 120px;
    background-color: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
}

.achievement-item img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}

.archivement-elmentor-section {
    position: relative;
    overflow: hidden;
}

.archivement-elmentor-section::before {
    background: linear-gradient(to right, #fff, #fff0) !important;
}

.archivement-elmentor-section::after {
    right: 0 !important;
    background: linear-gradient(to left, #fff, #fff0) !important;
}

.archivement-elmentor-section::before,
.archivement-elmentor-section::after {
    content: "" !important;
    z-index: 9 !important;
    width: 60px !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
}

.cs-item-front {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.cs-item {
    position: relative;
    height: 440px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.cs-item .cs-background-image {
    width: 100%;
    height: 100%;
}

.cs-item .cs-background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cs-item .cs-item-front::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #1a1919 0%, #00000000 100%);
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s linear;
}

.cs-item .cs-item-front::after {
    content: "";
    position: absolute;
    background: linear-gradient(to top, #000, transparent);
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.3s linear;
}

.cs-item .cs-brand-image {
    position: absolute;
    top: 24px;
    left: 24px;
    z-index: 2;
    max-height: 24px;
    max-width: 200px;
    display: flex;
    flex-wrap: wrap;
}

.cs-item .cs-brand-image img {
    height: 24px;
    width: 100%;
    object-fit: contain;
    object-position: left center;
}

.cs-category-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 8px;
    z-index: 2;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cs-item .cs-category {
    background: #ffffff4d;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    backdrop-filter: blur(8px);
    color: #fff;
    text-transform: uppercase;
    width: fit-content;
}

.cs-item-hover {
    position: absolute;
    inset: 0;
    background: transparent;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: center;
    opacity: 0;
    transition: .35s ease;
    z-index: 3;
    color: #fff;
    text-align: left;
    padding: 24px;
}

.cs-item:hover .cs-item-front::after,
.cs-item:hover .cs-item-hover {
    opacity: 1;
}

.cs-item .cs-item-title {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #fff;
    font-weight: 400;
}

.cs-item .cs-item-title b {
    font-size: 64px;
    line-height: 1;
    font-weight: 400;
}

.cs-item .cs-item-hover p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
}

.cs-slider-wrapper .swiper-slide {
    opacity: 0.3;
    transition: opacity 0.5s ease;
}

.cs-slider-wrapper .swiper-button-next,
.cs-slider-wrapper .swiper-button-prev {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #2121214d;
    border-radius: 100%;
}

.cs-slider-wrapper {
    max-width: 1226px;
}

.cs-slider-wrapper .swiper-button-prev:after,
.cs-slider-wrapper .swiper-button-next:after {
    font-family: 'icomoon' !important;
    font-size: 18px;
}

.cs-slider-wrapper .swiper-button-prev:after {
    content: "\e902" !important;
    transform: rotate(180deg);
}

.cs-slider-wrapper .swiper-button-next:after {
    content: "\e902" !important;
}

.cs-slider-wrapper .swiper-button-next {
    right: -84px;
}

.cs-slider-wrapper .swiper-button-prev {
    left: -84px;
}

.newsletter-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 450px;
}

.newsletter-input-group .form-control {
    padding: 12px 200px 12px 24px;
    transition: all 150ms;
    font-size: 16px;
    line-height: 1;
    color: #0c0a08;
    width: 100%;
    height: 60px;
    flex: 1;
    border-radius: 12px;
    text-align: left;
    font-weight: 400;
    box-shadow: none;
    background-color: #fff;
    border: 1px solid #2121211a;
    font-family: 'TWK Lausanne';
}

.newsletter-input-group .form-control::placeholder {
    color: #0c0a0899;
}

.newsletter-input-group .btn.btn-primary-fill {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s;
}

.newsletter-input-group .btn.btn-primary-fill:hover {
    background: #7fa472;
}

.news-section .newsletter-input-group {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.news-section .newsletter-input-group .form-control {
    background: #21212106;
}

.footer-news-st .newsletter-input-group {
    max-width: 500px;
    width: 100%;
}

.footer-news-st .newsletter-input-group .form-control {
    background: #ffffff1a;
    border-color: #ffffff4d;
    color: #fff;
}

.footer-news-st .newsletter-input-group .form-control::placeholder {
    color: #fff9;
}

@media (min-width: 768px) {

    .ast-container,
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (min-width: 1024px) {
    .white-bg .main-header-menu>.menu-item>.menu-link {
        --ast-global-color-4: #0c0a08;
    }

    .white-bg .main-header-menu>.menu-item>.menu-link:hover {
        --ast-global-color-4: #fff;
    }

    .white-bg .site-header-primary-section-right .ast-builder-html-element a {
        color: #0c0a08;
        border-color: #0c0a081a;
    }
}

@media (min-width:1025px) {

    .ast-container,
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .cs-slider-wrapper .swiper-slide-active,
    .cs-slider-wrapper .swiper-slide-active+.swiper-slide,
    .cs-slider-wrapper .swiper-slide-active+.swiper-slide+.swiper-slide {
        opacity: 1;
    }
}

@media (min-width: 1280px) {

    .ast-container,
    .container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

@media (max-width: 1200px) {

    section.container-64,
    .hero-banner section {
        --padding-left: 24px !important;
        --padding-right: 24px !important;
    }

    .testimoial-swiper .quote-text {
        font-size: 17px;
        line-height: 21px;
    }

    .btn.btn-black-fill {
        padding: 10px 16px;
        font-size: 15px;
        line-height: 20px;
    }

    .testimoial-swiper .card-content {
        gap: 32px 24px;
        padding: 24px;
    }

    .testimoial-swiper .brand-logo-dv {
        top: 24px;
        left: 24px;
        width: 120px;
        height: 44px;
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .elementor-element.product-suite-grid {
        --e-con-grid-template-columns: repeat(2, 1fr) !important;
    }

    section.hero-grid-row {
        --e-con-grid-template-columns: 1fr !important;
        text-align: center;
    }

    section.hero-grid-row .hero-rating-row {
        margin-inline: auto !important;
        justify-content: center;
    }

    section.hero-grid-row .elementor-element.hero-text-desc {
        margin-inline: auto !important;
        max-width: 420px !important;
    }

    section.hero-grid-row .elementor-element.btn-link-ic {
        margin-inline: auto !important;
    }

    section.hero-grid-row .hero-grid-col2 .elementor-widget-image img {
        max-width: 560px;
    }

    section.hero-grid-row h1.elementor-heading-title {
        font-size: 48px !important;
        line-height: 50px !important;
    }
}

@media (max-width:1024px) {

    section.container-64,
    .hero-banner section {
        --padding-left: 16px !important;
        --padding-right: 16px !important;
    }

    .ast-header-break-point #masthead .ast-primary-header-bar.main-header-bar {
        padding-inline: 16px;
    }

    .partner-logo-item {
        min-height: 32px;
    }

    .partner-logo-item .partner-logo-text {
        display: none;
    }

    .testimoial-swiper .swiper-slide {
        width: 90vw;
    }

    .text-plan-card ul {
        margin: 16px 0 0;
    }

    .text-plan-card .elementor-element:nth-child(2) {
        min-height: 180px;
    }

    .cs-slider-wrapper {
        max-width: 478px;
    }

    .cs-slider-wrapper .swiper-slide-active {
        opacity: 1;
    }

    .elementor-element.company-grid {
        max-width: 736px;
        margin-inline: auto;
    }
}

@media (max-width: 992px) {
    .text-plan-card .elementor-element:nth-child(2) {
        min-height: 220px;
    }

    body .grid-plan::after {
        width: calc(75% - 64px) !important;
        left: calc(12.5% + 32px) !important;
    }

    .newsletter-input-group {
        max-width: 450px;
        margin: 0 auto;
    }

    .newsletter-input-group .form-control {
        padding: 12px 24px 12px 24px;
        font-size: 15px;
        width: 100%;
        height: 44px;
        border-radius: 6px;
        text-align: center;
    }

    .newsletter-input-group .btn.btn-primary-fill {
        width: 100%;
        position: relative;
        right: auto;
        top: auto;
        height: 44px;
        font-size: 15px;
    }
}

@media (max-width: 921px) {
    .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        padding: 8px;
        width: 36px;
        height: 36px;
        justify-content: center;
        background: #ffffff0d;
        outline: none !important;
    }

    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item>.menu-link {
        font-size: 14px;
        line-height: 20px;
        border-radius: 0;
    }

    .ast-builder-layout-element.ast-header-button-1 {
        width: 100%;
        padding: 0px 16px 16px;
    }

    .ast-header-break-point .ast-header-html-1 {
        padding: 0 16px 12px;
    }

    .ast-header-break-point .ast-header-html {
        width: 100%;
    }

    .ast-mobile-header-wrap .ast-mobile-header-content {
        border-radius: 0 0 12px 12px !important;
    }

    header.site-header .ast-custom-button-link {
        width: 100%;
        display: flex;
    }

    header.site-header .ast-builder-button-wrap {
        width: 100%;
    }

    header.site-header .ast-custom-button {
        width: 100%;
        text-align: center;
        min-height: 36px;
        font-size: 14px !important;
        line-height: 20px !important;
        padding-block: 8px 7px !important;
    }

    header.site-header .ast-header-html a {
        padding: 7px 16px;
        font-size: 14px;
        border: 1px solid #0c0a080d;
        border-radius: 6px;
        line-height: 20px;
        display: inline-flex;
        align-items: center;
        min-height: 36px;
        background-color: #0c0a080d;
        box-shadow: inset 0 0 2px var(--tw-shadow-color, #fff9);
        color: #0c0a08;
        text-align: center;
        width: 100%;
        justify-content: center;
        margin-top: 16px;
    }

    .ast-main-header-nav-open div#ast-mobile-header {
        width: 100%;
        background: #fff;
    }

    .ast-main-header-nav-open .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        background: #2121210d;
    }

    .ast-main-header-nav-open .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle svg.ast-mobile-svg.ast-close-svg {
        fill: #0c0a08 !important;
    }

    .white-bg .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle {
        border-color: #0c0a081a;
    }

    .white-bg .ast-mobile-header-wrap .ast-button-wrap .menu-toggle.main-header-menu-toggle svg.ast-mobile-svg.ast-menu-svg {
        fill: #0c0a08
    }

    body.ast-main-header-nav-open::before {
        background: #212121b3;
        content: "";
        width: 100vw;
        height: 100vh;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        pointer-events: none;
    }

    body.ast-main-header-nav-open {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .testimoial-swiper .swiper-slide {
        width: 88%;
    }

    .testimoial-swiper .card-content {
        text-align: center;
        justify-content: center;
        flex-direction: column;
        gap: 16px;
        padding: 24px 12px;
    }

    .testimoial-swiper .card-content .btn.btn-black-fill {
        margin-inline: auto;
    }

    .testimoial-swiper .nav-arrow {
        display: none;
    }

    .testimoial-swiper .section-wrapper {
        padding: 0 16px;
    }

    .section-wrapper {
        max-width: 90vw;
        overflow: visible;
    }

    .cs-slider-wrapper {
        max-width: 90vw;
        padding-inline: 16px;
    }

    .cs-slider-wrapper .swiper-button-next,
    .cs-slider-wrapper .swiper-button-prev {
        display: none;
    }

    .title-company h2 br,
    .title-plan h2 br {
        display: none;
    }

    .product-suite-grid .elementor-widget-image img {
        height: 130px !important;
        margin-top: -120px;
        pointer-events: none;
        width: 140px !important;
        right: 0;
        position: absolute;
        bottom: 0;
    }

    .testimoial-swiper .brand-logo-dv {
        top: 16px;
        left: 16px;
        width: 90px;
        height: 32px;
    }

    .cs-item {
        height: 390px;
    }

    .text-plan-card .elementor-element:nth-child(2) {
        min-height: 176px;
    }

    body .grid-plan::after {
        width: 1px !important;
        left: 4px !important;
        height: 100%;
        border-left: 1px solid #d2cecb !important;
        border-top: none !important;
        top: 16px !important;
        display: none;
    }

    body .text-plan-card::after {
        width: 8px;
        height: 8px;
        top: 10px;
        left: -30px;
        transform: none;
    }

    body .text-plan-card::before {
        content: "";
        width: 1px !important;
        left: -27px !important;
        height: calc(100% + 42px);
        border-left: 1px solid #d2cecb !important;
        border-top: none !important;
        top: 16px !important;
    }

    body .text-plan-card:last-child:before {
        display: none;
    }
}