:root {
  --esi-green: #007B4F;
  --swiper-theme-color: #007B4F;
}

* {
    box-sizing: border-box;
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: Roboto, 'Open Sans', sans-serif;
}

::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { border-radius: 6px; }
::-webkit-scrollbar-thumb { background: #80b380; border-radius: 6px; }
::-webkit-scrollbar-thumb:hover { background: #b30000; }

.top_single_products {
    min-height: 300px;
    border: solid 1px gainsboro;
    text-align: center;
    padding: 20px;
    overflow-x: hidden;
}

.top_single_products:hover, .solo_products:hover {
    box-shadow: 0 0 10px gray;
}

.top_single_products h3 {
    font-weight: normal;
    border-top: solid 1px gray;
    color: var(--esi-green);
    padding-top: 20px;
    margin: 20px 0;
}

.top_single_products h4 {
    font-weight: normal;
    color: gray;
    margin: 0;
}

.top_single_products p {
    margin: 0;
    color: var(--esi-green);
}

a { text-decoration: none; }

i { pointer-events: none; }

@keyframes rotateY {
    0% { transform: rotateY(90deg) }
    80% { transform: rotateY(-10deg)}
    100% { transform: rotateY(0) }
}

.display-inline-block { display: inline-block; }
.display-block { display: block; }
.display-flex { display: flex; }
.display-grid { display: grid; }
.display-none { display: none; }

.fa-square-full {
    color: var(--esi-green);
    padding-right:5px;
}

.banner {
    width: 100%;
}

.mini_link {
    font-size: 12px;
}

.mini_link a {
    color: var(--esi-green);
}

.lines_title, .lines_title_2 {
    border-bottom:2px solid #00764b; 
    font-size: 33px;
}

.lines_title strong, .lines_title_2 strong {
    color: #00764b;
}

.lines_title {
    margin: 20px 0;
}

.lines_title_2 {
    margin: 50px 0 20px 0;
}

.product_text {
    text-align: justify;
    line-height: 1.5;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.strucna_literatura {
    text-align: justify;
    line-height: 1.5;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}


.linked_products {
    /* border: 2px solid #e1e0e0; */
    margin-top:40px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap:20px;
    text-align: center;
}

.linked_products_tittle h3{
    padding-top:30px;
}

.linked_products h3 {
    padding: 1% 0 0 2%;
}

.solo_products {
	border: 1px solid #e1e0e0;
	color: var(--esi-green);
}

.solo_products img {
    width: auto;
	height: 300px;
	max-width: 100%;
	max-height: 100%;
}

.solo_products span {
	display: block;
	text-align: left;
	padding: 20px;
	vertical-align: center;
}

.product_header {
    margin-top:40px;
    display: flex;
    gap: 20px;
}

.pakiranje_esi {margin-bottom: 30px;}

.product_title {
	border-bottom: 2px solid var(--esi-green);
	font-size: 33px;
}

.product_content h1 {
    font-weight: normal;
}

.product_content p {
    margin-top: 0;
}

.product_title strong {
    color: var(--esi-green);
    font-weight: normal;
}

.product_subtitles {
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.product_left {
    width: 300px;    
}

.product_right {
    text-align: left;
    flex-grow: 1;
}

.product_left img {
    width: auto;
	height: 300px;
}

#prodajna_mjesta {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

#ljekarne {
    display: grid;
    gap: 20px;
}

#ljekarne a {
    border: solid 1px gainsboro;
    text-align: center;
    padding: 10px;
}

#ljekarne a:hover {
    border: solid 1px var(--esi-green);
    outline: solid 1px var(--esi-green);
}

#ljekarne img {
    width: 80%;
    height: auto;
}

#statements {background-color: #c5dfd1;
padding:10px;
}

#statements p,#statements ul{margin:16px;}

.esi-oglasi, .kolacici h2, .kolacici h3, .privatnost h2, .privatnost h3 {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}

.kolacici h3, .privatnost h3{margin-top: 30px;}
.literatura li{margin:20px;}
.publikacije-container {
    width: 1140px;
    margin: auto;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    font-family: 'Open Sans', sans-serif;
}
    
.publikacije-container a {
    padding: 20px;
    background-color: #ededed;
    text-align: center;
}

