.searchButton i,
.tab {
    opacity: 0;
    visibility: hidden;
}
.box.story ul,
.comments-tree-list,
.contacts ul {
    list-style: none !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Montserrat, Arial, sans-serif !important;
}
b,
strong {
    font-weight: 700 !important;
}
.tab {
    transition:
        opacity 0.3s ease-in-out,
        visibility 0.3s ease-in-out;
    transform: translateY(7px);
}
.tabMenu.active svg path {
    fill: #000;
}
.searchButton:hover i,
.tab.active {
    opacity: 1;
    visibility: visible;
}
.tabs__link.active,
.tabs__link.active:hover {
    background-color: #fff;
    color: #000;
}
.tabs__link i {
    transition: 0.3s ease-in-out;
}
.tabs__link.active i {
    transform: rotate(180deg);
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}
.searchButton {
    background-image: linear-gradient(to bottom right, rgb(70 253 174/1), rgb(198 251 75/1));
    transition: 0.3s;
}
.cvSwiper .swiper-slide,
.mainServices article,
.roleG,
.whyCard {
    border-radius: 12.8028px;
    transition: 0.3s ease-in-out;
    background-color: #f9f9f9;
    box-shadow:
        -9.1159px -18.2318px 24.3091px #fff,
        9.1159px 18.2318px 24.3091px #eceef1;
}
.bgDotted::before,
.willGet h3::before {
    border-radius: 50%;
    content: "";
    position: absolute;
}
.mainServices article:hover {
    transform: scale(1.05);
}
.mainServices .serviceIcon {
    box-shadow:
        -6.98333px -24.4417px 23.2778px #fff,
        6.98333px 24.4417px 23.2778px #e9edf2;
}
.countriesSwiper .swiper-slide,
.mainForm,
.ui-dialog.ui-corner-all {
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.forViCapt {
    box-shadow: 0 5px 20px rgba(232, 232, 232, 0.7);
}
.compTitle::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    z-index: -1;
    width: 90px;
    height: 90px;
    background: linear-gradient(90deg, #65ab0e 0, #b3e042 100%);
    opacity: 0.8;
    filter: blur(35px);
    animation: 3s infinite pulse;
}
@keyframes pulse {
    50% {
        transform: scale(0.5);
        filter: blur(25px);
    }
}
.bgDotted {
    background-image: linear-gradient(90deg, #65ab0e 0, #b3e042 100%);
}
.bgDotted::before {
    z-index: 3;
    top: calc(50% - 5px);
    right: 30px;
    width: 10px;
    height: 10px;
    background: #fff;
    will-change: transform;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.bgDotted::after,
.bgOverlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #65ab0e 0, #65ab0e 100%);
    transition: opacity 0.4s ease-in-out;
    opacity: 0;
}
.bgDotted:hover::before {
    transform: translate3d(45px, 0, 0) scale(0.5);
}
.bgDotted:hover::after,
.bgOverlay:hover::after {
    opacity: 1;
}
.countriesSwiper .swiper-slide:hover {
    transform: scale(1.03);
}
.cr-swiper-button-next,
.cr-swiper-button-prev {
    background: #e8e8e8;
    box-shadow:
        5px 5px 12px #cacaca,
        -5px -5px 12px #fff;
}
.tabs_links_wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #d1d1d1;
}
.tabs_link.active {
    border-bottom: 3px solid rgb(51 231 113 / var(--tw-bg-opacity, 1));
    color: #000;
    font-weight: 500;
}
.maBlogCard {
    box-shadow:
        0 0 0.125rem rgba(87, 108, 135, 0.08),
        0 0.125rem 0.6875rem rgba(87, 108, 135, 0.14);
}
.maBlogCard a:hover div span {
    color: #000;
}
.willGet h3::before {
    background: #a8a9ad;
    display: block;
    height: 50px;
    left: -8px;
    top: 0;
    transition: 0.3s ease-in-out;
    width: 50px;
    z-index: 1;
}
.willGet:hover h3::before {
    background: #be0000;
}
.callBox {
    background: linear-gradient(90deg, #ffeee6 22.79%, #faf8d2 80.81%);
}
.dotted::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 96%;
    bottom: 0;
    right: -24px;
    background: repeating-linear-gradient(180deg, #8c8c8c, #8c8c8c 1px, transparent 3px, transparent 7px);
}
.getResidentPage,
.getVisaPage {
    box-shadow: 0 1px 8px rgba(99, 90, 82, 0.2);
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}
.DLEPush-notification.wrapper.alert-styled-left.alert-danger,
.jGrowl.top-right {
    padding: 10px 20px !important;
    border-radius: 8px !important;
}
.getResidentPage:hover,
.getVisaPage:hover {
    border-color: #cc163f;
}
.footerTop a {
    color: #020222b3;
    transition: 0.3s ease-in-out;
}
.footerMid a:hover,
.footerTop a:hover {
    opacity: 0.7;
}
.advCard {
    box-shadow:
        0 4px 16px rgba(0, 51, 153, 0.04),
        0 2px 2px rgba(0, 51, 153, 0.08);
}
.wold {
    font-weight: 500 !important;
}
.sliderh {
    font-size: 35px !important;
    line-height: 120% !important;
}
.stContent p {
    margin-block: 20px;
}
.fullContent p {
    margin-bottom: 20px;
}
.useful {
    background-color: rgb(246 247 249 / var(--tw-bg-opacity, 1));
}
.job-button:hover,
.send-button {
    background-color: #ccfe0f !important;
}
.about-img {
    object-position: top;
}
.countyr-img {
    height: 149px !important;
}
.contact-info {
    font-size: 16px !important;
}
.contact-info-down {
    font-size: 18px;
}
.send-button {
    padding: 0.7rem 2rem !important;
    width: 200px !important;
}
.contact-img {
    box-shadow:
        -9.1159px -18.2318px 24.3091px #fff,
        9.1159px 18.2318px 24.3091px #eceef1;
}
.job-button,
.sub-cat {
    border-radius: 12.8028px !important;
    transition: 0.3s ease-in-out !important;
    background-color: #f9f9f9 !important;
    box-shadow:
        -9.1159px -9.2318px 24.3091px #fff,
        9.1159px 18.2318px 24.3091px #eceef1 !important;
}
.main-img {
    margin-left: 130px;
}
.avatar {
    height: 100%;
    object-fit: cover;
}
.jobInd li,
.jobSpec {
    background: #f3f2f1;
    border-radius: 0.25rem;
    color: #595959;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1.3125rem;
    margin-bottom: 0.25rem !important;
    margin-right: 0.25rem !important;
    padding: 0.1875rem 0.5rem !important;
}
.activeJobTop {
    box-shadow:
        rgba(14, 63, 126, 0.04) 0 0 0 1px,
        rgba(42, 51, 69, 0.04) 0 1px 1px -0.5px,
        rgba(42, 51, 70, 0.04) 0 3px 3px -1.5px,
        rgba(42, 51, 70, 0.04) 0 6px 6px -3px,
        rgba(14, 63, 126, 0.04) 0 12px 12px -6px,
        rgba(14, 63, 126, 0.04) 0 24px 24px -12px;
}
.jGrowl.top-right {
    top: 30px !important;
    right: 30px !important;
}
.alert-danger {
    background: red !important;
}
.DLEPush-close {
    display: none !important;
}
.tab {
    box-shadow: 0 10px 10px #2222;
}
.catItem.active {
    background-color: #33e771 !important;
}
#dropmenudiv,
.file-footer {
    background: #fff;
}
.newsArt .text img {
    height: 200px;
    width: 150px;
}
#dropmenudiv {
    padding: 10px;
    border-radius: 12px;
    z-index: 999999999999;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ui-dialog.ui-corner-all {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    height: fit-content !important;
}
#dropmenudiv a:first-of-type,
#dropmenudiv a:nth-of-type(3),
.mass_comments_action,
.ui-dialog-buttonset button:nth-of-type(2),
.ui-dialog.ui-corner-all .ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close,
.ui-dialog.ui-corner-all .ui-dialog-title {
    display: none;
}
.ui-dialog-buttonset {
    display: flex;
    gap: 15px;
    align-items: start;
}
.dle-promt.ui-dialog-content.ui-widget-content {
    margin-block: 10px !important;
    height: fit-content !important;
}
#dropmenudiv a:nth-of-type(2) {
    padding: 10px 20px;
    background: #222;
    color: #fff;
}
#dropmenudiv a:nth-of-type(4),
.bbcodes.cancelchanges,
.ui-button-delete.ui-button.ui-corner-all.ui-widget {
    background: red;
    color: #fff;
    padding: 10px 20px;
}
.ui-dialog-buttonset button {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block !important;
}
.authorPhoto img,
.xfieldimage.company_picture {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.form-group #tags {
    color: #fff;
}
#jobBenefits ul {
    list-style: disc;
    padding-left: 30px;
}
.regF select {
    padding: 10px;
    border: 1px solid #2221;
    border-radius: 4px;
    overflow: hidden !important;
    outline: 0;
}
.regF input {
    border-radius: 5px;
    border: 1px solid #2221;
    padding: 8px 32px;
    width: 100%;
}
ul {
    list-style: disc !important;
    padding-left: 20px !important;
}
ol {
    list-style: decimal !important;
    padding-left: 25px !important;
}
.box.story ul {
    padding-left: 0 !important;
}
.table.exps thead th:first-child {
    text-align: center;
}
.table.exps thead th {
    word-wrap: break-word;
    max-width: 100px;
    padding: 15px 8px;
    height: 58px;
    font-weight: 500;
    font-size: 13px;
    white-space: pre;
    text-align: left;
}
.exps tbody tr {
    font-size: 13px;
}
.exps tbody td {
    width: unset !important;
    white-space: pre;
    text-align: left;
}
.exps > :not(caption) > * > * {
    padding: 0.5rem;
    border-bottom-width: 1px;
}
.exps tbody tr td:first-child {
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.aboutPerson ol,
.aboutPerson ul {
    counter-reset: li;
}
.aboutPerson li {
    list-style-type: none;
    margin-bottom: 8px;
    padding-left: 6px;
    position: relative;
}
.aboutPerson li::before {
    content: counters(li, ".");
    counter-increment: li;
    position: absolute;
    left: -30px;
    top: 2px;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background: url(/assets/photos/orange.png) 100% 0 no-repeat #f9af22;
    padding: 0 9px 0 5px;
    height: 22px;
}
.comments-edit-area.ignore-select {
    width: 400px;
}
.bbcodes.cancelchanges {
    cursor: pointer;
}
.bbcodes.applychanges {
    background: green;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
}
#dlefastreplycomments {
    margin-top: 30px;
    width: 350px;
}
#dlemasscomments {
    margin-top: 30px;
}
.comments-tree-item,
div:empty {
    margin-top: 15px;
}
.comments-tree-list {
    padding-inline: 25px !important;
}
#dle-comments-list .comment {
    padding-bottom: 10px;
    border-bottom: 1px solid #2221;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable
    .ui-button-delete.ui-button.ui-corner-all.ui-widget {
    display: block;
}
.coutriesWrapper .swiper-slide {
    width: 31%;
    box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
img[src="/uploads/posts/2025-09/signing.webp"] {
    width: 350px;
}
img[src="/uploads/posts/2025-10/natalia-1.webp"] {
    top: 30px;
}
img[src="/uploads/posts/2025-10/elvin.webp"] {
    transform: scale(1.2);
}
.workerPhoto {
    background-color: #d7d7d7;
}
.workerPhoto::before {
    content: "";
    width: 100%;
    height: 0;
    background-color: #ccfe0f;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}
.workerPhoto:hover::before {
    height: 100%;
}
.workerAbout {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 25rem;
    -webkit-transition:
        opacity 0.4s,
        visibility 0.4s,
        top 0.4s;
    -o-transition:
        opacity 0.4s,
        visibility 0.4s,
        top 0.4s;
    transition:
        opacity 0.4s,
        visibility 0.4s,
        top 0.4s;
}
.workerCard:hover .workerAbout {
    opacity: 1;
    visibility: visible;
    top: 26rem;
}
.workerAbout span {
    letter-spacing: 0.01em;
    font-weight: 700;
}
.workerAbout span:first-of-type {
    font-size: 15px;
}
.workerAbout span:nth-of-type(2) {
    font-size: 14px;
    color: #333;
}
.callToActionList li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
}
.callToActionList li::before {
    content: "";
    width: 12px;
    height: 1px;
    background-color: #6f6f6f;
    position: absolute;
    left: 0;
    top: 17px;
}
#callToActionForm button::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    background: #ccfe0f;
    transition: 1s ease-in-out;
    pointer-events: none;
}
#callToActionForm button:hover::before {
    left: 100%;
}
.caImmigrationType,
.caVisaType {
    transition: left 0.3s;
}
.callnewsection {
    background: #ddd !important;
    padding: 4rem;
    margin: 4rem 0;
}
.consultants {
    gap: 40px;
}
.calltocontainer {
    max-width: 1344px !important;
    margin-bottom: 4rem;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.dropdown_lang {
    position: relative;
    padding-bottom: 5px;
    border: none;
    cursor: pointer;
}
.dropdown_lang,
.dropdown_lang span,
.lang_drop {
    transition: 0.4s ease-in-out;
}
.dropdown_lang span,
.lang_drop li a {
    border-radius: 15px;
    gap: 5px;
    color: #000;
    font-size: 14px;
    display: flex;
}
.dropdown_lang span {
    padding: 5px 8px;
    align-items: center;
    background-color: #f5f5f5;
}
.lang_drop {
    background-color: #fff;
    border-radius: 10px;
    border-color: #fff;
    max-height: 0;
    overflow: hidden;
    flex-direction: column;
    position: absolute;
    z-index: 9999999999;
    transform: translateY(10px);
    top: 30px;
    padding: 0 !important;
    width: 80px;
}
.lang_drop li {
    transition: 0.4s;
}
.lang_drop li::marker {
    display: none;
}
.lang_drop li a {
    padding: 5px 10px;
    align-items: center;
}
.dropdown_lang:hover .lang_drop {
    max-height: 200px;
}
.questions {
    padding-top: 60px;
}
.title {
    font-size: clamp(26px, 3.0769230769vw, 40px);
    line-height: 130%;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}
.accordion__block {
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
}
.accordion__summary {
    list-style: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    position: relative;
    width: 100%;
    background-color: #fff;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 20px;
    border-radius: 50%;
}
.accordion__title {
    font-weight: 600;
    font-size: 1.125rem;
}
.accordion__summary span {
    width: 36px;
    height: 36px;
    background-color: inherit;
    border: 1px solid #000;
    display: block;
    border-radius: 50%;
    position: relative;
    transition: transform 0.2s ease-out;
    flex: none;
}
.accordion__summary span::after,
.accordion__summary span::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    top: 50%;
    background-color: #000;
    transition: transform 0.2s ease-out;
}
.accordion__summary span::before {
    left: 10px;
    transform: rotate(90deg);
}
.accordion__content {
    display: grid;
    grid-template-rows: 0fr;
    transition-duration: 0.5s;
    background-color: #fff;
    opacity: 0;
    padding: 0 20px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}
