/* global */


button {
    cursor: pointer;
}

:root :where(.wp-block-navigation a:where(:not(.wp-element-button))) {
    text-decoration: none;
}

:root {
    /* --primary-color: #405FF2;
    --secondary-color: #2E4BEF;
    --background-color: #fff;
    --header-text-color: #000;
    --text-color-primary: #000;
    --text-color: #444;*/
    --font-family-title: "Bebas Neue", Sans-serif;
    --font-family-text: "Dm Sans", Sans-serif;
    --font-size: 16px;
    --line-height: 1.5;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family-text);
    color: var(--text-color);
    font-size: var(--font-size);
    line-height: var(--line-height);
}

.margin-left-auto {
    margin-left: auto;
}

.margin-right-auto {
    margin-right: auto;
}

/* Code block styling */
pre {
    background: #0f172a;
    color: #e2e8f0;
    padding: 16px 20px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.6;
    font-family: Consolas, Monaco, monospace;


    /* layout safety */
    max-width: 100%;
    box-sizing: border-box;

    /* subtle UI */
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: auto;
}

/* Optional: inline code */
code {
    background: rgba(15, 23, 42, 0.08);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.95em;
}

/* Scrollbar styling (optional, modern look) */
pre::-webkit-scrollbar {
    height: 8px;
}

pre::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-title);
    font-size: 2em;
    color: var(--header-text-color);
    margin: 1em 0;
    padding: 0;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 13px;
}


p {
    font-family: var(--font-family-text);
    color: var(--text-color);
}


p:last-child {
    margin-bottom: 0;
}

a[class=""] {
    color: var(--primary-color);
    text-decoration: none;
}

a[class=""]:hover {
    color: var(--secondary-color);
}

a[class=""]:active {
    color: var(--primary-color);
}

.wp-block-post-featured-image :where(img) {
    border-radius: 10px;
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    flex-direction: row;
    gap: 15px;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
    appearance: none;
    border: 1px solid #CBCBCB;
    padding: 8px 20px;
    border-radius: 10px;
    min-height: 50px;
    background: rgba(64, 95, 242, 0.05);
    color: #000;
    font-weight: 500;
}

.wp-block-search__inside-wrapper .wp-block-search__input::placeholder {
    color: #606060;
    opacity: 1;
}

.wp-block-search__inside-wrapper .wp-block-search__button {
    margin: 0;
}

.wp-block-categories-list,
.wp-block-latest-posts__list {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
}


.eli-blog-search .eli_f .eli_f_group .eli_f_field {
    outline: none;
}

.el-tags h5 {
    display: none;
}


.el-tags .tagcloud {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px 10px;
}


.el-tags .tagcloud .tag-cloud-link {
    display: inline-block;
    background-color: #FFFFFF;
    font-family: "Manrope", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #666666;
    border-radius: 25px 25px 25px 25px;
    padding: 15px 25px 15px 25px;
    transition: all 0.3s;
    color: #000;
    line-height: 1.3;
}

.el-tags .tagcloud .tag-cloud-link:hover {
    background-color: #BFA888;
}


.el-categories h5 {
    display: none;
}

.el-categories ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.el-categories ul a {
    display: block;
    background-color: #F5F5F5;
    font-family: "Playfair Display", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    fill: #000000;
    color: #000000;
    border-radius: 40px 40px 40px 40px;
    padding: 27px 35px 27px 35px;
    line-height: 1.3;
    transition: all 0.3s;
}


.el-categories ul a:hover {
    background-color: #BFA888;
}



.carkit-header-mask:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000066;
    z-index: 1;
}

.carkit-header-mask {
    position: relative;
}

.carkit-header-mask>* {
    z-index: 2;
    position: relative;
}

.carkit-footer-mask:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0A1640E5;
    z-index: 1;
}

.carkit-footer-mask {
    position: relative;
}

.carkit-footer-mask>* {
    z-index: 2;
    position: relative;
}

.carkit-footer-header {}

/* Navigation menu hover and active styles */
.main-navigation .wp-block-navigation-item__content:hover,
.main-navigation .wp-block-navigation-item__content:focus,
.main-navigation .wp-block-navigation-item__content:active {
    color: #405FF2 !important;
}

