@font-face {
    font-family: 'Simartis-Bold';
    src: url('../fonts/Simartis-Bold.eot');
    src: url('../fonts/Simartis-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Simartis-Bold.woff2') format('woff2'), url('../fonts/Simartis-Bold.woff') format('woff'),
    url('../fonts/Simartis-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Simartis-Medium';
    src: url('../fonts/Simartis-Medium.eot');
    src: url('../fonts/Simartis-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Simartis-Medium.woff2') format('woff2'), url('../fonts/Simartis-Medium.woff') format('woff'),
    url('../fonts/Simartis-Medium.ttf') format('truetype');
}

:root {
    font-size: 16px;
    --padd-default: 16px;
    --radiusS: 16px;
    --radiusB: 24px;
    --green: #00C461;
    --purple: #D395E4;
    --blue: #749ED5;
    --gray: #666;
    --news-gray: #646768;
    --orange: #FFBD5C;
    --footer-grey: #D2D0CD;
    --color-text: #1A1919;
    --color-bg: #fff;
    --color-link: #000;
    --icon: 120px;

    --h1: 6.25rem;
    --h2: 3.95rem;
    --h3: 2.5rem;
    --h4: 1.84rem;
    --h5: 1.58rem;
    --h6: 1.35rem;
}

body {
    font-family: 'Simartis-Bold', sans-serif;
    margin: 0;
    padding: 0;
    color: var(--color-text);
    background-color: var(--color-bg);
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background: black;
}

::selection {
    color: white;
    background: black;
}
.b-Top{
    border-top: 1px solid var(--footer-grey);
}

.message.bad{
    color: #d21002;
    padding: 10px;
    margin-top: 8px;
}
.message.good{
   color: var(--green);
    padding: 10px;
    margin-top: 8px;
}
/*--------------------------*/
*, :after, :before {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
}

.viewport {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.scroll-container {
    background-color: #fff;
}

*::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #DFE9EB;
}

*::-webkit-scrollbar-track:hover {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
    background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: var(--gray);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--gray);
}

*::-webkit-scrollbar-thumb:active {
    background-color: var(--gray);
}

.mobile-menu {
    display: none;
}
.grecaptcha-badge{
    display: none!important;
}
/*--------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: var(--h1); /* 100px */
    line-height: 1;
    letter-spacing: -2px;
}

h2 {
    font-size: var(--h2); /* 63.25 */
    line-height: 1;
    letter-spacing: -1px;
}

h3 {
    font-size: var(--h3); /* 40 */
    line-height: 1.1;
    letter-spacing: -0.6px;
}

h4 {
    font-size: var(--h4); /* 29.47 */
    line-height: 1.18;
    letter-spacing: -0.4px;
}

h5 {
    font-size: var(--h5); /* 25.29 */
    line-height: 1.3;
    letter-spacing: -0.4px;
}

h6 {
    font-size: var(--h6); /* 21.715 */
    line-height: 1.28;
    letter-spacing: -0.2px;
}

p {
    font-size: 1rem; /* 16px */
    margin: 0;
    /*font-family: 'Simartis-Medium', sans-serif;*/
}

.full-h {
    height: 100vh;
}

.h-90 {
    height: 90vh;
}

.pt-1 {
    padding-top: var(--padd-default) !important;
}

.pt-2 {
    padding-top: calc(var(--padd-default) * 2) !important;
}

.pt-3 {
    padding-top: calc(var(--padd-default) * 3) !important;
}

.pb-1 {
    padding-bottom: var(--padd-default) !important;
}

.pt-4 {
    padding-top: calc(var(--padd-default) * 4) !important;
}

.pt-5 {
    padding-top: calc(var(--padd-default) * 5) !important;
}

.mt-3 {
    margin-top: calc(var(--padd-default) * 3) !important;
}

.pb-5 {
    padding-bottom: calc(var(--padd-default) * 5) !important;
}

.pb-2 {
    padding-bottom: calc(var(--padd-default) * 2) !important;
}

.pb-1-5 {
    padding-bottom: calc(var(--padd-default) * 1.5);
}

.pt-1-5 {
    padding-top: calc(var(--padd-default) * 1.5);
}

.pt-2-5 {
    padding-top: calc(var(--padd-default) * 2.5);
}

.pb-3 {
    padding-bottom: calc(var(--padd-default) * 3) !important;
}

.pb-4 {
    padding-bottom: calc(var(--padd-default) * 4) !important;
}

.pt-big {
    padding-top: calc(var(--padd-default) * 7.5); /*120px*/

}

.pb-big {
    padding-bottom: calc(var(--padd-default) * 7.5); /*120px*/

}

.pt-biggest {
    padding-top: calc(var(--padd-default) * 14);
}

.pt-bigger {
    padding-top: calc(var(--padd-default) * 11);
}

a {
    text-decoration: none;
    color: #000;
    /*border-bottom: 1px solid #000;*/
}

.nav a, footer a {
    border: none;
}

.row > * {
    margin-top: 0;
}

.gray {
    color: var(--gray);
}

.front {
    z-index: 1;
    position: relative;
}

.f-medium, .f-medium * {
    font-family: 'Simartis-Medium', sans-serif;
}

