:root {
    /*Colors:*/
    --primary-color: #02ABBA;
    --light-blue: #e9f5f8;
    --gray: #f5f5f5;
    --text-color: #333;
    --text-drop: #293633;
    --text-drop-p: #3B4746;
    --text-drop-soon: #00828E;
    --text-drop-soon-bg: #E5F3F4;
    --text-drop-hover-bg: #F5FAFB;
    --color-bh-F3: #F3F3F3;
    --color-181818: #181818;
    --color-F9: #f0f7f9;
    --color-8F: #00838F;
    --color-DC: #DCDCDC;
    --color-D4: #D4D4D4;
    --color-B3D4D7: #B3D4D7;
    --color-003439: #003439;
    --white: #fff;
    --white-FA: #FAFAFA;
    --white-FE: #FEFEFE;
    --white-F2: #F2F2F2;
    --white-FB: #FBFBFB;
    --nav-item-bg: #1F4454;

    /* Border Radius */
    --border-radius-sm: 0.5rem;
    --border-radius-md: 0.75rem;
    --border-radius-24: 1.5rem;
    --border-radius-lg: 1.875rem;

    /* Shadows */
    --shadow-md: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);

    /* Spacing & Sizing (base 16px = 1rem) */
    --space-1_5px: 0.094rem;
    --space-2px: 0.125rem;
    --space-3px: 0.1875rem;
    --space-4px: 0.25rem;
    --space-5px: 0.3125rem;
    --space-8px: 0.5rem;
    --space-10px: 0.625rem;
    --space-12px: 0.75rem;
    --space-15px: 0.9375rem;
    --space-16px: 1rem;
    --space-18px: 1.125rem;
    --space-20px: 1.25rem;
    --space-24px: 1.5rem;
    --space-25px: 1.5625rem;
    --space-30px: 1.875rem;
    --space-32px: 2rem;
    --space-40px: 2.5rem;
    --space-45px: 2.813rem;
    --space-48px: 3rem;
    --space-50px: 3.125rem;
    --space-60px: 3.75rem;
    --space-64px: 4rem;
    --space-70px: 4.375rem;
    --space-72px: 4.5rem;
    --space-80px: 5rem;
    --space-96px: 6rem;
    --space-100px: 6.25rem;
    --space-120px: 7.5rem;
    --sapce-logo-128px: 7.388rem;
    --space-160px: 10rem;
    --space-245px: 15.313rem;
    --space-250px: 15.625rem;
    --space-260px: 16.25rem;
    --space-280px: 17.5rem;
    --space-290px: 18.125rem;
    --space-292px: 18.25rem;
    --space-305px: 19.063rem;
    --space-320px: 20rem;
    --space-454px: 28.375rem;
    --space-462px: 28.875rem;
    --space-496px: 31rem;
    --space-500px: 31.25rem;
    --space-534px: 33.375rem;
    --space-544px: 34rem;
    --space-564px: 35.25rem;
    --space-600px: 37.5rem;
    --space-630px: 39.375rem;
    --space-795px: 49.688rem;
    --space-867px: 54.188rem;
    --space-1120px: 70rem;
    --space-1200px: 75rem;
    --space-1240px: 77.5rem;
    --space-1280px: 80rem; /*For container main*/
    --space-1400px: 87.5rem; /* For header-container max-width */
    --space-1440px: 90rem; /*map max-w*/

    /* Font Sizes (base 16px = 1rem) */
    --font-size-12px: 0.75rem;
    --font-size-14px: 0.875rem;
    --font-size-15px: 0.9375rem;
    --font-size-16px: 1rem;
    --font-size-18px: 1.125rem;
    --font-size-20px: 1.25rem;
    --font-size-22px: 1.375rem;
    --font-size-24px: 1.5rem;
    --font-size-26px: 1.625rem;
    --font-size-30px: 1.875rem;
    --font-size-36px: 2.25rem;
    --font-size-40px: 2.5rem;
    --font-size-48px: 3rem;
    --font-size-64px: 4rem;
    /*Line Height*/
    --line-height-20px: 1.25rem;
    --line-height-22px: 1.375rem;
    --line-height-24px: 1.5rem;
    --line-height-28px: 1.75rem;
    --line-height-38px: 2.375rem;
    --line-height-56px: 3.5rem;
    --Line-height-72px: 4.5rem;

    /* Transforms */
    --translateY-20px: 1.25rem;
    --translateY-minus-5px: -0.3125rem;

    /*main margin bottom*/
    --margin-120px: var(--space-120px);
}

/*main style for Typography*/
.text-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: clamp(var(--space-24px), 4.444vw, var(--space-64px));
}

.section-heading {
    margin-bottom: var(--space-16px);
    font-size: var(--font-size-48px);
    font-weight: 700;
    line-height: var(--line-height-56px);
    color: #293633;
    text-align: center;
    letter-spacing: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .section-heading {
        font-size: var(--line-height-28px);
        line-height: var(--space-32px);
        font-weight: 700;
        text-align: center;
        letter-spacing: 0;
        margin-bottom: var(--space-8px);
        padding: 0;
    }
}

.section-subheading {
    display: flex;
    flex-direction: column;
    font-size: var(--font-size-16px);
    line-height: var(--space-24px);
    font-weight: 400;
    letter-spacing: 0;
    color: var(--text-drop-p);
    padding: 0;
    margin: 0;
}

/*color classes*/
.cl-white {
    color: var(--white-FA);
}

.cl-color_02ABBA {
    color: var(--primary-color);
}

.cl-color_293633 {
    color: var(--text-drop);
}

.cl-color_00838F {
    color: var(--color-8F);
}

.cl-color_FAFAFA {
    color: var(--white-FA);
}

.cl-color_FBFBFB {
    color: var(--white-FB);
}

/*general list-wrap-grid sections*/
.list-wrap-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(var(--space-245px), 1fr));
    gap: var(--space-24px);
}