.main-navigation .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content,
.main-navigation .wp-block-navigation-item.current-menu-parent .wp-block-navigation-item__content {
    color: #405FF2 !important;
}

/* Alternative selectors for better compatibility */
.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
    color: #405FF2 !important;
}

.main-navigation .current-menu-item>a,
.main-navigation .current-menu-parent>a {
    color: #405FF2 !important;
}

/* Submenu specific styles */
.main-navigation .wp-block-navigation-submenu .wp-block-navigation-item__content:hover,
.main-navigation .wp-block-navigation-submenu .wp-block-navigation-item__content:focus,
.main-navigation .wp-block-navigation-submenu .wp-block-navigation-item__content:active {
    color: #405FF2 !important;
}

.main-navigation .wp-block-navigation-submenu .wp-block-navigation-item.current-menu-item .wp-block-navigation-item__content {
    color: #405FF2 !important;
}

/* Additional submenu selectors */
.main-navigation .sub-menu a:hover,
.main-navigation .sub-menu a:focus,
.main-navigation .sub-menu a:active {
    color: #405FF2 !important;
}

.main-navigation .sub-menu .current-menu-item>a {
    color: #405FF2 !important;
}

.wp-block-navigation .wp-block-navigation-item {
    padding: 5px 0;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    border: 1px solid #2d3020;
    border-radius: 3px;
    padding: 5px 15px 15px 15px;
    background: #0e0e0e;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container button,
.wp-block-navigation .has-child .wp-block-navigation__submenu-container a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding-left: 0px;
    padding-right: 0px;
}

.wp-block-navigation__overlay-container .wp-block-navigation .has-child .wp-block-navigation__submenu-container button,
.wp-block-navigation__overlay-container .wp-block-navigation .has-child .wp-block-navigation__submenu-container a {
    color: #202020;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container>li:not(:last-child) button,
.wp-block-navigation .has-child .wp-block-navigation__submenu-container>li:not(:last-child) a {
    border-width: 0;
}

.wp-block-navigation .wp-block-navigation-item.current-menu-ancestor > a,
.wp-block-navigation .wp-block-navigation-item.current-menu-item > a {
	color: var(--primary-color);
}


@media (min-width: 768px) {
    .elementinvader-addons-for-elementor .wl-nav-menu .menu-item-has-children>ul {
        display: block !important;
        -webkit-transition: all 0.35s ease;
        -o-transition: all 0.35s ease;
        transition: all 0.35s ease;
        transition-delay: 0s;
        -webkit-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .elementinvader-addons-for-elementor .wl-nav-menu .menu-item-has-children.active>ul {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-transition-delay: 200ms;
        -o-transition-delay: 200ms;
        transition-delay: 200ms;
    }
}

/* Car Rental Services Pattern Styles */
.car-rental-services-section {
    background-color: #ffffff;
}

.car-rental-services-section .image-section {
    position: relative;
}

.car-rental-services-section .image-section::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -30px;
    width: 120px;
    height: 8px;
    background-color: #405FF2;
    transform: rotate(-15deg);
    z-index: 1;
}

.car-rental-services-section .image-section::after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: -20px;
    width: 100px;
    height: 6px;
    background-color: #405FF2;
    transform: rotate(15deg);
    z-index: 1;
}

.car-rental-services-section .top-image {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.car-rental-services-section .bottom-image {
    position: relative;
    z-index: 2;
}

.car-rental-services-section .experience-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: 80px;
    background-color: #405FF2;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    box-shadow: 0 4px 15px rgba(64, 95, 242, 0.3);
}

.car-rental-services-section .experience-badge h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    line-height: 1;
}

.car-rental-services-section .experience-badge p {
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
    text-align: center;
    line-height: 1.2;
}

.car-rental-services-section .pre-heading {
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.car-rental-services-section h2 {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 10px 0 20px 0;
}

.car-rental-services-section .feature-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: none;
}

.car-rental-services-section .feature-item::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #405FF2;
    font-size: 18px;
    font-weight: bold;
}

.car-rental-services-section .feature-item p {
    font-size: 14px;
    color: #333333;
    margin: 0;
    line-height: 1.4;
}