.accordion__content_body {
    overflow: hidden;
    font-weight: 600;
    line-height: 140%;
    font-size: 15px;
}
.accordion__content_body p {
    font-size: 17px;
    font-weight: 400;
}
.accordion__details[open] + .accordion__content {
    grid-template-rows: 1fr;
    opacity: 1;
    padding-bottom: 24px;
}
.accordion__details[open] .accordion__summary span {
    border: 1px solid #fdac2a;
}
.accordion__details[open] .accordion__summary span::before {
    transform: rotate(0);
    background-color: #f85077;
}
.accordion__details[open] .accordion__summary span::after {
    background-color: #f85077;
}
.accordion__summary span::after {
    left: 10px;
}
.sliderh1 {
    font-weight: 300;
    font-style: italic;
}
@media only screen and (max-width: 768px) {
    .callToActionList li {
        font-size: 14px;
        line-height: 26px;
    }
    .callToActionList {
        padding-left: 0 !important;
    }
    .catItem,
    img[src="/uploads/posts/2025-09/signing.webp"] {
        width: 100%;
    }
    #mobileHeader {
        box-shadow:
            rgba(14, 63, 126, 0.04) 0 0 0 1px,
            rgba(42, 51, 69, 0.04) 0 1px 1px -0.5px,
            rgba(42, 51, 70, 0.04) 0 3px 3px -1.5px,
            rgba(42, 51, 70, 0.04) 0 6px 6px -3px,
            rgba(14, 63, 126, 0.04) 0 12px 12px -6px,
            rgba(14, 63, 126, 0.04) 0 24px 24px -12px;
    }
    #mobileMenu.show {
        left: 0;
    }
    .subMenuMob {
        display: none;
        flex-direction: column;
        gap: 20px;
        padding-inline: 25px;
    }
    .subMenuMob.show {
        display: flex;
    }
    .subMenuMob a {
        width: 100%;
        font-weight: 400;
    }
    .job-button,
    .sub-cat {
        border-radius: 0 !important;
        transition: none !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .catItem {
        border-bottom: 1px solid #2221;
        padding: 10px 20px;
    }
    .callnewsection {
        background: #ddd !important;
        padding: 0;
        margin: 4rem 0;
    }
    .calltocontainer {
        margin: 0;
        max-width: initial;
    }
    .workerAbout {
        position: relative;
        opacity: 1;
        visibility: visible;
        top: 10px;
    }
}
.liveChat {
    animation: 1.6s infinite alternate forwards radial-pulse;
    box-shadow: rgba(0, 0, 0, 0.2) 0 3px 12px 1px;
}
.callbackkiller {
    transition: top 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#comments {
    border: 1px solid #3332;
    border-radius: 4px;
}
@keyframes radial-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px transparent;
    }
}