.list-wrap-card {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.list-wrap-icon {
    background-image: url('../images/icons/real/list-icon.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: var(--space-48px);
    height: var(--space-48px);
    margin-right: var(--space-12px);
}

/*general w h for wrapper-section-b*/
.wrapper-section-b {
    position: relative;
    width: var(--space-630px);
    height: var(--space-462px);
}

/*for mobile sliders started point*/
/*Complete for mobile*/
.complete-section.mobile {
    display: none;
}

.complete-section.mobile {
    /*display: flex;*/

    .explore-title {
        margin-bottom: var(--space-8px);
    }

    .section-subheading {
        margin-bottom: var(--space-24px);
    }

    .list-wrap-icon {
        background-image: url('../images/icons/explore/point.svg');
    }

    .list-wrap-card {
        align-items: center;
    }
}

.complete-section.mobile .container {
    overflow: hidden;
    padding: var(--space-70px) 0;
}

/*sliders for mobile main classes from Explore for mobile and */
.explore-section.mobile {
    display: none;
}

.explore-section.mobile .container {
    overflow: hidden;
    padding: var(--space-70px) 0;
}

.explore-title {
    color: #FAFAFA;
    font-size: 1.75rem;
    line-height: var(--space-32px);
    font-weight: 700;
    text-align: center;
    margin-bottom: var(--space-24px);
}

.explore-title-accent {
    color: #02ABBA;
}

.explore-tabs-scroll {
    background: rgba(22, 51, 65, 1);
    border-radius: 32px 0 0 32px;
    margin: 0 auto var(--space-20px) var(--space-12px);
    max-width: 35.938rem; /*573px*/
    position: relative;
    overflow: hidden;
    touch-action: pan-x;
}

.explore-tabs {
    display: flex;
    align-items: stretch;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
    scroll-behavior: smooth;
    touch-action: pan-x;
    padding: 2px 0;
}

.explore-tabs::-webkit-scrollbar {
    display: none;
}

.explore-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: transparent;
    color: #B3D4D7;
    font-weight: 400;
    font-size: 0.813rem;
    line-height: var(--font-size-18px);
    letter-spacing: 0;
    padding: 8px 12px;
    border-radius: 18px;
    border: none;
    cursor: pointer;
    margin-right: 0;
    box-shadow: 0 2px 8px 0 rgba(2, 171, 186, 0.04);
    z-index: 1;
    transition: background 0.2s, color 0.2s, box-shadow 0.2s, z-index 0s, opacity 0.4s, transform 0.4s;
    position: relative;
    outline: none;
    white-space: nowrap;
}

.maintenance-img {
    background-color: #335D61;
}

.explore-tab.active {
    background: #fff;
    color: #003439;
    box-shadow: 0 4px 24px 0 rgba(2, 171, 186, 0.10);
    z-index: 2;

    .maintenance-img {
        background-color: #003439;
    }
}

.explore-tab:focus-visible {
    box-shadow: 0 4px 24px 0 rgba(2, 171, 186, 0.10);
}

.explore-tab-content {
    min-height: 21.25rem; /*340px*/
}

.explore-card {
    display: none;
}

.explore-card.active {
    display: block;
    animation: fadeIn 0.3s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.explore-card-inner {
    border-radius: 22px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.explore-card-form {
    display: flex;
    justify-content: center;
}

.explore-card-form img {
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: var(--space-24px);
    padding: var(--space-12px);
}

.explore-card-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: var(--space-12px);
}

.explore-card-info h3 {
    color: #FBFBFB;
    font-size: var(--font-size-18px);
    line-height: var(--line-height-24px);
    font-weight: 600;
}

.explore-card-info p {
    color: #FAFAFA;
    font-size: var(--font-size-14px);
    line-height: var(--line-height-20px);
    max-width: 100%;
}

.explore-card-info .list-wrap-grid {
    grid-template-columns: repeat(1, minmax(21.938rem, 1fr));
}

.explore-card-info .list-wrap-icon {
    margin-right: var(--space-12px);
}

.explore-tab-content .list-wrap-description {
    font-size: var(--font-size-14px);
    line-height: var(--line-height-20px);
}

.explore-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.explore-list-icon {
    background: #E5F3F4;
    color: #02ABBA;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin-right: 10px;
    font-size: 1.1em;
}

.explore-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: var(--space-20px);
}

.explore-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(251, 251, 251, 0.2);
    border: none;
    transition: background 0.2s, transform 0.2s;
    cursor: pointer;
}

.explore-dot.active {
    background: #FBFBFB;
    transform: scale(1.2);
}

.explore-tabs-fade {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 64px;
    z-index: 3;
    background: linear-gradient(to right, rgba(13, 41, 50, 0) 0%, rgba(13, 41, 50, 0.8) 50%, rgba(13, 41, 50, 1) 100%);
    transition: opacity 0.3s ease;
}

.explore-tabs-fade-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 48px;
    z-index: 3;
    background: linear-gradient(to left, rgba(13, 41, 50, 0) 0%, rgba(13, 41, 50, 0.8) 50%, rgba(13, 41, 50, 1) 100%);
    display: none;
    transition: opacity 0.3s ease;
}

/*where dark mode in the mobile*/
.explore-section.mobile {
    .theme-comparison-slider {
        right: 0;
    }

    .theme-slider-handle {
        right: 50%;
        left: 50%;
    }
}

/*end for mobile sliders started point*/

/* end main style for Typography*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    margin: 0;
    padding: 0;
}

body {
    color: var(--text-color);
    background-color: #FBFBFB;
    font-size: var(--font-size-16px);
    line-height: 1.6;
    font-family: "Lato", sans-serif;
}

/*Main container*/
.container {
    width: 100%;
    max-width: var(--space-1280px);
    margin: 0 auto;
    padding: 0;
}

section {
    width: 100%;
}

/* Header */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: var(--space-12px);
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sticky-header.extraClass.open {
    padding: 0;
}

.header-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: var(--space-16px) 0;
    width: 100%;
    max-width: var(--space-1400px);
    max-height: var(--space-72px);

    backdrop-filter: blur(10px);
    background: rgba(32, 78, 96, 0.4);
    border-radius: 100000px;
    border: none;
    z-index: 1;
}

.header-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; /* Розташовуємо рамку під основним контентом */

    border: 1.25px solid transparent;
    border-radius: 100000px;
    background: linear-gradient(90deg, rgba(37, 88, 111, 0.2) 0%, #25586F 100%) border-box,
    #204E6066 content-box;
    background-origin: border-box, content-box;
    background-clip: border-box, content-box;

    mask-clip: content-box, border-box;
    mask-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
}

.header-container .container_sticky {
    width: 100%;
    max-width: var(--space-1280px);
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    img {
        height: auto;
        width: 100%;
        max-width: var(--sapce-logo-128px);
        object-fit: contain;
        display: block;
    }
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
    padding: var(--space-8px) var(--space-16px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--white-F2);
    margin-left: var(--space-16px);
}

.mob-head {
    display: none;
}

.dropdown-app {
    display: none;
}

