html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

:root {
    --container-width: 1320px;
    --container-gap: 32px;
    --banner-inner-padding: 22px;

    --top-banner-font: 12px;
    --top-banner-link-font: 12px;

    --accordion-font: 12.8px;
    --accordion-icon-size: 18px;
    --accordion-inline-icon-size: 12px;

    --main-blue: #00436a;
    --text-blue: #178fff;
    --dark-blue: #163b63;
    --banner-bg: #15566d;
    --overlay-bg: rgba(5, 16, 28, 0.92);

    --somda-navbar-height: 168px;

    --z-navbar: 99990;
    --z-top: 50;
    --z-banner: 100;
    --z-banner-content: 300;
    --z-dropdown: 10020;
    --z-search: 210000;
    --z-menu: 220000;
}

.container {
    width: min(100% - var(--container-gap), var(--container-width));
    margin: 0 auto;
}


body {
    padding-top: 0 !important;
}

main,
.page-wrapper,
.content-wrapper {
    margin-top: 0 !important;
}

main:last-child,
.page-wrapper:last-child,
.content-wrapper:last-child {
    margin-bottom: 0 !important;
}

/* Footerlə arada artıq məsafə yaranmasın */
footer,
.footer,
.site-footer {
    margin-top: 0 !important;
}

/* Səhifə content-lərində çox böyük alt boşluğu varsa kəsir */
.legislation-page,
.legislation-section,
.legislation-breadcrumb-section,
.page-breadcrumb-section,
.all-news-page,
.all-announcements-page,
.faq-page,
.letter-page,
.find-us-page,
.surveys-page {
    margin-top: 0 !important;
}

.legislation-page,
.all-news-page,
.all-announcements-page,
.faq-page,
.letter-page,
.find-us-page,
.surveys-page {
    padding-bottom: 48px !important;
    min-height: auto !important;
}

.legislation-section,
.all-news-section,
.all-announcements-section,
.faq-section,
.letter-section,
.find-us-section,
.surveys-section {
    margin-bottom: 0 !important;
    padding-bottom: 40px !important;
}

.legislation-breadcrumb-section,
.page-breadcrumb-section {
    padding-top: 24px !important;
}

/* =========================================================
   HIDDEN CHECKBOX STATES
========================================================= */

.somda-ui-state,
.somda-lang-state,
.somda-mobile-group-state {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    white-space: nowrap;
}

/* =========================================================
   FIXED NAVBAR + PLACEHOLDER
========================================================= */

.somda-navbar-placeholder {
    display: block !important;
    width: 100% !important;
    height: var(--somda-navbar-height, 168px) !important;
    min-height: var(--somda-navbar-height, 168px) !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    flex: 0 0 auto !important;
}

.banner-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: var(--z-navbar) !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff;
    overflow: visible;
    isolation: isolate;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    transition: box-shadow 0.25s ease;
}

.banner-navbar.is-fixed,
#somda-official-banner-state:checked ~ .banner-navbar {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.13);
}

.somda-navbar-placeholder + .banner-navbar {
    margin-top: 0 !important;
}

.somda-navbar-placeholder ~ main,
.somda-navbar-placeholder ~ .page-wrapper,
.somda-navbar-placeholder ~ .content-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* =========================================================
   TOP OFFICIAL ACCORDION
========================================================= */

.top-accordion-wrapper {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff;
    position: relative;
    z-index: var(--z-top);
}