.full-content {
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.contact-btn:hover {
    box-shadow: 0 0 15px #000;
    transition: box-shadow 0.5s ease-in-out;
}

/*--------------------------------------------------------------------- */
.link--metis {
    position: relative;
    white-space: nowrap;
    color: var(--color-text);
}

.link--metis::before,
.link--metis::after {
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;

    left: 0;
    pointer-events: none;
    margin-top: 4px;
}

.link--metis::before {
    content: '';
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}

.link--metis:hover::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.nav-item.current .link--metis::before {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.general-link {
    color: var(--color-text);
    border-bottom: 1px solid var(--color-text);
    font-size: 1.164rem;
    line-height: 1.4;
    padding-bottom: 4px;
}

.sub-footer .link--metis::before, .sub-footer .link--metis::after {
    margin-top: 1px;
}

/*.general-link::after {*/
/*content: '';*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 1px;*/
/*background: currentColor;*/
/*top: 100%;*/
/*left: 0;*/
/*pointer-events: none;*/
/*margin-top: 4px;*/
/*}*/
.white .general-link {
    color: #fff;
    border-bottom: 1px solid #fff;
}

/*.general-link:hover::after {*/
/*content: none;*/

/*}*/
/*----------------------------------- Titles anim----------------------------------- */
/*.anim-title-wrap {*/
/*display: inline-block;*/
/*overflow: hidden; !* Ensures the letters don't overflow during animation *!*/
/*word-wrap: break-word; !* Ensure words break within the container *!*/
/*word-break: break-word; !* Compatibility for word breaking *!*/
/*white-space: normal; !* Allow text wrapping *!*/
/*}*/

/*.anim-title {visibility: hidden;*/
/*display: inline-block;*/
/*white-space: nowrap;*/
/*}*/

/*.anim-title span {*/
/*display: inline-block;*/
/*transform: translateY(100%); !* Start position below *!*/
/*opacity: 0; !* Hidden at the start *!*/
/*}*/
/*.anim-title span.space {*/
/*transform: none; !* No animation for spaces *!*/
/*opacity: 1; !* Spaces remain visible *!*/
/*}*/

.top-anim-wrapper {
    overflow: hidden; /* Ensures rows are hidden before the animation */
    display: inline-block;
}

.anim-text {
    margin: 0;
    opacity: 0;
}

.lineChild {
    overflow: hidden;
    padding-bottom: 10px;
    padding-right: 10px;
    display: block;
}

.lineChild span {
    display: inline-block;
    transform: translateY(100%); /* Start outside of the visible area */
}

/*----------------------------*/
/*.top-sects-title {*/
/*visibility: hidden;*/
/*}*/
/*.top-sects-title .lineParent*/
/*{*/
/*overflow: hidden;*/
/*max-width: max-content;*/
/*}*/

/*.top-sects-title .mask*/
/*{*/
/*overflow: hidden;*/
/*}*/
/*----------------------------------- Header & Menu----------------------------------- */
.header {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(var(--padd-default) * 2.5);
    z-index: 2;
}

.header__logo {
    width: 15%;
}

.header__nav .nav-item {
    padding: 0 calc(var(--padd-default) / 1.5);
    font-size: 1.16rem;

}

.header__nav .nav-item a {
    color: var(--color-link);
    text-decoration: none;
}

.header__nav .nav-item.nav-item-contact {
    padding: 0;
    margin: 0 calc(var(--padd-default) / 1.5);
    background-color: #000000;
    line-height: 1.4;
    -webkit-border-radius: var(--radiusB);
    -moz-border-radius: var(--radiusB);
    border-radius: var(--radiusB);

}

.header__nav .nav-item.nav-item-contact a {
    color: #fff;
    padding: calc(var(--padd-default) / 1.5) var(--padd-default);
}

.header__nav .nav-item:hover {

}

.nav {
    align-items: center;
    justify-content: center;
}

.under-title-content p {
    padding-top: calc(var(--padd-default) * 1.5);
    font-size: 1.58rem;
    line-height: 1.3;
    letter-spacing: -0.4px;
}

/*<%----------------header-----------------%>*/
.mob-menu-btn {
    display: none;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    color: white;
    z-index: 1000;
    background-color: transparent;
    backdrop-filter: blur(0);
    padding: 1rem;
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, transform 0.3s ease;
}

.header.visible {
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(15px);
    background-color: #ffffff59;
    transform: translateY(0); /* Slide into view */
}

.header.hidden {
    background-color: transparent;
    backdrop-filter: blur(0);
    transition: background-color 0.3s ease, backdrop-filter 0.3s ease, transform 0.3s ease;
    transform: translateY(-100%); /* Slide out of view */
}

.submenu {
    width: 100%;
    border-top: 1px solid var(--gray);
    padding-top: calc(var(--padd-default) * 1.5);
    margin-top: calc(var(--padd-default) * 1.5);

}

.submenu .submenu-link {
    color: #000;
    font-size: 1rem;
    margin-bottom: 8px;
    -webkit-border-radius:  var(--radiusB);
    -moz-border-radius: var(--radiusB);
    border-radius: var(--radiusB);
    border: 1px solid var(--gray);
    padding: calc(var(--padd-default) / 2) var(--padd-default);
    margin-right: calc(var(--padd-default) / 2);
    transition: box-shadow 0.5s ease-in-out;

}

.submenu .submenu-link:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.51);
    transition: box-shadow 0.5s ease-in-out;
    border: 1px solid #000;
}

/*@-webkit-keyframes pulsate-hover {*/
/*0%   { box-shadow: 0 0 5px #000;  }*/
/*50%  { box-shadow: 0 0 17px #000;  background: #fff; }*/
/*100% { box-shadow: 0 0 0px #000; }*/
/*} */
/*@-webkit-keyframes pulsate {*/
/*0%   { box-shadow: 0 0 5px #000; }*/
/*50%  { box-shadow: 0 0 17px #000; }*/
/*100% { box-shadow: 0 0 0px #000; }*/
/*}*/
.submenu .submenu-link.current {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.51);
    /*animation: pulsate 3s ease-out infinite;*/
    /*background: #fff;*/
    backdrop-filter: blur(15px);
    background: #ffffff59;
    color: #000;
    border: 1px solid #000;
}

.pt-biggest {
    padding-top: calc(var(--padd-default) * 18);
}
.partners{
    border-top: 1px solid var(--footer-grey);
}
.partners-wrap{
    display: flex;
    align-items: center;
    justify-content: center
}
.partners-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 40px;
}


.partners-item {
    width: 100%;
    transform: translateY(100px);
    opacity: 0;
}
.partners-wrap img{
    text-align: center;
    height: 100px;
    max-width:100%;
    padding: 0  calc(var(--padd-default) * 3.75);;
    margin:  calc(var(--padd-default) * 4) 0;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
/* -----------------------------------Hero Sections-------------------------------------- */
.hero {
    background-color: var(--green);
    width: 100%;
    overflow: hidden;
}

h1.hero__title {

}

#hero-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: -1;
}

