﻿@import url("../../Content/bootstrap-icons-1.13.1/bootstrap-icons-1.13.1/bootstrap-icons.min.css");

@font-face {
    font-family: webFont;
    src: url('../../Content/Main/iranyekanwebregular.1d0667f5.ttf') format('truetype');
}

* {
    font-family: webFont,sans-serif !important;
}

.checkable {
    background-color: var(--dark-blue) !important;
}

.stylish-button {
    background-color: var(--dark-blue) !important;
    color: #FFFFFF;
    padding: 8px 16px 8px 16px !important;
    min-width: fit-content;
    height: fit-content;
    border: none !important;
    border-radius: 25px !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(121, 218, 232, 0.3);
    text-decoration: none;
    text-align: center;
}

    .stylish-button:hover {
        background-color: var(--BackHover) !important; /* Slightly darker shade on hover */
        transform: translateY(-2px); /* Lift effect */
        box-shadow: 0 6px 20px rgba(121, 218, 232, 0.5);
    }

    .stylish-button:active {
        transform: translateY(0); /* Pressed effect */
        box-shadow: 0 2px 10px rgba(121, 218, 232, 0.2);
    }

.stylish-box {
    background-color: var(--pale-blue) !important; /* Light sky blue color */
    border-radius: 15px !important; /* Rounded corners */
    box-shadow: 0 4px 20px rgba(160, 233, 255, 0.3) !important; /* Subtle shadow */
    color: #333; /* Dark text for contrast */
    font-weight: 500;
    box-shadow: 0 0 10px var(--borderHoverColors) !important;
    transition: all 0.3s ease;
}

.customInput {
    max-width: 100%;
    border-radius: 1rem !important;
    margin: 10px 0px;
}

.customInputSecond {
    max-width: 100%;
    border-radius: 1rem !important;
    margin: 10px 0px;
    border: 2px solid var(--borderHoverColors) !important;
    background-color: var(--soft-back-blue) !important;
}

.customInputForPatials {
    max-width: 100%;
    border-radius: 1rem !important;
    margin: 10px 0px;
    border: 2px solid var(--borderHoverColors) !important;
    background-color: var(--soft-back-blue) !important;
}

.customCheckBox {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-direction: row;
    flex-wrap: nowrap;
}