.nav-item.active {
    padding: 0 16px;
    border-radius: var(--border-radius-24);
    background: var(--nav-item-bg);
}

.nav-item:hover,
.nav-item:focus {
    padding: 0 var(--space-16px);
    border-radius: var(--border-radius-24);
    background: var(--nav-item-bg);
}

.nav-item:first-child {
    margin-left: 0;
}


.nav-link {
    text-decoration: none;
    font-size: var(--font-size-15px);
    line-height: var(--line-height-24px);
    font-weight: 400;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
}

.nav-link i {
    margin-left: var(--space-5px);
    font-size: var(--font-size-12px);
    transition: transform 0.3s ease;
}

.nav-link[aria-expanded="true"] i {
    transform: rotate(180deg);
}

/* mobile dropdown Solutions arrow*/
.nav-item .nav-link img {
    display: none;
}

/* Dropdown Menu Styles */
.dropdown-menu {
    position: absolute;
    top: calc(100% + var(--space-30px));
    left: calc(100% + 0rem);
    transform: translateX(-50%) translateY(var(--translateY-20px));

    background-color: var(--white-FE);
    border-radius: var(--border-radius-24);
    box-shadow: var(--shadow-md);
    min-width: var(--space-1280px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s, transform 0.3s ease;
    z-index: 11;
    padding: var(--space-16px);
    display: none;
}

.dropdown-header {
    display: none;
}

.dropdown-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    transition-delay: 0s;
    display: block;
    overflow: auto;
}

.nav-item:first-child .dropdown-menu {
    left: 0;
    transform: translateX(0) translateY(var(--translateY-20px));
}

.nav-item:first-child .dropdown-menu.active {
    transform: translateX(0) translateY(0);
}

.nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0;
    transform: translateX(0) translateY(var(--translateY-20px));
}

.nav-item:last-child .dropdown-menu.active {
    transform: translateX(0) translateY(0);
}

.dropdown-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-16px);
}

.dropdown-feature {
    display: flex;
    align-items: flex-start;
    padding: var(--space-8px);
    border-radius: var(--border-radius-sm);
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    color: var(--text-color);
}

.column {
    display: flex;
    flex-direction: column;
}

/* Перша колонка — елементи 1-4 */
.dropdown-feature:nth-child(-n+4) {
    grid-column: 1;
}

/* Друга колонка — елементи 5-8 */
.dropdown-feature:nth-child(n+5):nth-child(-n+8) {
    grid-column: 2;
}

/* Третя колонка — елементи 9 і 10 */
.dropdown-feature:nth-child(n+9) {
    grid-column: 3;
}

.dropdown-feature:hover,
.dropdown-feature:focus {
    background-color: var(--text-drop-hover-bg);
    color: var(--white);
}

.dropdown-feature.active {
    background-color: var(--text-drop-hover-bg);
    color: var(--white);
}

.dropdown-feature.active .dropdown-text h4,
.dropdown-feature.active .dropdown-text p {
    color: var(--primary-color);
}

.dropdown-feature:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: var(--space-2px);
}

.dropdown-icon {
    margin-right: var(--space-12px);
    /*width: var(--space-30px);*/
    /*height: var(--space-30px);*/
    background-color: var(--light-blue);
    border-radius: var(--border-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    flex-shrink: 0;
    transition: color 0.3s ease;
}

.dropdown-feature:hover .dropdown-icon,
.dropdown-feature:focus .dropdown-icon {
    color: var(--white);
    background-color: var(--primary-color);
    stroke: var(--white);
}

.dropdown-text h4 {
    font-size: var(--font-size-14px);
    line-height: var(--line-height-22px);
    font-weight: 600;
    margin-bottom: var(--space-4px);
    color: var(--text-drop);
    transition: color 0.3s ease;
}

.dropdown-feature:hover .dropdown-text h4,
.dropdown-feature:focus .dropdown-text h4 {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.dropdown-text p {
    font-size: var(--font-size-14px);
    line-height: var(--line-height-22px);
    font-weight: 400;
    color: var(--text-drop-p);
    margin: 0;
}

.dropdown-feature:hover .dropdown-text p,
.dropdown-feature:focus .dropdown-text p {
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.dropdown-tag {
    display: inline-block;
    padding: var(--space-4px) var(--space-8px);
    border-radius: var(--border-radius-24);
    font-size: var(--font-size-12px);
    font-weight: 600;
    margin-left: var(--space-8px);
    background-color: var(--text-drop-soon-bg);
    color: var(--text-drop-soon);
    vertical-align: middle;
}

.login-btn {
    background-color: var(--color-8F);
    color: var(--white);
    padding: var(--space-8px) 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 1000px;
    border: 1px solid rgba(0, 131, 143, 1);
    text-decoration: none;

    font-weight: 500;
    font-size: var(--font-size-16px);
    line-height: var(--line-height-24px);
    transition: background-color 0.3s ease;
    flex-shrink: 0;
}

.login-btn:hover,
.login-btn:focus {
    background-color: var(--nav-item-bg);
    color: var(--white);
    border-color: var(--nav-item-bg);
}

.mobile-menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: var(--space-8px);
    z-index: 1;
}

/* end Header */

/* Hero Section */
.hero {
    background-image: url('../images/hero/main_bg.webp');
    text-align: center;
    position: relative;
    background-size: 100% 70%;
    background-position: top;
    background-repeat: no-repeat;
    padding-top: calc(var(--space-80px) + var(--space-40px) * 2); /* Header height + padding */
}

.hero .container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero h1 {
    color: var(--white-FA);
    font-size: var(--font-size-64px);
    line-height: var(--Line-height-72px);
    margin-bottom: var(--space-16px);
    font-weight: 700;
    letter-spacing: 0;
    max-width: 100%;
    width: 800px;
}

.hero h1 span {
    color: var(--primary-color);
}

.hero-description {
    color: var(--white-FA);
    max-width: var(--space-600px);
    font-size: var(--font-size-16px);
    line-height: var(--line-height-24px);
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 auto var(--space-60px);
}

.hero-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-content: center;
    gap: var(--space-16px);
}

.btn-primary-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius-lg);
    transition: all 0.3s ease;
    text-decoration: none;
    border: 1px solid transparent;
}

.btn-primary {
    padding: var(--space-12px) var(--space-64px);
    background-color: var(--color-8F);
    color: var(--text-drop-soon-bg);
    font-weight: 500;
    font-size: var(--font-size-16px);
    line-height: var(--line-height-24px);
    border: 1px solid #00838F
}