#services-animation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; /* 100% of viewport width */
    height: 100vh; /* 100% of viewport height */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: -1;
}

#hero-animation {
    position: absolute; /* Allows full-screen placement */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#hero-animation svg {
    position: absolute;
    height: 100% !important;
    width: auto !important;
    background-color: var(--green);
}

.svg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 0;
}

.svg-container img {
    height: 90vh;
}

.small-product-canvas canvas {
    width: 100%;
}

/* -----------------------------------General Sections----------------------------------- */
.mobile-download-sect{
    display: none;
}

.about-carousel .features-carousel__interior{
    background-color: var(--footer-grey);
}
.stats.about-stats{
    border-top: 1px solid var(--footer-grey);
    border-bottom: none;
}
.stats__item {

}

.stats__number {
    font-size: 4.6rem;
    line-height: 1;
    color: var(--green);
    letter-spacing: -1.6px;
}

.stats__title {
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: -0.6px;
    hyphens: auto;
}

.stats__text {
    font-size: 1.16rem;
    color: var(--gray);
    line-height: 1.4;
    letter-spacing: -0.2px;
    margin-bottom:calc(var(--padd-default) * 1.5);
}

.features {

}

.features__item {
    -webkit-border-radius: var(--radiusS);
    -moz-border-radius: var(--radiusS);
    border-radius: var(--radiusS);
    overflow: hidden;
    height: 100%;

    display: flex;
    flex-direction: column;
}

.features__item {
    transition: box-shadow 0.3s ease-in-out;
}

.features__item:hover {

    transition: box-shadow 0.3s ease-in-out;
}

.features__item-device:hover {
    box-shadow: 0 0 25px var(--purple);
}

.features__item-esim:hover {
    box-shadow: 0 0 25px var(--green);
}

.features__item-ota:hover {
    box-shadow: 0 0 25px var(--orange);
}

.features__item__content {
    padding: 0 calc(var(--padd-default) * 2.5) calc(var(--padd-default) * 2.5) calc(var(--padd-default) * 2.5);
    display: flex;
    flex-direction: column; /* Keep elements stacked */
    flex-grow: 1; /* Allows the content to stretch to fill the available space */

}

.features__item__content h3 {
    margin: 0 0 10px; /* Ensure consistent spacing above and below */
    /*word-spacing: 100vw;*/
    /*width:50%;*/
}

.features__item__content .product-summary {
    margin-bottom: auto; /* Push the link to the bottom */
}

.features__item__content .general-link {
    align-self: flex-start; /* Align the link to the start (left) */
    margin-top: 10px; /* Add space above the link for better readability */
}

.white-services {
    text-align: center;
    width: 100%;
    border-top: 1px solid var(--footer-grey);
}

.full-services .svg-container canvas {
    height: 125vh;
}

.full-services .svg-container {
    height: 125vh;
}

.full-services {
    background-color: #000;
    position: relative;
    color: #fff;
    text-align: center;
    width: 100%;
    overflow: hidden;
    height: 125vh;
}

.services__subtitle--big {
    font-size: 5.36rem;
    line-height: 1;
    letter-spacing: -1.6px;
}

.services__subtitle--normal {
    font-size: 3.95rem;
    line-height: 1;
    letter-spacing: -1px;
}

.logo-icon img {
    height: var(--icon);
    padding: 20px 33px;
}

.logo-icon {
    height: auto;
    background-color: #fff;
    -webkit-border-radius: var(--radiusS);
    -moz-border-radius: var(--radiusS);
    border-radius: var(--radiusS);
    width: auto;
    display: inline-block;

}

/*----------------------------------- Testimonials----------------------------------- */
.testimonials {

}

.testimonials-carousel {
    overflow: hidden;

}

.carousel-item {

}

.testimonials-carousel__item:hover{
    box-shadow: 0 0 25px #66666661;
    transition: box-shadow 0.3s ease-in-out;
}
.testimonials-carousel__item {
    width: 44vw;
    margin: calc(var(--padd-default)* 1.5) 0 calc(var(--padd-default)* 1.5) calc(var(--padd-default)* 1.5);
    border-radius: var(--radiusS);
    border: 1px solid var(--footer-grey);
    transition: box-shadow 0.3s ease-in-out;
}

.testimonials-carousel__interior {
    padding: calc(var(--padd-default) * 2.5);

    display: flex;
    flex-direction: column;
    height: 100%;
}

.quote-img {
    width: 10%;
    opacity: 0.5;
}

.slick-dotted.slick-slider {
    padding-bottom: 30px;
    margin: 0;
}

.slick-slide img {
    display: initial;
}

.testimonials-info {
    display: flex;
    align-items: center;
}

.testimonials-info-logo {
    width: 25%;
    padding-right: calc(var(--padd-default) * 1.5);
    display: inline-block;
}

.slick-dots li {
    margin: 0;
}

.slick-track {
    display: flex;
    flex-direction: row;
}

.slick-slide {
    height: auto;
    cursor: grab;
}

.testimonials-info-data {
    display: inline-block;
}

.testimonials-info-name {
    font-size: 1.84rem;
}

.testimonials-info-position {
    font-size: 1.16rem;
    color: var(--gray);
}

.testimonials-text p {
    font-size: 1.35rem;
}

.testimonials-text {

    margin-bottom: auto;
}

.testimonials-carousel__controls {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.testimonials-carousel__control-prev {
    left: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px;
}

.testimonials-carousel__control-next {
    right: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 10px;
}

.testimonials-carousel__dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.testimonials-carousel__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}

.testimonials-carousel__dot--active {
    background-color: #fff;
}

/*----------------------------------- Footer -----------------------------------*/


