/* 
    Created on : May 19, 2026, 10:10:50
    Author     : bob
*/

/* Font */

/* https://fonts.google.com/specimen/Open+Sans */
/* font-family: "Open Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/* https://fonts.google.com/specimen/Roboto+Slab */
/* font-family: "Roboto Slab", serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');

/* https://fonts.google.com/specimen/Montserrat */
/* font-family: "Montserrat", sans-serif; 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*/

/* General */
body {
    font-family: "Open Sans", sans-serif !important;
    font-size: 0.875rem;
    font-weight: 500;
}

body.backdrop-transparent .offcanvas-backdrop {
    display: none;
}

/* HTML */
html {
    min-height: 100%;
    position: relative;
    scroll-padding-top: calc(5rem + 3rem);
    scroll-behavior: smooth;
}

h1,
h2,
h3 {
    font-family: "Roboto Slab", serif;
}

/* Focus disable dotted box on focus */
a:focus,
button:focus,
.btn:focus,
.form-control:focus,
.form-check-input:focus,
.form-select:focus,
.choices__inner:focus,
.is-focused .choices__inner,
.is-open .choices__inner,
.choices__input,
.choices__input:focus {
    outline: none !important;
    box-shadow: none !important;
}

.is-invalid .choices:not(.is-open)[data-type*="select-one"] .choices__list--single .choices__item {
    opacity: 1;
}

.form-check-input:active {
    filter: brightness(100%);
}

.btn,
.btn:hover,
.btn:focus {
    border: 0 none;
}