.car-rental-services-section .discover-more-btn .wp-block-button__link {
    background-color: #ffffff;
    color: #405FF2;
    border: 2px solid #405FF2;
    border-radius: 25px;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.car-rental-services-section .discover-more-btn .wp-block-button__link:hover {
    background-color: #405FF2;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(64, 95, 242, 0.3);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .car-rental-services-section h2 {
        font-size: 28px;
    }

    .car-rental-services-section .experience-badge {
        width: 60px;
        height: 60px;
        bottom: 10px;
        right: 10px;
    }

    .car-rental-services-section .experience-badge h3 {
        font-size: 18px;
    }

    .car-rental-services-section .experience-badge p {
        font-size: 8px;
    }
}

/* --- Stats Row Pattern --- */
.stats-row-section {
    margin: 48px 0;
}

.stats-row-columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
}

.stats-col {
    text-align: center;
    position: relative;
    flex: 1 1 0;
}

.stats-icon-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
}

.stats-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1.5px solid #405FF2;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.5em auto;
    position: relative;
    z-index: 2;
}

.stats-number {
    font-size: 2.2rem;
    font-weight: 700;
    color: #111;
    margin: 0 0 0.2em 0;
}

.stats-label {
    color: #888;
    font-size: 1rem;
    margin: 0;
}

.stats-col:not(:last-child)::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    max-width: 180px;
    height: 3px;
    background: #405FF2;
    z-index: 1;
    transform: translateY(-50%);
}

.stats-icon-group {
    background: #fff;
    z-index: 2;
}

@media (max-width: 900px) {
    .stats-row-columns {
        flex-direction: column;
        gap: 32px;
    }

    .stats-col:not(:last-child)::after {
        display: none;
    }
}

/* --- Why Choose Us Pattern --- */
.why-choose-us-section {
    padding: 64px 0 48px 0;
    background: #19244a;
    border-radius: 24px;
    margin: 48px 0;
}

.why-choose-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 32px;
}

.why-choose-cols {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
}

.why-choose-col {
    background: rgba(255, 255, 255, 0.06);
    border-radius: 18px;
    padding: 32px 18px 24px 18px;
    text-align: center;
    flex: 1 1 0;
    min-width: 220px;
    max-width: 340px;
}

.why-choose-icon {
    width: 64px;
    height: 64px;
    background: #405FF2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px auto;
    box-shadow: 0 4px 16px rgba(64, 95, 242, 0.12);
}

.why-choose-heading {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.why-choose-desc {
    color: #bfc8e6;
    font-size: 1rem;
    margin-bottom: 0;
}

.why-choose-contact-row {
    margin-top: 24px;
    text-align: center;
}

.why-choose-contact-text {
    color: #bfc8e6;
    font-size: 1rem;
    margin-bottom: 0;
}

.why-choose-contact-phone {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 4px;
}

@media (max-width: 900px) {
    .why-choose-cols {
        flex-direction: column;
        gap: 18px;
    }
}

/* --- CTA Banner Pattern --- */
.cta-banner-section {
    background: #405FF2;
    border-radius: 20px;
    padding: 40px;
    margin: 48px 0;
}

.cta-banner-cols {
    display: flex;
    align-items: center;
    gap: 32px;
}

.cta-banner-col-text {
    color: #fff;
    flex: 1 1 0;
}

.cta-banner-col-text h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}

.cta-banner-col-text p {
    color: #e0e7ff;
    font-size: 1.1rem;
    margin-bottom: 24px;
}