.header-banner {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-banner-top {
    width: 100%;
    min-height: 34px;
    margin: 0 !important;
    padding: 3px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.header-banner-left {
    width: 100%;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.gerb {
    width: 23px;
    height: 23px;
    object-fit: contain;
    flex: 0 0 auto;
}

.header-banner-texts {
    min-width: 0;
    max-width: calc(100% - 40px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
}

.headerBanner-text {
    margin: 0;
    color: #2b2b2b;
    font-size: var(--top-banner-font);
    font-weight: 400;
    line-height: 1.25;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
}

.headerBanner-link-wrap {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 0 1 auto;
}

.headerBanner-text-span {
    margin: 0;
    color: var(--text-blue);
    font-size: var(--top-banner-link-font);
    font-weight: 500;
    line-height: 1.25;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
}

.accordion-toggle-btn {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: var(--text-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    -webkit-tap-highlight-color: transparent;
}

.accordion-toggle-btn i {
    font-size: 13px;
    line-height: 1;
}

.accordion-icon-up {
    display: none;
}

.header-accordion-content {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    position: relative;
    z-index: calc(var(--z-top) + 1);
    transition:
        max-height 0.35s ease,
        opacity 0.25s ease,
        visibility 0.25s ease;
}

#somda-official-banner-state:checked ~ .banner-navbar .header-accordion-content {
    max-height: 620px;
    opacity: 1;
    visibility: visible;
}

#somda-official-banner-state:checked ~ .banner-navbar .accordion-icon-down {
    display: none;
}

#somda-official-banner-state:checked ~ .banner-navbar .accordion-icon-up {
    display: inline-block;
}

.header-accordion-inner {
    width: 100%;
    padding: 7px var(--banner-inner-padding) 9px;
    border-top: 1px solid #ececec;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.accordion-item-box {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
}

.accordion-item-box:nth-child(1) {
    margin-left: 9px;
}

.accordion-item-box:nth-child(2) {
    margin-left: 20px;
}

.accordion-item-icon {
    width: var(--accordion-icon-size);
    height: var(--accordion-icon-size);
    color: #4f63d9;
    font-size: var(--accordion-icon-size);
    line-height: 1;
    margin-top: 2px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.accordion-item-icon i {
    font-size: var(--accordion-icon-size);
    line-height: 1;
}

.accordion-padlock-icon {
    width: var(--accordion-icon-size);
    height: var(--accordion-icon-size);
    object-fit: contain;
    display: block;
}

.accordion-item-texts {
    min-width: 0;
    max-width: 100%;
}

.accordion-item-texts h4 {
    margin: 0 0 4px;
    color: #1f1f1f;
    font-size: var(--accordion-font);
    font-weight: 700;
    line-height: 1.35;
}

.accordion-item-texts p {
    margin: 0 0 5px;
    color: #4f4f4f;
    font-size: var(--accordion-font);
    font-weight: 400;
    line-height: 1.4;
}

.accordion-item-texts a,
.somda-link {
    color: var(--text-blue);
    font-size: var(--accordion-font);
    font-weight: 600;
    text-decoration: none;
    line-height: 1.35;
}

.accordion-item-texts a:hover,
.somda-link:hover {
    text-decoration: underline;
}

.lock-inline-svg {
    width: var(--accordion-inline-icon-size);
    height: var(--accordion-inline-icon-size);
    object-fit: contain;
    display: inline-block;
    vertical-align: -2px;
    margin: 0 3px;
}

/* =========================================================
   MIDDLE BANNER
========================================================= */

.backgroundimg {
    position: relative;
    width: 100%;
    height: 88px;
    margin: 0 !important;
    padding: 0 !important;
    background: var(--banner-bg);
    overflow: visible;
    z-index: var(--z-banner);
}

.background-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    pointer-events: none;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(100% - var(--container-gap), var(--container-width));
    height: 100%;
    padding: 0 var(--banner-inner-padding);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    overflow: visible;
    z-index: var(--z-banner-content);
}

.banner-left {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
}

.menu-trigger-btn {
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}

.vector-img {
    width: 40px;
    height: 17px;
    object-fit: contain;
    display: block;
    transition:
        width 0.2s ease,
        height 0.2s ease;
}

.agency-home-link {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 11px;
    text-decoration: none;
    color: inherit;
}

.agency-home-link:hover {
    text-decoration: none;
}

.agency-logo {
    object-fit: contain;
    flex: 0 0 auto;
}

.agency-texts {
    min-width: 0;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff;
}

.agency-text-top,
.agency-text-bottom {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.15;
    overflow-wrap: normal;
    word-break: normal;
}

.agency-text-top {
    font-weight: 400;
}

.agency-text-bottom {
    margin-top: 2px;
    font-weight: 700;
    line-height: 1.18;
}

.banner-right {
    height: 100%;
    flex: 0 0 auto;
    position: relative;
    z-index: calc(var(--z-banner-content) + 10);
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #ffffff;
}

.top-icon-btn,
.contact-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
}

.top-icon-btn {
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
}

.lupa-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.mail-img,
.headset-img {
    width: 27px;
    height: 27px;
    object-fit: contain;
}

.phone-img {
    display: block;
    height: 22px;
    width: auto;
    object-fit: contain;
    position: relative;
    top: 1px;
}

/* =========================================================
   LANGUAGE DROPDOWN
========================================================= */

.lang-select-wrapper,
.custom-lang-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    min-width: auto;
    height: auto;
    box-shadow: none;
    overflow: visible;
    pointer-events: auto;
    z-index: var(--z-dropdown);
}

.custom-lang-current {
    position: relative;
    z-index: calc(var(--z-dropdown) + 1);
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1;
    cursor: pointer;
    height: 22px;
    min-width: 48px;
    padding: 0 17px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.custom-lang-current span,
.custom-lang-current i {
    pointer-events: none;
}

.custom-lang-current span {
    color: #ffffff;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1;
}

.custom-lang-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    color: #ffffff;
    font-size: 11px;
    line-height: 1;
    transform: translateY(-50%);
    transition: transform 0.22s ease;
}

.somda-lang-state:checked ~ .custom-lang-current .custom-lang-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.custom-lang-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    width: 67px;
    background: #ffffff;
    border: none;
    border-radius: 0 0 12px 12px;
    box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.2),
        0 5px 12px rgba(0, 0, 0, 0.08);
    transform: translateX(-50%) translateY(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: visible;
    z-index: calc(var(--z-dropdown) + 2);
    transition:
        opacity 0.2s ease,
        visibility 0.2s ease,
        transform 0.2s ease;
}

.somda-lang-state:checked ~ .custom-lang-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.custom-lang-menu::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #ffffff;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.custom-lang-option,
.custom-lang-option:link,
.custom-lang-option:visited,
.custom-lang-option:focus,
.custom-lang-option:active {
    width: 100%;
    height: 36px;
    min-height: 36px;
    padding: 0 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--dark-blue);
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.2px;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    pointer-events: auto;
    cursor: pointer;
    word-break: normal;
    overflow-wrap: anywhere;
}