.publikacije-container a:hover {
    box-shadow: 0 0 10px gray;
}

.publikacije-container img {
    width: 100%;
    margin-bottom: 15px;
}

.publikacije-naziv {
    display: block;
    color: var(--esi-green);
    font-size: 18px;
    font-weight: bold;
}

.casopis-naziv {
    color: #404040;
}

.webshop-icon-2 img{width:200px;}


#onama, #podaci {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
    font-family: 'Open Sans', sans-serif;
}

#onama img {
    width: 100%;
    height: auto;
    margin-top: 80px;
}

#onama p {
    text-align: justify;
	line-height: 1.5;
	font-size: 16px;
}

#googlekarta {
    width: 100%;
    height: 500px;
}

/* -------------------------------------------------------------------------- */
/* DESKTOP MODE: ------------------------------------------------------------ */
/* -------------------------------------------------------------------------- */

@media only screen and (min-width: 1200px) {

    .desktop { display: inline-block; }
    .desktop-tablet { display: inline-block; }
    .tablet { display: none; }
    .mobile { display: none; }

    /* ZAGLAVLJE -------------------------------------------------------------- */
    
    #zaglavlje {
        height: 100px;
        background-image: linear-gradient(to bottom, var(--esi-green) 0%, var(--esi-green) 47px, transparent 47px, transparent 100px);
        text-align: center;
    }

    /* GLAVNI IZBORNIK -------------------------------------------------------- */

    #glavni-izbornik {
        width: 1140px;
        height: 100px;
        margin: auto;
        display: flex;
        gap: 20px;
        padding: 0 10px;
    }

    #glavni-izbornik > a img {
        margin-top: 10px;
        height: 80px;
        width: auto;
    }

    #hamburger {
        display: none;
    }

    #glavni-izbornik nav {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 20px;
        list-style-type: none;
        padding: 0 10px 15px 0;
    }

    .single-link, .dropdown-menu-container > a {
        color: var(--esi-green);
    }

    .single-link:hover {
        color: white;
        background-color: var(--esi-green);
    }

    #glavni-izbornik nav > a, .dropdown-menu-container > a {
        display: inline-block;
        padding: 3px 6px;
        border-radius: 5px;
        text-decoration: none;
        /* font-size: 0.9rem; */
    }

    .dropdown-menu-container:hover .dropdown-menu-submenu {
        display: block;
    }

    .dropdown-menu-submenu {
        position: absolute;
        display: none;
        background-color: var(--esi-green);
        color: white;
        z-index: 10000;
        padding: 5px 10px 10px 10px;
        border-radius: 5px;
        text-align: left;
        animation: rotateY 300ms ease-in-out forwards;
        transform-origin: top center;
    }

    .dropdown-menu-submenu a {
        display: block;
        text-decoration: none;
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        margin-top: 5px;
    }

    .dropdown-menu-submenu a:hover {
        color: var(--esi-green);
        background-color: white;
    }

    /* RADNA ZONA ------------------------------------------------------------- */

    #radno {
        width: 1140px;
        margin: auto;
        padding: 20px 0 20px 0;
    }

    /* POCETNA ---------------------------------------------------------------- */
    
    .SlideDesktopTablet {
        display: block;
    }

    .SlideMobile {
        display: none;
    }

    .top_products {
        width: 1140px;
        margin: 40px auto 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .top_products img {
	    width: auto;
	    height: 300px;
    }

    #ljekarne {
        grid-template-columns: auto auto auto auto;
    }

    /* PODNOŽJE --------------------------------------------------------------- */

    #podnozje {
        background-color: gainsboro;
        border-top: solid 3px var(--esi-green);
        padding: 0;
    }

    #podnozje-desktop-tablet-mobile {
        background-color: gainsboro;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px 20px 10px 20px;
        width: 1140px;
        margin: 0 auto;
    }

    #podnozje-desktop-tablet-mobile > div {
        flex-grow: 1;
    }

    #podnozje-1 > div {
        display: flex;
        padding: 0 10px 10px 0;
    }

    #podnozje-1 div p {
        padding: 0 0 0 10px;
        margin: 0;
        flex-grow: 1;
        text-align: left;
    }

    #podnozje-desktop-tablet-mobile > p {
        flex-grow: 2;
        width: 100%;
        padding-top: 10px;
        margin: 0;
        font-size: 14px;
        color: var(--esi-green);
        text-align: center;
        border-top: solid 1px var(--esi-green);
    }

    #podnozje-3 {
        grid-column: 1 / span 2;
    }

    #socials {
        display: flex;
        align-items: center;
    }

    #socials a {
        display: inline-block;
        margin-left: 20px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        filter: drop-shadow(0 0 4px rgb(0 0 0 / 0.4));
    }

    .social-icon:hover {
        filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
    }

    #cookies {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    #cookies a {
        display: inline-block;
        padding: 10px 10px 0 10px;
        border-radius: 10px;
        border: solid 1px var(--esi-green);
        color: var(--esi-green);
        text-align: center;
        background-color: gainsboro;
    }

    #cookies a:hover {
        background-color: #d9f2d9;
    }

    #podnozje-mobile {
        display: none;
    }

}