.cta-banner-col-img {
    flex: 0 0 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-banner-car-img img {
    max-width: 320px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(64, 95, 242, 0.18);
}

@media (max-width: 900px) {
    .cta-banner-cols {
        flex-direction: column;
        gap: 24px;
    }

    .cta-banner-col-img {
        justify-content: flex-start;
    }
}

/* --- Brands Row Pattern --- */
.brands-row-section {
    background: #f5f8ff;
    border-radius: 18px;
    padding: 32px 24px;
    margin: 48px 0;
}

.brands-row-cols {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 18px;
}

.brand-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(64, 95, 242, 0.06);
    padding: 18px 8px 12px 8px;
    text-align: center;
    flex: 1 1 0;
    min-width: 100px;
    max-width: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.brand-logo img {
    max-width: 70px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.brand-name {
    color: #222;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 900px) {
    .brands-row-cols {
        flex-direction: column;
        gap: 12px;
    }

    .brand-card {
        max-width: 100%;
    }
}

.no-list-icons {
    list-style-type: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.wp-block-image {
    line-height: 1;
}

.wp-block-navigation-item__label {
    display: flex;
    gap: 10px;
    align-items: center;
}

:where(.wp-site-blocks)> :last-child {
    margin-block-end: 0;
    margin-block-start: 0;
}

.tvk-post-category {
    width: 52px;
    height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: url(../images/icon-category-placeholder.png);
    transition: transform 0.25s;
}

.wp-block-tiptip-hyperlink-group-block:hover .tvk-post-category {
    background: url(../images/icon-category-placeholder-active.png);
    animation: tvk-inf-rotate 1.5s linear infinite;
}

@keyframes tvk-inf-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.tvk-language-switcher-footer .trp-shortcode-switcher {
    padding: 0 0;
    border: 0;
    background: transparent;
}

.tvk-language-switcher-footer .trp-shortcode-anchor .trp-current-language-item__wrapper {
    display: none;
 }

.tvk-language-switcher-footer .trp-switcher-dropdown-list {
    max-height: initial;
    flex-direction: row !important;
    gap: 8px;
}

.tvk-language-switcher-footer .trp-shortcode-overlay {
    position: initial;
}

.tvk-language-switcher-footer .trp-language-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    text-decoration: none;
    min-height: 19px;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #0A0A0A;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #1E1E1E;
    border-radius: 4px;
}

.tvk-language-switcher-footer .trp-language-item.trp-language-item__current,
.tvk-language-switcher-footer .trp-language-item:hover {
    background: #191919;
    border-color: #535353;
}

.tvk-language-switcher-footer .trp-language-item.trp-language-item__current .trp-language-item-name,
.tvk-language-switcher-footer .trp-language-item:hover .trp-language-item-name {
    color: #fff;
}

.tvk-language-switcher-footer .trp-language-item-name {
    color: #404040;
    font-size: 10px;
    line-height: 1.2;
    font-family: "Dm Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tvk-language-switcher .trp-shortcode-switcher {
    padding: 0 0;
    border: 0;
    background: transparent;
}

.tvk-language-switcher .trp-shortcode-anchor .trp-current-language-item__wrapper {
   display: none;
}

.tvk-language-switcher .trp-switcher-dropdown-list {
    max-height: initial;
    flex-direction: row !important;
    gap: 8px;
}

.tvk-language-switcher .trp-shortcode-overlay {
    position: initial;
}

.tvk-language-switcher .trp-language-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 12px;
    text-decoration: none;
    min-height: 19px;
    box-sizing: border-box;
    text-transform: uppercase;
    background: transparent;
    font-size: 10px;
    font-weight: 600;
    border: 0;
    border-radius: 4px;
}

.tvk-language-switcher .trp-language-item.trp-language-item__current,
.tvk-language-switcher .trp-language-item:hover {
    background: #ffffff0c;
    border-color: #535353;
}

.tvk-language-switcher .trp-language-item.trp-language-item__current .trp-language-item-name,
.tvk-language-switcher .trp-language-item:hover .trp-language-item-name {
    color: #fff;
}

.tvk-language-switcher .trp-language-item-name {
    color: #C68681;
    font-size: 10px;
    line-height: 1.2;
    font-family: "Dm Sans", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tvk-language-switcher .trp-flag-image {
    height: 11px !important;
}

.tkv-language-switcher-drop-wrapper .trp-shortcode-switcher {
    box-shadow: none;
    margin: 0;
    background: transparent;
}

.tkv-language-switcher-drop-wrapper .trp-current-language-item__wrapper:not(.trp-hide-arrow) {
    padding: 0;
}

.tkv-language-switcher-drop-wrapper .trp-shortcode-switcher .trp-switcher-dropdown-list {
    background: #fff;
    border-radius: 3px;
}

.tkv-language-switcher-drop-wrapper .trp-shortcode-switcher  .trp-switcher-dropdown-list  .trp-language-item-name {
    color: #000;
  }
.tkv-language-switcher-drop-wrapper .trp-shortcode-switcher .trp-language-item-name {
    color: #fff;
    font-size: var(--font-family-text, 14px);
    line-height: 1.2;
    font-weight: 600;
  }

  .tkv-language-switcher-drop-wrapper .trp-shortcode-switcher svg path {
    pointer-events: none;
    stroke: #fff;
  }

li.wp-block-list li::marker {
    color: #C8E063;
}


.tkv-section-placeholder {
    position: relative;
}

/*
.tkv-section-placeholder::before {
    content: '';
    position: absolute;
    top: -52px;
    left: -61px;
    background: url(../images/placeholder-section.png);
    width: calc(100% + 52px);
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
}*/

:root :where(.wp-element-button, .wp-block-button__link) {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.wp-block-post-featured-image :where(img) {
    border-radius: 10px;
    transition: box-shadow 0.3s, transform 0.3s;
    object-position: center;
  }

.wp-block-post-featured-image :where(img):hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
    filter: brightness(0.94) contrast(1.08);
    /* transform: scale(1.03); */
}

.post-complete-link {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.wp-block-post-template .wp-block-post:hover .wp-block-post-featured-image :where(img) {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
    filter: brightness(0.94) contrast(1.08);
}

.wp-block-post-template .wp-block-post:hover .wp-block-post-title {
    color: #108e40 !important;
}

#tvk-about-counts>.wp-block-tiptip-hyperlink-group-block >.wp-block-group>.wp-block-group,
#tvk-about-counts .wp-block-tiptip-hyperlink-group-block {
    position: relative;
}

#tvk-about-counts>.wp-block-tiptip-hyperlink-group-block::after {
    position: absolute;
    width: 2px;
    height: 48px;
    background: linear-gradient(180deg, #C8E063 0%, rgba(200, 224, 99, 0.2) 100%);
    border-radius: 2px;
}

#tvk-about-counts>.wp-block-tiptip-hyperlink-group-block:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 158px;
    max-height: 100%;
    background: linear-gradient(180deg, rgba(200, 224, 99, 0) 0%, rgba(200, 224, 99, 0.2) 30%, rgba(200, 224, 99, 0.2) 70%, rgba(200, 224, 99, 0) 100%);
    right: 0;
    top: -50%;
    transform: translateY(50%);
}

#tvk-about-counts>.wp-block-tiptip-hyperlink-group-block >.wp-block-group>.wp-block-group:not(:last-child)::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 48px;
    max-height: 80%;
    background: linear-gradient(180deg, #C8E063 0%, rgba(200, 224, 99, 0.2) 100%);
    border-radius: 2px;
    right: 0;
}

@media (max-width: 1250px) {
    #tvk-about-counts {
        grid-template-columns: repeat(2, minmax(300px, 1fr)) !important
    }

    #tvk-about-counts>.wp-block-tiptip-hyperlink-group-block:not(:last-child):nth-child(2n)::after {
        display: none;
    }
}