.custom-lang-option + .custom-lang-option {
    margin-top: 3px;
}

.custom-lang-option:hover,
.custom-lang-option.active {
    background: #dfe7ee;
    color: var(--dark-blue);
    text-decoration: none;
}

/* =========================================================
   DESKTOP NAVBAR
   Əvvəlki hündürlük qaytarıldı: 46px
========================================================= */

.navbar-background-container {
    position: relative;
    width: 100%;
    height: 46px;
    z-index: 90;
    margin: 0 !important;
    padding: 0 !important;
    isolation: isolate;
}

.navbar-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.navbar-menu-layer {
    position: absolute;
    inset: 0;
    z-index: 100;
    display: flex;
    align-items: stretch;
    overflow: visible;
}

.main-navbar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 26px;
    min-width: 0;
    overflow: visible;
}

.nav-item-dropdown {
    position: relative;
    height: 100%;
    display: flex;
    align-items: stretch;
    overflow: visible;
    flex: 0 1 auto;
    min-width: 0;
}

.nav-link-btn {
    height: 100%;
    border: none;
    background: transparent;
    color: var(--main-blue);
    font-size: 16.5px;
    font-weight: 700;
    letter-spacing: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    padding: 0 11px;
    white-space: nowrap;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    min-width: 0;
    transition:
        font-size 0.2s ease,
        padding 0.2s ease,
        gap 0.2s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.nav-link-btn i {
    font-size: 10px;
    transition:
        font-size 0.2s ease,
        transform 0.25s ease;
}

.nav-item-dropdown:hover .nav-link-btn,
.nav-item-dropdown:focus-within .nav-link-btn {
    background: rgba(255, 255, 255, 0.35);
}

.nav-item-dropdown:hover .nav-link-btn i,
.nav-item-dropdown:focus-within .nav-link-btn i {
    transform: rotate(180deg);
}

.dropdown-panel {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 225px;
    max-width: 310px;
    padding: 11px 15px;
    background: #ffffff;
    border: 1px solid rgba(29, 84, 108, 0.14);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(8px);
    z-index: 10010;
    overflow: visible;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}

.nav-item-dropdown:hover .dropdown-panel,
.nav-item-dropdown:focus-within .dropdown-panel {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dropdown-list li {
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
}

.dropdown-list li:last-child {
    margin-bottom: 0;
}

.dropdown-list a {
    color: #1d546c;
    text-decoration: none;
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.35;
    display: inline-block;
    text-align: center;
    word-break: normal;
    overflow-wrap: anywhere;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.dropdown-list a:hover {
    color: var(--main-blue);
    opacity: 0.85;
}

/* =========================================================
   SEARCH OVERLAY
========================================================= */

.search-overlay {
    position: fixed;
    inset: 0;
    z-index: var(--z-search);
    background: var(--overlay-bg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
}

#somda-search-state:checked ~ .search-overlay {
    display: flex;
}

.search-overlay-backdrop {
    position: fixed;
    inset: 0;
    display: block;
    cursor: default;
}

.search-modal {
    position: relative;
    z-index: 2;
    width: min(100%, 980px);
    max-width: 980px;
}

.search-close-btn {
    position: absolute;
    top: -40px;
    right: -8px;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 34px;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.search-form {
    width: 100%;
    height: 54px;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
}

.search-input {
    flex: 1;
    height: 100%;
    border: none;
    outline: none;
    padding: 0 18px;
    font-size: 16px;
    color: #4a4a4a;
    min-width: 0;
    appearance: none;
    -webkit-appearance: none;
}

.search-input::placeholder {
    color: #9b9b9b;
}

.search-submit-btn {
    width: 62px;
    height: 100%;
    border: none;
    background: #ffffff;
    color: #1d3557;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}

.search-submit-btn i {
    font-size: 23px;
}

/* =========================================================
   MENU OVERLAY
========================================================= */

.menu-overlay {
    position: fixed;
    inset: 0;
    z-index: var(--z-menu);
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    background: var(--overlay-bg);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    overflow-y: auto;
}

#somda-menu-state:checked ~ .menu-overlay {
    display: flex;
}

.menu-overlay-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: block;
    cursor: default;
}

.menu-overlay-close {
    position: fixed;
    top: 18px;
    right: 26px;
    z-index: 5;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 38px;
    line-height: 1;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.menu-overlay-content {
    position: relative;
    z-index: 3;
    width: min(100%, 1240px);
    max-width: 1240px;
    background: transparent;
}

.menu-overlay-actions {
    display: none;
}

.desktop-overlay-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    background: transparent;
}

.menu-text-column {
    padding: 12px 26px 11px;
    background: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-text-column:last-child {
    border-right: none;
}

.menu-text-title {
    margin: 0 0 9px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Montserrat", sans-serif;
}

.menu-text-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-text-list li {
    margin-bottom: 6px;
}

.menu-text-list li:last-child {
    margin-bottom: 0;
}

.menu-text-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    word-break: normal;
    overflow-wrap: anywhere;
    transition: opacity 0.2s ease;
}

.menu-text-list a:hover {
    opacity: 0.8;
}

.mobile-overlay-menu {
    display: none;
}

.mobile-overlay-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-overlay-group-btn {
    width: 100%;
    min-height: 58px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    user-select: none;
    font-family: "Montserrat", sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.mobile-overlay-group-btn span {
    display: block;
    min-width: 0;
    color: #ffffff;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

.mobile-overlay-group-btn i {
    flex: 0 0 auto;
    color: #ffffff;
    font-size: 17px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.mobile-overlay-links {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    transition:
        max-height 0.3s ease,
        opacity 0.25s ease,
        padding 0.3s ease;
}

.somda-mobile-group-state:checked ~ .mobile-overlay-group-btn i {
    transform: rotate(180deg);
}

.somda-mobile-group-state:checked ~ .mobile-overlay-links {
    max-height: 420px;
    opacity: 1;
    padding: 0 0 16px;
}

.mobile-overlay-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    word-break: normal;
    overflow-wrap: anywhere;
}

.mobile-overlay-links a:hover {
    color: #ffffff;
    text-decoration: none;
}

/* =========================================================
   FOCUS
========================================================= */

.header-banner-top:focus-visible,
.accordion-toggle-btn:focus-visible,
.menu-trigger-btn:focus-visible,
.top-icon-btn:focus-visible,
.contact-number:focus-visible,
.custom-lang-current:focus-visible,
.nav-link-btn:focus-visible,
.search-close-btn:focus-visible,
.search-submit-btn:focus-visible,
.menu-overlay-close:focus-visible,
.mobile-overlay-group-btn:focus-visible,
.dropdown-list a:focus-visible,
.menu-text-list a:focus-visible,
.mobile-overlay-links a:focus-visible,
.custom-lang-option:focus-visible {
    outline: 2px solid rgba(23, 143, 255, 0.95);
    outline-offset: 3px;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1399px) {
    :root {
        --top-banner-font: 11px;
        --top-banner-link-font: 12px;
        --accordion-font: 12.5px;
        --accordion-icon-size: 17px;
        --accordion-inline-icon-size: 11.5px;
    }

    .backgroundimg {
        height: 84px;
    }

    .agency-logo {
        width: 100px;
        height: 100px;
    }

    .agency-text-top,
    .agency-text-bottom {
        font-size: 15px;
    }

    .navbar-background-container {
        height: 44px;
    }

    .vector-img {
        width: 37px;
        height: 16px;
    }

    .main-navbar {
        gap: 16px;
    }

    .nav-link-btn {
        font-size: 13.4px;
        padding: 0 7px;
        gap: 4px;
    }

    .nav-link-btn i {
        font-size: 9px;
    }
}

@media (max-width: 1199px) {
    :root {
        --banner-inner-padding: 16px;
        --top-banner-font: 12px;
        --top-banner-link-font: 11.5px;
        --accordion-font: 12px;
        --accordion-icon-size: 17px;
        --accordion-inline-icon-size: 11px;
    }

    .header-banner-top {
        min-height: 32px;
    }

    .gerb {
        width: 22px;
        height: 22px;
    }

    .header-banner-left,
    .header-banner-texts {
        gap: 9px;
    }

    .header-accordion-inner {
        gap: 18px;
    }

    .backgroundimg {
        height: 78px;
    }

    .agency-logo {
        width: 70px;
        height: 70px;
    }

    .agency-text-top,
    .agency-text-bottom {
        font-size: 13.8px;
    }

    .lupa-img {
        width: 28px;
        height: 28px;
    }

    .mail-img,
    .headset-img {
        width: 24px;
        height: 24px;
    }

    .phone-img {
        height: 19px;
    }

    .navbar-background-container {
        height: 42px;
    }

    .vector-img {
        width: 34px;
        height: 16px;
    }

    .main-navbar {
        justify-content: center;
        gap: 6px;
    }

    .nav-link-btn {
        font-size: 12px;
        padding: 0 5px;
        gap: 3px;
    }

    .nav-link-btn i {
        font-size: 8px;
    }

    .dropdown-panel {
        min-width: 210px;
    }

    .dropdown-list a {
        font-size: 13px;
    }

    .desktop-overlay-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        row-gap: 20px;
    }

    .menu-text-column:nth-child(2) {
        border-right: none;
    }

    .menu-text-column:nth-child(1),
    .menu-text-column:nth-child(2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        padding-bottom: 18px;
    }

    .menu-text-column:nth-child(3),
    .menu-text-column:nth-child(4) {
        padding-top: 18px;
    }
}

@media (max-width: 991px) {
    :root {
        --container-gap: 24px;
        --banner-inner-padding: 10px;
        --top-banner-font: 11px;
        --top-banner-link-font: 10.5px;
        --accordion-font: 11.5px;
        --accordion-icon-size: 16px;
        --accordion-inline-icon-size: 10.5px;
    }

    .top-accordion-wrapper,
    .top-accordion-wrapper .container {
        display: flex;
        justify-content: center;
    }

    .header-banner {
        width: 100%;
        align-items: center;
    }

    .header-banner-top {
        min-height: 30px;
    }

    .header-banner-left {
        justify-content: center;
        gap: 8px;
    }

    .gerb {
        width: 21px;
        height: 21px;
    }

    .header-banner-texts {
        max-width: calc(100% - 34px);
        gap: 8px;
    }

    .headerBanner-link-wrap {
        gap: 4px;
    }

    #somda-official-banner-state:checked ~ .banner-navbar .header-accordion-content {
        max-height: 560px;
    }

    .header-accordion-inner {
        grid-template-columns: 1fr;
        gap: 9px;
        padding-top: 7px;
        padding-bottom: 9px;
    }

    .accordion-item-box {
        gap: 9px;
    }

    .accordion-item-box:nth-child(1),
    .accordion-item-box:nth-child(2) {
        margin-left: 9px;
    }

    .backgroundimg {
        height: 76px;
    }

    .banner-overlay {
        gap: 10px;
    }

    .banner-left {
        flex: 1 1 auto;
        max-width: calc(100% - 220px);
        gap: 10px;
    }

    .vector-img {
        width: 30px;
        height: 15px;
    }

    .agency-logo {
        width: 60px;
        height: 60px;
    }

    .agency-text-top,
    .agency-text-bottom {
        font-size: 12px;
    }

    .banner-right {
        height: auto;
        gap: 6px;
    }

    .lupa-img,
    .mail-img,
    .headset-img {
        width: 24px;
        height: 24px;
    }

    .phone-img {
        height: 17px;
    }

    .custom-lang-current {
        font-size: 12.5px;
        padding-right: 15px;
        min-width: 42px;
        height: 20px;
    }

    .custom-lang-arrow {
        font-size: 9px;
    }

    .custom-lang-menu {
        top: calc(100% + 8px);
        width: 92px;
        min-width: 92px;
        padding: 6px;
        border-radius: 0 0 12px 12px;
    }

    .custom-lang-option,
    .custom-lang-option:link,
    .custom-lang-option:visited,
    .custom-lang-option:focus,
    .custom-lang-option:active {
        height: 30px;
        min-height: 30px;
        font-size: 12px;
        border-radius: 9px;
    }

    .navbar-background-container {
        display: block;
        height: 40px;
    }

    .main-navbar {
        justify-content: center;
        gap: 3px;
    }

    .nav-link-btn {
        font-size: 10.6px;
        padding: 0 3.5px;
        gap: 2.5px;
    }

    .nav-link-btn i {
        font-size: 7.5px;
    }

    .dropdown-panel {
        min-width: 190px;
        padding: 9px 12px;
    }

    .dropdown-list a {
        font-size: 12px;
    }

    .menu-overlay {
        padding: 64px 18px 24px;
        align-items: flex-start;
        justify-content: center;
    }

    .menu-overlay-content {
        width: min(100%, 760px);
        max-width: 760px;
    }

    .menu-overlay-close {
        top: 14px;
        right: 20px;
        font-size: 34px;
    }

    .desktop-overlay-grid {
        display: none;
    }

    .mobile-overlay-menu {
        display: block;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .search-overlay {
        padding: 34px 18px;
    }

    .search-modal {
        width: min(100%, 760px);
        max-width: 760px;
    }

    .search-form {
        height: 50px;
    }

    .search-input {
        font-size: 15px;
        padding: 0 15px;
    }

    .search-submit-btn {
        width: 58px;
    }

    .search-submit-btn i {
        font-size: 21px;
    }
}

@media (max-width: 850px) {
    .vector-img {
        width: 27px;
        height: 14px;
    }

    .navbar-background-container {
        height: 38px;
    }

    .main-navbar {
        gap: 2px;
    }

    .nav-link-btn {
        font-size: 9.8px;
        padding: 0 3px;
        gap: 2px;
    }

    .nav-link-btn i {
        font-size: 7px;
    }
}

@media (max-width: 767px) {
    :root {
        --container-gap: 20px;
        --banner-inner-padding: 7px;
        --top-banner-font: 10px;
        --top-banner-link-font: 9.6px;
        --accordion-font: 10.8px;
        --accordion-icon-size: 15px;
        --accordion-inline-icon-size: 10px;
    }

    .header-banner-top {
        min-height: auto;
        padding: 3px 0;
    }

    .header-banner-left {
        gap: 6px;
    }

    .gerb {
        width: 20px;
        height: 20px;
    }

    .header-banner-texts {
        max-width: calc(100% - 28px);
        gap: 6px;
    }

    .headerBanner-text,
    .headerBanner-text-span {
        line-height: 1.2;
    }

    .backgroundimg {
        height: 64px;
    }

    .banner-overlay {
        justify-content: flex-start;
        gap: 8px;
    }

    .banner-left {
        flex: 1 1 auto;
        max-width: none;
        gap: 7px;
        text-align: left;
    }

    .menu-trigger-btn {
        width: 24px;
        height: 24px;
    }

    .vector-img {
        width: 24px;
        height: 14px;
    }

    .agency-home-link {
        gap: 7px;
    }

    .agency-logo {
        width: 36px;
        height: 36px;
    }

    .agency-text-top {
        font-size: 9.2px;
        line-height: 1.1;
        margin-bottom: 1px;
    }

    .agency-text-bottom {
        font-size: 9.8px;
        line-height: 1.12;
        margin-top: 0;
    }

    .banner-right {
        gap: 6px;
    }

    .top-icon-btn {
        width: 20px;
        height: 20px;
    }

    .lupa-img,
    .mail-img,
    .headset-img {
        width: 18px;
        height: 18px;
    }

    .phone-img {
        height: 11px;
    }

    .custom-lang-current {
        font-size: 9.5px;
        padding-right: 9px;
        min-width: 29px;
        height: 17px;
    }

    .custom-lang-arrow {
        font-size: 7px;
    }

    .custom-lang-menu {
        top: calc(100% + 7px);
        width: 82px;
        min-width: 82px;
        padding: 5px;
        border-radius: 0 0 11px 11px;
    }

    .custom-lang-menu::before {
        width: 10px;
        height: 10px;
        top: -5px;
    }

    .custom-lang-option,
    .custom-lang-option:link,
    .custom-lang-option:visited,
    .custom-lang-option:focus,
    .custom-lang-option:active {
        height: 27px;
        min-height: 27px;
        padding: 0 9px;
        font-size: 11px;
        border-radius: 8px;
    }

    .navbar-background-container {
        display: block;
        height: 36px;
    }

    .main-navbar {
        gap: 1.5px;
    }

    .nav-link-btn {
        font-size: 9px;
        padding: 0 2px;
        gap: 1.5px;
    }

    .nav-link-btn i {
        font-size: 6.5px;
    }

    .dropdown-panel {
        min-width: 170px;
        padding: 8px 10px;
    }

    .dropdown-list a {
        font-size: 11px;
    }

    .accordion-item-box:nth-child(1),
    .accordion-item-box:nth-child(2) {
        margin-left: 8px;
    }

    .search-overlay {
        padding: 16px;
    }

    .search-close-btn {
        top: -34px;
        right: 0;
        font-size: 32px;
    }

    .search-form {
        height: 48px;
    }

    .search-input {
        font-size: 14px;
        padding: 0 13px;
    }

    .search-submit-btn {
        width: 52px;
    }

    .search-submit-btn i {
        font-size: 19px;
    }

    .menu-overlay {
        padding: 64px 16px 22px;
    }

    .menu-overlay-close {
        top: 13px;
        right: 17px;
        font-size: 32px;
    }

    .mobile-overlay-group-btn {
        min-height: 56px;
        font-size: 17px;
    }

    .mobile-overlay-group-btn i {
        font-size: 15px;
    }

    .mobile-overlay-links a {
        font-size: 13px;
    }
}

@media (max-width: 650px) {
    .vector-img {
        width: 22px;
        height: 13px;
    }

    .navbar-background-container {
        height: 35px;
    }

    .main-navbar {
        gap: 1px;
    }

    .nav-link-btn {
        font-size: 8.3px;
        padding: 0 1.5px;
        gap: 1px;
    }

    .nav-link-btn i {
        font-size: 6px;
    }
}

@media (max-width: 575px) {
    :root {
        --container-gap: 18px;
        --banner-inner-padding: 5px;
        --top-banner-font: 9px;
        --top-banner-link-font: 8.6px;
        --accordion-font: 10px;
        --accordion-icon-size: 14px;
        --accordion-inline-icon-size: 9px;
    }

    #somda-official-banner-state:checked ~ .banner-navbar .header-accordion-content {
        max-height: 720px;
    }

    .header-banner-left {
        gap: 5px;
    }

    .gerb {
        width: 18px;
        height: 18px;
    }

    .header-banner-texts {
        max-width: calc(100% - 24px);
        gap: 5px;
    }

    .backgroundimg {
        height: 58px;
    }

    .banner-overlay {
        gap: 7px;
    }

    .banner-left {
        gap: 6px;
    }

    .menu-trigger-btn {
        width: 22px;
        height: 22px;
    }

    .vector-img {
        width: 20px;
        height: 13px;
    }

    .agency-home-link {
        gap: 6px;
    }

    .agency-logo {
        width: 31px;
        height: 31px;
    }

    .agency-texts {
        max-width: 170px;
    }

    .agency-text-top {
        font-size: 7.8px;
        line-height: 1.08;
    }

    .agency-text-bottom {
        font-size: 8.5px;
        line-height: 1.08;
    }

    .banner-right {
        gap: 5px;
    }

    .top-icon-btn {
        width: 18px;
        height: 18px;
    }

    .lupa-img,
    .mail-img,
    .headset-img {
        width: 15px;
        height: 15px;
    }

    .phone-img {
        height: 10px;
    }

    .custom-lang-current {
        font-size: 8.5px;
        padding-right: 8px;
        min-width: 27px;
        height: 16px;
    }

    .custom-lang-arrow {
        font-size: 6px;
    }

    .custom-lang-menu {
        top: calc(100% + 6px);
        width: 74px;
        min-width: 74px;
        padding: 5px;
        border-radius: 0 0 10px 10px;
    }

    .custom-lang-option,
    .custom-lang-option:link,
    .custom-lang-option:visited,
    .custom-lang-option:focus,
    .custom-lang-option:active {
        height: 25px;
        min-height: 25px;
        font-size: 10px;
        border-radius: 7px;
    }

    .navbar-background-container {
        display: block;
        height: 34px;
    }

    .main-navbar {
        gap: 0;
    }

    .nav-link-btn {
        font-size: 7.6px;
        padding: 0 1px;
        gap: 1px;
    }

    .nav-link-btn i {
        font-size: 5.5px;
    }

    .dropdown-panel {
        min-width: 155px;
        padding: 7px 9px;
    }

    .dropdown-list a {
        font-size: 10px;
    }

    .accordion-item-box:nth-child(1),
    .accordion-item-box:nth-child(2) {
        margin-left: 6px;
    }

    .search-overlay {
        padding: 54px 14px 20px;
        align-items: flex-start;
    }

    .search-close-btn {
        top: -38px;
        font-size: 30px;
    }

    .search-form {
        height: 44px;
        border-radius: 7px;
    }

    .search-input {
        font-size: 13px;
        padding: 0 12px;
    }

    .search-input::placeholder {
        font-size: 12.5px;
    }

    .search-submit-btn {
        width: 48px;
    }

    .search-submit-btn i {
        font-size: 18px;
    }

    .menu-overlay {
        padding: 60px 14px 20px;
    }

    .menu-overlay-close {
        top: 11px;
        right: 15px;
        font-size: 30px;
    }

    .mobile-overlay-group-btn {
        min-height: 52px;
        font-size: 15px;
    }

    .mobile-overlay-group-btn i {
        font-size: 13px;
    }

    .mobile-overlay-links {
        gap: 9px;
    }

    .somda-mobile-group-state:checked ~ .mobile-overlay-links {
        padding-bottom: 14px;
    }

    .mobile-overlay-links a {
        font-size: 12.5px;
    }
}

@media (max-width: 500px) {
    .navbar-background-container {
        display: none;
    }

    .desktop-overlay-grid {
        display: none;
    }

    .mobile-overlay-menu {
        display: block;
    }

    .vector-img {
        width: 18px;
        height: 12px;
    }
}

@media (max-width: 420px) {
    :root {
        --container-gap: 14px;
        --banner-inner-padding: 4px;
        --top-banner-font: 7.8px;
        --top-banner-link-font: 7.5px;
        --accordion-font: 9px;
        --accordion-icon-size: 13px;
        --accordion-inline-icon-size: 8px;
    }

    .header-banner-left {
        gap: 4px;
    }

    .gerb {
        width: 16px;
        height: 16px;
    }

    .header-banner-texts {
        max-width: calc(100% - 21px);
        gap: 3px;
    }

    .backgroundimg {
        height: 54px;
    }

    .banner-overlay {
        gap: 5px;
    }

    .banner-left {
        gap: 5px;
    }

    .menu-trigger-btn {
        width: 20px;
        height: 20px;
    }

    .vector-img {
        width: 17px;
        height: 12px;
    }

    .agency-home-link {
        gap: 5px;
    }

    .agency-logo {
        width: 28px;
        height: 28px;
    }

    .agency-texts {
        max-width: 135px;
    }

    .agency-text-top {
        font-size: 6.9px;
        line-height: 1.05;
    }

    .agency-text-bottom {
        font-size: 7.6px;
        line-height: 1.05;
    }

    .banner-right {
        gap: 4px;
    }

    .top-icon-btn {
        width: 15px;
        height: 15px;
    }

    .lupa-img,
    .mail-img,
    .headset-img {
        width: 14px;
        height: 14px;
    }

    .phone-img {
        height: 8.5px;
    }

    .custom-lang-current {
        font-size: 7.4px;
        padding-right: 7px;
        min-width: 24px;
        height: 15px;
    }

    .custom-lang-arrow {
        font-size: 5.5px;
    }

    .custom-lang-menu {
        width: 68px;
        min-width: 68px;
    }

    .custom-lang-option,
    .custom-lang-option:link,
    .custom-lang-option:visited,
    .custom-lang-option:focus,
    .custom-lang-option:active {
        height: 24px;
        min-height: 24px;
        font-size: 9px;
    }

    .accordion-item-box:nth-child(1),
    .accordion-item-box:nth-child(2) {
        margin-left: 4px;
    }

    .mobile-overlay-group-btn {
        min-height: 50px;
        font-size: 14px;
    }

    .mobile-overlay-links a {
        font-size: 12px;
    }
}

@media (max-width: 360px) {
    :root {
        --top-banner-font: 7px;
        --top-banner-link-font: 6.8px;
        --accordion-font: 8.4px;
        --accordion-icon-size: 12px;
        --accordion-inline-icon-size: 7px;
    }

    .gerb {
        width: 15px;
        height: 15px;
    }

    .header-banner-left {
        gap: 3px;
    }

    .header-banner-texts {
        max-width: calc(100% - 18px);
        gap: 3px;
    }

    .backgroundimg {
        height: 50px;
    }

    .banner-overlay {
        padding: 0 3px;
        gap: 4px;
    }

    .header-accordion-inner {
        padding-left: 3px;
        padding-right: 3px;
    }

    .accordion-item-box:nth-child(1),
    .accordion-item-box:nth-child(2) {
        margin-left: 3px;
    }

    .banner-left {
        gap: 4px;
    }

    .menu-trigger-btn {
        width: 18px;
        height: 18px;
    }

    .vector-img {
        width: 16px;
        height: 11px;
    }

    .agency-home-link {
        gap: 4px;
    }

    .agency-logo {
        width: 25px;
        height: 25px;
    }

    .agency-texts {
        max-width: 112px;
    }

    .agency-text-top {
        font-size: 6.4px;
        line-height: 1.03;
    }

    .agency-text-bottom {
        font-size: 7px;
        line-height: 1.03;
    }

    .banner-right {
        gap: 3px;
    }

    .top-icon-btn {
        width: 14px;
        height: 14px;
    }

    .lupa-img,
    .mail-img,
    .headset-img {
        width: 13px;
        height: 13px;
    }

    .phone-img {
        height: 8px;
    }

    .custom-lang-current {
        font-size: 6.9px;
        padding-right: 7px;
        min-width: 23px;
        height: 14px;
    }

    .custom-lang-arrow {
        font-size: 5px;
    }

    .custom-lang-menu {
        width: 64px;
        min-width: 64px;
    }

    .custom-lang-option,
    .custom-lang-option:link,
    .custom-lang-option:visited,
    .custom-lang-option:focus,
    .custom-lang-option:active {
        height: 23px;
        min-height: 23px;
        font-size: 8.5px;
    }
}

@media (max-width: 240px) {
    :root {
        --container-gap: 10px;
        --banner-inner-padding: 2px;
        --top-banner-font: 6.5px;
        --top-banner-link-font: 6.3px;
        --accordion-font: 7.8px;
        --accordion-icon-size: 12px;
        --accordion-inline-icon-size: 7px;
    }

    .header-banner-top {
        padding: 3px 0;
    }

    .header-banner-left {
        gap: 3px;
    }

    .gerb {
        width: 13px;
        height: 13px;
    }

    .header-banner-texts {
        max-width: calc(100% - 16px);
        gap: 2px;
    }

    .backgroundimg {
        height: 48px;
    }

    .banner-overlay {
        gap: 3px;
    }

    .accordion-item-box:nth-child(1),
    .accordion-item-box:nth-child(2) {
        margin-left: 2px;
    }

    .banner-left {
        max-width: 100%;
        gap: 3px;
    }

    .menu-trigger-btn {
        width: 17px;
        height: 17px;
    }

    .vector-img {
        width: 15px;
        height: 10px;
    }

    .agency-home-link {
        gap: 3px;
    }

    .agency-logo {
        width: 22px;
        height: 22px;
    }

    .agency-texts {
        max-width: 125px;
    }

    .agency-text-top {
        font-size: 6px;
        line-height: 1.03;
    }

    .agency-text-bottom {
        font-size: 6.5px;
        line-height: 1.03;
    }

    .banner-right {
        display: none;
    }

    .menu-overlay {
        padding: 46px 8px 16px;
        align-items: flex-start;
    }

    .menu-overlay-close {
        top: 8px;
        right: 10px;
        font-size: 26px;
    }

    .menu-overlay-content {
        width: 100%;
        max-width: 100%;
    }

    .menu-overlay-actions {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        margin-bottom: 12px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        overflow: visible;
    }

    .menu-overlay-actions .top-icon-btn {
        width: 17px;
        height: 17px;
    }

    .menu-overlay-actions .lupa-img,
    .menu-overlay-actions .mail-img,
    .menu-overlay-actions .headset-img {
        width: 15px;
        height: 15px;
    }

    .menu-overlay-actions .phone-img {
        height: 9px;
    }

    .menu-overlay-actions .custom-lang-current {
        font-size: 7.5px;
        padding-right: 7px;
        min-width: 24px;
        height: 15px;
    }

    .menu-overlay-actions .custom-lang-arrow {
        font-size: 5.5px;
    }

    .mobile-overlay-group-btn {
        min-height: 42px;
        font-size: 11.5px;
    }

    .mobile-overlay-links {
        gap: 7px;
    }

    .mobile-overlay-links a {
        font-size: 10.5px;
    }

    .search-overlay {
        padding: 46px 8px 14px;
        align-items: flex-start;
    }

    .search-close-btn {
        top: -34px;
        right: 0;
        font-size: 26px;
    }

    .search-form {
        height: 38px;
        border-radius: 6px;
    }

    .search-input {
        font-size: 11.5px;
        padding: 0 9px;
    }

    .search-submit-btn {
        width: 40px;
    }

    .search-submit-btn i {
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .header-accordion-content,
    .custom-lang-menu,
    .custom-lang-arrow,
    .dropdown-panel,
    .nav-link-btn,
    .nav-link-btn i,
    .mobile-overlay-links,
    .mobile-overlay-group-btn i,
    .vector-img {
        transition: none;
    }
}