/* -------------------------------------------------------------------------- */
/* TABLET MODE: ------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

@media only screen and (min-width: 651px) and (max-width: 1199px) {

    .desktop { display: none; }
    .desktop-tablet { display: inline-block; }
    .tablet { display: inline-block; }
    .mobile { display: none; }

    /* ZAGLAVLJE -------------------------------------------------------------- */

    #zaglavlje {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 100px;
        background-image: linear-gradient(to bottom, var(--esi-green) 0%, var(--esi-green) 47px, transparent 47px, transparent 100px);
    }

    /* GLAVNI IZBORNIK -------------------------------------------------------- */

    #glavni-izbornik {
        position: relative;
        width: 100%;
        height: 100px;
        margin: auto;
        display: flex;
        gap: 20px;
        padding: 0 10px;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    }

    #glavni-izbornik > a img {
        margin-top: 10px;
        height: 80px;
        width: auto;
    }

    #hamburger {
        display: none;
    }

    #glavni-izbornik nav {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        gap: 20px;
        list-style-type: none;
        padding: 0 10px 15px 0;
    }

    .single-link, .dropdown-menu-container > a {
        color: var(--esi-green);
    }

    .single-link:hover {
        color: white;
        background-color: var(--esi-green);
    }

    #glavni-izbornik nav > a, .dropdown-menu-container > a {
        display: inline-block;
        padding: 3px 6px;
        border-radius: 5px;
        text-decoration: none;
        font-size: 0.9rem;
    }

    .dropdown-menu-container:hover .dropdown-menu-submenu {
        display: block;
    }

    .dropdown-menu-submenu {
        position: absolute;
        display: none;
        background-color: var(--esi-green);
        color: white;
        z-index: 10000;
        padding: 5px 10px 10px 10px;
        border-radius: 5px;
        text-align: left;
        animation: rotateY 300ms ease-in-out forwards;
        transform-origin: top center;
    }

    .dropdown-menu-submenu a {
        display: block;
        text-decoration: none;
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        margin-top: 5px;
    }

    .dropdown-menu-submenu a:hover {
        color: var(--esi-green);
        background-color: white;
    }

    /* RADNA ZONA ------------------------------------------------------------- */

    .top_products {
        width: 100%;
        display: grid;
	    margin: 40px 0 0 0;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }

    .top_products img {
	    width: auto;
	    height: 300px;
    }

    #ljekarne {
        grid-template-columns: auto auto auto auto;
    }

    .publikacije-container {
        width: 100%;
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 1fr 1fr;
        font-family: 'Open Sans', sans-serif;
    }

    /* PODNOŽJE --------------------------------------------------------------- */

    #podnozje {
        background-color: gainsboro;
        border-top: solid 3px var(--esi-green);
        padding: 0;
    }

    #podnozje-desktop-tablet-mobile {
        background-color: gainsboro;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px 20px 10px 20px;
    }

    #podnozje-desktop-tablet-mobile > div {
        flex-grow: 1;
    }

    #podnozje-1 > div {
        display: flex;
        padding: 0 10px 10px 0;
    }

    #podnozje-1 div p {
        padding: 0 0 0 10px;
        margin: 0;
        flex-grow: 1;
        text-align: left;
    }

    #podnozje-desktop-tablet-mobile > p {
        flex-grow: 2;
        width: 100%;
        margin: 0;
        padding-top: 10px;
        font-size: 14px;
        color: var(--esi-green);
        border-top: solid 1px var(--esi-green);
        text-align: center;
    }

    #podnozje-3 {
        grid-column: 1 / span 2;
    }

    #socials {
        display: flex;
        align-items: center;
    }

    #socials a {
        display: inline-block;
        margin-left: 20px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        filter: drop-shadow(0 0 4px rgb(0 0 0 / 0.4));
        /* filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4)); */
    }

    .social-icon:hover {
        filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
        /* filter: drop-shadow(0 0 2px rgb(0 0 0 / 0.4)); */
    }

    #cookies {
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }

    #cookies a {
        display: inline-block;
        padding: 10px 10px 0 10px;
        border-radius: 10px;
        border: solid 1px var(--esi-green);
        color: var(--esi-green);
        text-align: center;
        background-color: gainsboro;
    }

    #cookies a:hover {
        background-color: #d9f2d9;
    }

    #podnozje-mobile {
        display: none;
    }

    @media only screen and (max-width: 960px) { /* ============================ */

        /* GLAVNI IZBORNIK ---------------------------------------------------- */

        #glavni-izbornik {
            position: relative;
            width: 100%;
            height: 100px;
            display: block;
            padding: 0 10px;
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
        }

        #glavni-izbornik nav {
            display: none;
            position: absolute;
            top: 20px;
            right: 80px;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            color: white;
            background-color: white;
            z-index: 10000;
            padding: 15px 0;
            border: solid 3px white;
            border-radius: 10px;
            border: solid 3px var(--esi-green);
            width: 200px;
        }

        #hamburger {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            font-size: 36px;
            top: 20px;
            right: 20px;
            width: 60px;
            height: 60px;
            outline: none;
            border: solid 2px var(--esi-green);
            color: var(--esi-green);
            background-color: white;
            border-radius: 5px;
        }

        #hamburger:hover + nav, #glavni-izbornik nav:hover {
            display: flex;
        }

        #glavni-izbornik nav > a {
            display: inline-block;
            margin-left: 14px;
        }

        .dropdown-menu-container > a {
            display: inline-block;
            padding-left: 20px;
        }

        .dropdown-menu-submenu {
            position: absolute;
            left: -250px;
            top: 50px;
            width: 250px;
            display: none;
            background-color: var(--esi-green);
            color: white;
            z-index: 10000;
            padding: 5px 10px 10px 10px;
            border-radius: 10px;
            text-align: left;
            animation: rotateY 300ms ease-in-out forwards;
            transform-origin: top center;
        }

        /* RADNA ZONA --------------------------------------------------------- */

        .top_products {
            width: 100%;
            display: grid;
            margin: 40px 0 0 0;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
        }

        .top_products img {
	        width: auto;
	        height: 300px;
        }
    
        #ljekarne {
            grid-template-columns: auto auto auto;
        }

        .publikacije-container {
            width: 100%;
            display: grid;
            gap: 20px;
            grid-template-columns: 1fr 1fr;
            font-family: 'Open Sans', sans-serif;
        }

        /* PODNOŽJE --------------------------------------------------------------- */

        #podnozje-desktop-tablet-mobile {
            display: block;
        }
        
        #podnozje-desktop-tablet-mobile > p {
            margin-top: 15px;
        }

    } /* TABLET (max-width: 960px) ===> KRAJ */

    /* RADNA ZONA ------------------------------------------------------------- */

    #radna-zona {
        position: fixed;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        overflow-y: scroll;
    }

    #radno {
        padding: 20px;
    }

    /* POCETNA ---------------------------------------------------------------- */

    .SlideDesktopTablet {
        display: block;
    }

    .SlideMobile {
        display: none;
    }

}