@media (max-width: 680px) {
    #tvk-about-counts {
        grid-template-columns: repeat(1, minmax(300px, 1fr)) !important
    }

    #tvk-about-counts>.wp-block-tiptip-hyperlink-group-block::after {
        display: none;
    }
}

.tvk-header-post {
    position: relative;
}

.tvk-header-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/header-bg-placeholder-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.tvk-header-post::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/header-bg-placeholder-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: 100%;
}


.tvk-header-post > * {
    position: relative;
    z-index: 2;
}

.tvk-header-post h1 {
    font-family: 'Bebas Neue';
    font-size: 68px;
    line-height: 65px;
    letter-spacing: 1.36px;
    color: #FFFFFF;
}


/* Novosti */

.taxonomy-category.wp-block-post-terms {
    display: flex;
    align-items: center;
    gap: 10px;
} 

.taxonomy-category.wp-block-post-terms .wp-block-post-terms__separator {
    display: none;
} 

.tkv-categories-list.wp-block-categories-list {

}


.tkv-categories-list.wp-block-categories-list {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    flex-direction: column;
    gap: 0;
    list-style: none;
    padding: 0;
}

.tkv-categories-list.wp-block-categories-list li {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
    gap: 15px;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
    padding-left: 15px;
    position: relative;
    margin: 0;
}

.tkv-categories-list.wp-block-categories-list li:not(:last-child) {
    border-bottom: 1px solid #E8E0D0;
}