/*------------------*/
footer {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.clients {
    background-color: #fff;
    z-index: 1;
    position: relative;
}

.clients-title {
    text-align: center;
    font-size: 1.16rem;
    color: var(--gray);
    padding: 0 40px;
    background-color: #fff;
    width: auto;
    /* margin: 0 auto; */
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    /* right: auto; */
    bottom: -1rem;
    position: relative;
    /* margin-bottom: -1rem; */
    z-index: 1;
}

.carousel-clients {
    border-top: 1px solid var(--gray);
    width: 100%;
    overflow: hidden;
}


/*-------------------------------*/

.marquee {
    display: flex;
    /*overflow-x: hidden;*/
    /*flex-wrap: nowrap;*/
    /*white-space: nowrap;*/
    /*min-width: 100%;*/
    height: 90px;
}

.marquee-block img{
    margin-left: calc(var(--padd-default) * 10);
    height:100%;
}
.marquee-block {
    height:100%;

    display: flex;
}

.marquee-content {
    display: flex;
    /*flex-shrink: 0;*/
    /*align-items: center;*/
    -webkit-animation: slide-left 40s linear infinite;
    animation: slide-left 40s linear infinite;
}
@-webkit-keyframes slide-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes slide-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
/*-------------------------------*/
.footer-logo {
    width: 32%;
}

.footer-menu {
}

.footer-menu {
    z-index: 1;
    position: relative;
}

.footer a {
    color: var(--gray);
}

.footer-content {
    color: var(--gray);
    font-size: 3rem;
    line-height: 1;
    letter-spacing: -0.6px;
}

.contact-btn {
    padding: calc(var(--padd-default) / 1.45) var(--padd-default);
    border: none !important;
    background-color: #000000;
    line-height: 1.4;
    -webkit-border-radius: var(--radiusB);
    -moz-border-radius: var(--radiusB);
    border-radius: var(--radiusB);
    color: #ffffff !important;

    transition: box-shadow 0.5s ease-in-out;
}

.anim-btn {
    display: inline-flex !important;
    overflow: hidden !important;
}

.footer .copyright {
    font-size: 1rem;
    color: var(--gray);
}


.sub-footer .gsma-box a{
    margin: 0;
    text-align: left;
}
.gsma-box{
    width:65%;
}

.gsma-box .gsma-img {
    width:27.34%;
    padding-right:var(--padd-default);


}
.gsma-box .gsma-img-link {
    width:68.66%;  padding-right:var(--padd-default);
}

.footer {
    background-color: var(--footer-grey);
    position: relative;
}

.footer__columns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer__column {
    flex: 1;
    margin: 0.5rem;
}

.footer__column h5 {

}

.footer-menu .social-media img {
    height: 40px;
    margin-right: calc(var(--padd-default) * 1.5);
}

.footer-menu .footer__link {
    font-size: 1.16rem;
    display: inline-block;
    margin-top: calc(var(--padd-default) / 2);
}

.footer__link:hover {

}

.footer__bottom {

}

.footer-menu .link_und {
    display: inline-block;
    line-height: 1.37;
    font-family: 'Simartis-Medium', sans-serif;
    border-bottom: 1px solid var(--gray);
    margin-right: var(--padd-default);
}

.sub-footer a {
    font-size: 1rem;
    margin-right: var(--padd-default);
    margin-bottom: calc(var(--padd-default) / 2);
}

.copyright {
    font-size: 1rem;
}
.privacy-container .link_und{
    border-bottom: 1px solid var(--gray);
}
/*---------------product page----------------------------*/

.download-fixed-box {
    width: 400px;
    display: flex;
    background-color: #fff;
    position: fixed;
    border-radius: calc(var(--radiusS) / 2);
    padding: calc(var(--padd-default) / 2);
    bottom: -100%;
    z-index: 2;
    /*width: auto;*/
    right: 5vw;
    /*align-items: center; */
    transition: bottom 1s ease-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
}

.download-fixed-box.show {
    bottom: 4vh;
    transition: bottom 1s ease-out;
}

.down-preview {
    height: 140px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.download-box-data {
    display: inline-block;

    padding: var(--padd-default) 0;
}

.downloadPDF-form .contact-btn {
    margin-top: 16px;
}

.downloadPDF-form input[type='text'], .downloadPDF-form input[type='email'] {
    margin-bottom: calc(var(--padd-default) / 2);
    border: 1px solid #000;
    border-radius: calc(var(--radiusS) / 2);
    padding: 0 12px;
}

.downloadPDF-form a {
    color: var(--gray);
    border-bottom: 1px solid var(--gray);
}

.downloadPDF-form label {
    color: var(--gray);
    font-size: 0.8rem;
}

.download-form .down-form-txt {
    font-size: 0.9rem;
    line-height: 1.2;
    margin: calc(var(--padd-default) / 2) 0;
}

.download-form .down-back {
    cursor: pointer;;
    font-family: 'Simartis-Medium', sans-serif;
    border-bottom: 1px solid var(--gray);
    color: var(--gray);
    font-size: 0.8rem;
}

.downloadPDF-form {
    padding-bottom: var(--padd-default);
}
.download-form{
    padding:0 calc(var(--padd-default) * 1.5);
}
.down-info {
    color: var(--gray);
    padding:0 calc(var(--padd-default) * 1.5);
}

.down-info p {
    margin-bottom: var(--padd-default);
}

.down-btn span {
    display: inline-block;
}

.down-btn img {
    margin-right: 11px;
    display: inline-block;
}

.product-app-icon {
    width: 55px;
    margin-right: 20px;
}

.integr-apps-list .career-list-item .career-location {
    padding: 0;
}
.integr-apps-list .col-sm-12:first-child .career-list-item{
     border-top: 1px solid var(--footer-grey);
}
.integr-apps-list .career-arrow:hover {
    width: 160px;

}
.integr-apps-list .career-list-item:first-child {
   border-top:none;
}
/*---------------contact page----------------------------*/
#Form_ContactForm_FirstName_Holder, #Form_ContactForm_LastName_Holder {
    width: calc(50% - 12px);
    float: left;
}

#Form_ContactForm_FirstName_Holder {
    margin-right: 24px;
}

.contact-info h6 {
    padding-top: calc(var(--padd-default) * 3);
}

.contact-info h6:first-child {
    padding-top: 0;
}

.contact-info a, .contact-info p {
    font-family: 'Simartis-Medium', sans-serif;
    color: var(--gray);
}

.contact-info a {
    border-bottom: 1px solid var(--gray);
}