/* -------------------------------------------------------------------------- */
/* MOBILE MODE: ------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */

@media only screen and (max-width: 650px) {

    .desktop { display: none; }
    .desktop-tablet { display: none; }
    .tablet { display: none; }
    .mobile { display: inline-block; }

    /* ZAGLAVLJE -------------------------------------------------------------- */

    #zaglavlje {
        position: fixed;
        position: device-fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background-image: linear-gradient(to bottom, var(--esi-green) 0%, var(--esi-green) 28px, transparent 28px, transparent 60px);
    }

    /* GLAVNI IZBORNIK -------------------------------------------------------- */

    #glavni-izbornik {
        width: 100%;
        height: 60px;
        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    }

    #glavni-izbornik > a img {
        margin-top: 6px;
        margin-left: 10px;
        height: 50px;
        width: auto;
    }

    #hamburger, #closemenu {
        align-items: center;
        justify-content: center;
        position: absolute;
        font-size: 28px;
        top: 6px;
        right: 6px;
        width: 47px;
        height: 47px;
        outline: none;
        border: solid 2px var(--esi-green);
        color: var(--esi-green);
        background-color: white;
        border-radius: 5px;
        cursor: pointer;
    }

    #closemenu {
        color: red;
        border: solid 2px red;
    }

    #glavni-izbornik nav {
        border-top: dotted 1px  var(--esi-green);
        flex-direction: column;
        background-color: #eff5ef;
        position: fixed;
        position: device-fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 50px;
        animation: rotateY 500ms ease-in-out forwards;
        z-index: 20000;
        overflow-y: scroll;
        padding: 20px 20px 20px 15px;
    }

    #glavni-izbornik nav > a {
        display: block;
        color: var(--esi-green);
        padding: 10px 0 10px 5px;
        border-bottom: dotted 1px  var(--esi-green);
    }

    #glavni-izbornik nav a:hover {
        background-color: var(--esi-green);
        color: white;
    }

    .drop-link {
        display: block;
        color: var(--esi-green);
        padding: 10px 0 10px 5px;
    }

    .dropdown-menu-submenu {
        padding-left: 30px;
        padding-bottom: 15px;
    }

    .dropdown-menu-submenu a {
        display: block;
        color: gray;
        padding: 10px 0 10px 5px;
        border-bottom: dotted 1px  var(--esi-green);
    }

    /* RADNA ZONA ------------------------------------------------------------- */

    #radna-zona {
        position: fixed;
        position: device-fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 50px;
        z-index: -1;
        overflow-y: scroll;
    }

    #radno {
        padding: 20px;
    }

    .top_products {
        width: 100%;
        margin: 40px auto 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .top_products img {
	    width: auto;
	    height: 300px;
    }

    #ljekarne {
        grid-template-columns: auto;
    }

    #ljekarne a {
        background-color: #eff5ef;
    }

    .publikacije-container {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        font-family: 'Open Sans', sans-serif;
    }

    /* POCETNA ---------------------------------------------------------------- */

    .SlideDesktopTablet {
        display: none;
    }

    .SlideMobile {
        display: block;
    }

    /* PROIZVODI -------------------------------------------------------------- */
    
    .product_header {
        display: block;
    }

    .product_left {
        width: 100%;
        text-align: center;
    }

    /* PODNOŽJE --------------------------------------------------------------- */

    #podnozje-desktop-tablet-mobile {
        font-size: 14px;
    }

    #podnozje-desktop-tablet-mobile > div {
        background-color: #c8e8d6;
        padding: 20px;
    }

    #podnozje-1 > div {
        padding: 5px 0;
        border-bottom: solid 1px gray;
        color: gray;
    }

    #podnozje-1 > div p {
        padding-top: 5px;
        margin: 0;
        text-align: right;
        color: var(--esi-green);
    }

    #podnozje-2 {
        font-size: 12px;
        text-align: center;
        color: gray;
    }

    #podnozje-mobile {
        position: fixed;
        position: device-fixed;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50px;
        display: flex;
        align-items: stretch;
        border-top: solid 2px var(--esi-green);
    }
    
    #podnozje-mobile a {
        flex-grow: 1;
        text-align: center;
        line-height: 50px;
        font-size: 32px;
        background-color: var(--esi-green);
        color: white;
        cursor: pointer;
    }
    
    #podnozje-mobile a:not(:last-child) {
        border-right: solid 1px white;
    }

    #podnozje-mobile a:hover {
        background-color: white;
        color: var(--esi-green);
    }

    #onama, #podaci {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    #onama img {
        margin: 20px 0;
    }

    #podnozje-2, #podnozje-3 {
        display: none;
    }

}

/* SWIPE SLIDER */

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--esi-green);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--esi-green);
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}