.tkv-categories-list.wp-block-categories-list li::before {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--primary-color);
    border-radius: 50%;
}

.tkv-categories-list.wp-block-categories-list li a {
    font-family: var(--content-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 13.5px;
    line-height: 23px;
    color: #1A1A1A;
    transition: all .15s;
}

.tkv-categories-list.wp-block-categories-list li a:hover {
    color: var(--primary-color);
}

.tkv-categories-list.wp-block-categories-list li .cat-count {
    padding: 1px 7px;
    min-width: 25px;
    height: 16px;
    background: #EDE5D4;
    border-radius: 10px;
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 10.5px;
    color: #6B6B6B;
    text-align: center;
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* Auto layout */

.tkv-tags-cloud {

}

.tkv-tags-cloud.wp-block-categories-list {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    max-width: 100%;
    flex-direction: row;
    gap: 7px;
    list-style: none;
    padding: 0;
}

.tkv-tags-cloud.wp-block-categories-list a {
    padding: 4px 11px;
    background: #EDE5D4;
    border-radius: 2px;

    font-family: 'DM Sans';
    font-weight: 400;
    font-size: 11.5px;
    line-height: 15px;
    letter-spacing: 0.345px;
    color: #6B6B6B;
    transition: all .15s;
}

.tkv-tags-cloud.wp-block-categories-list a:hover {
    background: var(--primary-color);
}


.tkv-posts-list .wp-block-post-template li:not(:last-child) {
    border-bottom: 1px solid #E8E0D0;
}

.tkv-meta-tags-header .wp-block-group {
    position: relative;
}

.tkv-meta-tags-header .wp-block-group:not(:last-child)::after {
    content: '';
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    position: absolute;
    background: #3E3E3E;
}

.tkv-meta-tags-header .taxonomy-category.wp-block-post-terms a {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    color: #111111;
    display: inline-block;
    background: var(--primary-color);
    padding: 3px 12px;
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 2px;
} 

.tkv-meta-tags-header .taxonomy-category.wp-block-post-terms a::before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(../images/icon-label-black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
}

.tkv-meta-tags-post .wp-block-group {
    position: relative;
}

.tkv-meta-tags-post .wp-block-group:not(:last-child)::after {
    content: '';
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    position: absolute;
    background: #E8E0D0;
}

body .lbb_modal_area .fancybox__content .fancybox-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container {
    min-width: 305px;
  }

  .on-hover-white-image:hover img,
  img.on-hover-white-image:hover {
    filter: brightness(0) invert(1);
  }


  .on-hover-black-image:hover img,
  img.on-hover-black-image:hover {
     filter: brightness(0);
  }


.logo-float {
    transition: transform .4s ease, filter .4s ease;
}

.logo-float:hover {
    transform: translateY(-5px) scale(1);
}

@media (max-width: 767px) {

    .wp-block-navigation__submenu-container {
        display: none;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        width: 100%;
        padding-left: 20px;

    }

    .wp-block-navigation-item.open > .wp-block-navigation__submenu-container {
        display: block;
    }

    .wp-block-navigation-item a {
        position: relative;
    }

    .wp-block-navigation-item.has-child > a::after {
        content: '+';
        position: absolute;
        top: -1px;
        right: -15px;
    }

    .wp-block-navigation-item.has-child.open > a::after {
        content: '−';
    }

    .wp-block-navigation .has-child.open-always.wp-block-navigation-submenu {
        gap:0;
      }

    .wp-block-navigation__submenu-container {
        max-height: 0;
        overflow: hidden !important;
        transition: max-height .3s ease !important;
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .wp-block-navigation-item.open > .wp-block-navigation__submenu-container {
        max-height: 500px;
    }

    .wp-block-navigation .wp-block-navigation-item {
        padding: 0 0;
    }

    .wp-block-navigation .wp-block-navigation__container  {
        gap: 10px;
    }

    .wp-block-navigation .has-child.open-always > .wp-block-navigation__submenu-container {
      gap: 7px;
      display: flex;
      flex-direction: column;
      padding-top: 0px;
    }

    .wp-block-navigation .has-child.open-always > .wp-block-navigation__submenu-container a.active,
    .wp-block-navigation .has-child.open-always > .wp-block-navigation__submenu-container a:hover {
        color: var(--primary-color);
    }

    .wp-block-navigation__submenu-container {
        max-height: 0;
        overflow: hidden;
        padding-top: 10px;
        transition: all .3s ease !important;
    }
    
    .wp-block-navigation-item.open > .wp-block-navigation__submenu-container {
        padding-top: 10px !important;
    }
} 

.mosaic-gallery  .lbbLightBox {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    grid-auto-rows:200px;
    gap:10px;
}

.mosaic-gallery  .lbbLightBox  a{
    display:block;
    overflow:hidden;
    border-radius:6px;
}

.mosaic-gallery  .lbbLightBox  img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/* item 1 */
.mosaic-gallery  .lbbLightBox >div:nth-child(1){
    grid-row:span 2;
}

/* item 3 */
.mosaic-gallery  .lbbLightBox >div:nth-child(3){
    grid-column:span 2;
}

/* item 6 */
.mosaic-gallery  .lbbLightBox >div:nth-child(6){
    grid-row:span 2;
}

/* item 8 */
.mosaic-gallery  .lbbLightBox >div:nth-child(8){
    grid-column:span 2;
}

@media(max-width:767px){
    .mosaic-gallery  .lbbLightBox {
        grid-template-columns:repeat(2,1fr);
        grid-auto-rows:100px;
    }

    .mosaic-gallery  .lbbLightBox > div{
        grid-column:auto!important;
        grid-row:auto!important;
    }
}

.carousel-arrows-top {
    
}

.carousel-arrows-top .splide__arrows {
    position: absolute;
    top: -50px;
    right: 0;
    display: flex;
    gap: 10px;
}

.carousel-arrows-top .wp-block-splide-carousel .splide__arrows .splide__arrow {
  position: initial;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: #fff;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    width: 48px;
    height: 48px;
    opacity: 0.4;

    transition: all .15s;
}

.carousel-arrows-top .wp-block-splide-carousel .splide__arrows .splide__arrow svg {
    fill: #fff;
  }

.carousel-arrows-top .wp-block-splide-carousel .splide__arrows .splide__arrow:hover {
    opacity: 1;
}

.wp-block-accordion {
    
}

.wp-block-accordion .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}


body .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
  }

  .wp-block-accordion-item > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
/* Background */

/* Auto layout */
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;

width: 32px;
height: 32px;

border-radius: 8px;
background: rgba(200, 224, 99, 0.12);
  }