.hero-note {
    color: #B4B4B4;
    font-size: var(--font-size-14px);
    font-weight: 400;
    line-height: var(--line-height-20px);
    padding-top: var(--space-8px);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--nav-item-bg);
    color: var(--white);
    border-color: var(--nav-item-bg);
}

.btn-secondary {
    font-weight: 500;
    font-size: var(--font-size-16px);
    line-height: var(--line-height-24px);
    background: none;
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.2);
    padding: var(--space-12px) var(--space-24px);

}

.btn-secondary:hover,
.btn-secondary:focus {
    background-color: rgba(255, 255, 255, 0.2);
    color: var(--white);
}

.btn img {
    width: var(--space-24px);
    height: var(--space-24px);
    margin-left: var(--space-8px);
}

/*Video Popup*/
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 1s ease-in-out forwards;
}


.custom-modal-size {
    max-width: 80rem;
    width: 80rem;
    min-width: 20rem;
    height: 41.375rem;
    min-height: 20rem;
    margin: 7.5rem auto;
    display: flex;
    align-items: center;
}

.video-modal-content {
    background: #111;
    border-radius: 1.125rem;
    border: 0.5rem solid #fff;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.5);
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.video-border {
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
}

.btn-close-custom {
    position: absolute;
    top: -1.5rem;
    right: -1.5rem;
    background: #21737a;
    color: #fff;
    border: none;
    border-radius: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2rem;
    cursor: pointer;
    z-index: 2100;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.25);
    transition: background 0.2s, transform 0.2s;
    line-height: 1;
}

.btn-close-custom span {
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 24px;
    justify-content: center;
    align-items: center;
}

.btn-close-custom:hover {
    background: #155a60;
    transform: scale(1.08);
}

/*end custom Video Popup*/

/* Map Section */
.map-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.map-image {
    max-width: var(--space-1440px);
    width: 100%;
    transition: transform 0.2s ease, filter 0.3s ease;
    will-change: transform, filter;
}

.map-image:hover {
    transform: scale(1.005);
    filter: brightness(1.02);
    cursor: pointer;
}

/* end Map Section */
/* end Hero Section */

/* Features Section */
.features-section {
    margin-bottom: var(--margin-120px);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(21.875rem, 1fr));
    gap: clamp(var(--space-12px), 2vw, var(--space-20px));
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.features-grid::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
}

.features-grid::-webkit-scrollbar-thumb {
    display: none;
}

.features-indicators {
    display: none;
    justify-content: center;
    gap: 0.375rem;
    margin: 0 auto;


    span {
        width: 0.375rem;
        height: 0.375rem;
        border-radius: 0.375rem;
        opacity: 0.2;
        background-color: var(--primary-color);
    }

    span:first-child {
        opacity: 1;
    }
}

.feature-card {
    display: flex;
    align-items: flex-start;
    gap: clamp(var(--space-8px), 3vw, var(--space-16px));
    background: var(--white);
    border-radius: var(--border-radius-24);
    padding: var(--space-16px);
    box-shadow: 2px 2px 12px 0 #F3F3F3CC;

    img {
        flex-shrink: 0;
        width: clamp(var(--space-32px), 4vw, var(--space-48px));
        height: clamp(var(--space-32px), 4vw, var(--space-48px));
    }

    h2 {
        color: var(--text-drop);
        font-size: clamp(var(--font-size-16px), 2vw, var(--font-size-18px));
        line-height: var(--font-size-26px);
        font-weight: 600;
        margin-bottom: var(--space-4px);
    }

    p {
        color: var(--text-drop-p);
        font-size: clamp(var(--font-size-14px), 2vw, var(--font-size-16px));
        font-weight: 400;
        line-height: var(--font-size-26px);
        margin: 0;
        padding: 0;
    }
}

/* end Features Section */

/* Comprehensive Section */
.comprehensive-section {
    margin-bottom: var(--margin-120px);
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--space-20px);
}