.contact-form-wrap label {
    padding-top: calc(var(--padd-default) * 1.5);
}

.contact-form-wrap textarea {
    width: 100%;
    padding: var(--padd-default);
    border: 1px solid var(--footer-grey);
    border-radius: var(--radiusB);
}

.contact-form-wrap input.text, .contact-form-wrap select {
    margin-top: calc(var(--padd-default) / 2);
    padding: calc(var(--padd-default) / 2) var(--padd-default);
    border: 1px solid var(--footer-grey);
    width: 100%;
    border-radius: var(--radiusB);
}

.contact-form-wrap {
    padding-bottom: var(--padd-default);
    font-size: 1.35rem;
}

.contact-form-wrap {

}

/*---------------News page----------------------------*/
.news-eur-info{
    border-top: 1px solid var(--footer-grey);
}
#load-more.nonews.anim-btn {
    display: none!important;
}

.news-info .news-categ {
    margin-right: var(--padd-default);    border-bottom: 1px solid var(--gray);
}

.news-info * {
    color: var(--news-gray);
}

.news-summary {
    font-size: 1.36rem;
    font-family: 'Simartis-Medium', sans-serif;
    line-height: 1.4;
}

.big-news .news-img {
    height: 60vh;
    border-radius: var(--radiusS);
    background-position: center;
    background-size: cover;
}

.news-row .news-img {
    height: 42vh;
    border-radius: var(--radiusS);
    background-position: center;
    background-size: cover;
}