.wp-block-accordion-item.is-open  > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    /* Yellow Green */
    background: #C8E063;
}
    
.wp-block-accordion-item.is-open  > .wp-block-accordion-heading .wp-block-accordion-heading__toggle,
.wp-block-accordion-item.is-open  .wp-block-accordion-heading__toggle:hover {
    /* Yellow Green */
    color: var(--wp--preset--color--accent-hover) !important;
}
    

.wp-block-accordion-item.is-open > .wp-block-accordion-heading .wp-block-accordion-heading__toggle-icon {
    transform: initial !important;
  }

.wp-block-accordion-item .wp-block-accordion-panel  {
    margin: 0 !important;
  }

.tkv-tab-program-list {
    list-style-type: disc;
}

.tkv-tab-program-list li {
    color: inherit;
    position: relative;
}

.tkv-tab-program-list {
    list-style-type: disc;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.tkv-tab-program-list li::marker {
    color: red;
}

.wp-block-list.tkv-list-accent li {
    color: inherit;
    position: relative;
}

.wp-block-list.tkv-list-accent {
    list-style-type: disc;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.wp-block-list.tkv-list-accent li::marker {
    color: var(--primary-color-accent);
} 



.tkv-list-proff {
    list-style: none;
    gap: 10px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-left: 0;
}

.tkv-list-proff li {
    color: inherit;
    position: relative;
    padding-left: 40px; /* enough space for a marker image */
    min-height: 24px; /* ensure enough height for the marker */
}

.tkv-list-proff li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url('../images/tkv-list-proff-markger.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position: 0 0;
    display: block;
    pointer-events: none;
}

.wp-block-query .wp-block-post-template > li {
    transition: transform .3s ease;
}

.wp-block-query .wp-block-post-template > li:hover {
    transform: translateY(-5px) !important;
}

 .icon-center-fix-1 img {
    top: -0.5px;
    position: relative;
 }