.service-card {
    background-color: var(--white);
    border-radius: var(--border-radius-md);
    box-shadow: 2px 2px 12px 0 #F3F3F3CC;
    padding: var(--space-30px) var(--space-20px);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover,
.service-card:focus-within {
    transform: translateY(var(--translateY-minus-5px));
    box-shadow: var(--shadow-md);
}

.service-icon {
    width: var(--space-48px);
    height: var(--space-48px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto var(--space-16px);
}

.service-icon i {
    color: var(--primary-color);
    font-size: var(--font-size-24px);
}

.service-title {
    font-size: var(--font-size-18px);
    font-weight: 600;
    line-height: var(--font-size-26px);
    margin-bottom: var(--space-10px);
    color: #293633;
}

.service-description {
    color: var(--text-drop-p);
    font-size: clamp(var(--font-size-12px), 3vw, var(--font-size-16px));
    line-height: var(--line-height-24px);
    font-weight: 400;
}

.coming-soon {
    display: inline-block;
    margin-left: var(--space-5px);
    color: var(--text-drop-soon);
    vertical-align: middle;
    background-color: var(--text-drop-soon-bg);
    padding: var(--space-5px) var(--space-8px);
    border-radius: var(--space-48px);
    font-size: var(--space-12px);
    line-height: 150%;
    font-weight: 600;
}

/* and Comprehensive Section */

/*-Complete Section*/
.complete-section {
    margin-bottom: var(--margin-120px);
}

.complete-section .container {
    position: relative;
    background-image: url('../images/complete-img/complete-bg.svg');
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: var(--space-40px);
    /*we need add this for custom tabs sections*/
    padding-bottom: var(--space-80px);
}

.complete-section .container.extra_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.complete-section .wrapper {
    max-width: var(--space-1120px);
    width: 100%;
}

.complete-section .text-wrapper {
    padding-top: var(--space-80px);
}

/*start tabs*/
.custom-tabs {
    max-width: var(--space-867px);
    background: #163341;
    margin: 0 auto;
    display: flex;
    /*justify-content: center;*/
    justify-content: space-between;
    align-items: center;
    padding: 0;
    list-style: none;
    border-radius: var(--space-1200px);
}

.nav-tabs {
    border: none;
    border-radius: var(--space-1200px);
}

.custom-tabs-btn {
    padding: var(--space-16px) var(--space-32px);
    color: var(--color-B3D4D7);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--space-5px);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.custom-tabs-btn.active {
    background: var(--white);
    color: var(--color-003439);
    border-radius: var(--space-1200px);
}


.maintenance-img {
    mask-size: cover;
    mask-repeat: no-repeat;
    width: var(--space-24px);
    height: var(--space-24px);
    background-color: #B3D4D7;
}

.complete-section .custom-tabs-btn.active .maintenance-img {
    background-color: var(--color-003439);
}

.complete-section .maintenance-img.users_icon {
    mask-image: url('../images/icons/complete/icon-users.svg');
}

.complete-section .maintenance-img.train_icon {
    mask-image: url('../images/icons/complete/icon_train.svg');
}

.complete-section .maintenance-img.list_icon {
    mask-image: url('../images/icons/complete/icon_list.svg');
}

.complete-section .maintenance-img.warning_icon {
    mask-image: url('../images/icons/complete/icon-warning.svg');
}

.content {
    position: relative;
    height: var(--space-544px);
    overflow: hidden;
}

.custom-tab-content {
    position: absolute;
    left: 0;
    top: var(--space-48px);
    width: 100%;
    height: var(--space-496px);
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(.4, 0, .2, 1);
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.custom-tab-content.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
}

.custom-tab-content img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

/*end tabs*/


/*Real-time section*/
.real-section {
    margin-bottom: var(--margin-120px);
}

.real-section .container {
    display: grid;
    grid-template-columns:  1fr 1fr;
    gap: clamp(var(--space-12px), 3vw, var(--space-48px)) var(--space-20px);
}

.real-section .real-section-a {
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    .real-wrap-card {
        display: flex;
        column-gap: var(--space-12px);
        flex: 1;
        align-items: center;
    }

    h1 {
        font-size: clamp(var(--font-size-30px), 4vw, var(--font-size-48px));
        font-weight: 700;
        width: 100%;
        margin-bottom: clamp(var(--space-8px), 4vw, var(--space-16px));
    }

    h2 {
        font-size: clamp(var(--font-size-14px), 4vw, var(--font-size-16px));
        font-weight: 400;
        width: 100%;
        margin-bottom: clamp(var(--space-24px), 4vw, var(--space-64px));
    }

    p {
        font-size: clamp(var(--font-size-14px), 4vw, var(--font-size-16px));
        color: var(--color-181818);
    }

    img {
        flex-shrink: 0;
        width: clamp(var(--space-40px), 4vw, var(--space-48px));
        height: clamp(var(--space-40px), 4vw, var(--space-48px));
    }
}

.real-section .real-wrap-card .real-war-text {
    display: flex;
    flex-direction: column;
    color: #181818;
}

.real-section .real-section-c,
.real-section .real-section-d {
    background-color: #F0F0F0;
    border-radius: var(--border-radius-24);
    display: flex;
    flex-direction: column;
    overflow: hidden;

    h3 {
        font-size: var(--font-size-20px);
        font-weight: 600;
        margin: var(--space-24px);
        color: #293633;
    }
}

.real-section .real-section-c {
    img {
        margin-top: auto;
    }
}

.real-section .real-section-d {
    img {
        align-self: center;
        margin-bottom: var(--space-24px);
    }
}

.real-section .real-list-wrap {
    display: grid;
    gap: clamp(var(--space-8px), 2vw, var(--space-24px));
    grid-template-columns: 2fr 2fr;
    margin-right: 6vw;
}

.real-section-b {
    position: relative;

    .soon-coming {
        font-size: var(--font-size-14px);
        position: absolute;
        background-color: var(--primary-color);
        color: var(--white);
        border-radius: var(--space-8px) var(--space-8px) 0 0;
        padding: var(--space-4px) var(--space-16px);
        bottom: 0;
        right: var(--space-24px);
    }
}

/* --- Animation for Sun/Moon--- */
.real-section-b .img-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 351 / 288;
}

.real-section-b .img-wrapper picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    animation-name: realTimeFadeIn;
    animation-duration: 10s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-fill-mode: backwards;
}

.real-section-b .img-wrapper picture:last-child {
    animation-delay: 5s;
}

.real-section-b .img-wrapper picture img {
    width: 100%;
    object-fit: contain;
}

@keyframes realTimeFadeIn {
    0% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    65% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.real-section-b .soon-coming {
    position: absolute;
    bottom: 0;
    right: 24px;
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 8px 8px 0 0;
    padding: 4px 16px;
    font-size: 14px;
    z-index: 2;
}

.section-b-cart {
    width: clamp(var(--space-160px), 20vw, var(--space-260px));
    position: absolute;
    bottom: var(--space-64px);
    left: -6rem;
}

@media (max-width: 768px) {
    .section-b-cart {
        display: none;
    }
}

/*end Real-time section*/


/*Comprehensive HOS section*/
.comprehensive-hos-section {
    margin-bottom: var(--margin-120px);
}

.comprehensive-hos-section .wrapper {
    display: grid;
    grid-template-columns: minmax(0, 2fr) min(var(--space-290px), 30%) minmax(0, 2fr);
    grid-auto-rows: clamp(12.75rem, 30vw, var(--space-260px));
    gap: clamp(var(--space-12px), 2vw, var(--space-20px));

    img {
        display: none;
    }

    div {
        background-color: #F0F0F0;
        border-radius: var(--border-radius-24);
        overflow: hidden;
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: contain;

        .wrap_text {
            display: flex;
            flex-direction: column;
            width: clamp(260px, 23vw, 350px); /*min, regular, max*/
            max-width: 100%;
            align-self: center;
            margin: clamp(var(--space-16px), 4vw, var(--space-24px));
            color: #293633;
        }

        .wrap_text.mobile {
            display: none;
        }

        .wrap_text .line-part {
            padding: 0;
            margin: 0;
        }

        h3 {
            font-size: var(--font-size-20px);
            font-weight: 600;
            line-height: var(--line-height-28px);
            letter-spacing: 0;
        }

        &:nth-child(1) {
            background-image: url('../images/comprehensive-hos-img/driver-status.svg');
        }

        &:nth-child(2) {
            background-image: url('../images/comprehensive-hos-img/transfer-method-desk.svg');
            @media (max-width: 992px) {
                background-image: url('../images/comprehensive-hos-img/transfer-method.svg');
            }
        }

        &:nth-child(3) {
            background-image: url('../images/comprehensive-hos-img/schedules.svg');
            background-size: 100% auto;
        }

        &:nth-child(4) {
            background-image: url('../images/comprehensive-hos-img/logs.svg');
            background-position-x: right;
        }

        &:nth-child(5) {
            background-image: url('../images/comprehensive-hos-img/report.svg');
            grid-column: span 2 / span 2;
            background-size: auto clamp(60%, 60vw, 90%);
            background-position-x: right;
        }
    }
}


/*end Comprehensive HOS section*/

/*Powerful-eld section*/
.powerful-eld-section {
    margin-bottom: var(--margin-120px);
}

.section-subheading.text-container.mob {
    display: none;
}

.container-b-mobile {
    display: none;
}

.powerful-eld-section .text-wrapper .section-subheading {
    text-align: center;
}

.powerful-eld-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--space-60px);
}