.gray-bg {
    background-color: var(--footer-grey);
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4,
.article-content h5, .article-content h6 {
    margin: var(--padd-default) 0;
}

.article-content img {
    -webkit-border-radius: var(--radiusS);
    -moz-border-radius: var(--radiusS);
    border-radius: var(--radiusS);
}

.article-content a {
    border-bottom: 1px solid #000;
}

.article-content ul {
    list-style: none;
    padding-left:var(--padd-default) ;
}
.article-content ul li{
    background-image: url('../assets/bullet_point_simartis.svg');
    background-size: 18px 18px; /* Adjust size */
    background-repeat: no-repeat;
    background-position: left 6px;
    padding-left: 40px; /* Space for icon */
    min-height: 18px; /* Ensures proper alignment */
}
.article-content ul li {
    font-size: 1.35rem;
    font-family: 'Simartis-Medium', sans-serif;
    line-height: 1.38;
}
.article-content p {
    /*margin-bottom: calc(var(--padd-default) * 1.5);*/
    font-size: 1.35rem;
    font-family: 'Simartis-Medium', sans-serif;
    line-height: 1.38;
}

.article-img-credit {
    color: var(--news-gray);
    font-size: 1rem;
    font-family: 'Simartis-Medium', sans-serif;
    margin-top: var(--padd-default);
    display: block;
}

.big-article-img {
    width: 100%;
    -webkit-border-radius: var(--radiusS);
    -moz-border-radius: var(--radiusS);
    border-radius: var(--radiusS);
}

.article-page h1 {
    font-size: 5.36rem;
}

.article-page .news-categ {
    border-bottom: 1px solid var(--news-gray);
}

.article-page {

}

/*---------------careers page----------------------------*/

.career-list-inside {
    display: inline-block;
    flex-grow: 1;
}

.career-list-item {
    display: flex;
    justify-content: space-between; /* Distribute items to the left and right */
    align-items: center;
    position: relative;
    display: flex

}

.career-arrow {
    position: relative; /* Required for proper text alignment */
    margin-left: 20px;
    width: 48px;
    background-color: var(--footer-grey);
    height: 48px;
    display: flex;

    align-items: center;
    border-radius: 50%;
    overflow: hidden; /* Ensure the expanding background doesn't overflow */
    transition: all 0.3s ease; /* Smooth transition for width and border-radius */
}

.career-arrow img {
    position: absolute;
    height: 33%;
    right: 15px;
    z-index: 2; /* Ensure the arrow stays on top of the text */
    transition: transform 0.3s ease; /* Optional: Add slight scaling effect */
}

.career-arrow .career-btn {
    /* position: absolute; */
    padding-left: 20px;
    opacity: 0;
    white-space: nowrap;
    /* color: #fff; */
    font-size: 1rem;
    transition: opacity 0.3s ease;
}



.under-title-content a {
    border-bottom: 1px solid #000;
}

.career-list-item:first-child {
    border-top: 1px solid var(--footer-grey);
}

.career-list-item {
    padding: var(--padd-default) 0;
    border-bottom: 1px solid var(--footer-grey);
}

.career-list-item .career-location {
    font-size: 1rem;
    color: var(--gray);
    font-family: 'Simartis-Medium', sans-serif;
    padding-top: var(--padd-default);
}

.team-carousel-container:hover, .features-carousel__item:hover {
    box-shadow: 0 0 25px #66666661;
    transition: box-shadow 0.3s ease-in-out;
}
.team-carousel-container, .features-carousel__item {

    transition: box-shadow 0.3s ease-in-out;
}

/*---------------Product page----------------------------*/
.features {
    overflow: hidden;
}
.sidesect img{
    max-height:80vh;

}
.product-big-text * {
    font-size: 2.14rem;
    line-height: 1.2;
}

.product-normal-text * {
    font-size: 1.36rem;
    font-family: 'Simartis-Medium', sans-serif;
    line-height: 1.4;
}
.features-carousel__item{
    margin: calc(var(--padd-default)* 1.5) 0 calc(var(--padd-default)* 1.5) calc(var(--padd-default)* 1.5);
    border-radius: var(--radiusS);


    width: 30vw;
}
.features-carousel__interior {
    padding: calc(var(--padd-default) * 2.5);
    border-radius: var(--radiusS);

    /*display: flex;*/
    /*flex-direction: column;*/
    height: 100%;
}
.team-carousel-item{
    width: 30vw;
}
.slick-dots li button:before {

    font-size: 28px;
}

.slick-dots {
    bottom: 0;
}

.slick-slide img {
    display: initial;
}
.slick-list{
    padding-left: 24px;
}
.team-carousel {
    margin: 0 auto;

}
.team-carousel-item {
    margin: calc(var(--padd-default)* 1.5) 0 calc(var(--padd-default)* 1.5) calc(var(--padd-default)* 1.5);
}
.team-carousel-container {
    /*position: relative;*/
    /*overflow: hidden;*/
    /*width: 100%;*/
    height: 100%;

    background-color: var(--footer-grey);
    padding: calc(var(--padd-default)* 1.5);

    border-radius: var(--radiusS);
}
.team-carousel-container img {
    width: 100%;
    margin-bottom:var(--padd-default);
    border-radius: calc( var(--radiusS) / 2);
}
.features-carousel {
    padding-bottom: calc(var(--padd-default) * 4);
}

.testimonials-carousel {
    padding-bottom: calc(var(--padd-default) * 4);
}

.features-carousel-pos {
    font-size: 1.35rem;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 9px;
    text-align: center;
}

.features-carousel-text {
    font-size: 1.84rem;
    line-height: 1.18;
    letter-spacing: -0.40px;
}

.features-carousel-info {
    font-size: 1.35rem;
    line-height: 1.38;

    font-family: 'Simartis-Medium', sans-serif;
}

.features-info {
    display: flex;
}

.features-info-logo {
    width: 20%;
    padding-right: calc(var(--padd-default) * 1.5);
    display: inline-block;
}

.features-info-data {
    display: inline-block;
}

.features-info-name {
    font-size: 1.84rem;
}

.features-info-position {
    font-size: 1.16rem;
    color: var(--gray);
}

.features-text {
    font-size: 1.35rem;
    margin-bottom: auto;
}

.benefits-check img {
    margin-top: -4px;
    width:50%;
}

.benefits-check {
    flex: 0 0 24px;
    border-radius: 50%;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    margin-top: 2px;
}

.benefit {
    display: inline-block;
    font-size: 1.357rem;
    font-family: 'Simartis-Medium', sans-serif;
    padding-left: var(--padd-default);
}

.benefits-list {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.benefits-row {
    display: flex;
}

/*------------------services page-------------------------*/
.services-list .benefits-check {
    margin-top: 3px;
    background-color: var(--footer-grey);
}

.general-services .logo-icon img {
    filter: invert(1);
}

.general-services .logo-icon {
    background-color: #000;
}

.service-position .features-carousel-pos {
    flex: 0 0 auto;
}

.service-position {
    display: flex;
}

.service-position .pos-spacer {
    background-color: var(--footer-grey);
    height: 1px;
    flex: auto;
    /* width: 100%; */
    margin-left: 20px;
}

.benefit, .service-text p {
    line-height: 1.38;
    font-size: 1.35rem;
    font-family: 'Simartis-Medium', sans-serif;
}

.key-title {
    font-size: 1.84rem;
}

.benefits-row {
    margin-bottom: var(--padd-default);
}

/*---------------career page----------------------------*/
#load-btn {
    margin-bottom: 12px;
}

.apply-btn {
    display: inline-block;
}

.apply-btn img {
    height: 100%;
    margin-left: 10px;

}

.job-page {
    padding-bottom: 20px;
}

.job-page h1 {
    font-size: 5.36rem;
    padding: var(--padd-default) 0;
}

.job-page .benefits-check {
    margin-top: 3px;
    background-color: var(--footer-grey);
}

.back-link {
    font-family: 'Simartis-Medium', sans-serif;
    font-size: 1rem;
    color: var(--gray);
    border-bottom: 1px solid var(--gray);

}

.job-location {
    font-family: 'Simartis-Medium', sans-serif;
    font-size: 1.35rem;
    color: var(--gray);
}
.down-br-mobile{
    display: none!important;
}
.service-box .app-icon{
    width: 100px;
    margin-top: 24px;
}

#cookie-bar .contact-btn {
    float: right;    margin-top: 12px;
    line-height: 1;
}
#cookie-bar .general-link {

    font-size: 1rem;
    line-height: 1;
}
#cookie-bar {
    position: fixed;

    background-color: #fff;
    width: 400px;
    display: flex;


    border-radius: calc(var(--radiusS) / 2);
    padding: var(--padd-default);
    bottom: 4vh;
    z-index: 2;
    /* width: auto; */
    left: 5vw;
    /* align-items: center; */
    transition: bottom 1s ease-out;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
}
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*max mobile*/
@media (max-width: 1199px) {
    :root {
        --h1: 5.9rem;
        --h2: 3.5rem;
        --h3: 2.3rem;
        --h4: 1.75rem;
        --h5: 1.55rem;
        --h6: 1.33rem;
    }
    .partners-wrap img {
        padding: 0 calc(var(--padd-default) * 2);
        margin: calc(var(--padd-default) * 2) 0;
    }
}
@media (max-width: 991px) {
    :root {
        --h1: 5.5rem;
        --h2: 3.2rem;
        --h3: 2.2rem;
        --h4: 1.7rem;
        --h5: 1.5rem;
        --h6: 1.3rem;
    }
    .gsma-box{
        width:100%;
    }
    .link--metis::before, .link--metis::after {

        top: auto;
        bottom: 0;
    }
    .mobile-download-sect .download-form .down-form-txt {
        font-size: 1.2rem;
        line-height: 1.3;
        margin: 0 0 var(--padd-default) 0;
    }
    .mobile-download-sect{
        display: block;
    }
    .mobile-download-sect .downloadPDF-form input[type='text'], .mobile-download-sect  .downloadPDF-form input[type='email']{
        margin-top: calc(var(--padd-default) / 2);
        padding: calc(var(--padd-default) / 2) var(--padd-default);
        border: 1px solid var(--footer-grey);
        width: 100%;
        border-radius: var(--radiusB);
    }
    .ProductPage .hero__title.pb-big, .SimProductPage .hero__title.pb-big {
        padding-bottom: calc(var(--padd-default)* 3);
    }
    .down-br-mobile{
        display:inline-flex !important;
        margin-bottom:calc(var(--padd-default)* 4);
    }
    .partners-wrap {
        grid-template-columns: repeat(3, 1fr);

    }
    .integr-apps-list .career-arrow{
        display: none;
    }
    .mob-mb-s {
        margin-bottom: calc(var(--padd-default) * 1.35);
    }

    .services__subtitle--big {
        font-size: 3.47rem;
    }

    .services__subtitle--normal {
        font-size: 2.77rem;
    }

    .job-page h1 {
        font-size: 3.9rem;
    }

    .article-page h1 {
        font-size: 3.5rem;
    }

    .header {
        position: absolute;
    }

    .viewport {
        overflow: hidden;
        position: initial;
    }

    footer {
        position: initial !important;
    }
    .features-carousel__item, .testimonials-carousel__item, .team-carousel-item {
        width: 55vw;
    }
    /*<%-------------------mobile menu-------------------*/
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        padding-right: 16px;
        padding-left: 16px;
    }

    .header .container-submenu {
        padding: 0;
    }

    .header {
        padding: 0;
    }

    .header-in {
        padding: 25px 1rem 10px 1rem;
    }

    .submenu {
        padding-left: 1rem;
        padding-bottom: calc(var(--padd-default) * 1.5);
        overflow-x: auto;
        white-space: nowrap;
        -ms-overflow-style: none; /* Hide scrollbar on IE/Edge */
        scrollbar-width: none;
    }

    .submenu .submenu-link {

        flex-shrink: 0;
    }
    .link--metis::before, .link--metis::after{
        margin-top: 0;
    }
    .mobile-nav .logo-icon {
        margin-bottom: calc(var(--padd-default) * 3);
        margin-top: calc(var(--padd-default) * 2);
    }

    .mob-menu-item a {
        font-size: 1.7rem;
    }

    .mobile-menu .footer__link {
        line-height: 1.37;
        font-family: 'Simartis-Medium', sans-serif;
        border-bottom: 1px solid var(--gray);
        color: var(--gray);
        margin-bottom: 8px;
    }

    .mobile-nav {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1001;
        transition: background-color 0.3s ease, backdrop-filter 0.3s ease, transform 0.3s ease;
        backdrop-filter: blur(15px);
        background-color: #ffffff59;
        display: none;
        flex-direction: column;
        align-items: center;
        /*justify-content: center;*/
        opacity: 0;
        height: 100vh;
        padding: 0;
    }

    .mobile-menu li {
        list-style: none;
    }

    .mobile-nav .logo-icon {
        background-color: #000;
    }

    .mobile-nav .logo-icon img {
        filter: invert(1);
    }

    .mobile-menu {
        display: block;
        position: relative;
        height: 0;

        z-index: 9999;
    }

    .header__logo {
        width: 150px;
    }

    .header__nav {
        display: none;
    }

    .mob-menu-item.nav-item-contact * {
        width: 100%;
        border-radius: calc(var(--radiusB) * 1.5)
    }

    .mob-menu-item.nav-item-contact {
        margin-top: calc(var(--padd-default) * 3);
        width: calc(100% - var(--padd-default) * 3);
        text-align: center;

    }

    .mob-menu-btn {
        display: block;
        --front: #000;
        --back: #fff;
        --icon: white;
        perspective: 600px;
        width: 48px;
        height: 48px;
        /*position: relative;*/
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;

        position: absolute;
        right: 12px;
        top: 20px;
        z-index: 9999999;
    }

    .mob-menu-btn div span {
        --rotateY: 0deg;
        --background: var(--front);
        transform: rotateY(var(--rotateY));
        transform-style: preserve-3d;
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid var(--footer-grey);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: var(--background);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform 0.6s cubic-bezier(0.2, 0.64, 0.48, 1.24);
    }

    .mob-menu-btn.open div span {
        border: 0;
    }

    .mob-menu-btn div span:before,
    .mob-menu-btn div span:after {
        --rotate: 0deg;
        content: "";
        position: absolute;
        width: 16px;
        height: 2px;
        border-radius: 1px;
        top: 50%;
        left: 50%;
        background: #fff;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate(-50%, -50%) rotate(var(--rotate)) translateZ(6px);
    }

    .mob-menu-btn div span:first-child {
        --background: var(--back);
    }

    .mob-menu-btn div span:first-child:before {
        --rotate: -45deg;
        background: #000;
    }

    .mob-menu-btn div span:first-child:after {
        --rotate: 45deg;
        background: #000;
    }

    .mob-menu-btn div span:last-child {
        --rotateY: 180deg;
    }

    .mob-menu-btn div span:last-child:before {
        box-shadow: 0 -5px 0 var(--icon), 0 5px 0 var(--icon);
    }

    .mob-menu-btn div span:last-child:after {
        display: none;
    }

    .mob-menu-btn.open div span:first-child {
        --rotateY: -180deg;
    }

    .mob-menu-btn.open div span:last-child {
        --rotateY: 0deg;
    }

    /*---------------------*/
    .svg-container {

        height: 80vh;
    }

    .contact-btn {
        /*padding: var(--padd-default) calc(var(--padd-default) * 2);*/
        font-size: 1.1rem;
    }

    .h-90{
        height: 80vh;
    }

    .download-fixed-box.show {
        display: none;

    }

    .download-fixed-box {
        width: 320px;

        padding: calc(var(--padd-default) / 2);
        bottom: -100%;
        right: 3vw;
    }

    .download-box-data .contact-btn {
        padding: calc(var(--padd-default) / 1.4) calc(var(--padd-default) * 2);
        font-size: 1rem;
    }

    .downloadPDF-form input[type='text'], .downloadPDF-form input[type='email'] {

        width: 100%;
    }

    .download-box-data, .download-form {

        padding: 0;
    }

    .product-app-icon {
        width: 40px;
        margin-right: 15px;
    }

}

