:root {
    --sticky-panel-expanded: 260px;
    --sticky-panel-collapsed: 72px;
    --sticky-panel-offset: var(--sticky-panel-expanded);
    --sticky-panel-mobile-offset: 72px;
}

.sticky-panel {
    height: 100vh;
    width: var(--sticky-panel-expanded);
    --sticky-panel-item-text-lines: 1;
    background: #00b756;
    transition: none;
    z-index: 9999;
    box-sizing: border-box;
    max-width: 100vw;
}

.sticky-panel--overlay {
    position: fixed;
    top: 0;
    left: 0;
}

.sticky-panel.collapsed {
    width: var(--sticky-panel-collapsed);
}

.sticky-panel .text {
    transition: opacity 0.2s ease, width 0.2s ease;
}

.sticky-panel.collapsed .text {
    opacity: 0;
    width: 0;
    overflow: hidden;
}

.sticky-toggle {
    position: absolute;
    top: 20px;
    right: -14px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
}

.sticky-toggle .arrow {
    display: inline-block;
    transition: transform 0.35s ease;
}

.sticky-panel.collapsed .arrow {
    transform: rotate(180deg);
}

@media (min-width: 769px) {
    .sticky-panel {
        display: flex;
        flex-direction: column;
    }

    .sticky-panel .sticky-panel-list,
    .sticky-panel .sticky-panel-content {
        flex: 1 1 auto;
        min-height: 0;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .sticky-panel .sticky-panel-list::-webkit-scrollbar,
    .sticky-panel .sticky-panel-content::-webkit-scrollbar {
        width: 0 !important;
        height: 0 !important;
    }

    .sticky-panel .sp-scrollbar {
        position: absolute;
        left: 2px;
        top: 8px;
        bottom: 8px;
        width: 6px;
        opacity: 0;
        transition: opacity 0.25s ease;
        pointer-events: none;
        z-index: 2;
    }

    .sticky-panel .sp-scrollbar[hidden] {
        display: none !important;
    }

    .sticky-panel .sp-scrollbar-thumb {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.35);
        transform: translateY(var(--sp-scroll-thumb-top, 0px));
        height: var(--sp-scroll-thumb-height, 24px);
    }

    .sticky-panel:hover .sp-scrollbar,
    .sticky-panel:focus-within .sp-scrollbar {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .sticky-panel {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        width: 100% !important;
        height: 72px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        border-right-width: 0 !important;
        border-left-width: 0 !important;
    }

    .sticky-panel ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        gap: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
    }

    .sticky-panel li {
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
    }

    .sticky-toggle {
        display: none !important;
    }

    body.has-sticky-panel {
        overflow-x: hidden;
    }
}

.elementor-element:has(.sticky-panel) {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

/* Fallback for browsers/environments where :has() is not applied reliably. */
.elementor-widget-irfas_sticky_panel,
.elementor-widget-irfas_sticky_panel > .elementor-widget-container {
    height: 0 !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
}

.sticky-panel .sticky-panel-list {
    margin: 0;
    padding: 35px 10px 12px;
    list-style: none;
}

.sticky-panel .sticky-item,
.sticky-panel .sticky-cat {
    box-sizing: border-box;
}

.sticky-panel .sticky-brand {
    margin: 0 0 8px;
}

.sticky-panel .sticky-brand .item-inner {
    padding: 6px 6px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.sticky-panel .sticky-brand .brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.sticky-panel .sticky-brand .text.tagline {
    font-weight: 500;
    font-size: 0.9em;
    opacity: 0.98;
}

.sticky-panel li > a,
.sticky-panel li > button {
    width: 100%;
    min-width: 0;
    border: 0;
    background: transparent;
    text-align: left;
    border-radius: 12px;
    display: flex;
    align-items: center;
}

.sticky-panel .item-inner {
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    flex: 1 1 auto;
}

.sticky-panel .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    flex: 0 0 auto;
}

.sticky-panel .icon img {
    display: block;
    width: 20px;
    height: 20px;
    object-fit: contain;
    border-radius: 5px;
}

.sticky-panel .icon svg {
    width: 20px;
    height: 20px;
}

.sticky-panel .sticky-item > a .text,
.sticky-panel .sticky-item > button .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--sticky-panel-item-text-lines, 1);
    line-clamp: var(--sticky-panel-item-text-lines, 1);
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    line-height: 1.2;
    max-height: calc(1.2em * var(--sticky-panel-item-text-lines, 1));
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
}

.sticky-panel .sticky-cat .chev {
    margin-left: 8px;
    flex: 0 0 auto;
    transition: transform 0.25s ease;
}

.sticky-panel .sticky-cat.open .chev {
    transform: rotate(180deg);
}

.sticky-panel .submenu {
    list-style: none;
    margin: 6px 0 0;
    padding: 6px 6px 6px 12px;
    border-left: 2px solid rgba(0, 0, 0, 0.08);
}

.sticky-panel .submenu .submenu-item a {
    border-radius: 10px;
}

.sticky-panel--submenu-wrap .submenu .item-inner {
    align-items: flex-start;
}

.sticky-panel--submenu-wrap .submenu .text {
    white-space: normal;
}

.sticky-panel--submenu-clip .submenu .item-inner {
    align-items: flex-start;
    min-width: 0;
}

.sticky-panel--submenu-clip .submenu .text {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important;
}