.container-a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--space-24px);
}

.powerful-eld-card {
    max-width: var(--space-454px);
    width: 100%;
    display: flex;
    align-items: flex-start;
    background: var(--white);
    border-radius: var(--border-radius-24);
    box-shadow: 2px 2px 12px 0 #F3F3F3CC;
    padding: var(--space-16px);
    gap: var(--space-16px);
}

.powerful-eld-card .feature-text h3 {
    font-weight: 600;
    font-size: var(--font-size-18px);
    line-height: var(--font-size-26px);
    letter-spacing: 0;
    color: #293633;
    margin-bottom: 4px;
}

.powerful-eld-card .feature-text p {
    font-weight: 400;
    font-size: var(--font-size-16px);
    line-height: var(--line-height-24px);
    letter-spacing: 0;
    color: #3B4746;
}

.container-b {
    background-image: url('../images/powerful-eld-img/iPhone.webp');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: var(--space-292px);
    height: var(--space-600px);
}

.container-c {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: var(--space-24px);
}

.mobile-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.mobile-container-store {
    display: flex;
}

.mobile-container-play {
    display: flex;
}

/*end Powerful-eld section*/

/*Explore section*/
.explore-section {
    margin-bottom: var(--margin-120px);
}

.explore-section .container {
    background-image: url('../images/complete-img/complete-bg.svg');
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: var(--space-40px);
    padding: var(--space-80px) 0 var(--space-72px);
    overflow: hidden;
    position: relative;
}

.explore-section .container.extra_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.explore-section .wrapper {
    max-width: var(--space-1120px);
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.explore-section .text-wrapper .section-heading {
    margin: 0;
}

.explore-section .wrapper-section-a .section-heading {
    margin-bottom: 12px;
}

.explore-section .text-wrapper .text-container {
    align-items: self-start;
    padding-bottom: var(--space-32px);
}

.explore-section .custom-tabs-btn.active svg path {
    fill: #003439;
}

.explore-section .custom-tabs-btn svg path {
    fill: none;
}

.explore-section .custom-tabs-btn .my-icon {
    fill: none;
}

.maintenance-img.reports_icon {
    mask-image: url('../images/icons/explore/file_text.svg');
}

.maintenance-img.triggers_icon {
    mask-image: url('../images/icons/explore/faders_horizontal.svg');
}

.maintenance-img.maintenance_icon {
    mask-image: url('../images/icons/explore/gear_six.svg');
}

.maintenance-img.tracking_link_icon {
    mask-image: url('../images/icons/explore/navigation_arrow.svg');
}

.maintenance-img.dark_mode_icon {
    mask-image: url('../images/icons/explore/moon.svg');
}

.explore-section .custom-tabs-btn.active .maintenance-img {
    background-color: #003439;
}

.explore-section .content {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    position: relative;
    /* дозволяє .wrapper-section-b виходити за wrapper */
    overflow: visible;
    background: none;
    box-shadow: none;
    min-height: var(--space-500px);
    margin-top: var(--space-48px);
}

.explore-section .content-wrapper-a {
    flex: 1 1 0;
    min-width: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.explore-content-text {
    align-items: flex-start;
    margin-bottom: 0;
}

.explore-content-text h2 {
    font-size: var(--font-size-30px);
    line-height: var(--line-height-38px);
    letter-spacing: 0;
    margin-bottom: var(--space-12px);
}

.explore-content-text span {
    color: var(--white-FA);
    margin: 0;
    text-align: start;
}

.explore-section.mobile .explore-content-text h2 {
    color: var(--white-FB);
}

.explore-section .list-wrap-icon {
    background-image: url('../images/icons/explore/point.svg');
}

.explore-section .list-wrap-grid {
    grid-template-columns: repeat(1, minmax(var(--space-462px), 1fr));
    gap: var(--space-8px);
}

.explore-section .list-wrap-card {
    flex-wrap: nowrap;
}

.explore-section .list-wrap-description {
    font-weight: 400;
    font-size: var(--space-16px);
    line-height: var(--line-height-22px);
    color: var(--white-FA);
    height: 100%;
    display: flex;
    align-items: center;
}

.explore-section .wrapper-section-b {
    width: var(--space-795px);
    height: var(--space-500px);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    position: relative;
    right: calc(-1 * 5.125rem);
    z-index: 1;
    margin-top: calc(-1 * var(--space-45px));
}

.explore-section .ifta_img {
    background-image: url('../images/explore-img/reports.svg');
}

.explore-section .triggers_img {
    background-image: url('../images/explore-img/triggers.svg');
}

.maintenance_img {
    background-image: url('../images/explore-img/maintenance.svg');
}

.truck_link_img {
    background-image: url('../images/explore-img/truck_903.svg') !important;
}

.section-e-cart {
    position: absolute;
    padding: var(--space-10px) var(--space-24px);
    display: flex;
    align-items: center;
    gap: var(--space-10px);
    pointer-events: auto;
}

/* Індивідуальне позиціонування для кожної extra картки */
.overs-report {
    top: -2.5rem;
    right: 13.75rem;
}

.log-auditing-report {
    top: 16.875rem;
    left: -3.438rem;
}

.gps-report {
    bottom: -2.813rem;
    left: 14.375rem;
}

.img-tri .card {
    position: absolute;
    display: flex;
    align-items: center;
    pointer-events: auto;
    bottom: -1.875rem;
    border: none;
}

.img-tri .extra {
    bottom: -1.25rem;
    left: -2.813rem;
}

.img-tri .card-extra {
    position: absolute;
    display: flex;
    align-items: center;
    pointer-events: auto;
    top: var(--space-50px);
    right: 9.063rem;
}

/*Dark mode*/
.theme-comparison-slider {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 1200/768;
    margin: 0 auto;
    overflow: hidden;
    border-radius: var(--space-24px);
    -webkit-border-radius: var(--space-24px);
    -moz-border-radius: var(--space-24px);
    right: -2.813rem;
}

.theme-comparison-slider img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--space-24px);
    -webkit-border-radius: var(--space-24px);
    -moz-border-radius: var(--space-24px);
}