.btn {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Links */

.btn {
    text-decoration: none;
    text-underline-offset: 0.188rem;
    font-weight: 500;
}

a {
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-underline-offset: 0.188rem;
    font-weight: 700;
}

a:hover {
    text-decoration: none;
}

a.disabled,
a:disabled,
.btn.disabled,
.btn:disabled {
    pointer-events: unset;
    cursor: not-allowed;
}

a.disabled:hover,
a:disabled:hover,
.btn.disabled:hover,
.btn:disabled:hover {
    opacity: 0.65;
}

a.item-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

/* Material icons */
.material-symbols-outlined {
    font-variation-settings:
        'opsz' 20,
        'wght' 300,
        'FILL' 0,
        'GRAD' 0
}

/* Image */
img {
    max-width: 100%;
    height: auto;
}

svg {
    flex-shrink: 0;
}

/* Scroll line */
.scroll-line {
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    position: fixed;
    z-index: 1040;
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* Pulse effect */
.pulse-effect {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn-square.pulse-effect {
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

/* Badges */
.badge.badge-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 100%;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0;
    font-size: 0.75rem;
    line-height: unset;
    z-index: 1;
    -webkit-transform: translate(-75%, -25%);
    -moz-transform: translate(-75%, -25%);
    -ms-transform: translate(-75%, -25%);
    -o-transform: translate(-75%, -25%);
    transform: translate(-75%, -25%);
}

/* Popover */
.popover.custom-popover {
    z-index: 1011;
}

.popover.custom-popover.fade {
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.popover.popover-xs {
    min-width: 0;
}

.popover {
    min-width: 17.25rem;
    border: 0 none;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.75rem;
    -webkit-box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
}

/* Buttons */
.btn-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn-link {
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
}

.btn-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    padding: 0 2.5rem;
    font-weight: 600;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    padding: 0 2.5rem;
    font-weight: 600;
    -webkit-border-radius: 1.563rem;
    -moz-border-radius: 1.563rem;
    border-radius: 1.563rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-square.outline {
    border-width: 1px;
    border-style: solid;
}

/* Form */
/* Remove Arrows/Spinners */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none !important;
}

.is-invalid .invalid-feedback {
    display: block;
}

.form-title h2 {
    font-size: 1.25rem;
    font-weight: 600;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}

.form-group {
    position: relative;
    margin-bottom: 1.875rem;
}

.form-group label {
    font-weight: 600;
    padding-left: 0.75em;
    margin-bottom: 0.25rem;
}

.form-group label.check-label {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.5rem;
}

/* Post Office */
.post-office-group {
    margin-top: 0.5rem;
}

.post-office-item {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.post-office-item .media {
    align-items: flex-start;
}

.post-office-item .media-image {
    width: 3.75rem;
    height: 3.75rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-office-item .media-image img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.post-office-item .media-body p {
    margin-bottom: 0;
}

.post-office-item .media-body p a {
    font-size: 0.75rem;
}

/* Form Info Button */
.form-group .form-field.with-info {
    position: relative;
    padding-right: 3.125rem;
}

.form-group .form-info {
    position: absolute;
    right: 0;
    top: 0;
}

.form-group .form-info .btn-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 3.125rem;
    height: 3.125rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-group .form-info .btn-info:hover {
    opacity: 1;
}

.form-group .form-info .btn-info .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.form-group .form-info .btn-info svg.help {
    width: 1.5rem;
    height: 1.5rem;
}

.form-group .form-info .btn-info .material-icon {
    font-size: 1.125rem;
}

.form-control {
    height: 3.125rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.form-control:disabled {
    opacity: 0.8;
    cursor: not-allowed;
}

.form-control {
    height: 3.125rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
}

.form-control.input-with-icon {
    padding: 0 .75rem 0 3rem;
    border: 0 none;
}

.invalid-feedback {
    padding-left: 0.75rem;
}

/* Select */
.form-select {
    height: 3.125rem;
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
}

/* Form Check */
.form-check {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0.313rem;
    padding-right: 2rem;
}

.form-check .form-check-input {
    flex-shrink: 0;
    width: 1.75em;
    height: 1.75em;
    margin-top: 0;
    margin-right: 0;
    cursor: pointer;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-check .form-check-label {
    cursor: pointer;
    padding-left: 0.625rem;
    margin-bottom: 0;
}

.form-check .form-check-label a {
    text-decoration: none;
}

.form-check.align-items-start .form-check-label {
    margin-top: 0.125rem;
}

.form-check.form-check-inline {
    display: inline-flex;
    padding-right: 0;
}

textarea.form-control.height-10 {
    min-height: calc(10em + (.75rem + 2px));
}

/* Media */
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.media .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
}

.media .media-body {
    -ms-flex: 1;
    flex: 1;
}

/* Media Info */
.media-info .media {
    align-items: flex-start;
}

.media-info .media-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.5rem;
}

.media-info .media-image svg {
    width: 1rem;
    height: 1rem;
}

.media-info .media-body {
    margin-top: 0.125rem;
    font-weight: 600;
}

/* Modal */
.custom-modal .modal-content {
    border: 0 none;
    -webkit-box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 2.5rem 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.custom-modal .modal-header {
    position: relative;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-bottom: 0 none;
    padding: 1.25rem 3.75rem 1.25rem 1.25rem;
}

.custom-modal .modal-header .btn-close {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 2.25rem;
    height: 2.25rem;
    background-image: none;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.custom-modal .modal-header .btn-close svg {
    width: 0.75rem;
    height: auto;
}

.custom-modal .modal-header .btn-close:hover {
    opacity: 0.8;
}

.custom-modal .modal-header .modal-title {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 500;
    width: 100%;
}

.custom-modal .modal-header .modal-title .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 0.625rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.custom-modal .modal-header .modal-title .icon-holder .material-icon {
    font-size: 2rem;
}

.custom-modal .modal-body {
    padding: 1.25rem;
}

.custom-modal .modal-body time {
    display: inline-block;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0.5rem 0 0.5rem 0;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.custom-modal .modal-body .title {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 1.25rem 0;
}

.custom-modal .modal-body ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.custom-modal .modal-body .image-holder {
    position: relative;
    display: block;
    margin: 3rem 0;
    width: 100%;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    overflow: hidden;
    z-index: 1;
}

.custom-modal .modal-body .image-holder::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.custom-modal .modal-body .image-holder .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.custom-modal .modal-body .video-holder {
    display: block;
    width: 100%;
    margin: 3rem 0 0 0;
    overflow: hidden;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.custom-modal .modal-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 0 none;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    z-index: 1;
}

.custom-modal .modal-footer .btn {
    padding: 0 3rem;
    margin: 0;
}

.custom-modal .modal-footer .btn:not(:last-child) {
    margin-right: 1rem;
}

/* Choices */
.choices {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.choices__inner {
    padding: .375rem .75rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    min-height: 3.125rem;
}

.is-open .choices__inner {
    border-radius: 0.5rem 0.5rem 0 0;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    border-radius: 0 0 .5rem 0.5rem;
    z-index: 2;
}

.choices[data-type*="select-multiple"]::after {
    content: "";
    border: 0 none;
    position: absolute;
    right: 11.5px;
    top: 50%;
    pointer-events: none;
}

.choices[data-type*="select-one"]::after,
.choices[data-type*="select-multiple"]::after {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 0 none;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 12px 12px;
    width: 0.75rem;
    height: 0.75rem;
    margin: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}


.choices[data-type*="select-one"].is-open::after,
.choices[data-type*="select-multiple"].is-open::after {
    margin: 0;
    border: 0 none;
    -webkit-transform: translateY(-50%) rotate(18deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.choices[data-type*="select-one"] .choices__list--dropdown .choices__item--selectable,
.choices[data-type*="select-one"] .choices__list[aria-expanded] .choices__item--selectable {
    padding-right: 0.625rem;
}

.is-flipped.is-open .choices__inner {
    border-radius: 0 0 0.5rem 0.5rem;
}

.is-flipped .choices__list--dropdown,
.is-flipped .choices__list[aria-expanded] {
    border-radius: 0.5rem 0.5rem 0 0;
}

.choices__input,
.choices[data-type*="select-one"] .choices__input {
    background-color: transparent;
    font-size: 0.875rem;
    height: 1.875rem;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.choices[data-type*="select-one"] .choices__input {
    padding: .375rem .75rem;
    min-height: 3rem;
}

.choices__list--multiple .choices__item {
    display: inline-flex;
    align-items: center;
    border: 0 none;
    margin: 0.313rem 0.625rem 0.313rem 0;
    height: 1.875rem;
    font-size: 0.875rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.choices[data-type*="select-one"] .choices__inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-right: 1.875rem;
    padding-bottom: 0.375rem;
}

.choices__list--multiple .choices__item.is-highlighted {
    border: 0 none;
}

.choices__list--multiple .choices__item[data-deletable],
.choices[data-type*="select-one"] .choices__list--single {
    padding-right: 0.625rem;
}

.choices[data-type*="select-one"] .choices__list--single {
    padding: 0;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.choices[data-type*="select-one"] .choices__list--single .choices__item {
    position: relative;
    display: block;
    align-items: center;
    border: 0 none;
    margin: 0;
    height: 1.875rem;
    padding: 0.25rem 0;
    font-size: 0.875rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.choices[data-type*="select-one"] .choices__button,
.choices[data-type*="select-multiple"] .choices__button {
    background-size: 1.375rem;
    width: 1.375rem;
    opacity: 1;
    border-left: 0 none;
    margin-right: 0;
    line-height: 1.5;
}

.choices[data-type*="select-one"] .choices__button {
    right: 0.625rem;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
    opacity: 1;
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
    font-size: 0.875rem;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
    word-break: break-word;
}

.choices__placeholder,
.choices__item--disabled,
.choices__item[data-id*="1"] {
    opacity: 0.7;
}

.choices__list--multiple .choices__item[data-id*="1"],
.choices__list .choices__item[data-id*="1"] {
    opacity: 1;
}

.choices__heading {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    border: 0 none;
}

/* Upload documents */
.upload-documents {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.upload-documents .btn {
    display: inline-flex;
    align-items: center;
    border: 0 none;
    text-decoration: none;
    text-align: left;
    word-break: break-word;
    margin: 0.313rem 0.625rem 0.313rem 0;
    padding: 0.25rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 600;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.upload-documents .btn:hover {
    opacity: 1;
}

.upload-documents .btn svg {
    width: 1rem;
    height: 1rem;
}

.upload-documents .btn .icon-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.313rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Dropzone */
.dropArea {
    position: relative;
}

.dropArea::before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.dropzone-holder {
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropzone-holder:hover {
    cursor: pointer;
}

.dropzone-holder .dropzone-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 1.875rem;
}

.form-group .dropzone-holder .dropzone-text label {
    display: inline-flex;
    justify-content: center;
    width: auto;
    height: 2.5rem;
    padding-left: 2.5rem;
    font-size: 0.875rem;
}

.dropzone-holder .dropzone-text h2 {
    font-size: 1rem;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0;
}

.dropzone-holder .dropzone-text .btn {
    margin: 1.625rem 0;
}

.dropzone-holder .dropzone-text p {
    display: block;
    width: 100%;
    text-align: center;
}

.dropzone-holder .dropzone-text p:last-child {
    margin-bottom: 0;
}


/* Toast */
.toast-container {
    position: fixed;
    padding: 0 0.75rem;
    top: 12rem;
    left: 50%;
    z-index: 1070;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.toast:not(.showing):not(.show) {
    opacity: 0;
    visibility: hidden;
}

.toast {
    position: relative;
    width: 34.5rem;
    border-width: 2px;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    padding: 0.625rem 5.625rem 0.625rem 1.375rem;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    opacity: 1;
    visibility: visible;
}

.toast .toast-body {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding: 0.75rem 0;
}

.toast .toast-content {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
    padding-left: 3.438rem;
}

.toast .toast-border {
    width: 0.375rem;
    min-width: 0.375rem;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.toast .toast-icon {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.toast .toast-icon svg {
    width: auto;
    height: 1.25rem;
}

.toast h3 {
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
}

.toast p {
    width: 100%;
    margin-bottom: 0;
}

.toast a {
    font-weight: 600;
    text-decoration: none;
}

.toast ul {
    padding-left: 0;
    margin-bottom: 0;
}

.toast ul li {
    list-style: none;
}

.toast .btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 2.25rem;
    height: 2.25rem;
    position: absolute;
    top: 50%;
    right: 1.375rem;
    text-transform: uppercase;
    background-image: none;
    opacity: 1;
    z-index: 2;
    box-sizing: border-box;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    border: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.toast .btn-close svg {
    width: 0.75rem;
    height: auto;
}

/* Dropdown */
.dropdown-toggle-no-caret:after,
.dropdown-toggle.dropdown-toggle-no-caret::after {
    display: none;
}

.dropdown-menu.dropdown-sm {
    min-width: 9rem;
    max-width: 9rem;
}

.dropdown-menu.dropdown-md {
    min-width: 12.5rem;
    max-width: 12.5rem;
}

.dropdown-menu.dropdown-lg {
    min-width: 17.5rem;
    max-width: 17.5rem;
}

.dropdown-menu.dropdown-xl {
    min-width: 20rem;
    max-width: 20rem;
}

.dropdown-custom.dropdown-menu {
    font-size: 0.875rem;
    border: 0 none;
    padding: 1rem;
    -webkit-border-top-left-radius: 0.625rem;
    -moz-border-radius-topleft: 0.625rem;
    border-top-left-radius: 0.625rem;
    -webkit-border-top-right-radius: 0.625rem;
    -moz-border-radius-topright: 0.625rem;
    border-top-right-radius: 0.625rem;
    -webkit-border-bottom-left-radius: 0.625rem;
    -moz-border-radius-bottomleft: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    -webkit-border-bottom-right-radius: 0.625rem;
    -moz-border-radius-bottomright: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
}

.dropdown-custom .dropdown-content {
    padding: 0;
}

.dropdown-custom .dropdown-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 500;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.dropdown-custom .dropdown-item:not(:last-of-type) {
    margin-bottom: 0.313rem;
}

.dropdown-item {
    padding: 0.5rem 1rem;
    white-space: normal;
}

/* Dropdown Multilevel Menu */
.dropdown-menu.multilevel-menu li {
    position: relative;
}

.dropdown-menu.multilevel-menu .submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -1rem;
}

.dropdown-menu.multilevel-menu .submenu.left {
    right: 100%;
    left: auto;
}

.dropdown-menu.multilevel-menu li.dropdown>a {
    padding-right: 1.875rem;
}

.dropdown-menu.multilevel-menu li.dropdown>a::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    display: inline-block;
    width: 0.875rem;
    height: 0.875rem;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dropdown-menu.multilevel-menu li.dropdown:hover>.submenu {
    display: block;
}

/* Opacity hover 0.8 */
.btn:hover,
.search-col .media:hover .media-image img,
.btn-square:hover {
    opacity: 0.8;
}

/* Header */
.header-container {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    display: block;
    z-index: 1020;
}

.header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 5rem;
    padding: 0;
}

/* Top header */
.top-header-container {
    position: relative;
    display: block;
    z-index: 1021;
}

.top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    padding: 0 1.5rem;
    z-index: 1021;
}

.top-header .col-top-logo .media-image {
    width: 3.5rem;
    height: 3.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.25rem;
}

.top-header .col-top-logo .media-image img {
    height: 3.5rem;
}

.top-header .col-top-logo .media-body {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
}

.top-header .col-top-logo .media-body span {
    width: 100%;
    display: block;
    text-transform: none;
    line-height: 1;
}

.top-header .col-header-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-header .col-header-options .btn-group .dropdown-toggle {
    position: relative;
    height: 2.5rem;
    font-size: 0.875rem;
    padding: 0 2.5rem 0 1.25rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-header .col-header-options .btn-group .dropdown-menu {
    margin-top: 0.675rem !important;
}

.top-header .col-header-options .btn-group .btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 0.875rem;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-header .col-header-options .btn-group .dropdown-toggle>svg {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.875rem;
    height: 0.875rem;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.top-header .col-header-options .btn-group .dropdown-toggle.show>svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.top-header .col-header-options .btn-group a.top-header-link {
    display: flex;
    align-items: center;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 0.875rem;
    padding: 0;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.top-header .col-header-options .btn-group:not(:last-of-type) {
    margin-right: 1rem;
}

.top-header .col-header-options .btn-group .btn-language .media-image {
    margin-right: 0.625rem;
}

.top-header .col-header-options .btn-group .top-header-link .media-image,
.top-header .col-header-options .btn-group .btn-search .media-image {
    margin-right: 0;
}

.top-header .col-header-options .btn-group .popover-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
}

.top-header-popover.popover.custom-popover {
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.313rem !important;
    z-index: 1021;
}

.top-header .col-header-options .dropdown-language .dropdown-item .media-image {
    margin-right: 0.625rem;
}

.top-header .col-header-options .dropdown-language .dropdown-item {
    position: relative;
    padding-right: 2.5rem;
}

.top-header .col-header-options .dropdown-language .btn .indicator {
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-header .col-header-options .dropdown-language .btn .indicator svg {
    width: 0.75rem;
    height: 0.75rem;
}

.top-header .col-header-options .dropdown-language .btn.selected:hover {
    opacity: 1;
}

.top-header .col-header-options .dropdown-language .btn.selected .indicator {
    display: flex;
}

.top-header .col-header-options .dropdown-language .dropdown-item .media-image,
.top-header .col-header-options .btn-group .media-image svg {
    width: 1.375rem;
    height: 1.375rem;
}

.top-header .col-header-options .btn-group .media-image span {
    font-size: 1.625rem;
}

.top-header .col-header-options .btn-language .media-image,
.top-header .col-header-options .btn-language .media-image .flag-icon {
    height: 1.375rem;
    width: 1.375rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.top-header .col-header-options .dropdown-language .dropdown-item .flag-icon {
    width: 1.375rem;
    height: 1.375rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.top-header .col-header-options .btn-group .btn-search:hover,
.top-header .col-header-options .btn-group .top-header-link:hover {
    opacity: 1;
}

.top-header .col-header-options .btn-group a.top-header-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    padding: 0 2rem;
    font-size: 0.875rem;
}

/* Top Header Mobile */
.top-header-mobile-container {
    position: relative;
    display: block;
    z-index: 1021;
}

.top-header-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    padding: 0 0.75rem;
    z-index: 1021;
}

.top-header-mobile .col-logo,
.top-header .col-logo {
    position: relative;
    width: 12.25rem;
}

.top-header-mobile .logo img,
.top-header-mobile .header .logo svg,
.top-header .logo img,
.top-header .header .logo svg {
    height: auto;
    width: 100%;
}

.top-header-mobile .col-header-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 0 0%;
}

.top-header-mobile .col-header-options .btn-group .top-header-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    padding: 0 2rem;
    font-size: 0.875rem;
}

/* Header Logo */
.header .col-logo {
    position: relative;
    width: 21rem;
}

.header .logo img,
.header .logo svg {
    height: auto;
    width: 100%;
    /* Uvećan radi čitljivosti (zahtev 2026-07): maksimum koji staje u header
       visine 5rem bez dodirivanja ivica (odnos slike 863x281 ≈ 3.07:1 -> ~4.56rem visine).
       Kolona logotipa je ionako fiksnih 21rem, pa uvećanje ne oduzima prostor navigaciji. */
    max-width: 14rem;
}

/* Header nav */
.header .col-header-center .header-center-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    /* Bootstrap .row rasteže kolone na visinu najviše (kolona logotipa);
       bez ovoga holder ostaje na vrhu kolone pa meni ispadne iznad centra. */
    height: 100%;
}

.header .col-header-center .header-center-holder nav {
    display: block;
    width: 100%;
}

.header .col-header-center .header-center-holder nav>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.header .col-header-center .header-center-holder nav>ul li {
    list-style: none;
}

.header .col-header-center .header-center-holder nav>ul li.dropdown .dropdown-menu li:not(:last-of-type) {
    margin-bottom: 0.313rem;
}

.header .col-header-center .header-center-holder nav>ul>li:not(:last-of-type) {
    margin-right: 1.25rem;
}

.header .col-header-center .header-center-holder nav>ul li.dropdown .btn-nav {
    padding: 0 1.25rem 0 0;
}

.header .col-header-center .header-center-holder nav>ul li .btn-nav {
    display: flex;
    align-items: center;
    height: 3.5rem;
    padding: 0 0.5rem 0 0;
    font-size: 1rem;
    font-weight: 600;
}

.header .col-header-center .header-center-holder nav>ul li .btn-nav .icon-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    margin-right: 0;
    height: auto;
    width: 2.5rem;
}

.header .col-header-center .header-center-holder nav>ul li .btn-nav .icon-holder svg {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 0;
}

.header .col-header-center .header-center-holder nav>ul li .btn-nav .icon-holder span {
    font-size: 1.625rem;
}

.header .col-header-center .header-center-holder nav>ul li .dropdown-toggle>svg {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.875rem;
    height: 0.875rem;
    margin: 0;
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header .col-header-center .header-center-holder nav>ul li .dropdown-toggle.show>svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.header .col-header-center .header-center-holder nav>ul li .btn-nav.btn-pill {
    height: 2.5rem;
    padding: 0 2.5rem;
    -webkit-border-radius: 1.563rem;
    -moz-border-radius: 1.563rem;
    border-radius: 1.563rem;
}

/* Header Search */
.top-header .col-header-options .btn-search svg:last-child,
.top-header .col-header-options .btn-search.collapsed svg:first-child {
    display: block;
}

.top-header .col-header-options .btn-search svg:first-child,
.top-header .col-header-options .btn-search.collapsed svg:last-child {
    display: none;
}

.top-header .col-header-options .btn-search svg:last-child {
    width: 1.625rem;
    height: 1.625rem;
}

.top-header .col-header-center {
    display: flex;
    justify-content: center;
}

.top-header .col-header-center .btn-pill {
    height: 2.5rem;
    font-size: 0.875rem;
}

.header .col-header-center .header-center-holder.search-open {
    position: relative;
}

.header .col-header-center .header-center-holder.search-open nav {
    visibility: hidden;
    opacity: 0;
}

.header .col-header-center .header-center-holder .header-search {
    position: absolute;
    width: 100%;
    z-index: 1;
    transition: none;
}

.header .col-header-center .header-center-holder .header-search.collapsing,
.header .col-header-center .header-center-holder .header-search.collapsing .form-control {
    display: none;
}

.header .col-header-center .header-center-holder .search-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    max-width: 25rem;
    margin-right: 1.25rem;
}

.search-box svg.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0.625rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.header .col-header-center .header-center-holder .search-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 60vw;
}

.header .col-header-center .header-center-holder .search-box .input-group .form-control {
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.header .col-header-center .header-center-holder .search-box .input-group.focused:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 100vh;
    z-index: 0;
    cursor: default;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .col-header-center .header-center-holder .search-box .input-group .form-control.input-with-icon {
    padding: 0 .75rem 0 3rem;
}

/* Header options */
.header .col-header-options {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 21rem;
}

.header .col-header-options .btn-group:not(:last-child) {
    margin-right: 1.25rem;
}

.header .col-header-options .btn-search {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    border: 0 none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header .col-header-options .btn-search .media-image {
    position: relative;
    margin-right: 0;
    justify-content: center;
    align-items: center;
    width: 1.375rem;
    height: 2.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header .col-header-options .btn-pill {
    height: 2.5rem;
    padding: 0 2.5rem;
    -webkit-border-radius: 1.563rem;
    -moz-border-radius: 1.563rem;
    border-radius: 1.563rem;
}

/* Header Search */
.col-header-options .btn-search svg:last-child,
.col-header-options .btn-search.collapsed svg:first-child {
    display: block;
}

.col-header-options .btn-search svg:first-child,
.col-header-options .btn-search.collapsed svg:last-child {
    display: none;
}

.col-header-options .btn-search svg {
    width: 1.375rem;
    height: 1.375rem;
}

.col-header-options .btn-search svg:last-child {
    width: 1.625rem;
    height: 1.625rem;
}

.search-box svg.search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

/* Autocomplete */
.autocomplete {
    position: absolute;
    top: calc(100% - 0.5rem);
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 1.25rem 0 0.625rem 0;
    font-size: 0.875rem;
    z-index: 5;
    -webkit-border-bottom-right-radius: 0.625rem;
    -webkit-border-bottom-left-radius: 0.625rem;
    -moz-border-radius-bottomright: 0.625rem;
    -moz-border-radius-bottomleft: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
}

.search-results-holder {
    display: flex;
    align-items: flex-start;
    flex-basis: 100%;
    overflow: hidden;
}

.search-col {
    overflow: hidden;
}

.search-col:first-child {
    width: 15rem;
    padding-left: 0;
}

.search-col:last-child {
    flex: 1 0 0%;
}

.search-col .search-content {
    height: 50vh;
    padding: 0 1rem 1rem 1rem;
    overflow-x: hidden;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior: contain;
}

.search-results {
    display: none;
}

.search-results.active {
    display: block;
}

.search-col>h3 {
    padding-left: 1rem;
    padding-bottom: 0.625rem;
    font-size: 1rem;
    font-weight: 600;
}

.search-col .media {
    position: relative;
    padding: 1rem 0;
}

.search-col .media.top-aligned {
    align-items: flex-start;
}

.search-col .media:first-child {
    padding: 0.5rem 0 1rem 0;
}

.search-col .media:last-child {
    padding: 1rem 0 0 0;
}

.search-col .media-image {
    position: relative;
    width: 6.5rem;
    margin-right: 1.25rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    overflow: hidden;
    z-index: 1;
}

.search-col .media-image::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.search-col .media-image .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.search-col .media-image::after {
    content: "";
    height: 100%;
    left: 0;
    mix-blend-mode: darken;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.search-col .media-image .top-sticker {
    top: 0.313rem;
    left: 0.313rem;
    height: 1.625rem;
    padding: 0 0.625rem;
    font-size: 0.75rem;
}

.search-col .media-image img {
    max-width: 6.5rem;
    height: auto;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.search-col .media-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-col .media-icon svg {
    width: 1.375rem;
    height: 1.375rem;
}

.search-col .media-icon span {
    font-size: 1.5rem;
}

.search-col .media-body h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-col .media-body .result-date {
    font-size: 0.75rem;
}

.search-col .media-body .status {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-col .media-body .status .status-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 0.75rem;
}

.search-col .media-body .item-price {
    position: relative;
    display: block;
    font-size: 1rem;
    font-weight: 600;
}

.search-col .media-body .item-price span {
    display: block;
    width: 100%;
}

.search-col .media-body .item-price.discount.animation>div>div {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    height: auto;
}

.search-col .media-body .item-price.discount.animation .animation-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search-col .vertical-menu {
    padding: 0.5rem 0 0 0;
    margin: 0;
}

.search-col .vertical-menu li {
    list-style: none;
}

.search-col .vertical-menu li:not(:last-of-type) {
    margin-bottom: 0.313rem;
}

.search-col .vertical-menu li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    text-underline-offset: 0.188rem;
    cursor: pointer;
}

.search-col .media {
    position: relative;
}

/* Offcanvas */
.offcanvas {
    border: 0 none !important;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
}

.offcanvas.offcanvas-categories,
.offcanvas.offcanvas-sort,
.offcanvas.offcanvas-filter {
    width: 20rem;
}

.modal-backdrop,
.modal-backdrop.show,
.offcanvas-backdrop.show {
    opacity: unset;
}

.modal-backdrop,
.modal-backdrop.show,
.my-backdrop,
.offcanvas-backdrop,
.iti--fullscreen-popup.iti--container {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.offcanvas-header {
    position: relative;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1rem 4.5rem 1rem 1.5rem;
    min-height: 5rem;
}

.offcanvas-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.offcanvas-title .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.offcanvas-title .icon-holder svg {
    width: 1.375rem;
    height: 1.375rem;
}

.offcanvas-title .icon-holder span {
    font-size: 1.5rem;
}

.offcanvas-header h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
    width: 100%;
}

.offcanvas .offcanvas-header .btn-close {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 2.25rem;
    height: 2.25rem;
    background-image: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
}

.offcanvas .btn-close svg {
    width: 0.75rem;
    height: auto;
}

.offcanvas-body {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

.offcanvas .filter-search .form-group {
    margin: 1rem 0;
}

.offcanvas .filter-search .form-group label {
    padding-left: 0;
    font-size: 1rem;
}

.offcanvas .form-check {
    position: relative;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.offcanvas .form-check-label {
    font-size: 0.813rem;
    margin-top: 0.188rem;
    width: 100%;
}

.offcanvas-filter .custom-accordion .accordion-button {
    padding-left: 0;
    font-weight: 600;
}

.offcanvas .custom-accordion .accordion-button .offcanvas-footer {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-top: 0 none;
    padding: 1.25rem 1.25rem 1.25rem 1.25rem;
    z-index: 1;
}

.offcanvas-footer .btn:not(:last-child) {
    margin-right: 1rem;
}

/* Custom Accordion */
.custom-accordion .accordion-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: unset;
    font-family: "Open Sans", sans-serif;
}

.custom-accordion .accordion-item {
    position: relative;
    border: 0 none;
    z-index: 4;
}

.custom-accordion .accordion-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.custom-accordion .accordion-button {
    font-size: 1rem;
    font-weight: 500;
    padding-right: 1.75rem;
    box-shadow: none;
}

.custom-accordion .accordion-button:hover,
.custom-accordion .accordion-button:focus {
    z-index: unset;
}

.custom-accordion .accordion-button::after,
.custom-accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    display: none;
}

.custom-accordion .accordion-button svg {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 0.625rem;
    height: 0.625rem;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.custom-accordion .accordion-button.collapsed svg {
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}

.custom-accordion .accordion-body {
    padding: 0 0 1rem 0;
}

.custom-accordion .accordion-body a {
    text-decoration: underline;
}

.custom-accordion .accordion-body a:hover {
    text-decoration: none;
}

/* Splide */

/* Splide controls */
.splide__arrow {
    top: 50%;
    width: 3rem;
    height: 3rem;
    border: 0 none;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.splide__arrow:hover:not(:disabled) {
    opacity: 0.8 !important;
}

.splide__arrow,
.splide__arrow:focus {
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1) !important;
}

.splide__arrow svg {
    width: 1.5rem;
    height: 1.5rem;
}

.splide__arrow:disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

/* Splide pagination */
.splide__pagination li {
    display: inline-flex;
}

/* Carousel progress */
.carousel-progress {
    margin-top: 3rem;
    background-color: transparent;
}

.carousel-progress-bar {
    height: 2px;
    transition: width 1000ms ease;
    width: 0;
}

.splide .splide__arrows,
.splide .carousel-progress {
    display: none;
}

.splide.is-overflow .splide__arrows,
.splide.is-overflow .carousel-progress {
    display: block;
}

/* Splide Main */
.section.splide-main {
    padding: 3rem 0;
}

.splide-main .splide__arrow {
    visibility: hidden;
    opacity: 0;
}

.splide-main:hover .splide__arrow {
    visibility: visible;
    opacity: 1;
}

.splide-main .splide__arrow--prev {
    top: calc(50% - 1.5rem);
    left: -5rem;
}

.splide-main .splide__arrow--next {
    top: calc(50% - 1.5rem);
    right: -5rem;
}

.splide-full-width {
    overflow: hidden;
}

.splide-full-width .splide__track {
    overflow: visible;
}

.splide-full-width .splide__arrow--prev {
    top: calc(50% - 1rem);
    left: -1.5rem;
}

.splide-full-width .splide__arrow--next {
    top: calc(50% - 1rem);
    right: -1.5rem;
}

.splide-main .slide-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 100%;
}

.splide-main .content-holder {
    padding-right: 2.25rem;
}

.splide-main .content-holder h2 {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    line-height: 1.1;
}

.splide-main .content-holder p {
    font-size: 0.875rem;
    font-weight: 500;
}

.splide-main .content-holder .media-info {
    margin-top: 1rem;
    padding-left: 0.5rem;
}

.splide-main .content-holder .button-holder {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.splide-main .content-holder .btn {
    margin-top: 1rem;
    font-size: 1rem;
    height: 3.125rem;
    font-weight: 600;
    width: 15rem;
}

.splide-main .image-holder {
    position: relative;
    width: 100%;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    overflow: hidden;
    z-index: 1;
}

.splide-main .image-holder::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.splide-main .image-holder .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.splide__pagination {
    top: 100%;
    bottom: unset;
    margin-top: 1rem;
}

.splide__pagination__page {
    width: 0.625rem;
    height: 0.625rem;
    opacity: 1;
}

.splide__pagination__page.is-active {
    transform: scale(1);
}

.splide__video {
    z-index: 10;
}

.splide__video .splide__video__play {
    width: 5rem;
    height: 5rem;
    padding: 0;
    opacity: 1;
    display: none;
}

.splide__video .splide__video__play:hover {
    opacity: 0.8;
}

/* Page section */
.page-section {
    padding: 7rem 0 7rem 0;
}

/* Bubbles */
figure {
    margin: 0;
}

figure.bubble {
    position: absolute;
    border-radius: 50%;
    backface-visibility: hidden;
    will-change: transform;
}

figure.bubble.large {
    width: 32rem;
    height: 32rem;
    bottom: -16rem;
    left: -16rem;
    z-index: 1;
    animation: orbitLarge 24s linear infinite;
}

figure.bubble.medium {
    width: 10rem;
    height: 10rem;
    bottom: 5rem;
    left: 7rem;
    z-index: 2;
    animation: orbitMedium 16s ease-in-out infinite;
}

figure.bubble.small {
    width: 6rem;
    height: 6rem;
    bottom: -3rem;
    left: -3rem;
    z-index: 3;
    animation: orbitSmall 10s ease-in-out infinite;
}

@keyframes orbitLarge {
    0% {
        transform: translate(0px, 0px) scale(1);
    }

    25% {
        transform: translate(15px, -15px) scale(1.02);
    }

    50% {
        transform: translate(25px, 5px) scale(0.98);
    }

    75% {
        transform: translate(5px, 20px) scale(1.01);
    }

    100% {
        transform: translate(0px, 0px) scale(1);
    }
}

@keyframes orbitMedium {
    0% {
        transform: translate(0px, 0px);
    }

    20% {
        transform: translate(25px, -15px);
    }

    40% {
        transform: translate(-10px, -30px);
    }

    60% {
        transform: translate(-25px, 10px);
    }

    80% {
        transform: translate(15px, 25px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes orbitSmall {
    0% {
        transform: translate(0px, 0px);
    }

    33% {
        transform: translate(12px, -8px);
    }

    66% {
        transform: translate(-5px, -15px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

/* Section title */
.section-title {
    position: relative;
    display: block;
    margin-bottom: 3rem;
}

.page-title .section-title {
    margin-bottom: 4rem;
}

.latest-news .section-title.animated-line,
.how-to-steps .section-title.animated-line {
    margin-bottom: 3.5rem;
}

.section-main-text {
    font-size: 1rem;
    margin-bottom: 3rem;
}

.section-main-text p:not(:last-child) {
    margin-bottom: 1rem;
}

.section-title.animated-line::after {
    content: '';
    position: absolute;
    bottom: calc(-1.5rem - 1.5px);
    left: 0;
    transform: scaleX(0);
    width: 15rem;
    height: 3px;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    transform-origin: left;
    transition: transform 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.section-title.animated-line.visible::after {
    transform: scaleX(1);
}

.section-title time {
    display: inline-block;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    margin: 0.5rem 0 0.5rem 0;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.section-title .title {
    font-size: 1.875rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.section-title p {
    margin-bottom: 0;
}

.section-title p a {
    text-decoration: underline;
}

.section-title p a:hover {
    text-decoration: none;
}

/* Figure logo */
.section {
    position: relative;
}

.section>.container {
    position: relative;
    z-index: 2;
}

.figure-logo {
    position: absolute;
    z-index: 1;
}

.figure-logo svg {
    position: relative;
    width: auto;
    height: 20rem;
    z-index: 1;
}

.figure-logo.figure-top {
    top: 3rem;
    right: 1rem;
    opacity: 0.01;
}

.figure-logo.figure-bottom {
    bottom: 3rem;
    left: 1rem;
    opacity: 0.01;
}

.counter-section .figure-center {
    top: 50%;
    opacity: 0.01;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter-section .figure-center.left {
    left: 1rem;
}

.counter-section .figure-center.right {
    right: 1rem;
}

.benefits-section .figure-bottom {
    opacity: 0.15;
    bottom: 6rem;
    left: 5rem;
}

.faq-section .figure-bottom {
    opacity: 0.1;
    bottom: 6rem;
    left: 5rem;
}

.footer-general .figure-logo.figure-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.015;
}

/* How to steps */
.page-section.how-to-steps {
    padding: 7rem 0 7rem 0;
}

.how-to-col {
    margin-bottom: 3rem;
}

.how-to-col:nth-last-child(1) {
    margin-bottom: 0;
}

.how-to-item {
    height: 100%;
    padding: 2rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.how-to-item .media {
    position: relative;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.how-to-item .media .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 0;
    margin-bottom: 1.25rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.how-to-item .media .media-image svg {
    width: 1.375rem;
    height: 1.375rem;
}

.how-to-item .media .media-image span {
    font-size: 2rem;
}

.how-to-item .media .media-body {
    flex: none;
    width: 100%;
}

.how-to-item .media .media-body h2 {
    font-size: 1.25rem;
    margin-bottom: 0;
    font-weight: 600;
}

.how-to-item a {
    text-decoration: underline;
}

.how-to-item a:hover {
    text-decoration: none;
}

.how-to-item ul {
    padding-left: 0.875rem;
}

.how-to-item ul li {
    margin-bottom: 0.5rem;
}

/* How To Page */
.how-to-page .title-item.sticky {
    top: 7rem;
    padding-top: 0;
}

.how-to-page .icon-item-col:nth-last-child(1) {
    margin-bottom: 0;
}

/* Application Page */
.application-page .title-item.sticky {
    top: 7rem;
    padding-top: 0;
}

.application-page .icon-item-col:nth-last-child(1) {
    margin-bottom: 0;
}

/* Inner Section */
.inner-section .title-item.sticky {
    top: 7rem;
    padding-top: 0;
}

.inner-section.how-to-section {
    padding: 0 0 7rem 0;
}

.inner-section.how-to-section .icon-item-col:nth-last-child(1) {
    margin-bottom: 0;
}

.inner-section.application-section {
    padding: 7rem 0 7rem 0;
}

.inner-section.application-section .icon-item-col:nth-last-child(2) {
    margin-bottom: 3rem;
}

.inner-section.application-section .icon-item-col:nth-last-child(1) {
    margin-bottom: 0;
}

.inner-section.expenses-section {
    padding: 0 0 7rem 0;
}

.inner-section.expenses-section .icon-item-col:nth-last-child(1) {
    margin-bottom: 0;
}

.inner-section.about-data-base-section .icon-item-col:nth-last-child(1) {
    margin-bottom: 0;
}

/* Expenses Page */
.expenses-page .title-item.sticky {
    top: 7rem;
    padding-top: 0;
}

.expenses-page .icon-item-col:nth-last-child(1) {
    margin-bottom: 0;
}

/* About Data Base Page */
.about-data-base-page .title-item.sticky {
    top: 7rem;
    padding-top: 0;
}

.about-data-base-page .icon-item-col:nth-last-child(1) {
    margin-bottom: 0;
}

/* Title item */
.title-item {
    padding-top: 2rem;
}

.title-item.sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 5rem;
    margin: 0;
}

.title-item .section-title.title-holder {
    margin-bottom: 3rem;
}

.title-item .title-holder h2 {
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 1.875rem;
    font-weight: 600;
    z-index: 2;
}

.title-item p:last-of-type {
    margin-bottom: 0;
}

.title-item .button-holder .btn {
    width: 15rem;
}

/* Info box */
.alert.info-box {
    padding: 2rem 4rem 2rem 2rem;
    margin-bottom: 3rem;
    min-height: unset;
}

.info-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-basis: 100%;
    width: 100%;
    padding: 2rem;
    -webkit-box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1.25rem 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.info-box.top-aligned {
    align-items: flex-start;
}

.info-box .info-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.25rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.info-box.info .info-icon {
    color: #fff;
}

.info-box .info-icon svg {
    width: auto;
    height: 1.25rem;
    flex-shrink: 0;
}

.info-box .info-icon span {
    font-size: 1.25rem;
}

.info-box .info-content h2 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.info-box.top-aligned .info-content h2 {
    margin-top: 0.6rem;
}

.info-box .info-content p {
    margin-bottom: 0.5rem;
}

.info-box .info-content p:last-child {
    margin: 0;
}

.info-box .info-content p a {
    word-break: break-word;
}

.alert.info-box .btn-close {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 50%;
    right: 1.375rem;
    text-transform: uppercase;
    background-image: none;
    opacity: 1;
    z-index: 2;
    box-sizing: border-box;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    border: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.alert.info-box.top-aligned .btn-close {
    top: 1.875rem;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.alert-dismissible .btn-close svg {
    width: 0.75rem;
    height: auto;
}

/* Listing page */
.listing-header-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3rem;
}

.listing-header-holder .section-title {
    margin-bottom: 0;
}

.listing-header-holder .toolbar-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.listing-header-holder .toolbar-holder .listing-options {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}

.listing-header-holder .toolbar-holder .form-select {
    height: 2.5rem;
}

.listing-header-holder .toolbar-holder .listing-options .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.listing-header-holder .toolbar-holder .listing-options .btn:not(:last-child) {
    margin-right: 1rem;
}

.listing-header-holder .toolbar-holder .listing-options .btn span {
    font-size: 1.5rem;
}

.listing-header-holder .toolbar-holder .listing-options .btn.btn-list span {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* Toolbar Section */
.toolbar-section {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 3;
}

.toolbar-section .toolbar-section-holder {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.toolbar-section .toolbar-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
    padding: 0.5rem 0;
    margin-left: 3rem;
}

.toolbar-section .toolbar-holder label {
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
    margin-bottom: 0;
    height: 3rem;
    font-weight: 600;
}

/* Mobile Toolbar Options */
.mobile-toolbar-options {
    margin-top: 1rem;
    padding: 1rem 0;
}

.mobile-toolbar-options-holder {
    display: flex;
    align-items: center;
    flex-basis: 100%;
}

.mobile-toolbar-options-holder .btn {
    width: calc(100% / 3);
    height: auto;
    font-size: 0.875rem;
    font-weight: 500;
    padding: 0;
}

.mobile-toolbar-options-holder .btn .material-icon {
    font-size: 1.5rem;
}

.mobile-toolbar-options-holder .btn .icon-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mobile-toolbar-options-holder .btn .icon-holder .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.25rem;
    left: 0.563rem;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0;
    font-size: 0.675rem;
    font-weight: 500;
    line-height: unset;
    z-index: 1;
}

.mobile-toolbar-options-holder .btn .icon-holder .badge svg {
    width: 0.675rem;
    height: 0.675rem;
}

/* Filter Controls */
.toolbar-section .controls-container {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    right: 0;
    padding: 0 0.75rem;
}

.toolbar-section .controls-container .control {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    cursor: pointer;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 3;
}

.toolbar-section .controls-container .control:hover {
    opacity: 0.8;
}

.toolbar-section .controls-container .control.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

.toolbar-section .controls-container .control.disabled:hover {
    opacity: 0.3;
}

.toolbar-section .controls-container .control svg {
    width: 1rem;
    height: auto;
}

.toolbar-section .controls-container .control.left {
    left: -3.5rem;
}

.toolbar-section .controls-container .control.right {
    right: -3.5rem;
}

/* Active filters */
.active-filters-container {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.active-filters-slider-container {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
    overscroll-behavior: contain;
}

.active-filters-slider {
    position: relative;
    overflow-x: scroll;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0.5rem 0;
}

.active-filters-mask {
    overflow-x: visible;
    padding: 0;
}

.active-filters-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    width: 100%;
}

.active-filters-content .btn {
    display: flex;
    align-items: center;
    padding: 0;
    padding-right: 1rem;
    margin-right: 0.25rem;
    text-decoration: none;
}

.active-filters-content .btn:hover {
    opacity: 1;
    text-decoration: none;
    text-underline-offset: 0.188rem;
}

.active-filters-content .btn .icon-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.313rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.active-filters-content .btn svg {
    width: 1rem;
    height: 1rem;
}

/* Listing Section */
.main-listing-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 7rem;
}

.main-listing-section figure.bubble.large {
    width: 28rem;
    height: 28rem;
    bottom: 2rem;
}

.main-listing-section figure.bubble.medium {
    width: 8rem;
    height: 8rem;
    bottom: 14rem;
}

.main-listing-section figure.bubble.small {
    width: 5rem;
    height: 5rem;
    bottom: 13rem;
}

.listing-page .listing-section {
    margin-top: 1.875rem;
}

.listing-section .aside-col-holder {
    display: flex;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.listing-section .aside-holder {
    padding: 0 1.5rem 0 0;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.listing-section .aside-holder .aside-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Roboto Slab", serif;
}

.listing-section .aside-holder .total-search-results .media-image {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.listing-section .aside-holder .filter-search .form-group {
    margin: 1rem 0;
}

.listing-section .aside-holder .filter-search .form-group label {
    padding-left: 0;
    font-size: 0.938rem;
}

.listing-section .aside-holder .custom-accordion .accordion-button {
    padding: 1rem 0;
    font-size: 0.938rem;
    font-weight: 600;
}

.listing-section .aside-holder .custom-accordion .accordion-button svg {
    right: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
}

.listing-section .aside-holder .custom-accordion .accordion-body .form-check {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem;
}

.listing-section .company-item {
    position: relative;
}

.splide-full-width.recently-viewed .section-title {
    margin-bottom: 1.5rem;
}

.accordion-item .form-check label {
    width: 100%;
    font-size: 0.813rem;
    font-weight: 500;
    margin-top: 0.188rem;
    padding-right: 2rem
}

.accordion-item .form-check span {
    position: absolute;
    top: 0.188rem;
    right: 0.5rem;
    font-weight: 500;
}

.splide-full-width.recently-viewed .splide__track {
    padding: 3rem 0;
}

.splide-full-width.recently-viewed .carousel-progress {
    margin-top: 0;
}

/* FAQ section */
.custom-accordion.faq-accordion .accordion-item {
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.custom-accordion.faq-accordion .accordion-item:not(:last-child) {
    margin-bottom: 3rem;
}

.custom-accordion.faq-accordion .accordion-button {
    padding: 2rem 3rem 2rem 2rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.custom-accordion.faq-accordion .accordion-button svg {
    width: 1.25rem;
    height: 1.25rem;
    right: 1rem;
}

.custom-accordion.faq-accordion .accordion-body {
    padding: 0 3rem 2rem 2rem;
}

.custom-accordion.faq-accordion .accordion-body ul {
    padding-left: 0.875rem;
}

.custom-accordion.faq-accordion .accordion-body ul li {
    margin-bottom: 0.5rem;
}

.custom-accordion.faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

/* View all items */
.view-all-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.view-all-items .button-holder {
    display: flex;
    justify-content: center;
    width: 100%;
}

.view-all-items .button-holder .btn {
    width: 15rem;
}

.view-all-items .counter-holder {
    margin-top: 2rem;
}

.company-list-section .view-all-items,
.documents-section .view-all-items {
    margin-top: 2rem;
}

.company-list-section .view-all-items p,
.documents-section .view-all-items p {
    margin: 0;
}

.company-list-section .title-item .view-all-items,
.company-list-section .title-item .view-all-items .button-holder,
.documents-section .title-item .view-all-items,
.documents-section .title-item .view-all-items .button-holder,
.faq-section .title-item .view-all-items,
.faq-section .title-item .view-all-items .button-holder {
    justify-content: flex-start;
}

.faq-section .view-all-items .button-holder .btn {
    width: 15rem;
}

/* Latest news splide */
.latest-news {
    padding: 0 0 7rem 0;
}

.latest-news .splide__arrow {
    visibility: hidden;
    opacity: 0;
}

.latest-news:hover .splide__arrow {
    visibility: visible;
    opacity: 1;
}

.latest-news:hover .splide__arrow:disabled {
    visibility: visible;
    opacity: 0.3;
}

.latest-news .splide__arrow--prev {
    left: -5rem;
}

.latest-news .splide__arrow--next {
    right: -5rem;
}

.latest-news .splide__pagination {
    top: 100%;
    bottom: unset;
    margin-top: 1rem;
}

/* News */
.listing-news-section {
    padding-bottom: 7rem;
}

.listing-news-section .news-item {
    margin-bottom: 5rem;
}

.listing-news-section .view-all-items {
    margin-top: 2rem;
}

.news-item .image-holder {
    position: relative;
    width: 100%;
    -webkit-border-top-left-radius: 0.625rem;
    -webkit-border-top-right-radius: 0.625rem;
    -moz-border-radius-topleft: 0.625rem;
    -moz-border-radius-topright: 0.625rem;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    overflow: hidden;
    z-index: 1;
}

.news-item .image-holder::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.news-item .image-holder .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.news-item .item-content {
    position: relative;
    -webkit-border-top-left-radius: 0.375rem;
    -webkit-border-top-right-radius: 0.375rem;
    -moz-border-radius-topleft: 0.375rem;
    -moz-border-radius-topright: 0.375rem;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
    padding: 0.875rem 1.25rem 0.875rem 1.25rem;
    margin: -2.185rem 1.25rem 0 1.25rem;
    z-index: 10;
}

.news-item .item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.875rem;
}

.news-item .item-header a,
.news-item .item-header .icon-holder {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.news-item .item-header a.btn-link {
    text-decoration: none;
    padding-left: 0;
}

.news-item .item-header a:not([href]) {
    cursor: default;
}

.news-item .item-header a svg,
.news-item .item-header .icon-holder svg {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 0.5rem;
}

.news-item .item-header a .material-icon,
.news-item .item-header .icon-holder .material-icon {
    font-size: 1.875rem;
    margin-right: 0.313rem;
}

.news-item .item-header p {
    margin-bottom: 0;
}

.news-item h3 {
    font-size: 1rem;
    margin-bottom: 0;
}

.news-item h3 a {
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Parallax Section */
.parallax-section {
    position: relative;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.parallax-section.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)scale(1, 1);
}

.parallax-section>.container {
    position: relative;
    z-index: 3;
}

.parallax-section .parallax-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.parallax-section .parallax-content {
    max-width: 60rem;
    /* padding: 3rem;
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem; */
}

.parallax-section .parallax-content h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.parallax-section .parallax-content .main-text {
    margin-bottom: 3rem;
}

.parallax-section .parallax-content .main-text .media-info {
    margin-bottom: 1rem;
    text-align: center;
}

.parallax-section .parallax-content .main-text .media-info .media {
    display: inline-flex;
}

.parallax-section .parallax-content .main-text p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 0;
}

.parallax-section .parallax-content .button-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.parallax-section .parallax-content .button-holder .btn:not(:last-child) {
    margin-right: 1.25rem;
}

.parallax-section .parallax-content .button-holder .btn {
    padding: 0 1rem;
    text-align: left;
    justify-content: flex-start;
    width: 20rem;
    height: 4.5rem;
}

.parallax-section .parallax-content .button-holder .media {
    justify-content: flex-start;
}

.parallax-section .parallax-content .button-holder .media-image {
    width: 3.125rem;
    height: 3.125rem;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.parallax-section .parallax-content .button-holder .media-image span {
    margin-right: 0;
    font-size: 2rem;
}

.parallax-section .parallax-content .button-holder .media-body {
    font-size: 0.875rem;
}

.parallax-section .parallax-content .button-holder .media-body small {
    display: block;
    width: 100%;
    font-size: 0.75rem;
}

.parallax-section .disclaimer-text {
    display: block;
    margin-top: 1.875rem;
}

.parallax-section .disclaimer-text p {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
}

.parallax-section.section-counter .counter-item {
    width: 25%;
}

.parallax-section.section-counter .parallax-title {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

.parallax-section.section-counter .parallax-title h2 {
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 3rem;
    text-align: center;
}

.parallax-section.section-counter .parallax-title .btn {
    width: 15rem;
}


.parallax-section.section-counter .counter-holder {
    width: 100%;
}

/* Company View Page */
.page-title .section-title .company-location {
    margin-top: 0.625rem;
}

.page-title .section-title .company-location p {
    font-weight: 500;
}

.company-view-section {
    padding-bottom: 7rem;
}

.company-view-holder {
    padding: 2rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
}

.company-view-item:not(:last-child) {
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
}

.company-view-item .item-title-holder {
    margin-bottom: 1.25rem;
}

.company-view-item .item-title-holder .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 0.875rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.company-view-item .item-title-holder .media-image span {
    font-size: 2rem;
}

.company-view-item .item-title-holder .media-body .title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.company-view-item .item-content p:nth-last-child(1) {
    margin-bottom: 0;
}

.company-view-item .item-content ul {
    padding-left: 0.875rem;
    margin-bottom: 0;
}

.company-view-item .item-content ul li:not(:last-child) {
    margin-bottom: 0.25rem;
}

.company-view-item .instagram-wrapper {
    display: block;
    width: 100%;
    padding: 1.5rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    border: 1px solid #D9D9D9;
}

.company-view-item .instagram-wrapper iframe {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    border: 0 none !important;
}

.company-section-aside .aside-holder {
    padding: 2rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.company-section-aside .aside-title {
    margin-bottom: 1.5rem;
}

.company-section-aside .aside-title .title {
    font-size: 1.25rem;
    font-weight: 600;
}

.company-section-aside .company-data-item:not(:last-child) {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.company-section-aside .company-data-item .media {
    align-items: flex-start;
}

.company-section-aside .company-data-item .media-image {
    width: 2rem;
    height: 2rem;
    margin-right: 0.625rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.company-section-aside .company-data-item .media-image span {
    font-size: 1.5rem;
}

.company-section-aside .company-data-item .media-body {
    margin-top: 0.313rem;
}

.company-section-aside .company-data-item .media-body>p {
    margin-bottom: 0.25rem;
}

.company-section-aside .company-data-item .media-body strong {
    font-weight: 600;
}

.company-section-aside .company-data-item .item-content p {
    font-size: 0.813rem;
    margin-bottom: 0;
}

.company-section-aside .company-data-item .item-content a {
    text-decoration: none;
}

.company-section-aside .company-data-item .item-content a:hover {
    text-decoration: underline;
}

.company-section-aside .company-data-item .item-content .progress {
    background-color: transparent;
}

.company-section-aside .company-data-item .item-content .progress,
.company-section-aside .company-data-item .item-content .progress-stacked {
    height: 1.25rem;
    border-radius: 0.625rem;
}

.company-section-aside .company-data-item .item-content .contact-list ul {
    padding: 0;
    margin: 0;
}

.company-section-aside .company-data-item .item-content .contact-list ul li {
    list-style: none;
}

.company-section-aside .company-data-item .item-content .contact-list ul li a {
    display: block;
    font-size: 0.813rem;
    padding-bottom: 0.25rem;
}

.company-section-aside .company-data-item .item-content .social-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.company-section-aside .company-data-item .item-content .social-links ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.company-section-aside .company-data-item .item-content .social-links ul li:not(:last-child) {
    margin-right: 1rem;
}

.company-section-aside .company-data-item .item-content .social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.company-section-aside .company-data-item .item-content .social-links ul li svg {
    width: 1.25rem;
    height: 1.25rem;
}

/* Featured logos splide */
.page-section.featured-logos {
    padding: 3rem 0;
}

.featured-logos .splide__arrow {
    visibility: hidden;
    opacity: 0;
}

.featured-logos:hover .splide__arrow {
    visibility: hidden;
    opacity: 0;
}

.featured-logos .splide__arrow--prev {
    left: -5rem;
}

.featured-logos .splide__arrow--next {
    right: -5rem;
}

.featured-logos img {
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.featured-logos a:hover img {
    transform: scale(1.07, 1.07);
}

/* Counter section */
.counter-section {
    position: relative;
}

.counter-section .counter-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-basis: 100%;
    z-index: 1;
    margin-bottom: 2rem;
}

.counter-section .counter-title .icon-holder {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    margin-bottom: 1rem;
}

.counter-section .counter-title .icon-holder .item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.counter-section .counter-title .icon-holder .item-icon svg {
    width: 2rem;
}

.counter-section .counter-title .icon-holder .item-icon span {
    font-size: 2rem;
}

.counter-section .counter-title h2 {
    display: block;
    width: 100%;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 2rem;
    text-align: center;
}

.counter-section .counter-title p {
    margin-bottom: 3rem;
    text-align: center;
}

.counter-section .counter-title .button-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.counter-section .counter-title .button-holder .btn {
    width: 15rem;
}

/* Counter */
.counter-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.counter-content {
    display: block;
    width: 100%;
}

.counter-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 15rem;
    padding: 1.5rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.counter-item::before {
    content: '';
    position: absolute;
    top: -0.938rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
}

.stat-figure {
    display: block;
    width: 100%;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
}

.stat-number {
    font-family: "Open Sans", sans-serif;
    display: block;
    width: 100%;
    text-align: center;
}

.stat-caption {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 600;
}

/* Breadcrumb */
.breadcrumb {
    padding: 2.25rem 0 1.563rem 0;
    margin-bottom: 0;
}

.breadcrumb-item a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.breadcrumb-item+.breadcrumb-item::before {
    position: relative;
    top: 2px;
    width: 0.875rem;
    height: auto;
    padding: 0;
    margin-right: 0.25rem;
}

/* News article */
.article-holder {
    margin: 0;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.article-options-section {
    padding: 5rem 0 5rem 0;
}

.article-options-holder {
    padding: 0;
}

.article-options-section .options-title {
    display: block;
    width: 100%;
    font-weight: 600;
    margin-bottom: 1rem;
}

.article-options-section .tag-items-holder {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.article-options-section .tag-items-holder .tag-item {
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.article-options-section .social-share-holder {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: right;
}

.article-options-section .social-share-holder .social-links {
    display: flex;
    justify-content: flex-start;
    position: relative;
}

.article-options-section .social-share-holder .social-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.article-options-section .social-share-holder .social-links ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.article-options-section .social-share-holder .social-links ul li:not(:last-child) {
    margin-right: 1rem;
}

.article-options-section .social-share-holder .social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.article-options-section .social-share-holder .social-links ul li a:hover {
    text-decoration: none;
    transform: scale(1.07, 1.07);
}

.article-options-section .social-share-holder .social-links ul li svg {
    width: 1.375rem;
    height: 1.375rem;
}

.article-main-image {
    margin-bottom: 3rem;
}

.article-main-image .image-holder {
    position: relative;
    width: 100%;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    overflow: hidden;
    z-index: 1;
}

.article-main-image .image-holder::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.article-main-image .image-holder .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.splide-article {
    margin-bottom: 5rem;
}

.splide-article .splide .image-holder {
    position: relative;
    width: 100%;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    overflow: hidden;
    z-index: 1;
}

.splide-article .splide .image-holder::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.splide-article .splide .image-holder .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.splide-article .splide__track {
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.splide-article .splide__arrow {
    visibility: hidden;
    opacity: 0;
}

.splide-article:hover .splide__arrow {
    visibility: visible;
    opacity: 1;
}

.splide-article .splide__arrow--prev {
    left: 2rem;
}

.splide-article .splide__arrow--next {
    right: 2rem;
}

.inner-content-section .main-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1.875rem 0 1.25rem 0;
}

.inner-content-section .main-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.875rem 0 1.25rem 0;
}

.inner-content-section .main-content .image-holder {
    position: relative;
    display: block;
    margin: 3rem 0;
    width: 100%;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    overflow: hidden;
    z-index: 1;
}

.inner-content-section .main-content .image-holder::before {
    content: '';
    display: block;
    padding-top: 56.25%;
}

.inner-content-section .main-content .image-holder .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.inner-content-section .main-content ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.inner-content-section .main-content a {
    text-decoration: underline;
}

.inner-content-section .main-content a:hover {
    text-decoration: none;
}

.inner-content-section .news-video-holder {
    display: block;
    width: 100%;
    margin: 3rem 0 0 0;
    overflow: hidden;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.inner-content-section .download-documents {
    display: block;
    margin-top: 3rem;
    padding-top: 3rem;
}

.inner-content-section .download-documents.download-page {
    padding-top: 0;
    margin-top: 0;
    border-top: 0 none;
}

.inner-content-section .download-documents h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.875rem;
}

.inner-content-section .download-documents .document-item-col {
    margin-bottom: 3rem;
}

.inner-content-section .download-documents .document-item {
    position: relative;
    padding: 2rem;
    height: 100%;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.inner-content-section .download-documents .document-item .media {
    position: relative;
}

.inner-content-section .download-documents .document-item .media .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.inner-content-section .download-documents .document-item .media {
    display: inline-flex;
    align-items: flex-start;
}

.inner-content-section .download-documents .document-item .media .media-image svg {
    width: 1.75rem;
    height: 1.75rem;
}

.inner-content-section .download-documents .document-item .media .media-image .material-icon {
    font-size: 2rem;
}

.inner-content-section .download-documents .document-item .media .media-body time {
    display: inline-block;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.inner-content-section .download-documents .document-item .media .media-body .title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.inner-content-section .download-documents .document-item .media .media-body .file-type {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 1rem;
    margin-top: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.inner-content-section .download-documents .document-item .media .media-body .file-type .icon-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.313rem;
}

.inner-content-section .download-documents .document-item .media .media-body .file-type .icon-holder svg {
    width: 1.375rem;
    height: 1.375rem;
}

/* Article Icon item */
.inner-content-section .main-content .icon-item-box {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Icon list style */
.icon-item-box {
    padding: 2rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.icon-item-box:not(:last-child) {
    margin-bottom: 3rem;
}

.icon-list-style .media:not(:last-child) {
    margin-bottom: 1rem;
}

.icon-list-style .media .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.icon-list-style .media .media-image svg {
    width: 2rem;
    height: 2rem;
}

.icon-list-style .media .media-image span {
    font-size: 2rem;
}

.icon-list-style .media .media-body h2,
.icon-list-style .media .media-body h3 {
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 600;
}

/* Icon Item Section */
.icon-item-col {
    margin-bottom: 1.875rem;
}

.icon-item-col.col-lg-12:nth-last-child(2) {
    margin-bottom: 3rem;
}

.icon-item-box {
    height: 100%;
}

.icon-item-box p:last-child {
    margin-bottom: 0;
}

.icon-item-box .media {
    position: relative;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.icon-item-box .media .media-body {
    flex: none;
    width: 100%;
}

.icon-item-box .media .media-image {
    margin-right: 0;
    margin-bottom: 1.25rem;
}

.icon-item-box ul {
    padding-left: 0.875rem;
}

.icon-item-box ul li {
    margin-bottom: 0.5rem;
}

/* Company item */
.item-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.company-item-col {
    margin-bottom: 3rem;
}

.company-item {
    position: relative;
    padding: 2rem 2rem 6.5rem 2rem;
    height: 100%;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    outline: 3px solid transparent;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.company-item .item-header {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.company-item .item-header h3 {
    font-size: 1rem;
}

.company-item .data-item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

.company-item .data-item .media {
    align-items: flex-start;
}

.company-item .data-item .media-image {
    margin-right: 0.625rem;
}

.company-item .data-item .media-body {
    margin-top: 0.125rem;
}

.company-item .data-item .media-body p {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
}

.company-item .data-item .media-body .proizvodi-usluge-clamp {
    font-size: 0.813rem;
}

.company-item .data-item .media-body p:last-child {
    font-size: 0.813rem;
}

.company-item .data-item .media-body p strong {
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.company-item .data-item.location .body-item:not(:last-child) {
    margin-bottom: 0.5rem;
}

.company-item .company-description p {
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 0.813rem;
    font-weight: 500;
}

.company-item .button-holder {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
}

.company-item .button-holder .btn {
    height: 2.5rem;
    font-size: 0.875rem;
}

.about-data-base-section .icon-item-col:nth-last-child(1),
.about-project-section .icon-item-col:nth-last-child(1),
.company-list-section .company-item-col:nth-last-child(1),
.company-list-section .company-item-col:nth-last-child(2) {
    margin-bottom: 0;
}

.application-section .icon-item-col:nth-last-child(1),
.application-section .icon-item-col:nth-last-child(2) {
    margin-bottom: 0;
}

.about-data-base-section .title-item,
.about-project-section .title-item {
    padding-top: 0;
    margin-bottom: 4rem;
    text-align: center;
}

.about-data-base-section .section-title,
.about-project-section .section-title {
    margin: 0 auto;
    text-align: center;
    max-width: 15rem;
}

/* "O projektu": veći naslov i tekst (zahtev 2026-08). */
.about-project-section .section-title .title {
    font-size: 2.25rem;
}

.about-project-section .icon-list-style {
    font-size: 1.0625rem;
    line-height: 1.65;
}

/* Table responive */
.table-holder {
    padding: 2rem;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
}

.inner-content-section .main-content .table-holder h3 {
    margin-top: 0;
}

.table-holder {
    margin-bottom: 1.875rem;
}

.table-responsive.desktop-table {
    display: block;
    margin: 0;
    /* overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none; */
}

.desktop-table table {
    width: 100%;
    min-width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.desktop-table table thead th {
    font-size: 0.875rem;
    padding: 1rem 0.775rem;
    min-width: 10rem;
    font-weight: 600;
}

.desktop-table .table-header th:nth-last-child(2),
.desktop-table .table-content td:nth-last-child(2) {
    border-right: 0 none !important;
}

.desktop-table .table-header .col,
.desktop-table .table-content .col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.desktop-table .table-header .col {
    font-weight: 600;
    height: 1.875rem;
}

.desktop-table .table caption {
    padding: 1rem;
}

.desktop-table .table-header tr:last-child th:last-child {
    min-width: 0;
    width: 0;
}

.desktop-table table tbody th,
.desktop-table table tbody td {
    padding: 1rem 0.775rem;
    font-weight: 600;
    vertical-align: middle;
}

.desktop-table th:last-child,
.desktop-table td:last-child {
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    z-index: 2;
}

.desktop-table .col-actions .icon-holder:not(:last-child) {
    margin-right: 0.313rem;
}

.desktop-table .btn-action,
.desktop-table .btn-action .popover-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.desktop-table .btn-action span {
    font-size: 1rem;
}

.news-content-section .table-responsive {
    margin: 3.5rem 0;
}

/* Article Image box */
.inner-content-section .image-holder img {
    margin-top: 0;
}

/* Documents page */
.listing-documents-section {
    padding-bottom: 7rem;
}

.inner-content-section .download-item:first-child {
    margin-top: 3.5rem;
}

.listing-documents-section.report-section .download-item:last-child {
    margin-bottom: 3rem;
}

.download-item-col {
    margin-bottom: 3rem;
}

.listing-documents-section .download-item-col {
    margin-bottom: 1.875rem;
}

.documents-section .download-item-col:nth-last-child(1),
.listing-documents-section .download-item-col:last-child {
    margin-bottom: 0;
}

.download-item-holder {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem 4rem 2rem 2rem;
    height: 100%;
    outline: 3px solid transparent;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.download-item-holder>svg {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.download-item-holder:hover svg {
    right: 1rem;
    opacity: 1;
}

.download-item-holder .icon-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 1rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.download-item-holder .icon-holder svg {
    width: 1.75rem;
    height: 1.75rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.download-item-holder .icon-holder span {
    font-size: 2rem;
}

.download-item-holder .item-label {
    position: absolute;
    top: 0;
    left: 2rem;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.download-item-holder .content-holder time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.download-item-holder .content-holder .title {
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.listing-documents-section.report-section .download-item-holder .content-holder .title {
    font-size: 1rem;
    margin-bottom: 0;
}

.download-item-holder .content-holder p {
    margin-bottom: 0;
}

.download-item-holder .content-holder .file-type {
    display: inline-block;
    padding: 0;
    margin-top: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.download-item-holder .content-holder .file-type .media-image {
    margin-right: 0.313rem;
}

.download-item-holder .content-holder .file-type .media-image span {
    font-size: 1.5rem;
}

.download-item-holder .content-holder .file-type .media-image svg {
    width: 1.375rem;
    height: 1.375rem;
}

/* FAQ section */
.faq-section .custom-accordion.faq-accordion .accordion-item {
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    outline: 3px solid transparent;
}

.faq-section .custom-accordion.faq-accordion .accordion-item:not(:last-child) {
    margin-bottom: 1.875rem;
}

.faq-section .custom-accordion.faq-accordion .accordion-button {
    padding: 2rem 3rem 2rem 2rem;
    font-size: 1rem;
    font-weight: 600;
}

.faq-section .custom-accordion.faq-accordion .accordion-button svg {
    width: 1.25rem;
    height: 1.25rem;
    right: 1rem;
}

.faq-section .custom-accordion.faq-accordion .accordion-body {
    padding: 0 3rem 2rem 2rem;
}

.faq-section .custom-accordion.faq-accordion .accordion-body p:last-child {
    margin-bottom: 0;
}

.faq-section .image-holder img {
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.faq-section .view-all-items {
    margin-top: 2rem;
}

.faq-section .view-all-items p {
    margin: 0;
}

.faq-section .title-item .view-all-items,
.faq-section .title-item .view-all-items .button-holder {
    justify-content: flex-start;
}

.faq-section .view-all-items .button-holder .btn {
    width: 15rem;
}

/* White box holder */
.counter-section .counter-section-item {
    padding: 3rem;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* Toolbar mobile top */
.toolbar-holder-top-mobile {
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 1.25rem;
}

.toolbar-holder-top-mobile .btn-group {
    width: 100%;
}

.toolbar-holder-top-mobile .btn.btn-media {
    height: auto;
    width: 100%;
    padding: 0;
}

.toolbar-holder-top-mobile .btn.btn-media .media {
    padding: 1rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.1);
}

.toolbar-holder-top-mobile .btn-media .media-image {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.625rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.toolbar-holder-top-mobile .btn-media .media-image span {
    font-size: 1.625rem;
}

.toolbar-holder-top-mobile .btn-media .media-body {
    text-align: left;
    font-weight: 600;
    font-size: 0.875rem;
}

.toolbar-holder-top-mobile .btn-media .media>svg {
    position: absolute;
    top: 50%;
    right: 1rem;
    width: 0.875rem;
    height: 0.875rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Go Back Button */
.go-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 1.625rem;
    margin-bottom: 1rem;
}

.go-back .btn-back {
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0;
    background-color: transparent;
}

.go-back .btn-back span {
    position: relative;
    top: 0.094rem;
}

.go-back .btn-back strong {
    font-weight: 700;
}

.go-back .btn-back svg {
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    margin-right: 0.313rem;
    left: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.go-back .btn-back:hover svg {
    left: -0.313rem;
}

/* Contact Center Section */
.contact-center-section {
    padding-bottom: 7rem;
}

.faq-categories-section {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.faq-categories-section .btn {
    font-size: 0.875rem;
}

.faq-categories-section .btn .icon-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.5rem;
}

/* .contact-center-section .faq-aside {
    height: 100%;
    position: relative;
}

.contact-center-section .faq-aside::after {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
} */
.contact-center-section .faq-aside-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 0.313rem;
    margin-bottom: 1.5rem;
    font-family: "Roboto Slab", serif;
}

.contact-center-section .faq-aside .contact-item-col {
    margin-bottom: 1.875rem;
}

.contact-center-section .page-text {
    margin-bottom: 3rem;
}

.contact-center-section .page-text p {
    margin-bottom: 0;
}

.contact-center-section .contact-item-col {
    margin-bottom: 3rem;
}

.contact-center-section .contact-item {
    position: relative;
    padding: 2rem 4rem 2rem 2rem;
    height: 100%;
    outline: 3px solid transparent;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-center-section .contact-item .media {
    height: 100%;
}

.contact-center-section .contact-item .media-image {
    width: 3.75rem;
    height: 3.75rem;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.contact-center-section .contact-item .media-image .material-icon {
    font-size: 2rem;
}

.contact-center-section .contact-item .media-body .title {
    font-size: 0.938rem;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.contact-center-section .contact-item .media-body p {
    font-size: 0.75rem;
    margin-bottom: 0;
}

.contact-center-section .contact-item .media svg {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
}

.contact-center-section .contact-item:hover .media svg {
    right: 1rem;
    opacity: 1;
}

.contact-center-section .contact-item.selected:hover .media svg {
    right: 1.5rem;
}

.contact-center-section .contact-item .media .svg-check,
.contact-center-section .contact-item:hover .media .svg-close {
    opacity: 1;
}

.contact-center-section .contact-item:hover .media .svg-check,
.contact-center-section .contact-item .media .svg-close {
    opacity: 0;
}

/* Contact */
.contact-section {
    padding-bottom: 7rem;
}

.contact-section .toolbar-contact-holder {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
}

.contact-section .aside-col-holder {
    display: flex;
    flex-direction: column;
    position: sticky;
    position: -webkit-sticky;
    top: 7rem;
    padding-top: 0;
    padding-bottom: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.contact-section .aside-holder {
    padding: 0 1.5rem 0 0;
    padding-top: 0.5rem;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overscroll-behavior: contain;
}

.contact-section .aside-holder .aside-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding-bottom: 0.75rem;
}

.offcanvas-contact-mobile .nav-aside ul,
.contact-section .nav-aside ul {
    padding: 0;
    margin: 0;
}

.offcanvas-contact-mobile .nav-aside ul li,
.contact-section .nav-aside ul li {
    list-style: none;
}

.offcanvas-contact-mobile .nav-aside ul li a,
.contact-section .nav-aside ul li a {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
    font-weight: 500;
    font-size: 0.938rem;
    text-decoration: none;
    text-underline-offset: 0.188rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.offcanvas-contact-mobile .nav-aside ul li.active a,
.contact-section .nav-aside ul li.active a {
    font-weight: 600;
}

.offcanvas-contact-mobile .nav-aside ul li a .badge.badge-notification,
.contact-section .nav-aside ul li a .badge.badge-notification {
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.contact-section .global-form .button-holder {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 1rem;
}

/* Required star */
.required-star span {
    font-size: 1.25rem;
}

.contact-section .col-contact-info {
    margin-bottom: 3rem;
}

.contact-section .contact-item-box {
    padding: 2rem;
    height: 100%;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.contact-section .contact-item-box .media {
    position: relative;
    flex-wrap: wrap;
}

.contact-section .contact-item-box .media-image {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3.75rem;
    height: 3.75rem;
    margin-right: 0;
    margin-bottom: 1.25rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.contact-section .contact-item-box .media-image span {
    font-size: 2rem;
}

.contact-section .contact-item-box .media-body {
    flex: none;
    width: 100%;
}

.contact-section .contact-item-box .media-body h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.contact-section .contact-item-box .media-body ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-section .contact-item-box .media-body ul li {
    margin-bottom: 0.25rem;
}

.contact-section .contact-item-box .media .view-all-phone-numbers a {
    text-decoration: underline;
}

.contact-section .contact-item-box .media .view-all-phone-numbers a:hover {
    text-decoration: none;
}

.contact-section .map {
    position: relative;
}

.contact-section .map .view-on-google {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    z-index: 11;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.contact-section .map .view-on-google a {
    width: max-content;
}

.contact-section .map-holder {
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.contact-section .map-holder::before {
    content: '';
    display: block;
    height: 25rem;
}

.contact-section .map-holder .map-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Uslovi koriscenja */
.contact-section .service-item {
    position: relative;
    display: block;
    width: 100%;
    padding: 2rem 0;
}

.contact-section .service-item .new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 1rem;
    font-weight: 600;
    font-size: 0.75rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-item .item-date time {
    display: inline-block;
    padding: 0.25rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
}

.contact-section .service-item h2 {
    font-size: 1.25rem;
    font-weight: 600;
}

.contact-section .service-item h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1.875rem;
}

.contact-section .service-item ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.contact-section .service-item a {
    text-decoration: underline;
}

.contact-section .service-item a:hover {
    text-decoration: none;
}

.application-success {
    padding-bottom: 7rem;
}

.application-success .button-holder {
    margin-top: 2.5rem;
}

.application-success .button-holder .btn {}

/* Footer */
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.footer-newsletter {
    padding-top: 5rem;
}

.newsletter-wrapper {
    display: block;
    width: 100%;
    padding-bottom: 5rem;
}

.footer-newsletter .newsletter-holder {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.footer-newsletter .newsletter-content {
    width: 30rem;
}

.footer-newsletter .newsletter-text {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 2rem;
}

.footer-newsletter .newsletter-text h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-newsletter .newsletter-text p {
    margin-bottom: 0;
}

.footer-newsletter .input-group .form-control {
    padding-right: 8.5rem;
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}

.footer-newsletter .input-group .btn {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    height: 2.25rem;
    font-size: 0.875rem;
    padding: 0 2rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top-left-radius: 0.375rem !important;
    border-bottom-left-radius: 0.375rem !important;
    border-top-right-radius: 0.375rem !important;
    border-bottom-right-radius: 0.375rem !important;
    z-index: 10;
}

.footer-general {
    position: relative;
}

.footer-general>.container {
    position: relative;
    z-index: 1;
}

.footer .footer-wrapper {
    position: relative;
    padding: 5rem 0;
}

.footer .footer-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
}

.footer .footer-content h3 {
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    min-height: 2rem;
    margin-bottom: 1rem;
}

.footer .footer-content h3 .icon-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    margin-right: 0;
    height: auto;
    width: 2rem;
}

.footer .footer-content h3 .icon-holder svg {
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 0;
}

.footer .footer-content h3 .icon-holder span {
    font-size: 1.625rem;
}

.footer .footer-content .footer-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-basis: 100%;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    overflow: hidden;
}

.footer .footer-content .footer-nav li {
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer .footer-content .footer-nav a {
    font-weight: 500;
    padding: 0.5rem 0;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .footer-content .footer-nav li:first-child a {
    padding-top: 0;
}

.footer .social-links {
    display: flex;
    justify-content: flex-end;
    position: relative;
    margin-top: 2.5rem;
}

.footer .social-links ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
}

.footer .social-links ul li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.footer .social-links ul li:not(:last-child) {
    margin-right: 1rem;
}

.footer .social-links ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-border-radius: 0.375rem;
    -moz-border-radius: 0.375rem;
    border-radius: 0.375rem;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .social-links ul li a:hover {
    text-decoration: none;
}

.footer .social-links ul li svg {
    width: 1.375rem;
    height: 1.375rem;
}

.footer-bottom-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 3.125rem 0 0 0;
}

.footer .content-holder.content-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.footer .content-holder.content-center ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.footer .content-holder.content-center ul li {
    list-style: none;
    font-size: 0.875rem;
}

.footer .content-holder.content-center ul li:not(:last-child) {
    margin-right: 1rem;
}

.footer .content-holder.content-center ul li a {
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .content-holder.content-center p {
    text-align: center;
}

.footer .content-holder.content-center p a {
    text-decoration: underline;
    font-weight: 500;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .content-holder.content-center p a:hover {
    text-decoration: none;
}

.footer .content-holder.content-left {
    display: flex;
    align-items: center;
}

.footer .content-holder.content-left ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer .content-holder.content-left ul li {
    list-style: none;
    font-size: 0.875rem;
}

.footer .content-holder.content-left ul li:not(:last-child) {
    margin-right: 1rem;
}

.footer .content-holder.content-left ul li a {
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .content-holder.content-right {
    display: flex;
    align-items: center;
}

.footer .content-holder.content-right ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer .content-holder.content-right ul li {
    list-style: none;
    font-size: 0.875rem;
    font-weight: 400;
}

.footer .content-holder.content-right ul li:not(:last-child) {
    margin-right: 1rem;
}

.footer .content-holder.content-right a {
    text-decoration: none;
    font-weight: 400;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer .content-holder.content-right p {
    font-weight: 400;
    margin-bottom: 0;
}

.footer .developed-by {
    font-size: 0.875rem;
    padding-bottom: 2.5rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.footer .developed-by p {
    display: flex;
    align-items: center;
    font-weight: 400;
    margin-bottom: 0;
}

.footer .developed-by p .btn-link {
    display: inline-block;
    margin-left: 0.313rem;
    font-weight: 600;
}

.footer .developed-by p a {
    text-decoration: none;
    font-weight: 600;
    margin-left: 0.313rem;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* GDPR */
.gdpr-box {
    font-size: 0.875rem;
    padding: 2rem;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 18rem;
    z-index: 1020;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
}

.gdpr-box .btn {
    width: 100%;
    margin: 0 0 1rem 0;
    font-size: 0.875rem;
}

.gdpr-box .btn:last-child {
    margin: 0;
}

.gdpr-box .btn-link {
    font-weight: 600;
    text-decoration: underline;
}

.gdpr-box .btn-link:hover {
    text-decoration: none;
    opacity: 1;
}

/* Map Page */
.map-page .header-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

/* Filter Result Counter */
.result-counter-element {
    display: block;
    margin-bottom: 1rem;
}

.result-counter-holder {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1rem;
}

.result-counter-holder span {
    margin-right: 1rem;
}

.result-counter-holder .result {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: 600;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.result-counter-holder .result::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -1rem;
    width: 0;
    height: 0;
    transform: translateX(0) translateY(-50%) rotate(-90deg);
}

/* Clusterer Google map */
.map-clusterer-holder {
    position: relative;
    height: 100vh;
}

.map-options-holder {
    position: absolute;
    top: 7.25rem;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2.25rem;
}

.map-options-holder .toolbar-holder {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-shrink: 0;
    z-index: 1;
}

.map-options-holder .filter-options {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: 1rem;
    /* width: 7rem; */
}

.map-options-holder .filter-options .btn {
    height: 2.5rem;
    font-size: 0.875rem;
}

.map-options-holder .filter-options .btn .icon-holder {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.map-options-holder .filter-options .btn .icon-holder .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -0.25rem;
    left: 0.563rem;
    width: 1.125rem;
    height: 1.125rem;
    padding: 0;
    font-size: 0.675rem;
    font-weight: 500;
    line-height: unset;
    z-index: 1;
}

.map-options-holder .filter-options .btn .icon-holder .material-icon {
    font-size: 1.5rem;
}

.map-options-holder .filter-options .counter-item {
    padding: 0.625rem;
    width: 7rem;
}

.map-options-holder .filter-options .stat-figure {
    font-size: 1.25rem;
}

.map-options-holder .filter-options .stat-caption {
    font-size: 0.625rem;
}

.map-options-holder .listing-options {
    display: flex;
    align-items: center;
}

.map-options-holder .listing-options .btn.btn-list span {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.map-options-holder .listing-options .btn:not(:last-child) {
    margin-right: 1rem;
}

#map-clusterer {
    top: 5rem;
    width: 100%;
    height: calc(100vh - 5rem);
}

.map-pop-up .company-item {
    padding: 0 1.5rem 6.5rem 1.5rem;
    max-width: 20rem;
    outline: 0 none;
}

.map-pop-up .company-item:hover {
    outline: 0 none;
}

.map-pop-up .company-item .button-holder {
    left: 1.5rem;
}

.map-clusterer-holder .legenda-dropup {
    position: absolute;
    bottom: 1.25rem;
    left: 2.25rem;
}

.map-clusterer-holder .legenda-dropup .btn.dropdown-toggle {
    height: 2.5rem;
    font-size: 0.875rem;
    min-width: 9rem;
    padding: 0;
}

.map-clusterer-holder .legenda-dropup svg {
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.625rem;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.map-clusterer-holder .legenda-dropup .btn.dropdown-toggle[aria-expanded="true"] svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.map-clusterer-holder .legenda-dropup .btn.dropdown-toggle[aria-expanded="false"] svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.map-clusterer-holder .legenda-dropup .dropdown-menu {
    min-width: 9rem;
    margin-bottom: 0;
    border-color: transparent;
    overflow-y: auto;
    -webkit-border-radius: 0.625rem;
    -moz-border-radius: 0.625rem;
    border-radius: 0.625rem;
}

.map-clusterer-holder .legenda-dropup .dropdown-menu.show {
    position: absolute;
    inset: auto auto 0px 0px;
    margin: 0px;
    transform: translate3d(0px, -56px, 0px);
}

.map-clusterer-holder .legenda-dropup .dropdown-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    padding: 0.5rem 0;
    font-size: 0.75rem;
    font-weight: 500;
}

.map-clusterer-holder .legenda-dropup .dropdown-item:hover {
    background-color: transparent;
}

.map-clusterer-holder .legenda-dropup .dropdown-item svg {
    width: 2rem;
    height: 2rem;
    margin-right: 0.25rem;
}

.map-clusterer-holder .legenda-dropup .dropdown-item span {
    margin-top: 0.25rem;   
}

.gm-style .gm-style-iw-c {
    padding: 0;
}

/* MAP Reset Zoom Button */
.map-clusterer-holder .reset-zoom-btn {
    position: absolute;
    bottom: 1.25rem;
    left: 50%;
    border: 0 none;
    width: 9rem;
    height: 2.5rem;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 500;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* Progrss Bar Animated */
.animated-bar {
    width: 100%;
    animation: loadBar 1.5s ease-out forwards;
}

@keyframes loadBar {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

/* Page Loading */
.page-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    z-index: 1050;
}

.page-loading .loading-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 12.5rem;
    height: 12.5rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 2.5rem 0 rgba(24, 23, 23, 0.1);
    -moz-box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.page-loading .loader-holder {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: transparent;
}

.page-loading p {
    display: block;
    width: 100%;
    font-weight: 600;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 0;
}

/* Loaders  https://loading.io/css/ */
/* Loader ring */
/* HTML
<div class="lds-ring"><div></div><div></div><div></div><div></div></div>
*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Animated */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/******************************/
/* Default light color scheme */
/******************************/

/* Background colors */
/*********************/

/* background #ffffff */
html,
.page-wrapper,
.toast,
.toast .btn-close,
.search-box .form-control,
.form-control:disabled,
.form-control:focus,
.form-check .form-check-input,
.form-check .form-check-input:checked,
.form-check .form-check-input:active,
.autocomplete,
.offcanvas,
.custom-accordion .accordion-item,
.accordion-button,
.custom-accordion .accordion-button:not(.collapsed),
.splide__pagination__page,
.news-item .item-content,
.icon-item-box,
.dropArea::before,
.choices__inner,
.is-focused .choices__inner,
.is-open .choices__inner,
.choices__list--dropdown,
.choices__list[aria-expanded],
.choices__list--single,
.form-group .form-info .btn-info,
.white-bg,
.btn.white-bg:hover,
.btn.white-bg:focus,
.btn.white-bg.disabled,
.btn.white-bg:disabled,
.btn.white-bg:active,
.btn.white-bg.active,
.btn.white-bg:first-child:active,
:not(.btn-check)+.btn.white-bg:active,
.active-filters-content .btn {
    background-color: #ffffff;
}

/* background transparent */
.btn-square.outline.blue {
    background-color: transparent;
}

/* background #0F0D69*/
.header,
.header .col-header-center .header-center-holder .header-search,
.top-header-mobile-container,
.offcanvas-header,
.blue-bg,
.btn.blue-bg:hover,
.btn.blue-bg:focus,
.btn.blue-bg.show,
.btn.blue-bg.disabled,
.btn.blue-bg:disabled,
.btn.blue-bg:active,
.btn.blue-bg.active,
.btn.blue-bg:first-child:active,
:not(.btn-check)+.btn.blue-bg:active,
.active-filters-content .btn .icon-holder,
.upload-documents .btn .icon-holder,
.desktop-table table thead th,
.footer {
    background-color: #0F0D69;
}

/* background #2a39c8*/
.header .col-header-options .btn-search,
.dropdown-item.active,
.dropdown-item.active:hover,
.dropdown-item.active:focus,
.dropdown-menu.multilevel-menu li.dropdown:hover>.dropdown-item.active,
.toast.toast-info .toast-icon,
.search-col .vertical-menu li a.active,
.search-col .vertical-menu li a.active:hover,
.search-col .vertical-menu li a.active:focus,
.search-col .vertical-menu-mobile li a.active,
.search-col .vertical-menu-mobile li a.active:hover,
.search-col .vertical-menu-mobile li a.active:focus,
.light-blue-bg,
.btn.light-blue-bg:hover,
.btn.light-blue-bg:focus,
.btn.light-blue-bg.disabled,
.btn.light-blue-bg:disabled,
.btn.light-blue-bg:active,
.btn.light-blue-bg.active,
.btn.light-blue-bg:first-child:active,
:not(.btn-check)+.btn.light-blue-bg:active,
.section-title.animated-line::after,
.active-filters-content .btn:hover .icon-holder,
.upload-documents .btn:hover .icon-holder,
.gdpr-box {
    background-color: #2a39c8;
}

/* background #E0EEF7*/
.lighter-blue-bg,
.btn.lighter-blue-bg:hover,
.btn.lighter-blue-bg:focus,
.btn.lighter-blue-bg.disabled,
.btn.lighter-blue-bg:disabled,
.btn.lighter-blue-bg:active,
.btn.lighter-blue-bg.active,
.btn.lighter-blue-bg:first-child:active,
:not(.btn-check)+.btn.lighter-blue-bg:active,
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-menu.multilevel-menu li.dropdown:hover>.dropdown-item,
.search-col .vertical-menu li a:hover,
.search-col .vertical-menu-mobile li a:hover,
.custom-accordion .accordion-body ul.mobile-menu li a:hover,
.choices__list--multiple .choices__item,
.choices__list--dropdown .choices__item--selectable.is-highlighted,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted,
.choices__list--multiple .choices__item.is-highlighted {
    background-color: #E0EEF7;
}

/* background #D9D9D9*/
.contact-center-section .faq-aside::after {
    background-color: #D9D9D9;
}

/* background #76d171*/
.green-bg,
.btn.green-bg,
.btn.green-bg:hover,
.btn.green-bg:focus,
.btn.green-bg.disabled,
.btn.green-bg:disabled,
.btn.green-bg:active,
.btn.green-bg.active,
.btn.green-bg:first-child:active,
:not(.btn-check)+.btn.green-bg:active,
.header .col-header-center .header-center-holder nav>ul li .btn-nav.btn-pill,
.splide__arrow,
.carousel-progress-bar {
    background-color: #76d171;
}

/* background #E6F2FF */
.inner-content-section .download-documents .document-item:hover,
.tag-item:hover {
    background-color: #E6F2FF;
}

/* background #4264EC */
.contact-section .map .view-on-google,
.service-item .item-date time {
    background-color: #4264EC;
}

/* background 2d3989 */
.custom-modal .modal-header,
.custom-modal .modal-body time,
.custom-accordion .accordion-body ul.mobile-menu li a.active,
.custom-accordion .accordion-body ul.mobile-menu li a.active:hover,
.splide__pagination__page.is-active,
.faq-section.listing-faq-section .faq-title .media .media-image,
.inner-content-section .download-documents .document-item .media .media-image,
.contact-section .contact-item-box .media-image,
.how-to-steps,
.section-title time,
.inner-content-section .download-documents .document-item .media .media-body time,
.article-options-section .social-share-holder .social-links ul li a {
    background-color: #2d3989;
}

/* background #f5f6f8 */
.top-header .col-header-options .dropdown-language .btn.selected,
.counter-item.light-gray-bg,
.inner-content-section .main-content .icon-item-box,
.tag-item,
.faq-section.listing-faq-section .custom-accordion .accordion-item,
.faq-section.listing-faq-section .accordion-button,
.faq-section.listing-faq-section .custom-accordion .accordion-button:not(.collapsed),
.inner-content-section .download-documents .document-item,
.iti__country.iti__highlight,
.contact-section .contact-item-box {
    background-color: #f5f6f8;
}

/* background E6F2FF */
table.table-lighter-blue {
    --bs-table-bg: #E0EEF7;
    --bs-table-border-color: #2a39c8;
}

/* background #FE6227 */
.scroll-line,
.toast.toast-danger .toast-icon,
.new-label {
    background-color: #FE6227;
}

/* background #fecb2e */
.yellow-bg,
.btn.yellow-bg,
.btn.yellow-bg:hover,
.btn.yellow-bg:focus,
.btn.yellow-bg.disabled,
.btn.yellow-bg:disabled,
.btn.yellow-bg:active,
.btn.yellow-bg.active,
.btn.yellow-bg:first-child:active,
:not(.btn-check)+.btn.yellow-bg:active,
.toast.toast-warning .toast-icon {
    background-color: #fecb2e;
}

/* background #79c142 */
.toast.toast-success .toast-icon {
    background-color: #76d171;
}

/* background #FFEFE9 */
.form-control.is-invalid,
.form-control:focus.is-invalid,
.was-validated .form-control:invalid,
.was-validated .form-control:focus:invalid,
.form-select.is-invalid,
.is-invalid .choices:not(.is-open) .choices__inner,
.is-invalid .choices:not(.is-open)[data-type*="select-one"] .choices__list--single .choices__item {
    background-color: #FFEFE9;
}

/* background rgba(230, 242, 255, .4) */
.header .col-header-center .header-center-holder .search-box .input-group.focused:before,
.parallax-section.overlay.light::after {
    background-color: rgba(230, 242, 255, .2);
}

/* background rgba(10, 15, 43, 1) */
.parallax-section.overlay.dark::after {
    background-color: rgba(10, 15, 43, .3)
}

/* background opacity */
.modal-backdrop,
.modal-backdrop.show,
.my-backdrop,
.offcanvas-backdrop,
.iti--fullscreen-popup.iti--container {
    background-color: rgba(255, 255, 255, 0.3);
}

.how-to-item,
.counter-section-item {
    background-color: rgba(255, 255, 255, 0.01);
}

.transparent-bg,
.btn.transparent-bg:hover,
.btn.transparent-bg:focus,
.btn.transparent-bg.disabled,
.btn.transparent-bg:disabled,
.btn.transparent-bg:active,
.btn.transparent-bg.active,
.btn.transparent-bg:first-child:active,
:not(.btn-check)+.btn.transparent-bg:active {
    background-color: rgba(255, 255, 255, 0.05);
}

.footer-newsletter .input-group .form-control,
.footer .social-links ul li a {
    background-color: rgba(255, 255, 255, 0.03);
}


/* Specific backgrounds */
/* Breadcrumb before svg color #002855 */
.breadcrumb-item+.breadcrumb-item::before {
    content: url('data:image/svg+xml,<svg stroke="%23002855" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M184 112l144 144-144 144" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="48"></path></svg>');
}

/* Pulse effect */
.pulse-effect.blue {
    box-shadow: 0 0 0 0 rgba(45, 57, 137, 1);
    animation: pulse-blue 2s infinite;
}

.pulse-effect.light-blue {
    box-shadow: 0 0 0 0 rgba(40, 52, 202, 1);
    animation: pulse-light-blue 2s infinite;
}

.pulse-effect.green {
    box-shadow: 0 0 0 0 rgba(110, 212, 106, 1);
    animation: pulse-green 2s infinite;
}

.pulse-effect.yellow {
    box-shadow: 0 0 0 0 rgba(253, 202, 64, 1);
    animation: pulse-yellow 3s infinite;
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(15, 13, 105, 0.7);
    }

    70% {
        box-shadow: 0 0 0 0.625rem rgba(15, 13, 105, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(15, 13, 105, 0);
    }
}

@keyframes pulse-light-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(40, 52, 202, 0.7);
    }

    70% {
        box-shadow: 0 0 0 0.625rem rgba(40, 52, 202, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(40, 52, 202, 0);
    }
}

@keyframes pulse-green {
    0% {
        box-shadow: 0 0 0 0 rgba(110, 212, 106, 0.7);
    }

    70% {
        box-shadow: 0 0 0 0.625rem rgba(110, 212, 106, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(110, 212, 106, 0);
    }
}

@keyframes pulse-yellow {
    0% {
        box-shadow: 0 0 0 0 rgba(253, 202, 64, 0.7);
    }

    70% {
        box-shadow: 0 0 0 0.625rem rgba(253, 202, 64, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 202, 64, 0);
    }
}

/* Font colors */
/***************/

/* font #0A0F2B */
body,
.toast,
.toast .btn-close,
.dropdown-custom .dropdown-item,
.map-clusterer-holder .legenda-dropup .dropdown-item,
.accordion-item,
.search-col .vertical-menu li a,
.search-col .vertical-menu-mobile li a,
.form-control,
.form-control:focus,
.form-select,
.form-select:focus,
.offcanvas-categories .link-item a,
.custom-accordion .accordion-button,
.custom-accordion .accordion-button:hover,
.custom-accordion .accordion-button.active,
.custom-accordion .accordion-button.collapsed,
.custom-accordion .accordion-body ul.mobile-menu li a,
.custom-accordion .accordion-body ul.mobile-menu li a:hover,
.offcanvas-categories .custom-accordion .accordion-button,
.offcanvas-categories .custom-accordion .accordion-button:hover,
.offcanvas-categories .custom-accordion .accordion-button.active,
.news-item .item-image a,
.news-item .item-header a.btn-link,
.news-item h3 a,
.counter-section .counter-title .icon-holder,
.download-item-holder,
.tag-item,
.contact-section .nav-aside ul li a,
.offcanvas-contact-mobile .nav-aside ul li a,
.choices__list--multiple .choices__item,
.choices__list--dropdown .choices__item--selectable.is-highlighted::after,
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after,
.upload-documents .btn,
.contact-section .contact-item-box .media-body ul li a.phone-number,
.white-bg,
.btn.white-bg:hover,
.btn.white-bg:focus,
.btn.white-bg.disabled,
.btn.white-bg:disabled,
.btn.white-bg:active,
.btn.white-bg.active,
.btn.white-bg:first-child:active,
:not(.btn-check)+.btn.white-bg:active,
.yellow-bg,
.btn.yellow-bg,
.btn.yellow-bg:hover,
.btn.yellow-bg:focus,
.btn.yellow-bg.disabled,
.btn.yellow-bg:disabled,
.btn.yellow-bg:active,
.btn.yellow-bg.active,
.btn.yellow-bg:first-child:active,
:not(.btn-check)+.btn.yellow-bg:active,
.active-filters-content .btn,
.active-filters-content .btn:hover,
.active-filters-content .btn:focus,
.active-filters-content .btn:active {
    color: #0A0F2B;
}

/* font #ffffff */
.top-header .col-top-logo .media-body,
.top-header .col-header-options .btn-group a.top-header-link,
.top-header .col-header-options .btn-group .btn-search.collapsed,
.top-header .col-header-options .btn-group .dropdown-toggle,
.top-header .col-header-options .dropdown-language .btn .indicator svg,
.top-header .btn-categories,
.col-header-center .header-center-holder nav>ul li .btn-nav,
.header .col-header-options .btn-search,
.light-blue-bg,
.btn.light-blue-bg:hover,
.btn.light-blue-bg:focus,
.btn.light-blue-bg.disabled,
.btn.light-blue-bg:disabled,
.btn.light-blue-bg:active,
.btn.light-blue-bg.active,
.btn.light-blue-bg:first-child:active,
:not(.btn-check)+.btn.light-blue-bg:active,
.blue-bg,
.btn.blue-bg:hover,
.btn.blue-bg:focus,
.btn.blue-bg.show,
.btn.blue-bg.disabled,
.btn.blue-bg:disabled,
.btn.blue-bg:active,
.btn.blue-bg.active,
.btn.blue-bg:first-child:active,
:not(.btn-check)+.btn.blue-bg:active,
.custom-accordion .accordion-body ul.mobile-menu li a.active,
.custom-modal .modal-header .btn-close,
.custom-modal .modal-header .modal-title,
.custom-modal .modal-body time,
.offcanvas-header h2,
.offcanvas .offcanvas-header .btn-close,
.toast .toast-icon svg,
.dropdown-item.active,
.dropdown-menu.multilevel-menu li.dropdown:hover>.dropdown-item.active,
.search-col .vertical-menu li a.active,
.search-col .vertical-menu-mobile li a.active,
.parallax-section.section-counter.dark,
.parallax-section.section-counter.dark .parallax-title h2,
.parallax-section.section-counter.dark a,
.parallax-section.dark .parallax-content,
.transparent-bg,
.btn.transparent-bg:hover,
.btn.transparent-bg:focus,
.btn.transparent-bg.disabled,
.btn.transparent-bg:disabled,
.btn.transparent-bg:active,
.btn.transparent-bg.active,
.btn.transparent-bg:first-child:active,
:not(.btn-check)+.btn.transparent-bg:active,
.outline.white,
.section-title time,
.download-item-holder .new-label,
.icon-list-style .media .media-image svg,
.icon-list-style .media .media-image span,
.how-to-steps .figure-logo svg,
.how-to-steps .section-title .title,
.how-to-steps .section-title p,
.how-to-steps .section-main-text p,
.how-to-item .media .media-image svg,
.how-to-item .media .media-image span,
.how-to-item .media .media-body h2,
.how-to-item p,
.how-to-item ul li,
.counter-section .figure-logo svg,
.counter-section .counter-title .icon-holder .item-icon svg,
.counter-section .counter-title .icon-holder .item-icon span,
.counter-section .counter-title h2,
.counter-section .counter-title p,
.counter-item.light-blue-bg,
.inner-content-section .download-documents .document-item .media .media-image svg,
.inner-content-section .download-documents .document-item .media .media-image .material-icon,
.inner-content-section .download-documents .document-item .media .media-body time,
.article-options-section .social-share-holder .social-links ul li a,
.article-options-section .social-share-holder .social-links ul li a:hover,
.faq-section.listing-faq-section .faq-title .media .media-image span,
.contact-section .contact-item-box .media-image,
.contact-section .map .view-on-google a,
.employee-item-box .employee-contacts a,
.upload-documents .btn svg,
.service-item .item-date time,
.desktop-table table thead th,
.gdpr-box,
.gdpr-box .btn-link,
.footer-newsletter .newsletter-text,
.footer-newsletter .input-group .form-control,
.footer .footer-content h3,
.footer .footer-content .footer-nav a,
.footer .content-holder.content-left ul li a,
.footer .content-holder.content-right,
.footer .content-holder.content-right p,
.footer .content-holder.content-right a,
.footer .developed-by p,
.footer .developed-by p .btn-link,
.footer .developed-by p a,
.footer .social-links ul li a,
.footer .figure-logo svg,
.active-filters-content .btn .icon-holder,
.footer .content-holder.content-center p,
.footer .content-holder.content-center p a,
.footer .content-holder.content-center ul li,
.footer .content-holder.content-center ul li a {
    color: #ffffff;
}

/* font #0F0D69 */
.splide__arrow,
.splide__arrow:hover,
.splide__arrow:disabled:hover,
.company-section-aside .company-data-item .item-content .social-links ul li a {
    color: #0F0D69;
}

/* font #2a39c8 */
a,
ul li::marker,
.breadcrumb-item a,
.breadcrumb-item a:hover,
.go-back .btn-back strong,
.search-col .media:hover h3,
.offcanvas-categories .link-item a:hover,
.offcanvas-categories .link-item a.active,
.toast .btn-close:hover,
.alert.info-box.top-aligned .btn-close:hover,
.choices__heading,
.inner-content-section .download-documents .document-item:hover .media .media-body .title,
.download-item-holder:hover>svg .upload-documents .btn:hover,
.required-star,
.company-section-aside .company-data-item .item-content .social-links ul li a:hover {
    color: #2a39c8;
}

/* font #0F0D69 */
.green-bg,
.btn.green-bg,
.btn.green-bg:hover,
.btn.green-bg:focus,
.btn.green-bg.disabled,
.btn.green-bg:disabled,
.btn.green-bg:active,
.btn.green-bg.active,
.btn.green-bg:first-child:active,
:not(.btn-check)+.btn.green-bg:active,
.header .col-header-center .header-center-holder nav>ul li .btn-nav.btn-pill,
.header .col-header-center .header-center-holder nav>ul li .btn-nav.btn-pill:hover,
.header .col-header-center .header-center-holder nav>ul li .btn-nav.btn-pill:focus {
    color: #0F0D69;
}

/* font #76d171 */
.header .col-header-center .header-center-holder nav>ul li .btn-nav:hover,
.header .col-header-center .header-center-holder nav>ul li .btn-nav.show,
.header .col-header-center .header-center-holder nav>ul li .btn-nav.active,
.footer .footer-content .footer-nav a:hover,
.footer .content-holder.content-left ul li a:hover,
.footer .content-holder.content-right a:hover,
.footer .developed-by p .btn-link:hover,
.footer .content-holder.content-center p a:hover,
.footer .content-holder.content-center ul li a:hover,
.footer .developed-by p a:hover {
    color: #76d171;
}

.how-to-steps li::marker {
    color: #538ad6;
}

/* font #6bb7fe */
.top-header .col-header-options .btn-group .btn-search:hover,
.top-header .col-header-options .btn-group .top-header-link:hover {
    color: #6bb7fe;
}

/* font #4264EC */
.icon-item .media .media-image svg,
.icon-item .media .media-image span,
.counter-section .counter-title .icon-holder span,
.tag-item:hover {
    color: #4264EC;
}

/* font FE6227 */
.form-group label.is-invalid,
.invalid-feedback,
label.is-invalid .required-star {
    color: #FE6227;
}

/* font #92999f */
.form-control::placeholder {
    color: #92999f;
}

/* text-decoration-color #2a39c8 */
a.link-underline {
    text-decoration-color: #2a39c8 !important;
}

/* color rgba */
.footer-newsletter .input-group .form-control::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* Border colors */
/*****************/

/* border #D9D9D9 */
.form-control,
.iti__search-input,
.post-office-item,
.post-office-item .media-image {
    border: 1px solid #D9D9D9;
}

/* border-top #D9D9D9 */
.inner-content-section .download-documents,
.contact-section .service-item:first-child {
    border-top: 1px solid #D9D9D9;
}

/* border-top, border-bottom #D9D9D9 */
.mobile-toolbar-options {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

/* border-bottom #D9D9D9 */
.search-col>h3,
.section-subtitle,
.inner-content-section .download-documents,
.contact-section .service-item,
.company-item .item-header,
.toolbar-section {
    border-bottom: 1px solid #D9D9D9;
}

/* border-right #D9D9D9 */
.search-col:first-child .search-content,
.faq-section.listing-faq-section .faq-aside-col .faq-aside-holder,
.iti__selected-country {
    border-right: 1px solid #D9D9D9;
}


/* border rgba(255, 255, 255, 0.1) */
.footer-newsletter .input-group .form-control {
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* border-bottom rgba(255, 255, 255, 0.1) */
.footer .newsletter-wrapper,
.footer .footer-wrapper {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* border #2d3989 */
.search-box .form-control,
.splide__pagination__page {
    border: 1px solid #2a39c8;
}

/* border dashed #D9D9D9 */
.dropzone-holder {
    border: 1px dashed #D9D9D9;
}

.form-title h2,
.company-item .data-item,
.company-view-item:not(:last-child) {
    border-bottom: 1px dashed #D9D9D9;
}

.company-section-aside .company-data-item:not(:last-child) {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

/* border-color #ffffff */
.outline.white {
    border-color: #ffffff;
}

/* border-color #D9D9D9 */
.choices:not(.is-open):hover .choices__inner,
.choices__list--dropdown,
.choices__list[aria-expanded],
.choices__inner,
.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded],
.choices__inner:focus,
.is-focused .choices__inner,
.is-open .choices__inner,
.choices[data-type*="select-one"] .choices__input,
.choices__inner:focus,
.form-check .form-check-input,
.form-select,
.map-clusterer-holder .legenda-dropup .dropdown-devider {
    border-color: #D9D9D9;
}

/* border-color #0F0D69 */
.search-box .input-group .form-control:focus,
.form-control:hover,
.form-control:focus,
.form-check .form-check-input:checked,
.form-check .form-check-input:hover,
.form-select:hover,
.form-select:focus,
.dropzone-holder:hover,
.iti__search-input:hover,
.iti__search-input:focus,
.footer-newsletter .input-group .form-control:hover,
.footer-newsletter .input-group .form-control:focus {
    border-color: #0F0D69;
}

/* border-color #2a39c8 */
.toast.toast-info {
    border-color: #2a39c8;
}

.desktop-table .table-content td:not(:last-child) {
    border-right: 1px solid #2a39c8;
}

.desktop-table .table-content td:last-child {
    border-left: 1px solid #2a39c8;
}

/* border E6F2FF */
table.table-light-blue {
    --bs-table-border-color: rgba(40, 60, 142, .3);
}

table.table-light-blue caption {
    border-right: 1px solid rgba(40, 60, 142, .3);
    border-left: 1px solid rgba(40, 60, 142, .3);
    border-bottom: 1px solid rgba(40, 60, 142, .3);
}

/* border-color #002855 */
.outline.blue {
    border-color: #2d3989;
}

/* border-color #fecb2e */
.toast.toast-warning {
    border-color: #fecb2e;
}

/* border-color #76d171 */
.toast.toast-success {
    border-color: #76d171;
}

.desktop-table table thead th {
    border-right: 1px solid #76d171;
}

.desktop-table .table-header th:last-child {
    border-left: 1px solid #76d171;
}

/* border-color #76d171 */
.company-item:hover,
.download-item-holder:hover,
.custom-accordion.faq-accordion .accordion-item:hover,
.contact-center-section .contact-item:hover {
    outline-color: #76d171;
}

/* border-color #FE6227 */
.toast.toast-danger,
.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus,
.form-select.is-invalid,
.was-validated .form-select:invalid,
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus,
.is-invalid .choices:not(.is-open) .choices__inner,
.is-invalid .choices:not(.is-open):hover .choices__inner:hover {
    border-color: #FE6227;
}

/* Specific border colors */
/**************************/

.autocomplete {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #2a39c8;
    border-right: 1px solid #2a39c8;
    border-bottom: 1px solid #2a39c8;
}

/* popover-arrow border-color #0F0D69 */
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
    border-right-color: #0F0D69;
    left: 1px;
}

.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
    border-left-color: #0F0D69;
    right: 1px;
}

.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
    border-top-color: #0F0D69;
    bottom: 1px;
}

.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #0F0D69;
    top: 1px;
}

/* popover-arrow border-color #2a39c8 */
.light-blue-arrow.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before,
.light-blue-arrow.bs-popover-end>.popover-arrow::before,
.light-blue-arrow.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after,
.light-blue-arrow.bs-popover-end>.popover-arrow::after {
    border-right-color: #2a39c8;
    left: 1px;
}

.light-blue-arrow.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before,
.light-blue-arrow.bs-popover-start>.popover-arrow::before,
.light-blue-arrow.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after,
.light-blue-arrow.bs-popover-start>.popover-arrow::after {
    border-left-color: #2a39c8;
    right: 1px;
}

.light-blue-arrow.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before,
.light-blue-arrow.bs-popover-top>.popover-arrow::before,
.light-blue-arrow.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after,
.light-blue-arrow.bs-popover-top>.popover-arrow::after {
    border-top-color: #2a39c8;
    bottom: 1px;
}

.light-blue-arrow.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before,
.light-blue-arrow.bs-popover-bottom>.popover-arrow::before,
.light-blue-arrow.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after,
.light-blue-arrow.bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #2a39c8;
    top: 1px;
}

/* popover-arrow border-color #E0EEF7 */
.lighter-blue-arrow.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before,
.lighter-blue-arrow.bs-popover-end>.popover-arrow::before,
.lighter-blue-arrow.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after,
.lighter-blue-arrow.bs-popover-end>.popover-arrow::after {
    border-right-color: #E0EEF7;
    left: 1px;
}

.lighter-blue-arrow.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before,
.lighter-blue-arrow.bs-popover-start>.popover-arrow::before,
.lighter-blue-arrow.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after,
.lighter-blue-arrow.bs-popover-start>.popover-arrow::after {
    border-left-color: #E0EEF7;
    right: 1px;
}

.lighter-blue-arrow.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before,
.lighter-blue-arrow.bs-popover-top>.popover-arrow::before,
.lighter-blue-arrow.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after,
.lighter-blue-arrow.bs-popover-top>.popover-arrow::after {
    border-top-color: #E0EEF7;
    bottom: 1px;
}

.lighter-blue-arrow.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before,
.lighter-blue-arrow.bs-popover-bottom>.popover-arrow::before,
.lighter-blue-arrow.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after,
.lighter-blue-arrow.bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #E0EEF7;
    top: 1px;
}

/* popover-arrow border-color #76d171 */
.green-arrow.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before,
.green-arrow.bs-popover-end>.popover-arrow::before,
.green-arrow.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after,
.green-arrow.bs-popover-end>.popover-arrow::after {
    border-right-color: #76d171;
    left: 1px;
}

.green-arrow.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before,
.green-arrow.bs-popover-start>.popover-arrow::before,
.green-arrow.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after,
.green-arrow.bs-popover-start>.popover-arrow::after {
    border-left-color: #76d171;
    right: 1px;
}

.green-arrow.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before,
.green-arrow.bs-popover-top>.popover-arrow::before,
.green-arrow.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after,
.green-arrow.bs-popover-top>.popover-arrow::after {
    border-top-color: #76d171;
    bottom: 1px;
}

.green-arrow.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before,
.green-arrow.bs-popover-bottom>.popover-arrow::before,
.green-arrow.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after,
.green-arrow.bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #76d171;
    top: 1px;
}

.counter-item.blue-bg::before,
.result-counter-holder .result.blue-bg::before {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #0F0D69;
}

.counter-item.light-blue-bg::before,
.result-counter-holder .result.light-blue-bg::before {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #2a39c8;
}

.counter-item.lighter-blue-bg::before,
.result-counter-holder .result.lighter-blue-bg::before {
    border-left: 1rem solid transparent;
    border-right: 1rem solid transparent;
    border-bottom: 1rem solid #E0EEF7;
}

.lds-ring div {
    border: 8px solid #2a39c8;
    border-color: #2a39c8 transparent transparent transparent;
}

/* choices single chevron */
.choices[data-type*="select-one"]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23002855' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.choices[data-type*="select-multiple"]::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23002855' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.choices[data-type*="select-multiple"] .choices__button {
    background-image: url('data:image/svg+xml,<svg fill="%230F0D69" xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512"><path d="M256,48C141.31,48,48,141.31,48,256s93.31,208,208,208,208-93.31,208-208S370.69,48,256,48Zm75.31,260.69a16,16,0,1,1-22.62,22.62L256,278.63l-52.69,52.68a16,16,0,0,1-22.62-22.62L233.37,256l-52.68-52.69a16,16,0,0,1,22.62-22.62L256,233.37l52.69-52.68a16,16,0,0,1,22.62,22.62L278.63,256Z"/></svg>');
}

.choices[data-type*="select-one"] .choices__button {
    background-image: url('data:image/svg+xml,<svg fill="%23b83488" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 469.33 469.33"><path d="M256,490.67c129.6,0,234.67-105.06,234.67-234.67S385.6,21.33,256,21.33,21.33,126.4,21.33,256C21.49,385.54,126.46,490.51,256,490.67ZM256,64c106,0,192,86,192,192S362,448,256,448,64,362,64,256,150,64.12,256,64Z" transform="translate(-21.33 -21.33)"></path><path d="M176.92,335.08a21.33,21.33,0,0,0,30.17,0L256,286.17l48.92,48.92a21.33,21.33,0,0,0,30.17-30.17L286.17,256l48.92-48.92a21.33,21.33,0,0,0-30.17-30.17L256,225.83l-48.92-48.92a21.33,21.33,0,0,0-30.17,30.17L225.83,256l-48.92,48.92a21.33,21.33,0,0,0,0,30.17Z" transform="translate(-21.33 -21.33)"></path></svg>');
}

/* dropdown multilevel menu svg color #0A0F2B  */
.dropdown-menu.multilevel-menu li.dropdown>a::after {
    content: url('data:image/svg+xml,<svg stroke="%230A0F2B" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M184 112l144 144-144 144" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="48"></path></svg>');
}

.dropdown-menu.multilevel-menu li.dropdown>a.active::after {
    content: url('data:image/svg+xml,<svg stroke="%23FFFFFF" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path d="M184 112l144 144-144 144" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="48"></path></svg>');
}

/* .form-check .form-check-input:checked radio and checkbox color #2d3989  */
.form-check .form-check-input:checked[type="checkbox"],
.form-check .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%232d3989' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

/* form-select svg color #0A0F2B */
.form-select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230A0F2B' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}


/* Media Query Colors */
/**********************/

@media (max-width: 991px) {
    .top-header {
        background-color: #0F0D69;
    }

    .top-header .btn-categories,
    .top-header .col-header-options .btn-group a.top-header-link,
    .top-header .col-header-options .btn-group .dropdown-toggle,
    .top-header .col-header-options .btn-group .btn-search,
    .top-header .col-header-options .btn-group .btn-search:hover {
        background-color: #2a39c8;
    }

    .top-header .btn-categories,
    .top-header .col-header-options .btn-group a.top-header-link,
    .top-header .col-header-options .btn-group .dropdown-toggle,
    .top-header .col-header-options .btn-group .btn-search,
    .top-header .col-header-options .btn-group .btn-search:hover {
        color: #ffffff;
    }

    .faq-section.listing-faq-section .faq-title {
        border-bottom: 1px solid #D9D9D9;
    }
}


/* Media Query Style */
/*********************/

/* min-width */
/*************/
@media (min-width:576px) {
    .container {
        max-width: 576px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 95%;
    }

    .col-categories.mobile {
        display: none;
    }

    .top-header-mobile-container {
        display: none;
    }

    .view-more-mobile,
    .view-all-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 85%;
    }

    .news-item .image-holder .item-image {
        transform: scale(1, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .news-item .image-holder:hover .item-image {
        transform: scale(1.07, 1.07);
    }
}

@media (min-width:1700px) {
    .container {
        max-width: 85%;
    }
}

@media (min-width:1920px) {
    .container {
        max-width: 1632px;
    }
}


/* max-width */
/*************/
@media (max-width: 1199px) {
    .header .col-header-center .header-center-holder .search-box {
        max-width: 80vw;
    }

    .listing-header-holder .toolbar-holder {
        display: none;
    }

    .toolbar-section .controls-container {
        display: none !important;
    }

    .map-options-holder .listing-options .btn.btn-list {
        display: none;
    }

    .figure-logo {
        display: none;
    }

    .footer .figure-logo {
        display: block;
    }
}

@media (max-width: 991px) {
    .toast-container {
        top: 6.875rem;
    }

    .top-header-container {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 1020;
    }

    .top-header {
        padding: 0 0.75rem;
        border-bottom: 0 none;
    }

    .top-header .col-top-logo .media-image {
        margin-right: 0;
    }

    .top-header .col-top-logo .media-image img {
        height: 3.5rem;
    }

    .top-header .col-top-logo .media-body {
        display: none;
    }

    .top-header .col-categories {
        display: flex;
        align-items: center;
    }

    .top-header .btn-categories {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 2.5rem;
        padding: 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .top-header .btn-categories svg {
        width: 1.5rem;
        height: 1.5rem;
    }

    .top-header .col-header-options .btn-group .media-image {
        margin-right: 0;
    }

    .top-header .col-header-options .btn-group .dropdown-toggle {
        padding: 0 1.25rem 0 0;
    }

    .top-header .col-header-options .btn-group .dropdown-toggle>svg {
        right: 0;
    }

    .top-header .col-header-options .btn-group .dropdown-item .media-image {
        margin-right: 0.5rem;
    }

    .top-header .col-header-options .btn-group .dropdown-item .media-body {
        display: flex;
    }

    .top-header .col-header-options .btn-search svg:last-child {
        display: block;
        width: 1.375rem;
        height: 1.375rem;
    }

    .top-header .col-header-options .btn-group .btn-search {
        width: 2.5rem;
    }

    .top-header .col-header-options .btn-group .popover-holder {
        width: auto;
    }

    .top-header .col-header-options .btn-group:not(:last-of-type) {
        margin-right: 1.25rem;
    }

    .top-header .col-header-options .btn-language .media-image,
    .top-header .col-header-options .btn-language .media-image .flag-icon {
        width: 1.375rem;
        height: 1.375rem;
    }

    .header-container {
        display: none;
    }

    .search-box {
        padding: 2rem 1.5rem 1rem 1.5rem;
    }

    .search-box .input-group .form-control {
        border-top-left-radius: 0.5rem !important;
        border-bottom-left-radius: 0.5rem !important;
        border-top-right-radius: 0.5rem !important;
        border-bottom-right-radius: 0.5rem !important;
    }

    .offcanvas.offcanvas.offcanvas-search .offcanvas-body {
        padding: 0;
    }

    .autocomplete-mobile {
        padding-top: 1rem;
    }

    .search-results-holder {
        flex-wrap: wrap;
        overflow: unset;
    }

    .search-col,
    .search-col:first-child,
    .search-col:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-col>h3 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .search-col .search-content {
        padding: 0 1.5rem 1.5rem 1.5rem;
        height: auto;
    }

    .search-col:first-child .search-content {
        border-right: 0 none;
    }

    .search-col .vertical-menu-mobile {
        padding: 0.5rem 0 0 0;
        margin: 0;
    }

    .search-col .vertical-menu-mobile li {
        list-style: none;
    }

    .search-col .vertical-menu-mobile li:not(:last-child) {
        margin-bottom: 0.313rem;
    }

    .search-col .vertical-menu-mobile li a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        font-size: 0.875rem;
        font-weight: 600;
        text-decoration: none;
        padding: 0.5rem 1rem;
        -webkit-border-radius: 0.375rem;
        -moz-border-radius: 0.375rem;
        border-radius: 0.375rem;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        cursor: pointer;
    }

    .search-col,
    .search-col:first-child,
    .search-col:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .search-col .media:first-child {
        padding: 1rem 0;
    }

    .search-col .search-content .media-image {
        align-items: flex-start;
    }

    /* Mobile menu */
    .offcanvas-categories .link-item {
        padding: 0;
    }

    .offcanvas-categories .link-item a {
        display: flex;
        align-items: center;
        text-decoration: none;
        padding: 1rem 0;
        font-size: 1rem;
        font-weight: 600;
        -webkit-border-radius: 0.375rem;
        -moz-border-radius: 0.375rem;
        border-radius: 0.375rem;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .offcanvas-categories .link-item a .icon-holder {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        width: 1.625rem;
        margin-right: 0.5rem;
    }

    .offcanvas-categories .link-item a .icon-holder svg {
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0;
    }

    .offcanvas-categories .custom-accordion .accordion-button {
        padding-left: 0;
        font-size: 1rem;
        font-weight: 600;
    }

    .offcanvas-categories .custom-accordion .accordion-button .icon-holder {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        width: 1.625rem;
        margin-right: 0.5rem;
    }

    .offcanvas-categories .custom-accordion .accordion-button .icon-holder svg {
        position: relative;
        top: 0;
        right: unset;
        width: 1.375rem;
        height: 1.375rem;
        margin-right: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .offcanvas-categories .custom-accordion .accordion-button .icon-holder span {
        font-size: 1.625rem;
    }

    .custom-accordion .accordion-body ul.mobile-menu {
        position: relative;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 100%;
        padding: 0 2rem 0 0;
        margin: 0;
    }

    .custom-accordion .accordion-body ul.mobile-menu li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-basis: 100%;
        list-style: none;
    }

    .custom-accordion .accordion-body ul.mobile-menu li:not(:last-child) {
        margin-bottom: 0.313rem;
    }

    .custom-accordion .accordion-body ul.mobile-menu li a {
        text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .custom-accordion .accordion-body ul.mobile-menu li .menu-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        font-weight: 500;
        padding: 0.5rem 1rem;
        font-size: 0.875rem;
        -webkit-border-radius: 0.375rem;
        -moz-border-radius: 0.375rem;
        border-radius: 0.375rem;
    }

    .section.splide-main .col:first-of-type {
        order: 2;
    }

    .section.splide-main .col:last-of-type {
        order: 1;
    }

    .splide-main .slide-item {
        height: auto;
    }

    .section.splide-main .content-holder {
        padding-right: 0;
        margin-bottom: 0;
    }

    .section.splide-main {
        padding: 1.25rem 0 3rem 0;
    }

    .splide-main .image-holder {
        margin: 0 0 1.875rem 0;
    }

    .splide-full-width .splide__slide,
    .splide-indented .splide__slide {
        max-width: 18.75rem;
    }

    .title-item {
        padding-top: 0;
        margin-bottom: 3rem;
    }

    .title-item.sticky {
        position: unset !important;
        margin-bottom: 3rem;
    }

    .parallax-section {
        background-attachment: scroll;
    }

    .parallax-section.section-counter .counter-item {
        width: 50%;
    }

    .parallax-section .parallax-content .button-holder {
        flex-wrap: wrap;
        width: 20rem;
        margin: 0 auto;
    }

    .parallax-section .parallax-content .button-holder .btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1.25rem;
    }

    .company-list-section .company-item-col:nth-last-child(2) {
        margin-bottom: 3rem;
    }

    .page-section .title-item .view-all-items {
        display: none;
    }

    .page-section .view-all-items {
        margin-top: 5rem;
    }

    .contact-center-section .contact-item-col {
        margin-bottom: 1.875rem;
    }

    .faq-section.listing-faq-section .faq-section-border {
        border-top: 0;
        border-bottom: 0;
    }

    .faq-section.listing-faq-section .faq-aside-col .faq-aside-holder {
        border-right: 0 none;
    }

    .icon-item-col:nth-last-child(2) {
        margin-bottom: 3rem;
    }

    .faq-section.listing-faq-section .faq-section-border {
        padding: 0;
    }

    .faq-section.listing-faq-section .faq-aside-col .faq-aside-holder {
        padding-right: 0;
        height: auto;
    }

    .faq-section.listing-faq-section .faq-title {
        padding-bottom: 2rem;
        margin: 0 0 1rem 0;
        width: 100%;
    }

    .offcanvas-contact-mobile .nav-aside ul li a {
        padding: 1rem 0;
    }

    .company-section {
        margin-bottom: 3rem;
    }

    .instagram-col:not(:last-child) {
        margin-bottom: 1.875rem;
    }

    .lokacije-page .reset-zoom-btn {
        left: unset;
        right: 0.75rem;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }

    .map-page .top-header-mobile-container {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    .map-page .top-header-container {
        position: absolute;
        top: 5rem;
        right: 0;
        left: 0;
    }

    #map-clusterer {
        top: 10rem;
    }

    .map-options-holder {
        top: 50%;
        padding-right: 0.75rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 1;
    }

    .map-options-holder .toolbar-holder {
        flex-direction: column;
    }

    .map-options-holder .filter-options {
        margin-right: unset;
        margin-bottom: 1rem;
    }

    .map-options-holder .filter-options .btn {
        width: 2.25rem;
        height: 2.25rem;
    }

    .map-options-holder .listing-options {
        flex-direction: column;
    }

    .map-options-holder .listing-options .btn {
        width: 2.25rem;
        height: 2.25rem;
    }

    .map-options-holder .listing-options .btn:not(:last-child) {
        margin-right: unset;
        margin-bottom: 1rem;
    }

    .map-clusterer-holder .legenda-dropup {
        left: 0.75rem;
    }

    .map-clusterer-holder .reset-zoom-btn {
        right: 0.75rem;
        left: unset;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
    }

    .footer .footer-content {
        margin-bottom: 2.5rem;
    }

    .footer .content-holder.content-left {
        width: 100%;
        justify-content: center;
    }

    .footer .content-holder.content-right {
        margin-top: 1rem;
        width: 100%;
        justify-content: center;
    }

    .footer .content-holder.content-right ul {
        flex-wrap: wrap;
    }

    .footer .content-holder.content-right ul li {
        text-align: center;
        width: 100%;
    }

    .footer .content-holder.content-right ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }

}

@media (max-width: 767px) {

    .splide-main .content-holder h2 {
        font-size: 1.875rem;
    }

    .section-title .title,
    .counter-section .counter-title h2,
    .title-item .title-holder h2 {
        font-size: 2rem;
    }

    .parallax-section.section-counter .counter-item {
        width: 100%;
    }

    .application-section .icon-item-col:nth-last-child(2) {
        margin-bottom: 3rem;
    }

    .download-item-holder {
        padding: 2rem 4rem 2rem 1.25rem;
    }

    .download-item-holder .item-label {
        left: 1.25rem;
    }

    .contact-section .form-check-inline {
        width: 100%;
    }

    .contact-section .form-check-inline:not(:last-child) {
        margin-bottom: 1rem;
    }

    .contact-section .global-form .button-holder {
        justify-content: center;
    }

    .footer .content-holder.content-center ul {
        flex-wrap: wrap;
    }

    .footer .content-holder.content-center ul li {
        text-align: center;
        width: 100%;
    }

    .footer .content-holder.content-center ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

/* ============================================================================
   Hero slajder preko pune širine (naslovna) - .hero-full
   Baner ide od ivice do ivice ekrana (desktop i mobilni); tekst i dugmad
   stoje UNUTAR banera, preko tamnog gradijenta pri dnu; dugmad horizontalno.
   ========================================================================== */
.section.splide-main.hero-full {
    padding: 0;
}

.hero-full .banner-holder {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    /* Visina banera: na mobilnom viša (72% širine) da sadržaj stane,
       na desktopu 42% širine uz plafon od 34rem (slika se "cover" kropuje). */
    min-height: 72vw;
}

@media (min-width: 992px) {
    .hero-full .banner-holder {
        min-height: min(42vw, 34rem);
    }
}

.hero-full .banner-holder .item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Sadržaj unutar banera: pri dnu, preko gradijenta radi čitljivosti. */
.hero-full .banner-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 4rem 1.5rem 2.75rem 1.5rem;
    background: -webkit-linear-gradient(top, rgba(15, 13, 105, 0) 0%, rgba(15, 13, 105, 0.82) 78%);
    background: linear-gradient(180deg, rgba(15, 13, 105, 0) 0%, rgba(15, 13, 105, 0.82) 78%);
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .hero-full .banner-content {
        padding: 5rem 4rem 2.5rem 4rem;
    }
}

.hero-full .banner-content h2 {
    max-width: 46rem;
    font-size: clamp(1.25rem, 2.3vw, 2rem);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 0.75rem;
    color: #FFFFFF;
}

.hero-full .banner-content p {
    max-width: 40rem;
    font-size: 0.875rem;
    font-weight: 500;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
}

/* Dugmad: horizontalni raspored unutar banera (na uskim ekranima se prelamaju). */
.hero-full .banner-buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.hero-full .banner-buttons .btn {
    width: auto;
    min-width: 9rem;
    height: 3.125rem;
    padding: 0 1.75rem;
    font-size: 1rem;
    font-weight: 600;
}

/* Strelice: u punoj širini moraju UNUTAR banera (podrazumevano su na -5rem van okvira). */
.hero-full .splide__arrow--prev {
    left: 1.5rem;
}

.hero-full .splide__arrow--next {
    right: 1.5rem;
}

/* Traka napretka: uz samu donju ivicu banera, preko slike. */
.hero-full .carousel-progress {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    z-index: 3;
}

/* Logo slajder: kad logotipi ne popunjavaju ceo red (nema prelivanja),
   centriraju se. Pri prelivanju Splide dodaje .is-overflow pa ostaje
   levo poravnanje (obavezno zbog translate računice slajdera). */
.featured-logos .splide:not(.is-overflow) .splide__list {
    justify-content: center;
}

/* Pretraga u toolbaru baze (/baza, /baza/lista) - pored sortiranja. */
.listing-header-holder .toolbar-holder .toolbar-search {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.listing-header-holder .toolbar-holder .toolbar-search .form-control {
    width: 16rem;
    padding-right: 2.75rem;
    border-radius: 2rem;
}

.listing-header-holder .toolbar-holder .toolbar-search .btn {
    position: absolute;
    right: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem;
    color: #0F0D69;
}

.listing-header-holder .toolbar-holder .toolbar-search .btn .material-symbols-outlined {
    font-size: 1.375rem;
}

@media (max-width: 1399px) {
    .listing-header-holder .toolbar-holder .toolbar-search .form-control {
        width: 11rem;
    }
}

/* Tagovi na profilu preduzeća (Društveni uticaj, Tip proizvoda i usluga):
   više zelenih oblačića jedan pored drugog, sa prelomom u novi red. */
.tag-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem;
    margin-top: 0.125rem;
}

.tag-lista .item-badge {
    margin-bottom: 0;
    white-space: normal;
    text-align: left;
}

/* FAQ kategorije na /pitanja (zahtev 2026-08): bez brojača pitanja, veći naslov,
   ikonica po kategoriji i niže kartice. Scoped na .faq-kategorije-section da ne
   utiče na /pitanja/detaljno (bočna lista) i /kontakt. */
.faq-kategorije-section .contact-item-col {
    margin-bottom: 1.5rem;
}

.faq-kategorije-section .contact-item {
    /* Uže bočne margine ostavljaju više prostora naslovu, pa se ređe prelama
       u tri reda - to je ono što najviše diže visinu kartice. */
    padding: 1rem 2.5rem 1rem 1rem;
}

.faq-kategorije-section .contact-item .media-image {
    display: flex;
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 0.875rem;
}

.faq-kategorije-section .contact-item .media-image .material-symbols-outlined {
    font-size: 1.625rem;
}

.faq-kategorije-section .contact-item .media-body .title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
}

/* Kartice na /dokumenti i /korisni-linkovi (zahtev 2026-08):
   podnaslov (opis) je uklonjen iz markup-a, naslov je veći, a kartice niže
   (manji vertikalni padding + sadržaj centriran po visini). */
.listing-documents-section .download-item-holder {
    padding: 1.25rem 4rem 1.25rem 1.25rem;
    align-items: center;
}

.listing-documents-section .download-item-holder .content-holder .title {
    font-size: 1.375rem;
    margin-bottom: 0;
}

.listing-documents-section .download-item-holder .content-holder .file-type {
    margin-top: 0.375rem;
}