.mainDivSendCode {
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-tabs .nav-link.active {
    background-color: var(--dark-blue);
    border-color: transparent;
}

.customBorderUlLogin {
    border-bottom: 2px solid var(--borderHoverColors);
}

.nav-tabs .nav-link {
    color: gray;
}

.customERRORBox {
    background-color: #ffd6d6;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid red;
    color: red;
    margin-top: 1rem;
    line-height: 1.5;
}

.customBoxSabt {
    background-color: var(--soft-back-blue) !important;
    border: 2px solid var(--borderHoverColors);
    border-radius: 1rem !important;
}

.customBoxShahrOstan {
    border: 2px solid var(--borderHoverColors);
    text-align: center;
    padding: 10px 10px 0px 10px;
    border-radius: 1rem;
    margin: 1rem 0;
}

.customBoxSabtSecond {
    background-color: var(--soft-dark-blue) !important;
    border-radius: 1rem !important;
}

input[type="checkbox"], input[type="radio"] {
    accent-color: var(--dark-blue) !important;
}

.p-4 {
    padding: 1rem !important;
}

.customBoxOstanSelect {
    background-color: var(--soft-back-blue) !important;
    border: 3px solid var(--borderHoverColors) !important;
    box-shadow: 0 0 10px var(--borderHoverColors) !important;
}

.loadingColor {
    color: var(--dark-blue) !important;
    width: 20px;
}

.TitleSelectFiles {
    text-align: center;
    margin: 1rem 0;
}

.customBoxFiles {
}

.removeBoxTable {
    background-color: #54c0cc;
    text-align: center;
    border-radius: 1rem;
    padding: 4px 0;
}

    .removeBoxTable a {
        margin: 2px;
        border: 1px solid var(--soft-back-blue) !important;
        padding: 0 10px;
        border-radius: 1rem;
        cursor: pointer;
    }

@media (max-width:370px) {
    .nav-tabs .nav-link {
        font-size: 12px;
    }
}

@media (max-width:333px) {
    .grid-cols-2 {
        grid-template-columns: none !important;
    }
}

.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: linear-gradient(135deg, var(--soft-back-blue), #f0faff);
    font-family: 'Segoe UI', Tahoma, sans-serif;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
}

    .custom-table th {
        background: linear-gradient(to right, var(--dark-blue), #4ab8c4);
        color: #fff;
        padding: 15px 20px;
        text-align: left;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 0.5px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        position: relative;
        transition: background 0.3s ease;
    }

        .custom-table th:hover {
            background: linear-gradient(to right, #4ab8c4, var(--dark-blue));
        }

    .custom-table td {
        padding: 12px 20px;
        color: #2d2d2d;
        font-size: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .custom-table tr:hover td {
        background-color: rgba(95, 201, 214, 0.15);
        transform: translateY(-2px);
    }

    .custom-table tr:last-child td {
        border-bottom: none;
    }

    .custom-table td:first-child {
        border-left: 3px solid var(--borderHoverColors);
        border-radius: 8px 0 0 8px;
    }

    .custom-table td:last-child {
        border-radius: 0 8px 8px 0;
    }

    .custom-table td:not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.05);
    }

.custom-table {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 600px) {
    .custom-table {
        font-size: 13px;
        margin: 10px 0;
    }

        .custom-table th, .custom-table td {
            padding: 10px;
        }

        .custom-table th {
            font-size: 13px;
        }

        .custom-table td {
            font-size: 12px;
        }
}

.scrollTable {
    overflow-x: auto;
    width: 100%;
}

@keyframes blurToClear {
    0% {
        filter: blur(10px);
        opacity: 0.3;
    }

    100% {
        filter: blur(0);
        opacity: 1;
    }
}

.headerMainStyle {
    width: 100%;
    position: fixed;
    height: 70px;
    background-color: var(--backNB);
    right: 0;
    top: 0;
    z-index: 888;
}

.MainMenuTopStyle {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 10px;
    margin: 0 auto;
    max-width: 1320px;
    width: 100%;
}

.logoMenuTopStyle {
    height: 70px;
}

.paddingBodyContent {
    padding-top: 110px;
}

.blurScreen {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7px);
    top: 0;
    right: 0;
    background-color: #00000057;
}

.MainLogoRight {
    width: 60%;
    margin: 0 auto;
}

.stylish-button-red {
    width: 90%;
    /*background-color: red;*/
    display: block;
    text-align: center;
    margin: 0 auto;
}
/*   .stylish-button-red:hover {
        background-color: rgb(255, 100, 100) !important;
    }*/
.customCompressSotanAgahi {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: nowrap;
}

.customDivCompressSotanAgahi {
    width: 100%;
}

@media (max-width:450px) {
    .customCompressSotanAgahi {
        flex-direction: column;
    }
}

.stylish-box-etebarhesab {
    background-color: var(--dark-blue) !important;
    border-radius: 15px !important;
    box-shadow: 0 4px 20px rgba(160, 233, 255, 0.3) !important;
    color: #333;
    font-weight: 500;
    box-shadow: 0 0 10px var(--borderHoverColors) !important;
    transition: all 0.3s ease;
    color: white;
    padding: 1rem;
    margin: 15px 0;
}

.stylish-text {
    text-shadow: -1px 2px 6px #0000006e;
}

.persian-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: linear-gradient(135deg, var(--soft-back-blue), #f0faff);
    font-family: 'Vazir', 'Segoe UI', Tahoma, sans-serif;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
    position: relative;
    direction: rtl;
}

    .persian-table th {
        /*background: linear-gradient(to left, var(--dark-blue), #4ab8c4);*/
        background: linear-gradient(90deg, var(--dark-blue) 0%, #4ab8c4 50%, var(--dark-blue) 100%);
        color: #fff;
        padding: 15px 20px;
        text-align: right;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        letter-spacing: 0.5px;
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        position: relative;
        transition: background 0.3s ease;
    }

        .persian-table th:hover {
            background: linear-gradient(to left, #4ab8c4, var(--BackHover));
        }

    .persian-table td {
        padding: 12px 20px;
        color: #2d2d2d;
        font-size: 14px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
        transition: background 0.2s ease, transform 0.2s ease;
    }

    .persian-table tr:hover td {
        background-color: rgba(95, 201, 214, 0.15);
        transform: translateY(-2px);
    }

    .persian-table tr:last-child td {
        border-bottom: none;
    }

    .persian-table td:first-child {
        border-right: 3px solid var(--borderHoverColors);
        border-radius: 0 8px 8px 0;
    }

    .persian-table td:last-child {
        border-radius: 8px 0 0 8px;
    }

    .persian-table td:not(:last-child) {
        border-left: 1px solid rgba(0, 0, 0, 0.05);
    }

.tableBtnStyle {
    display: block;
    text-align: center;
    margin: 2px;
    color: white !important;
    text-decoration: none !important;
}

.search-container {
    display: flex;
    align-items: center;
    background-color: var(--backNB);
    border-radius: 25px;
    padding: 5px 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 20px 0;
}

.search-input {
    border: none;
    outline: none;
    padding: 10px;
    font-size: 16px;
    background-color: transparent;
    width: 200px;
}

.search-button {
    background-color: var(--dark-blue);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .search-button:hover {
        background-color: var(--BackHover);
    }

    .search-button svg {
        width: 20px;
        height: 20px;
        fill: #ffffff;
    }

.filterCheckBox {
    padding: 10px;
    gap: 4px;
    min-width: fit-content;
}

.mainFormFilter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.mainDivFirstFilter {
    width: 100%;
    display: flex;
    gap: 10px;
}

.custom-w-50 {
    width: 50%;
}

@media (max-width:360px) {
    .mainDivFirstFilter {
        flex-direction: column;
    }

    .custom-w-50 {
        width: 100% !important;
    }
}

.site-footer {
    background-color: var(--backNB);
    padding: 15px 15px;
    direction: rtl;
    text-align: center;
    border-top: 2px solid #a3d4f7;
    margin-top: 1rem;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}

@media (max-width:1180px) {
    .footer-container {
        align-items: center;
        flex-direction: column;
    }
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 25px;
}

    .footer-logo img {
        width: 90px;
        height: auto;
        border-radius: 12px;
        padding: 6px;
        box-shadow: 0 2px 6px 0px rgb(0 0 0 / 48%);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

        .footer-logo img:hover {
            transform: scale(1.05);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

    .footer-logo p {
        font-size: 14px;
        color: #003b5c;
        margin: 0;
        font-weight: 500;
        direction: rtl;
    }

@media (max-width: 1180px) {
    .footer-logo img {
        width: 70px;
        padding: 4px;
    }

    .footer-logo p {
        font-size: 13px;
        line-height: 1.6;
    }
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 10px auto 0;
    max-width: 1000px;
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 14px;
    direction: rtl;
    flex-wrap: wrap;
    justify-content: center;
}

    .footer-menu li {
        background: var(--dark-blue);
        border-radius: 14px;
        padding: 12px;
        transition: all 0.3s ease;
        text-align: center;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
        /*width: 180px;*/
    }

        .footer-menu li:hover {
            background: var(--BackHover);
            transform: translateY(-3px);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
        }

        .footer-menu li a {
            /*display: flex;*/
            align-items: center;
            justify-content: center;
            gap: 8px;
            text-decoration: none;
            color: #004b6e;
            font-weight: 600;
            font-size: 13px;
            height: 100%;
        }

            .footer-menu li a i {
                color: #0078a8;
                font-size: 16px;
                transition: color 0.3s ease;
            }

        .footer-menu li:hover i {
            color: #004b6e;
        }
/*
@media (max-width: 419px) {
    .footer-menu li {
        width: 150px;
    }
}*/

@media (max-width: 370px) {
    .footer-menu li {
        border-radius: 14px;
        padding: 12px;
        transition: all 0.3s ease;
        text-align: center;
        /*width: 130px;*/
    }
}

@media (max-width: 1180px) {
    .footer-menu {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 10px;
    }

        .footer-menu li {
            padding: 10px;
            font-size: 14px;
        }

            .footer-menu li a {
                flex-direction: column;
                gap: 4px;
                font-size: 13.5px;
            }

                .footer-menu li a i {
                    font-size: 18px;
                }
}

.customGridnoedarkhast {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.customGridnoedarkhastSecond {

}
@media (max-width:639px) {
    .customGridnoedarkhastSecond {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
@media (max-width:639px) {
    .customGridnoedarkhast {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
@media (max-width:353px) {
    .customGridnoedarkhastSecond {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}
.page-btn.active {
    background: var(--dark-blue) !important;
    border-color: var(--borderHoverColors) !important;
}

.page-btn {
    border: 1px solid var(--borderHoverColors) !important;
    background: var(--backNB) !important;
}
.SecondHeader {
    top: 70px;
    height: fit-content;
    padding: 0.5rem;
    background-color: var(--backNB);
    border-top: 2px solid var(--borderHoverColors);
    overflow-x: auto;
}
.SecondHeaderBtn {
    padding: 2px 6px 2px 6px !important;
    font-size: 12px !important;
}
.SecondHeaderDiv {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 1320px;
    gap: 4px;
    display: flex;
    width: 100%;
    margin: 0 auto;
}
@media (max-width:375px) {
    .paddingBodyContent {
        padding-top: 136px;
    }
}
.DivLogoMenuIcon {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}
.FilterBarMain {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: var(--backNB);
    border-top: 2px solid var(--borderHoverColors);
    padding: 12px 8px 12px 8px;
}
.divFilterBarMain {
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-size: 25px;
    flex-direction: row-reverse;
    max-width: 1320px;
    margin: 0 auto;
}
.backGroundModalCenter {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    right: 0;
    background-color: #0000006b;
    z-index: 999;
}
.ModalFilterCustomDiv {
    width: 300px;
    padding: 10px;
}
.agahiNew {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: 4px 0px;
}
@media (max-width:420px) {
    .agahiNew {
        font-size: 4vw;
    }
}
.customFormAghahiNew {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
@media (max-width:690px) {
    .customFormAghahiNew {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width:450px) {
    .customFormAghahiNew {
        grid-template-columns:none;
    }
}
/* From Uiverse.io by JkHuger */
.toggle-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.toggle-slot {
    font-size: 10px;
    position: relative;
    height: 2.5em;
    width: 5em;
    border: 0px solid transparent;
    border-radius: 10em;
    background-color: white;
    transition: background-color 250ms;
}

.toggle-checkbox:checked ~ .toggle-slot {
    background-color: #374151;
}

.toggle-button {
    transform: translate(-2.7em, 0.25em);
    position: absolute;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    background-color: #ffeccf;
    box-shadow: inset 0px 0px 0px 0.75em #ffbb52;
    transition: background-color 250ms, border-color 250ms, transform 500ms cubic-bezier(.26,2,.46,.71);
}

.toggle-checkbox:checked ~ .toggle-slot .toggle-button {
    background-color: #485367;
    box-shadow: inset 0px 0px 0px 0.75em white;
    transform: translate(-0.5em, 0.25em);
}

.sun-icon {
    position: absolute;
    height: 6em;
    width: 6em;
    color: #ffbb52;
}

.sun-icon-wrapper {
    position: absolute;
    height: 6em;
    width: 6em;
    opacity: 1;
    transform: translate(2em, 2em) rotate(15deg);
    transform-origin: 50% 50%;
    transition: opacity 150ms, transform 500ms cubic-bezier(.26,2,.46,.71);
}

.toggle-checkbox:checked ~ .toggle-slot .sun-icon-wrapper {
    opacity: 0;
    transform: translate(3em, 2em) rotate(0deg);
}

.moon-icon {
    position: absolute;
    height: 6em;
    width: 6em;
    color: white;
}

.moon-icon-wrapper {
    position: absolute;
    height: 6em;
    width: 6em;
    opacity: 0;
    transform: translate(11em, 2em) rotate(0deg);
    transform-origin: 50% 50%;
    transition: opacity 150ms, transform 500ms cubic-bezier(.26,2.5,.46,.71);
}

.toggle-checkbox:checked ~ .toggle-slot .moon-icon-wrapper {
    opacity: 1;
    transform: translate(2em, 2em) rotate(-15deg);
}
.mainStyleAghahiHA {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.newPartAghahiShow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px 10px;
    text-align: right;
    background-color: #f9f9f9;
    padding: 8px;
    border-radius: 8px;
}
.feature-item {
    margin-top:0 !important;
}
.customParentBoxModelTheme {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

/*-------*/
.agahi-ultra-compact:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.info-bar {
    background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 100%);
    color: white;
    border-radius: 6px;
    padding: 3px 6px;
    font-size: 0.9rem;
    line-height: 1.2;
}

.price-row {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 2px 6px;
    font-size: 0.9rem;
    margin: 2px 0;
    line-height: 1.3;
}

.btn-contact {
    font-size: 0.85rem;
    padding: 2px 5px;
    border-radius: 5px;
    text-decoration: none;
    white-space: nowrap;
    font-weight: 600;
}

.btn-mobile {
    background: #10b981;
    color: white;
}

.btn-phone {
    background: #3b82f6;
    color: white;
}

.btn-mobile:hover {
    background: #059669;
}

.btn-phone:hover {
    background: #2563eb;
}

.vip-badge {
    background: linear-gradient(45deg, #f59e0b, #d97706);
    color: white;
    font-weight: bold;
    font-size: 0.55rem;
    padding: 1px 5px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    gap: 2px;
    box-shadow: 0 1px 2px rgba(251,146,60,0.3);
}

/* Marquee فوق فشرده */
.auto-marquee {
    overflow: hidden;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    padding: 2px 5px;
    border-radius: 5px;
    border: 1px solid #e2e8f0;
    font-size: 0.9rem;
    line-height: 1.3;
}

.marquee-content, .marquee-duplicate {
    display: inline-block;
    white-space: nowrap;
    color: #475569;
}

.marquee-duplicate {
    position: absolute;
    left: 100%;
    top: 0;
}

.auto-marquee.scrollable .marquee-content {
    animation: marquee-scroll var(--scroll-duration, 6s) linear infinite;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

.feature-item {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    font-size: 0.7rem;
    color: #64748b;
}

.feature-label {
    white-space: nowrap;
    font-size: 0.6rem;
}

.feature-item svg, .feature-item i {
    width: 24px;
    height: 24px;
}

.auto-marquee {
    overflow: hidden;
    position: relative;
    flex: 1;
    min-width: 0;
}

    .auto-marquee .marquee-wrapper {
        display: inline-block;
        white-space: nowrap;
        animation: marquee-scroll var(--scroll-duration, 8s) linear infinite;
    }

    .auto-marquee .marquee-duplicate {
        margin-right: 20px; /* فاصله بین تکرارها */
    }

    .auto-marquee.scrollable .marquee-wrapper {
        animation-play-state: running;
    }

    .auto-marquee:not(.scrollable) .marquee-duplicate {
        display: none;
    }

@keyframes marquee-scroll {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}
/*-------*/
.marquee {
    width: 100%;
    min-width:70%;
    background: var(--bg);
    color: var(--fg);
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 0;
    border-radius: 6px;
    margin-bottom: 0px;
    position: relative;
}

.marquee-track {
    display: inline-flex;
    align-items: center;
    will-change: transform;
}

.marquee-item {
    display: inline-block;
    padding: 0 0px;
    line-height: 1.6;
    white-space: nowrap;
    user-select: none;
}