.theme-image--right {
    z-index: 2;
    clip-path: inset(0 0 0 50% round 24px);
}

.theme-comparison-slider .img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--space-24px);
    -webkit-border-radius: var(--space-24px);
    -moz-border-radius: var(--space-24px);
}

.theme-image--left-1 {
    z-index: 1;
    background-image: url("../images/explore-img/dark_ver.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.soon {
    position: absolute;
    bottom: -1.875rem;
    background-image: url("../images/explore-img/soon.svg");
    background-repeat: no-repeat;
    background-position: center center;
    width: 7.438rem;
    height: 6.25rem;
}

.theme-image--right-1 {
    z-index: 2;
    clip-path: inset(0 0 0 50% round 24px);
    background-image: url("../images/explore-img/white_ver.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.theme-slider-handle {
    background-image: url("../images/explore-img/with_bg_arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    margin-left: -20px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
}

/*Dark mode end*/

/*end Explore section */


/*Clear Section*/
.clear-section {
    margin-bottom: var(--margin-120px);
}

.clear-section .container {
    background-image: url('../images/clear-img/clear_bg-final.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: var(--space-40px);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: clamp(var(--space-16px), 4vw, var(--space-70px)) var(--space-16px);
    overflow: hidden;
    background-color: rgba(241, 241, 241, 0.5);
}

.clear-section .cart {
    background: var(--white);
    padding: clamp(var(--space-32px), 4vw, var(--space-48px)) clamp(var(--space-12px), 4vw, var(--space-48px));
    border-radius: var(--space-24px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.clear-section .text-wrapper {
    margin-bottom: var(--space-45px);
}

.clear-section .section-subheading {
    margin: 0;
}

.clear-section .price {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: end;
    gap: var(--space-16px);
}

.clear-section .price span {
    font-weight: 400;
    font-size: var(--font-size-14px);
    line-height: var(--space-20px);
    color: var(--text-drop-p);
}

.clear-section .price span:nth-child(2) {
    font-weight: 700;
    font-size: var(--space-72px);
    line-height: var(--space-80px);
    color: var(--color-8F);
}

.clear-section .list-wrap-icon {
    background-image: url('../images/icons/clear/clear-icon.svg');
    gap: 0;
    width: var(--space-32px);
    height: var(--space-32px);
}

.clear-section .list-wrap-grid {
    grid-template-columns: repeat(3, minmax(var(--space-120px), 1fr));
    margin: var(--space-45px) 0;
    gap: 0;
}

.clear-section .list-wrap-card {
    justify-content: flex-start;
}

.clear-section .list-wrap-card span {
    background-color: var(--text-drop-soon-bg);
    padding: var(--space-5px) var(--space-8px);
    border-radius: var(--space-48px);
    font-size: var(--space-12px);
    line-height: 150%;
}

.clear-section .com {
    margin-left: var(--space-8px);
}

.clear-section .list-wrap-description {
    font-weight: 400;
    letter-spacing: 0;
    font-size: var(--font-size-16px);
    line-height: var(--line-height-22px);
    color: #3B4746;
}

.clear-section .btn-primary-wrapper .btn-primary {
    padding: 0.75rem 1.91rem;
}

/*end Clear Section*/

/*Seamlessly section*/
.seamlessly-section {
    margin-bottom: var(--margin-120px);
}

.seamlessly-section .section-subheading {
    text-align: center;
}

.leaders {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.gray-image {
    filter: grayscale(100%) brightness(0.5) sepia(1) hue-rotate(0deg) saturate(0%) contrast(1);
    mix-blend-mode: multiply;
    transition: filter 0.3s ease;
}

.gray-image:hover {
    filter: none;
}

.leader-cart {
    cursor: pointer;
}

.leader-cart.add {
    background: #fff;
    padding: var(--space-16px) 2.188rem;
    border-radius: var(--space-16px);
    box-shadow: 2px 2px 2px 0 #F3F3F3CC;
}

.image_last_t {
    display: none;
}

.leader-cart:hover .image_last {
    display: none;
}

.leader-cart:hover .image_last_t {
    display: block;
}

.leader-cart {
    cursor: pointer;
    transition: transform 0.2s ease-out;
}

.leader-cart.add {
    background: #fff;
    padding: var(--space-16px) 2.188rem;
    border-radius: var(--space-16px);
    box-shadow: 2px 2px 2px 0 #F3F3F3CC;
}

.svg-text path {
    fill: #585858;
    transition: fill 0.3s ease;
}

.interactive-button:hover .svg-text path {
    fill: #FECA28;
}

.button-background {
    transition: fill 0.3s ease;
}

/*end Seamlessly section*/

/*Upcoming tools section-*/
.upcoming-tools-section {
    margin-bottom: var(--margin-120px);
}

.upcoming-tools-section .text-wrapper {
    margin-bottom: var(--space-64px);
}

.upcoming-tools-section .section-heading {
    margin: 0;
}

.upcoming-tools-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.upcoming-tools-cart {
    box-shadow: 2px 2px 12px 0 #F3F3F3CC;
    border-radius: var(--space-24px);
    padding: var(--space-32px);
    background-color: #F0F0F0;
    width: 100%;
    max-width: var(--space-630px);
}

.upcoming-tools-cart img {
    margin-bottom: var(--space-24px);
}

.upcoming-tools-cart .text-wrapper {
    align-items: flex-start;
    margin-bottom: var(--space-24px);
}

.upcoming-tools-cart .text-wrapper h3 {
    color: #293633;
    font-weight: 700;
    font-size: var(--font-size-30px);
    line-height: var(--line-height-38px);
    margin-bottom: var(--space-8px);
    letter-spacing: 0;
}

@media (max-width: 480px) {
    .upcoming-tools-cart .text-wrapper h3 {
        font-weight: 600;
        font-size: var(--font-size-18px);
        line-height: var(--line-height-24px);
    }
}

.upcoming-tools-cart .text-wrapper p {
    font-size: var(--space-16px);
    line-height: var(--line-height-24px);
    letter-spacing: 0;
    font-weight: 400;
    color: #3B4746;
}

@media (max-width: 480px) {
    .upcoming-tools-cart .text-wrapper p {
        font-weight: 600;
        font-size: var(--font-size-14px);
        line-height: var(--line-height-20px);
        letter-spacing: 0;
    }
}

.upcoming-tools-section .list-wrap-card {
    align-items: center;
}

.upcoming-tools-section .list-wrap-description {
    font-size: var(--font-size-16px);
    line-height: var(--line-height-24px);
    font-weight: 400;
    letter-spacing: 0;
    color: #181818;
}

@media (max-width: 480px) {
    .upcoming-tools-section .list-wrap-description {
        font-size: var(--font-size-14px);
        line-height: var(--line-height-20px);
        letter-spacing: 0;

    }
}

.upcoming-tools-section .list-wrap-icon {
    background-image: url("../images/upcoming-img/clock.svg");
    width: var(--space-48px);
    height: var(--space-48px);
}

/*end Upcoming tools section-*/

/*Start-FREE trial section*/
.start-free-section {
    margin-bottom: var(--margin-120px);
}

.start-free-section .container {
    background-image: url('../images/complete-img/complete-bg.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: var(--space-40px) 40px 0 40px;
    padding: 4.167rem 0 0 80px;
    overflow: hidden;
    position: relative;
}

.start-free-section .wrapper {
    max-width: var(--space-1120px);
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.start-free-section .content-wrapper {
    width: 100%;
    min-width: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.start-free-section .wrapper-section-b {
    max-width: 505px;
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.start-free-section .section-subheading {
    color: var(--white);
    text-align: start;
    margin: 0 0 var(--space-45px) 0;
}

.start-free-section .text-wrapper {
    align-items: flex-start;
    margin: 0;
}

.start-free-section .wrapper-section-a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}


.start-free-section .wrapper-section-b .img {
    max-width: 100%;
    height: 100%;
}

.wrapper-section-b .section-e-cart.calendar {
    padding: 0;
    gap: 0;
}

.start-free-section .calendar {
    top: 3.5rem;
    left: -8.7rem;
}

.wrapper-section-b .section-e-cart.calendar img {
    max-width: 100%;
    height: auto;
}

.start-free-section .mobile {
    display: none;
}

.eld-documents-section {
    margin-bottom: var(--space-120px);
    overflow: hidden;
}

.eld-documents-section .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.eld-documents-section .text-wrapper {
    margin-bottom: var(--space-40px);
}

.eld-documents-section .text-wrapper h2 {
    color: var(--text-drop);
    font-weight: 700;
    font-size: var(--space-30px);
    line-height: var(--line-height-38px);
}

.eld-documents-section .text-wrapper span {
    text-align: center;
}

.eld-documents-section .grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(var(--space-305px), 1fr));
    gap: var(--space-16px);
    padding-bottom: var(--space-20px);
}

.eld-documents-section .powerful-eld-card {
    text-decoration: none;
    justify-content: space-between;
    align-items: center;
    width: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eld-documents-section .powerful-eld-card:hover,
.powerful-eld-card:focus-within {
    transform: translateY(var(--translateY-minus-5px));
    box-shadow: var(--shadow-md);

    .arrow {
        display: flex;
    }
}

.eld-documents-section .eld-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: var(--space-16px);
}

.eld-documents-section .grid .feature-text h4 {
    color: var(--text-drop);
    font-size: var(--space-16px);
    line-height: var(--line-height-24px);
    font-weight: 600;
    margin: 0;
}

.eld-documents-section .grid img {
    display: flex;
}

.eld-documents-section .powerful-eld-card .arrow {
    display: none;
}

/*end Start-FREE trial section*/

/*Footer Section Start*/
.site-footer {
    background: #0F222A;
    color: var(--white);
    padding: var(--space-80px) 0 0 0;
    font-size: var(--font-size-18px);
}

.footer-main {
    max-width: var(--space-1240px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.telegram-item {
    display: flex;
    align-items: center;
}

a.telegram + .status-24-7 {
    margin-left: 8px;
}

.status-24-7 {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 4px;
    background: rgba(0, 130, 142, 0.5);
    border: 0.6px solid #00828E;

    color: #98E8EF;
    font-weight: 600;
    font-size: 11px;
    line-height: 9px;
    letter-spacing: 0;
    text-align: center;
}

.footer-col {
    margin-bottom: var(--space-60px);
}

.contact-col a {
    margin-left: 5px;
}

.app-col {
    width: clamp(250px, 17.222vw, 300px);
    background: rgba(255, 255, 255, 0.04);
    border-radius: var(--space-16px);
    padding: var(--space-24px);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-logo {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: var(--space-24px);
}

.footer-slogan {
    font-size: var(--font-size-16px);
    font-weight: 400;
    line-height: var(--line-height-24px);
    color: var(--color-DC);
}

.footer-title {
    font-size: var(--font-size-18px);
    line-height: var(--line-height-28px);
    font-weight: 500;
    margin-bottom: var(--space-18px);
    color: var(--white);
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: var(--space-16px);
    color: var(--color-D4);
    font-weight: 400;
    font-size: var(--font-size-16px);
    line-height: var(--line-height-24px);
    display: flex;
    align-items: center;
}

.footer-col ul li a {
    color: var(--color-D4);
    text-decoration: none;
    transition: color 0.2s;
}

.footer-col ul li a:hover {
    color: var(--white);
}

.footer-icon {
    margin-right: var(--space-8px);
}

.footer-apps {
    display: flex;
    flex-direction: column;
    gap: var(--space-10px);
    width: clamp(200px, 13.889vw, 250px);
}

.footer-app-btn {
    display: flex;
    align-items: center;
    gap: var(--space-12px);
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: var(--space-10px) var(--space-25px);
    color: var(--white);
    text-decoration: none;
    font-size: 1.1rem;
    transition: background 0.2s, border 0.2s;
    width: 100%;
    max-width: 100%;
}

.footer-app-btn:hover {
    background: #22333B;
    border-color: #02ABBA;
}

.footer-app-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: var(--space-24px);
    height: var(--space-24px);
}

.footer-app-btn .text-apps {
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-size: var(--font-size-16px);
    line-height: 100%;
    letter-spacing: 0;
    gap: 5px;
}

.footer-app-small {
    font-size: var(--font-size-12px);
    line-height: 100%;
    font-weight: 400;
    color: var(--color-D4);
}

.footer-bottom {
    max-width: var(--space-1240px);
    border-top: var(--space-1_5px) solid #21373E;
    margin: 0 auto;
    padding: var(--font-size-22px) 0 var(--font-size-22px) 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: var(--font-size-14px);
    line-height: var(--line-height-22px);
    color: #8C9FA4;

    .footer-copyright {
        color: #8C9FA4;
    }
}

.footer-links a {
    color: inherit;
    margin-left: var(--space-24px);
    transition: color 0.2s;
}

.footer-links a:hover {
    color: var(--white);
}

/*end footer Section Start*/