.elementor-kit-13{--e-global-color-primary:#111111;--e-global-color-secondary:#54595F;--e-global-color-text:#111111;--e-global-color-accent:#E6C038;--e-global-color-d38d851:#F4F4F4;--e-global-color-0f7bb82:#252A2F;--e-global-color-ffe7bd8:#585858;--e-global-color-8ab6d1d:#A2A2A2;--e-global-color-b26c714:#F6F6F3;--e-global-color-d3e926c:#E2D9D1;--e-global-color-e6d8ede:#E8E8E8;--e-global-color-c8c199b:#39393E;--e-global-color-aa51a0c:#1D1D1F;--e-global-color-2ac719d:#1D1D20;--e-global-color-24bf046:#C1A01E;--e-global-color-fa76dd7:#DFDEDF;--e-global-color-6afaae1:#C8C8CC33;--e-global-color-0bb6a3b:#F1F1F1;--e-global-color-34fb096:#F8F7F4;--e-global-color-0b3ebc2:#F8F7F4;--e-global-color-c19dfba:#252525;--e-global-color-59ec1cd:#898989;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#252525;font-family:"Inter Tight Variable", Sans-serif;font-size:1rem;font-weight:300;line-height:1.2;}.elementor-kit-13 a{color:var( --e-global-color-8ab6d1d );font-family:"Inter Tight", Sans-serif;}.elementor-kit-13 a:hover{color:var( --e-global-color-accent );}.elementor-kit-13 h1{font-family:"Inter Tight Variable", Sans-serif;font-size:clamp(2.027rem, 1.6893rem + 1.0806vw, 2.986rem);font-weight:400;line-height:1.15;letter-spacing:-0.022em;}.elementor-kit-13 h2{font-family:"Inter Tight Variable", Sans-serif;font-size:clamp(1.802rem, 1.5605rem + 0.773vw, 2.488rem);font-weight:400;line-height:1;letter-spacing:0.006em;}.elementor-kit-13 h3{font-family:"Inter Tight Variable", Sans-serif;font-size:clamp(1.602rem, 1.4358rem + 0.5318vw, 2.074rem);font-weight:400;line-height:1.15;letter-spacing:-0.022rem;}.elementor-kit-13 h4{font-family:"Inter Tight Variable", Sans-serif;font-size:clamp(1.424rem, 1.317rem + 0.3425vw, 1.728rem);font-weight:200;line-height:1.15;letter-spacing:-0.022em;}.elementor-kit-13 h5{font-family:"Inter Tight Variable", Sans-serif;font-size:clamp(1.266rem, 1.2047rem + 0.1961vw, 1.44rem);font-weight:200;line-height:1.15;letter-spacing:-0.022em;}.elementor-kit-13 h6{font-family:"Inter Tight Variable", Sans-serif;font-size:clamp(1.125rem, 1.0986rem + 0.0845vw, 1.2rem);font-weight:200;line-height:1.15;letter-spacing:-0.022em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}@media(max-width:1366px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1366px;}.e-con{--container-max-width:1366px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}}/* Start custom CSS *//* ========================================
   DENTIFY GENERAL STYLES - PRODUCTION
   WordPress + Elementor Optimized
   ======================================== */
/* ===== Reset & Base Styles ===== */
body {
    margin: 0;
    --fallback-circle: true;
}
/* ===== Form Styling & Autofill Fix ===== */
.elementor-field-type-tel input:focus,
.elementor-field input:focus,
.elementor-field textarea:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* Input Field Styling */
.elementor-field-type-tel input {
    border-radius: 45px !important;
    background: transparent !important;
}
/* Webkit Autofill Form */
.elementor-field-type-tel input:-webkit-autofill,
.elementor-field-type-tel input:-webkit-autofill:hover,
.elementor-field-type-tel input:-webkit-autofill:focus,
.elementor-field-type-tel input:-webkit-autofill:active {
    border-radius: 45px !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #e8e8e8 !important;
    background-color: transparent !important;
    background-image: none !important;
    transition: background-color 9999s ease-in-out 0s !important
}
/* Firefox Autofill Form */
.elementor-field-type-tel input:-moz-autofill {
    border-radius: 45px !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
}









/* ===== Breadcrumbs ===== */
.elementor-element-d99d598 nav {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}
/* Hide The Scrollbar In Webkit Browsers */
.elementor-element-d99d598 nav::-webkit-scrollbar {
    display: none;
}
/* Breadcrumbs Arrow */
.elementor-element-d99d598 nav a:first-child::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background-image: url('https://new.dentify.com.ua/wp-content/uploads/2025/07/icon-forward.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(67%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
/* Divider Breadcrumbs */
.elementor-element-d99d598 .separator {
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.elementor-element-d99d598 nav a {
    color: #fff;
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 25px !important;
    transition: background 0.15s ease, box-shadow 0.15s ease;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0px 2px 5px 1px rgba(200, 200, 204, 0.49) inset !important;
}
.elementor-element-d99d598 nav a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #e6c038;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.elementor-element-d99d598 .last {
    color: #e6c038;
    font-weight: 400;
    padding: 6px 12px;
    background: rgba(230, 192, 56, 0.1);
    border-radius: 25px !important;
    box-shadow: 0px 2px 5px 1px rgba(230, 192, 56, 0.49) inset !important;
}
/* ===== Cover For Page ===== */
.cover-page {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 2.09/1;
    min-height: 160px;
    max-height: 260px;
}
.cover-page .e-con-inner {
    height: 100%;
}
.cover-page::after {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse 80% 60% at center 40%,
        transparent 0%,
        rgba(29, 29, 32, 0.2) 30%,
        rgba(29, 29, 32, 0.5) 60%,
        rgba(29, 29, 32, 0.8) 85%,
        rgba(29, 29, 32, 0.95) 95%,
        #1d1d20 100%
    );
    pointer-events: none;
    z-index: 1;
}
.cover-page .elementor-widget-heading {
    position: relative;
    z-index: 2;
}
/* Responsive Design */
@media (max-width: 425px) {
    .cover-page {
        aspect-ratio: auto;
        height: 240px;
        max-height: 240px;
    }
}
@media (min-width: 426px) and (max-width: 767px) {
    .cover-page {
        aspect-ratio: auto;
        height: 310px;
        max-height: 410px;
    }
}
@media (min-width: 768px) and (max-width: 1023px) {
    .cover-page {
        aspect-ratio: auto;
        height: 410px;
        max-height: 410px;
    }
}
@media (min-width: 1024px) and (max-width: 1366px) {
    .cover-page {
        aspect-ratio: auto;
        height: 510px;
        max-height: 660px;
    }
}
@media (min-width: 1367px) and (max-width: 1919px) {
    .cover-page {
        aspect-ratio: auto;
        height: 710px;
        max-height: 760px;
    }
}
@media (min-width: 1920px) and (max-width: 2559px) {
    .cover-page {
        aspect-ratio: auto;
        height: 910px;
        max-height: 910px;
    }
}
@media (min-width: 2560px) and (max-width: 3839px) {
    .cover-page {
        aspect-ratio: auto;
        height: 910px;
        max-height: 960px;
    }
}
@media (min-width: 3840px) {
    .cover-page {
        aspect-ratio: auto;
        height: 960px;
        max-height: 1060px;
    }
}
/* ===== Docs Archive Page ===== */
/* ===== Scroll Content Container ===== */
.scroll-outer-black {
    position: relative;
    max-height: 400px;
    overflow: hidden;
}
.scroll-outer-black::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50%;
    background: linear-gradient(to top, rgba(29, 29, 32, 1) 0%, rgba(29, 29, 32, 0) 100%);
    pointer-events: none;
    z-index: 10;
}
/* Common Scrollbar Styles */
.scroll-inner-black,
.e-filter {
    scrollbar-width: thin;
    scrollbar-color: #585858 transparent;
}
.scroll-inner-black::-webkit-scrollbar,
.e-filter::-webkit-scrollbar,
.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
    background: transparent;
}
.scroll-inner-black::-webkit-scrollbar-track,
.e-filter::-webkit-scrollbar-track,
.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 8px !important;
    margin: 4px 0;
}
.scroll-inner-black::-webkit-scrollbar-thumb,
.e-filter::-webkit-scrollbar-thumb,
.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar-thumb {
    background: #585858;
    border-radius: 8px !important;
    border: 2px solid transparent;
}
.scroll-inner-black::-webkit-scrollbar-thumb:hover,
.e-filter::-webkit-scrollbar-thumb:hover,
.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar-thumb:hover {
    background: #1d1d20;
}
.scroll-inner-black {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
/* Taxonomy Filter Component */
.e-filter-outer {
    position: relative;
    max-width: 100%;
}
.e-filter-outer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: linear-gradient(to left, rgba(29, 29, 32, 1) 0%, rgba(29, 29, 32, 0) 100%);
    pointer-events: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.2s;
}
.e-filter-outer.show-fade::after {
    opacity: 1;
}
.e-filter {
    display: flex;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    max-width: 100%;
    padding-bottom: 10px;
}
.e-filter::-webkit-scrollbar,
.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar {
    display: block !important;
    height: 8px !important;
    background: #e5e5e5;
    border-radius: 6px !important;
}
.e-filter::-webkit-scrollbar-thumb,
.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar-thumb {
    background: #1d1d20;
    border-radius: 6px !important;
    transition: background 0.3s;
}
.e-filter::-webkit-scrollbar-thumb:hover,
.elementor-widget-taxonomy-filter .e-filter::-webkit-scrollbar-thumb:hover {
    background: #444;
}
.e-filter button,
.e-filter .e-filter-item {
    cursor: pointer !important;
}
.elementor-widget-taxonomy-filter .e-filter {
    scrollbar-width: thin !important;
    -ms-overflow-style: auto !important;
}
.elementor-widget-taxonomy-filter .e-filter-item:focus:not(:focus-visible) {
    box-shadow: 0px 2px 5px 1px rgba(255, 255, 255, 0.8) inset !important;
}
/* Docs Loop Grid Card */
.card-photo {
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 20px 10px rgba(255, 255, 255, 1);
    border-radius: 25px !important;
}
.doc-card {
    cursor: pointer;
}
.btn-card .elementor-button-text {
    opacity: 0;
    max-width: 0;
    margin-right: 0;
    overflow: hidden;
    white-space: nowrap;
    will-change: max-width, opacity, margin-right;
    transition: opacity 1.5s ease, max-width 1.5s ease, margin-right 1.5s ease;
}
.doc-card:hover .btn-card .elementor-button-text,
.doc-card:focus-within .btn-card .elementor-button-text {
    opacity: 1;
    max-width: 300px;
    margin-right: 16px;
}
.btn-card .elementor-button-icon svg {
    width: 18px;
    height: 18px;
}
.doc-card:hover .elementor-element-75c9754 .elementor-button,
.doc-card:focus-within .elementor-element-75c9754 .elementor-button {
    color: var(--e-global-color-b26c714) !important;
    box-shadow: 0px 1px 5px 1px rgba(255, 255, 255, 0.8) inset !important;
}
.doc-card:hover .elementor-element-75c9754 .elementor-button svg,
.doc-card:focus-within .elementor-element-75c9754 .elementor-button svg {
    fill: var(--e-global-color-b26c714) !important;
}
/* ===== Docs Personal Page Turbulence Effects ===== */
[class^='mdw-turbulence-effect'],
[class*=' mdw-turbulence-effect'] {
    --text-gap: 20px;
}
[class^='mdw-turbulence-effect'] .elementor-widget-heading,
[class*=' mdw-turbulence-effect'] .elementor-widget-heading {
    opacity: 0;
    white-space: nowrap;
    max-width: unset !important;
    display: flex;
    justify-content: center;
}
[class^='mdw-turbulence-effect'] .elementor-widget-heading.show,
[class*=' mdw-turbulence-effect'] .elementor-widget-heading.show,
html.elementor-html [class^='mdw-turbulence-effect'] .elementor-widget-heading,
html.elementor-html [class*=' mdw-turbulence-effect'] .elementor-widget-heading {
    opacity: 1;
}
[class^='mdw-turbulence-effect'] p,
[class*=' mdw-turbulence-effect'] p {
    margin-bottom: 0;
}
[class^='mdw-turbulence-effect'] .elementor-widget-text-editor,
[class*=' mdw-turbulence-effect'] .elementor-widget-text-editor {
    max-width: var(--container-widget-width, 100%) !important;
}
[class^='mdw-turbulence-effect'] .elementor-widget-image svg,
[class*=' mdw-turbulence-effect'] .elementor-widget-image svg {
    position: absolute;
    left: 0;
    top: unset;
    border-radius: 0;
    border: none;
    transition: border 0.1s ease, border-radius 0.1s ease;
}
[class^='mdw-turbulence-effect'] .elementor-widget-image svg.border-active,
[class*=' mdw-turbulence-effect'] .elementor-widget-image svg.border-active {
    border: 1px solid #585858;
    border-radius: 25px !important;
}
[class^='mdw-turbulence-effect'] .elementor-widget-image img,
[class*=' mdw-turbulence-effect'] .elementor-widget-image img {
    opacity: 0;
}
html.elementor-html [class^='mdw-turbulence-effect'] .elementor-widget-image img,
html.elementor-html [class*=' mdw-turbulence-effect'] .elementor-widget-image img {
    opacity: 1;
}
[class^='mdw-turbulence-effect'].anim .elementor-widget-heading,
[class*=' mdw-turbulence-effect'].anim .elementor-widget-heading,
[class^='mdw-turbulence-effect'].anim .elementor-widget-image svg,
[class*=' mdw-turbulence-effect'].anim .elementor-widget-image svg {
    transition: all 1s cubic-bezier(0, 0.33, 0.07, 1.03);
}
[class^='mdw-turbulence-effect'] .elementor-widget-image.eye image,
[class*=' mdw-turbulence-effect'] .elementor-widget-image.eye image {
    transform: none !important;
}
[class^='mdw-turbulence-effect'] .elementor-widget-image.eye.blur g,
[class*=' mdw-turbulence-effect'] .elementor-widget-image.eye.blur g {
    transform: scale(0.95);
    transform-origin: center;
}
[class^='mdw-turbulence-effect'] .elementor-widget-image.eye.blur image,
[class*=' mdw-turbulence-effect'] .elementor-widget-image.eye.blur image {
    transform: scale(1.05) !important;
}
@media screen and (max-width: 350px) {
    .contacts .e-n-menu-title-text {
        font-size: 1.1rem !important;
    }
}
@media (max-width: 767px) {
    [class^='mdw-turbulence-effect'],
    [class*=' mdw-turbulence-effect'] {
        --text-gap: 10px;
    }
    [class^='mdw-turbulence-effect'] .elementor-widget-heading,
    [class*=' mdw-turbulence-effect'] .elementor-widget-heading,
    [class^='mdw-turbulence-effect'] .elementor-widget-text-editor,
    [class*=' mdw-turbulence-effect'] .elementor-widget-text-editor {
        position: static !important;
    }
    [class^='mdw-turbulence-effect'] .elementor-widget-heading,
    [class*=' mdw-turbulence-effect'] .elementor-widget-heading {
        max-width: 100% !important;
    }
}
/* ===== ACF Custom Fields ===== */
.acf-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.acf-list-item {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #A2A2A2;
    line-height: 1.4;
}
.acf-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e8e8e8;
}
.acf-text {
    display: inline-block;
}
/* ===== Loans \ Payment \ Insurance companies Page ===== */
/* Elementor Custom Tabs */
.e-n-tabs-heading,
.e-n-tab-title,
.custom-indicator {
    box-sizing: border-box !important;
}
.e-n-tabs-heading {
    display: flex !important;
    align-items: center;
    border: none !important;
    border-radius: 999px;
    width: max-content !important;
    height: 56px !important;
    margin: 0 auto !important;
    position: relative;
    background: rgba(232, 232, 237, 90%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    padding: 6px;
    overflow-x: auto !important;
    white-space: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    max-width: 100%;
}
.e-n-tabs-heading::-webkit-scrollbar {
    display: none;
}
.e-n-tab-title {
    text-align: center !important;
    flex: none !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 17px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
    letter-spacing: -0.022em !important;
    color: #1d1d20 !important;
    position: relative;
    z-index: 2;
    transition: color 300ms ease;
    border: none !important;
    background: transparent !important;
    padding: 8px 16px !important;
    height: 100% !important;
    border-radius: 100px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 90px !important;
}
.e-n-tab-title[aria-selected="true"] {
    color: #1d1d20 !important;
}
.custom-indicator {
    position: absolute;
    top: 6px !important;
    background: #1d1d20 !important;
    border-radius: 100px;
    height: 44px !important;
    width: 0;
    transform: translateX(0);
    transition: transform 500ms ease, width 500ms ease;
    z-index: 1;
}
.e-n-tabs-content {
    position: relative !important;
    overflow: hidden !important;
    height: auto !important;
    min-height: auto !important;
    max-width: 100% !important;
    transition: height 500ms ease, min-height 500ms ease;
}
/* Dark Theme For Custom Tabs */
.dark-tabs .e-n-tabs-heading {
    background: rgba(51, 51, 54, 90%) !important;
}
.dark-tabs .custom-indicator {
    background: #f5f5f7 !important;
}
/* Carousel Fade Effects */
.dark-carousel-fade {
    position: relative;
}
.dark-carousel-fade::before,
.dark-carousel-fade::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    pointer-events: none;
    z-index: 5;
}
.dark-carousel-fade::before {
    left: 0;
    background: linear-gradient(to right, #1d1d20 0%, transparent 100%);
}
.dark-carousel-fade::after {
    right: 0;
    background: linear-gradient(to left, #1d1d20 0%, transparent 100%);
}

.light-carousel-fade {
    position: relative;
}
.light-carousel-fade::before,
.light-carousel-fade::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 5%;
    pointer-events: none;
    z-index: 5;
}
.light-carousel-fade::before {
    left: 0;
    background: linear-gradient(to right, #f1f1f1 0%, transparent 100%);
}
.light-carousel-fade::after {
    right: 0;
    background: linear-gradient(to left, #f1f1f1 0%, transparent 100%);
}
/* Insurance Company List */
.list-class-insurance .elementor-icon-list-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 8px 8px !important;
    padding: 0;
    list-style: none;
    width: 100%;
    box-sizing: border-box;
}
.list-class .elementor-icon-list-item {
    margin: 0 !important;
    padding: 0;
    box-sizing: border-box;
}
/* ===== Glass Effects & Elements ===== */
/* Social Icon */
.elementor-social-icon {
    box-shadow: 0px 2px 5px 1px rgba(200, 200, 204, 0.49) inset !important;
}
.elementor-social-icon:hover {
    box-shadow: 0px 2px 5px 1px rgba(255, 255, 255, 0.8) inset !important;
}
.elementor-social-icon:focus {
    box-shadow: 0px 2px 5px 1px rgba(255, 255, 255, 0.8) inset !important;
}
/* Glass Btn */
.glass-btn .elementor-button:focus,
.glass-btn .elementor-button:active {
    box-shadow: 0px 1px 5px 1px rgba(255, 255, 255, 0.8) inset !important;
}
.glass-btn .elementor-button:focus {
    box-shadow: 0px 2px 5px 1px rgba(200, 200, 204, 0.49) inset !important;
    color: var(--e-global-color-8ab6d1d) !important;
    background-color: transparent !important;
}
.glass-btn .elementor-button:focus .elementor-button-icon svg {
    fill: var(--e-global-color-8ab6d1d) !important;
}
.glass-btn .elementor-button:hover {
    box-shadow: 0px 2px 5px 1px rgba(255, 255, 255, 0.8) inset !important;
    color: var(--e-global-color-d38d851) !important;
}
.glass-btn .elementor-button:hover .elementor-button-icon svg {
    fill: var(--e-global-color-d38d851) !important;
}
/* Blur Container */
.blur-container {
    background: rgba(51, 51, 54, 2%) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
}
.blur-container:focus,
.blur-container:active {
    box-shadow: 0px 1px 5px 1px rgba(255, 255, 255, 0.8) inset !important;
}
/* ===== License Card Styles ===== */
.license-card {
    background: linear-gradient(to bottom, #BFA46F, #3A2F1B 50%, #0F0F0F);
}
@media (max-width: 767px) {
    .license-grid {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
        grid-auto-flow: row;
    }
}
/* ===== Map Fade ===== */
.map-fade {
    position: relative;
}
.map-fade::before,
.map-fade::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 13px;
    background: linear-gradient(to bottom, #1D1D1D, #1D1D1D 30%, rgba(29, 29, 29, 0.9) 50%, rgba(29, 29, 29, 0.6) 70%, rgba(29, 29, 29, 0.3) 85%, transparent);
    pointer-events: none;
    z-index: 10;
}
.map-fade::before {
    top: 0;
}
.map-fade::after {
    bottom: 0;
    background: linear-gradient(to top, #1D1D1D, #1D1D1D 30%, rgba(29, 29, 29, 0.9) 50%, rgba(29, 29, 29, 0.6) 70%, rgba(29, 29, 29, 0.3) 85%, transparent);
}
/* ===== Footer Responsive Grid ===== */
@media (max-width: 767px) {
    .footer-grid {
        display: grid !important;
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)) !important;
        grid-auto-flow: row;
    }
    .footer-grid > .e-con {
        min-width: 140px !important;
    }
    .footer-grid > .e-con:last-child {
        grid-column: 1 / -1 !important;
    }
}
@media (min-width: 520px) and (max-width: 767px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .footer-grid > .e-con:last-child {
        grid-column: 2 / 4 !important;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Inter Tight Variable';
	font-display: swap;
	src: url('https://cdn.dentify.com.ua/assets/media/2026/01/15125214/intertight-variablefont_wght.ttf') format('truetype');
}
/* End Custom Fonts CSS */