/* Telefon nömrəsi dropdown stil */
.con_numbers_input {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.con_coun_number {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Seçilmiş ölkə göstəricisi */
.selected_coun_number {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 4px 27px 4px 4px;
    border-radius: 6px;
    transition: background-color 0.2s;
    white-space: nowrap;
}

.selected_coun_number:hover {
    background-color: #f3f4f6;
}

.selected_coun_number img.selected-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

.selected_coun_number span {
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
}

/* Dropdown menyu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 8px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    max-height: 300px;
    overflow-y: auto;
    min-width: 280px;
    z-index: 1000;
}

/* Dropdown scroll bar */
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 8px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 8px;
}

.dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Dropdown item */
.dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.dropdown-item:hover {
    background-color: #f3f4f6;
}

.dropdown-item:first-child {
    border-radius: 8px 8px 0 0;
}

.dropdown-item:last-child {
    border-radius: 0 0 8px 8px;
}

.dropdown-item img.dropdown-flag {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
}

.dropdown-item span {
    font-size: 14px;
    color: #374151;
}

/* Telefon input sahəsi */
.con_coun_number input[type="number"] {
    flex: 1;
    border: none;
    outline: none;
    font-size: 15px;
    padding: 0;
    background: transparent;
}

/* Gizli input */
.con_coun_number input[type="hidden"] {
    display: none;
}

/* Number input arrow-ları gizlət */
.con_coun_number input[type="number"]::-webkit-inner-spin-button,
.con_coun_number input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.con_coun_number input[type="number"] {
    -moz-appearance: textfield;
}
.announcement span {
    text-wrap-mode: nowrap;
}
.announcement {
    font-style: italic;
    font-weight: bold;
    background: #fff4;
    padding: 20px 20px;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-shadow: -1px -1px black;
}
.announcement-track {
    display: inline-flex;
    gap: 2rem;
    white-space: nowrap;
    animation-name: marquee;
    animation-timing-function:  linear;
    animation-iteration-count: infinite;
    float: left;
    animation-duration: 180s;
}
@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
/* Mobil responsive */
@media (max-width: 768px) {
    .dropdown-menu {
        min-width: 260px;
        max-height: 250px;
    }
    
    .dropdown-item {
        padding: 8px 12px;
    }
    
    .dropdown-item span {
        font-size: 13px;
    }
}