.sticky-panel .submenu,
.sticky-panel .submenu .submenu-item,
.sticky-panel .submenu .submenu-item a,
.sticky-panel .submenu .submenu-item .text {
    line-height: inherit;
}

.sticky-panel .sticky-panel-content {
    padding: 24px 16px;
}

.sticky-social {
    padding: 0 10px 16px;
}

.sticky-social-title {
    margin: 6px 12px 8px;
    font-size: 0.8em;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7a7a7a;
}

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

@media (max-width: 768px) {
    .sticky-panel .sticky-panel-list {
        padding: 0 8px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        gap: 12px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.35) transparent;
    }

    .sticky-panel ul::-webkit-scrollbar,
    .sticky-panel .sticky-panel-list::-webkit-scrollbar {
        height: 4px;
    }

    .sticky-panel ul::-webkit-scrollbar-track,
    .sticky-panel .sticky-panel-list::-webkit-scrollbar-track {
        background: transparent;
    }

    .sticky-panel ul::-webkit-scrollbar-thumb,
    .sticky-panel .sticky-panel-list::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.35);
        border-radius: 999px;
    }

    .sticky-panel .sticky-brand {
        display: none;
    }

    .sticky-panel .sticky-social {
        display: none;
    }

    .sticky-panel .sticky-item {
        margin: 0 !important;
        flex: 0 0 auto;
        display: flex;
        justify-content: center;
    }

    .sticky-panel li > a,
    .sticky-panel li > button {
        justify-content: center;
        width: auto;
    }

    .sticky-panel .submenu {
        display: none !important;
    }

    .sticky-panel .chev {
        display: none;
    }

    .sticky-panel--hide-border-mobile {
        border: none !important;
    }
}

.sticky-cat.open .cat-toggle {
    cursor: pointer;
}

.sticky-panel .cat-toggle,
.sticky-panel .cat-toggle .text,
.sticky-panel .cat-toggle .chev {
    color: inherit;
}

.sticky-panel li > a,
.sticky-panel li > button {
    background: rgb(237, 234, 231);
    color: #7a7a7a;
    transition: all 0.25s ease-in-out;
    font-family: 'Manrope', sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.sticky-panel .submenu a {
    background: rgb(237, 234, 231);
    color: #7a7a7a;
    transition: all 0.25s ease-in-out;
}

.sticky-panel li > a:hover,
.sticky-panel li > button:hover {
    background: #ffffff;
    color: #000000;
    transition: all 0.5s ease-in-out;
}

.sticky-panel .submenu a:hover {
    background: #ffffff;
    color: #000000;
    transition: all 0.5s ease-in-out;
}

.sticky-panel li > a.is-active {
    background: #ffffff;
    color: #000000;
}

.sticky-panel svg {
    fill: currentColor;
}

.sticky-panel.collapsed .text,
.sticky-panel.collapsed .chev,
.sticky-panel.collapsed .submenu {
    display: none !important;
}

.sticky-panel.collapsed .sticky-social-title {
    display: none;
}

.sticky-panel {
    background-color: #f0f0f0;
}

body.has-sticky-panel {
    padding-left: var(--sticky-panel-offset);
    transition: none;
}

body.has-sticky-panel.sticky-panel-collapsed {
    --sticky-panel-offset: var(--sticky-panel-collapsed);
}

body.sp-sticky-panel-ready .sticky-panel {
    transition: width 0.35s ease;
}

body.sp-sticky-panel-ready.has-sticky-panel {
    transition: padding-left 0.35s ease;
}

@media (max-width: 768px) {
    body.has-sticky-panel {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        min-height: 100dvh;
    }

    body.has-sticky-panel.sp-mobile-offset-needed #anant-footer,
    body.has-sticky-panel.sp-mobile-offset-needed footer,
    body.has-sticky-panel.sp-mobile-offset-needed .site-footer {
        padding-bottom: calc(var(--sticky-panel-mobile-offset, 72px) + env(safe-area-inset-bottom) + 2px) !important;
    }
}

.sticky-panel-company-texts-parent {
    display: flex;
    flex-direction: column;
}

.button-hide-sticky-panel {
    font-family: sans-serif;
    font-size: 12px;
    box-sizing: border-box;
    -webkit-font-smoothing: inherit;
    aspect-ratio: 1;
    cursor: pointer;
    height: 28px;
    z-index: 10;
    flex-flow: row;
    flex: none;
    place-content: center;
    align-items: center;
    gap: 10px;
    width: 28px;
    padding: 0;
    display: flex;
    position: absolute;
    top: 45px;
    right: -14px;
    overflow: visible;
    transform: none;
    transform-origin: 50% 50% 0px;
    color: black;
    border-color: white;
}

.button-hide-sticky-panel--progress {
    position: absolute;
}

.button-hide-sticky-panel--progress::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    --sp-progress: 50%;
    background: conic-gradient(var(--sp-panel-border-color, currentColor) var(--sp-progress), rgba(0, 0, 0, 0) 0);
    mask: radial-gradient(transparent 62%, #000 63%);
    -webkit-mask: radial-gradient(transparent 62%, #000 63%);
    pointer-events: none;
}

.button-hide-sticky-panel:hover,
.button-hide-sticky-panel:focus {
    background-color: white;
}

.sticky-panel-list,
.sticky-social-list {
    font-size: 15px;
}

.sticky-social-title {
    font-size: 10px;
}
.sticky-social-list{
    padding-left: 0 !important;
}
.sticky-item > .submenu-item{

}