@media (max-width: 767px) {
    .stats .col{
        flex: 1 0 50%;        width: 50%;
    }
    .news-wrap.pt-big {
        padding-top: calc(var(--padd-default)* 3.5);
    }  .big-news.pb-big {
        padding-bottom: calc(var(--padd-default)* 3.5);
    }
    :root {
        font-size: 15px;

        --h1: 4.5rem;
        --h2: 3rem;
        --h3: 2rem;
        --h4: 1.6rem;
        --h5: 1.45rem;
        --h6: 1.28rem;
    }
    .service-box .app-icon{
        width: 75px;
        margin-top: 0;
        margin-bottom: calc(var(--padd-default)* 4);
    }
        .partners-wrap img {
            padding: 0 var(--padd-default);
            margin: calc(var(--padd-default)* 1.5) 0;
        }
    .footer-logo {
        width: 50%;
    }

    .footer-content {

        font-size: 2.1rem;
    }

    footer .contact-btn {
        margin-bottom: calc(var(--padd-default) * 4);
    }

    .social-media {
        margin-top: calc(var(--padd-default) * 2.5);
    }
    .marquee {
        height: 60px;
    }
    .features-carousel__item, .testimonials-carousel__item, .team-carousel-item {
        width: 70vw;
    }

    .benefits-list {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
    }

    .testimonials-info {
        display: block;
    }

    .product-big-text {
        margin-bottom: var(--padd-default);
    }

    .service-box h2, .product-full-content h2 {
        margin-bottom: calc(var(--padd-default) * 1.5);;
    }

    .news-img {
        margin-bottom: calc(var(--padd-default) * 2.5);
    }

    .news-summary {
        margin-bottom: calc(var(--padd-default) * 3.5);
    }

    #Form_ContactForm_FirstName_Holder, #Form_ContactForm_LastName_Holder {
        width: 100%;
    }
    .benefits-check img {
        margin-top: 0;
    }

}

@media (max-width: 575px) {
    :root {
        font-size: 15px;
        --padd-default: 12px;
        --radiusS: 16px;
        --radiusB: 24px;
        --icon: 88px;

        --h1: 3.9rem;
        --h2: 2.77rem;
        --h3: 1.97rem;
        --h4: 1.57rem;
        --h5: 1.4rem;
        --h6: 1.25rem;
    }
    .stats__title {
        font-size: 2rem;
    }
    .stats__number {
        font-size: 4rem;
    }
    .stats__text {

        line-height: 1.2;
    }
    .submenu .submenu-link {
        color: #000; font-size: 0.85rem;
    }
    #cookie-bar {
        width: calc(100% - 32px);
        bottom: 2vh;
        left: 16px;
    }
    .partners-wrap {

        grid-template-columns: repeat(2, 1fr);

    }
    .partners-wrap img {
        padding: 0 calc(var(--padd-default)* 3);

    }
    .testimonials-carousel__item, .features-carousel__item, .team-carousel-item {
        width: 80vw;
    }

    .logo-icon img {
        padding: 20px 28px;
    }
    .testimonials-text p {
        font-size: 0.9rem;
    }
    .testimonials-carousel__interior {

        padding: calc(var(--padd-default)* 1.5);
    }
    .testimonials-info-logo {
        width: 45%;
        margin-bottom: 5px;
    }
    .testimonials-info-name {
        font-size: 1.35rem;
    }
    .testimonials-info-position {
        font-size: 1rem;

    }
    .sidesect img{
        max-height:auto;
        width:100%;
        margin-bottom:calc(var(--padd-default)*3);
    }
}



/*1200- 1600*/

@media (min-width: 992px) {
    .career-arrow:hover {
        width: 130px; /* Expand the background width */
        border-radius: var(--radiusB);
    }


    .career-arrow:hover .career-btn {
        opacity: 1; /* Fade in the text */
    }
}

@media (min-width: 1921px) {
    :root {
        font-size: 18px;
        --padd-default: 18px;

    }

}

@media (min-width: 2400px) {
    .article-content ul li{
        background-image: url('../assets/bullet_point_simartis.svg');
        background-size: 24px 24px; /* Adjust size */
        background-repeat: no-repeat;
        background-position: left 12px;
        padding-left: 56px; /* Space for icon */
        min-height: 24px; /* Ensures proper alignment */
    }
    .gsma-box{
        width:50%;
    }
    .lineChild {
        padding-bottom: 15px;
        padding-right: 15px;
    }
    .career-arrow img {

        height: 40%;
    }
    .career-arrow {

        width: 60px;

        height: 60px;
    }
    .integr-apps-list .career-arrow:hover {
        width: 220px;
    }
    .career-arrow:hover {
        width: 170px;
    }
    .header__nav .contact-btn {

        -webkit-border-radius:calc(var(--radiusB) * 1.5);
        -moz-border-radius: calc(var(--radiusB) * 1.5);
        border-radius: calc(var(--radiusB) * 1.5);
    }
    .header__nav .nav-item.nav-item-contact .svg-item {
        -webkit-border-radius:calc(var(--radiusB) * 1.5);
        -moz-border-radius: calc(var(--radiusB) * 1.5);
        border-radius: calc(var(--radiusB) * 1.5);
    }

    .svg-grey, .svg-colored {
        transform: none;
    }

    :root {
        font-size: 24px;
        --padd-default: 24px;
        --radiusS: 20px;
        --radiusB: 32px;
    }
    .logo-icon img {
        height: calc(var(--icon) * 1.5);
        padding: 30px 50px;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1900px;
    }
    .benefits-check img {
        margin-top: 0px;
    }
    .features-carousel-pos {

        width: 75px;
        height: 75px;
        padding: 13px;
    }

    .benefits-check {
        flex: 0 0 40px;
        width: 40px;
        height: 40px;
    }
    .testimonials-carousel__item{
        width: 30vw;
    }
    .features-carousel__item, .team-carousel-item {
        width: 30vw;
    }
    .marquee {

        height: 180px;
    }
    .marquee-block img{
        margin-left: calc(var(--padd-default) * 14);
    }
    .down-preview {
        height: 240px;
    }

    .download-fixed-box {
        width: 560px;
    }
}
@media (min-width: 3000px) {
    .testimonials-carousel__item{
        width: 28vw;
    }
    .features-carousel__item, .team-carousel-item {
        width: 20vw;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 70vw;
    }

    .slick-track{
        margin-left:15vw;
    }
}


