@charset "UTF-8";
@font-face {
    font-family: "HelveticaNeueMedium";
    src: url("../fonts/HelveticaNeue-Medium.eot");
    src: url("../fonts/HelveticaNeue-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Medium.woff2") format("woff2"), url("../fonts/HelveticaNeue-Medium.woff") format("woff"), url("../fonts/HelveticaNeue-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNeueRegular";
    src: url("../fonts/HelveticaNeue-Roman.eot");
    src: url("../fonts/HelveticaNeue-Roman.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Roman.woff2") format("woff2"), url("../fonts/HelveticaNeue-Roman.woff") format("woff"), url("../fonts/HelveticaNeue-Roman.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "HelveticaNeueBold";
    src: url("../fonts/HelveticaNeue-Bold.eot");
    src: url("../fonts/HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeue-Bold.woff") format("woff"), url("../fonts/HelveticaNeue-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.building-section, .section, .apartment-filter, .footer, .on-construction, .partners, .apartment-select, .omnia-hero, .hero, .header {
    width: 100%;
    float: left;
}

.apartment-filter__currency-toggle, .footer__social-link, .on-construction__footer, .partners__logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.status-box__value {
    font-family: "HelveticaNeueRegular";
    font-style: normal;
}

.floor-select, .status-box__label, .project-header__title strong, .floor-info__status strong, .floor-info__label, .flat-card__price, .flat-card, .section-title h2 strong, .filter-item__label, .apartments__filter_col .building-card__subtitle, .apartment-filter__label, .apartment-filter__hero-title strong, .dynamic-nav__number, .footer__col-title, .footer__newsletter-title strong, .on-construction__block-name, .on-construction__section-title span, .partners__title span, .apartment-select__number, .apartment-select__label, .apartment-select__title strong, .omnia-hero__number, .omnia-hero__page-number, .omnia-hero__feature-heading, .omnia-hero__title, .hero__title strong, .header__contact-val {
    font-family: "HelveticaNeueBold";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; /* ზოგ ფონტზე ჭრის */
    font-variant: all-small-caps; /* ქართული მთავრულისთვის ყველაზე ეფექტურია */
    font-feature-settings: "case" on, "titl" on;
}

.filter-item__value, .apartments__filter_col .building-card__title, .apartment-filter__value, .apartment-filter__select span, .apartment-filter__action-btn, .apartment-filter__hero-desc, .footer__copyright, .footer__link, .footer__address, .footer__about-text, .footer__submit, .footer__newsletter-desc, .on-construction__btn, .on-construction__progress-text, .apartment-select__info, .apartment-select__submit, .apartment-select__btn, .omnia-hero__feature-text, .omnia-hero__description, .omnia-hero__btn-more, body {
    font-family: "HelveticaNeueRegular";
    font-weight: 400;
    font-style: normal;
}

.back-link, .project-header, .floor-info__status, .flat-detail__value, .section-title h2, .apartment-filter__currency-toggle, .apartment-filter__hero-title, .footer__newsletter-title, .on-construction__info-badge, .on-construction__project-name, .on-construction__section-title, .on-construction__status-text, .partners__name, .partners__title, .apartment-select__title, .omnia-hero__subtitle, .hero__title, .header__contact-label, .header__lang-toggle, .header__menu-link {
    font-family: "HelveticaNeueRegular";
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase; /* ზოგ ფონტზე ჭრის */
    font-variant: all-small-caps; /* ქართული მთავრულისთვის ყველაზე ეფექტურია */
    font-feature-settings: "case" on, "titl" on;
}

.on-construction__visual, .apartment-select__img-wrapper img, .omnia-hero__visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.floor-info__status, .omnia-hero__description, .header__menu-link {
    color: rgba(1, 0, 0, 0.7);
}

.header__contact-label {
    color: rgba(1, 0, 0, 0.3);
}

h1 {
    font-size: 36px;
}

.building-section, .section, .apartment-filter, .footer, .on-construction, .partners, .apartment-select, .omnia-hero, .hero, .header {
    width: 100%;
    float: left;
}

.apartment-filter__currency-toggle, .footer__social-link, .on-construction__footer, .partners__logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Minimal modern reset */
*, *::before, *::after {
    box-sizing: border-box;
}

html:focus-within {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, picture, video, canvas, svg {
    display: block;
    max-width: 100%;
}

input, button, textarea, select {
    font: inherit;
}

a {
    color: inherit;
}

:root {
    --font-sans: system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans",
    "Apple Color Emoji", "Segoe UI Emoji";
    --text: #0e1116;
    --muted: #5b6573;
    --bg: #ffffff;
    --card: #f5f7fa;
    --border: #e6eaf0;
    --width:1440px;
}

body {
    color: var(--text);
    background: var(--bg);
    line-height: 1.55;
}

.h1 {
    font-size: clamp(28px, 3vw, 44px);
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.h2 {
    font-size: clamp(22px, 2vw, 32px);
    margin: 0 0 12px;
    letter-spacing: -0.02em;
}

.h3 {
    font-size: 18px;
    margin: 0 0 8px;
}

.lead {
    font-size: 18px;
    color: var(--muted);
    margin: 0;
}

.muted {
    color: var(--muted);
}

code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.container, .hero__footer {
    width: 100%;
    max-width:var(--width);
    margin-inline: auto;
    padding-inline: 8px;
}
@media (min-width: 576px) {
    .container, .hero__footer {
        padding-inline: 8px;
    }
}

.row, .header__inner {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -8px;
}

.row > *, .header__inner > * {
    padding-inline: 8px;
}

.col {
    flex: 1 1 0;
    min-width: 0;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-sm {
        flex: 1 1 0;
        min-width: 0;
    }
}
@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-md {
        flex: 1 1 0;
        min-width: 0;
    }
}
@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-lg {
        flex: 1 1 0;
        min-width: 0;
    }
}
@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xl {
        flex: 1 1 0;
        min-width: 0;
    }
}
@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxl {
        flex: 1 1 0;
        min-width: 0;
    }
}
.card {
    border: 1px solid var(--border);
    background: var(--card);
    border-radius: 16px;
    padding: 16px;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
    outline: none;
    background: none;
}

.header {
    border-bottom: 1px solid #f0f0f0;
    height: 80px;
}
.header .container, .header .hero__footer {
    max-width: 98%;
}
.header__inner {
    align-items: center;
    justify-content: space-between;
    z-index: 300;
    position: relative;
    height: 80px;
    align-items: center;
}
.header__left {
    display: flex;
    align-items: center;
}
.header__brand {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 60px;
}
.header__nav {
    display: none;
}
@media (min-width: 992px) {
    .header__nav {
        display: block;
    }
}
.header__menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}
.header__menu-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    transition: 0.3s all ease-in;
    height: 80px;
    line-height: 1.5;
    position: relative;
    /* შეცვლილი/დამატებული ნაწილი: */
    overflow: hidden; /* თუ აუცილებელი არაა, დამალვა მოხსენით */
    width: max-content;
    flex-shrink: 0;
    padding-right: 5px;
}
.header__menu-link svg path {
    transition: 0.3s all ease-in;
}
.header__menu-link:hover {
    color: #26884f;
}
.header__menu-link:hover svg path {
    fill: #26884f;
}
.header__menu-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: repeating-linear-gradient(to right, #21844d, #21844d 2px, transparent 2px, transparent 12px);
    transform: translateY(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__menu-link:hover::after {
    transform: translateY(0);
}
.header__actions {
    display: flex;
    align-items: center;
    gap: 15px;
}
.header__lang-toggle {
    background: #fff;
    border: 1px solid #e0e0e0;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 20px;
    height: 36px;
    display: flex;
    align-items: center;
}
.header__lang-toggle svg {
    margin-right: 10px;
    float: left;
}
.header__contact-anchor {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}
.header__contact-icon {
    width: 44px;
    height: 44px;
    background-color: #26884f;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.header__contact-text {
    display: none;
    margin-left: 10px;
}
@media (min-width: 768px) {
    .header__contact-text {
        display: flex;
        flex-direction: column;
    }
}
.header__contact-label {
    font-size: 16px;
    text-transform: uppercase;
}
.header__contact-val {
    font-size: 18px;
    margin-top: 0px;
}
.header__burger {
    position: relative;
    z-index: 2000;
    width: 18px;
    height: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 28px;
    cursor: pointer;
}

.header__contact-anchor {
    line-height: 1;
}

.header__contact {
    display: flex;
    align-items: center;
}
.header__burger-line {
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.header__burger.--is-open {
    margin-top: -8px;
}
.header__burger.--is-open .header__burger-line:first-child {
    transform: translateY(9px) rotate(45deg);
}
.header__burger.--is-open .header__burger-line:last-child {
    transform: translateY(1px) rotate(-45deg);
}
.header__menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 200;
    visibility: hidden;
    pointer-events: none;
}
.header__menu-overlay.--active {
    visibility: visible;
    pointer-events: all;
}
.header__layer {
    position: absolute;
    inset: 0;
    transform: translateY(-100%);
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}
.header__layer--green {
    background-color: #21844d;
    transition-delay: 0s;
}
.header__layer--grey {
    background-color: #333;
    transition-delay: 0.1s;
    display: none;
}
.header__layer--white {
    background-color: #fff;
    transition-delay: 0.2s;
    display: flex;
    align-items: center;
}
.header__menu-overlay.--active .header__layer {
    transform: translateY(0);
}
.header__full-list {
    list-style: none;
    padding: 0;
}
.header__full-list  a{
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.2s ease-in-out;
}
.header__menu-overlay.--active .header__full-list  a{
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.2s;
}
header__full-list  a.--active {
    color: #21844d;
}
header__full-list  a.--active::before {
    content: "◿";
    margin-right: 10px;
    font-size: 20px;
}
.header.active .header__lang-toggle {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}
.header.active .header__lang-toggle svg path {
    fill: #fff;
}
.header.active .header__contact-label {
    color: rgba(255, 255, 255, 0.7);
}
.header.active .header__contact-val {
    color: #fff;
}

.header__full-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 60px;
    position: relative;
    height: 100vh;
}
.header__full-left:after {
    content: "";
    background: url("../../images/brand2.png");
    position: absolute;
    bottom: -280px;
    right: -150px;
    width: 600px;
    height: 600px;
    background-size: contain;
}

.header__full-list a {
    display: flex;
    align-items: center;
    transition: 0.3s all ease-in;
}
.header__full-list {
    list-style: none;
    padding: 0;
    margin-bottom: 50px;
}
.header__full-link {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 15px;
    opacity: 0;
    transform: translateY(30px);
    display: flex;
    align-items: center;
}/* 1. ლინკი */
.header__full-list a {
    position: relative;
    display: flex;
    align-items: center;
    color: #333;
    padding-left: 0;
    text-decoration: none;
    font-size: 40px;
    font-weight: 700;

    /* ტექსტი */
    transition:
            color 0.3s ease,
            padding-left 0.3s ease 0.15s;
}

/* 2. აიქონი */
.header__full-list a::before {
    content: "";
    background: url("../../images/key.png") no-repeat left center;
    background-size: contain;
    width: 20px;
    height: 20px;

    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-10px) translateY(-50%);
    opacity: 0;

    pointer-events: none;

    /* საწყისში delay არა აქვს, რომ unhover-ზე ჯერ ეგ გავიდეს */
    transition:
            opacity 0.15s ease,
            transform 0.15s ease;
}

/* 3. hover / active */
.header__full-list a:hover,
.header__full-list a.--active {
    color: #26884f;
    padding-left: 30px;

    /* hover-ზე ტექსტი მაშინვე წავიდეს */
    transition:
            color 0.3s ease,
            padding-left 0.3s ease 0s;
}

.header__full-list a:hover::before,
.header__full-list a.--active::before {
    opacity: 1;
    transform: translateX(0) translateY(-50%);

    /* hover-ზე აიქონი ცოტა დაგვიანებით გამოჩნდეს */
    transition:
            opacity 0.15s ease 0.15s,
            transform 0.15s ease 0.15s;
}


.header__full-socials {
    display: flex;
    gap: 36px;
    opacity: 0;
    transition: opacity 0.5s ease 0.8s;
    position: fixed;
    bottom: 40px;
}
.header__social-link {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    position: relative;
    font-weight: 700;
}
.header__social-link::before {
    content: "";
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background: url("../../images/arr.png") no-repeat left;
    background-size: 100%;
    float: left;
}
.header__menu-overlay.--active .header__full-link {
    opacity: 1;
    transform: translateY(0);
}
.header__menu-overlay.--active .header__full-link:nth-child(1) {
    transition-delay: 0.4s;
    transition: all 0.3s ease-in;
}
.header__menu-overlay.--active .header__full-link:nth-child(2) {
    transition-delay: 0.5s;
    transition: all 0.3s ease-in;
}
.header__menu-overlay.--active .header__full-link:nth-child(3) {
    transition-delay: 0.6s;
    transition: all 0.3s ease-in;
}
.header__menu-overlay.--active .header__full-link:nth-child(4) {
    transition-delay: 0.7s;
    transition: all 0.3s ease-in;
}
.header__menu-overlay.--active .header__full-link:nth-child(5) {
    transition-delay: 0.8s;
    transition: all 0.3s ease-in;
}
.header__menu-overlay.--active .header__full-link:nth-child(6) {
    transition-delay: 0.9s;
    transition: all 0.3s ease-in;
}
.header__menu-overlay.--active .header__full-socials {
    opacity: 1;
}
.header__full-right {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: none;
}
@media (min-width: 992px) {
    .header__full-right {
        display: block;
    }
}
.header__full-image {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 35vw;
    background: #26884f;
}
.header__full-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
}

.hero {
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
}
.hero img#cover {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
}
.hero__top {
    position: absolute;
    top: 0;
    left: 0;
}
.hero__top img {
    height: auto;
}
.hero__inner {
    position: relative;
    align-items: center;
}
.hero__title {
    font-size: 53px;
    color: #fff;
    line-height: 1;
    max-width: 800px;
    margin-bottom: 40px;
    text-transform: uppercase;
    max-width: 500px;
}
.hero__actions {
    display: flex;
    gap: 20px;
}
.hero__sidebar {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 300px;
}
.hero__sidebar::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(to bottom, #fff, #fff 2px, transparent 2px, transparent 8px);
    opacity: 0.5;
}
.hero__footer {
    position: absolute;
    bottom: 48px;
    right: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 24px;
    max-width: 100%;
    padding-right: 70px;
}
.hero__address {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    color: #fff;
}
.hero__address-text {
    font-size: 14px;
    max-width: 180px;
    text-align: right;
}
.hero__address-icon {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
}

body {
    position: relative;
    min-height: 100vh;
    margin: 0;
    /* ქმნის ვერტიკალურ ხაზებს */
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 80px 100%; /* ხაზებს შორის დაშორება (აქ 80px) */
}

.btn {
    height: 48px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 0px 32px;
    display: flex;
    align-items: center;
    line-height: 1.5;
}
.btn--primary {
    background-color: #26884f;
    color: #fff;
}
.btn--outline {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    backdrop-filter: blur(5px);
}
.btn--outline:hover {
    background: #fff;
    color: #000;
}

.hero:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 10px; /* დაშორება მარჯვენა კიდიდან */
    width: 12px; /* თითოეული ხაზის სიგრძე (შენი მოთხოვნით 30px) */
    height: 100%;
    /* ქმნის ჰორიზონტალურ ზოლებს, რომლებიც ვერტიკალურად მეორდება */
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 1px, transparent 1px);
    /* 1px არის ხაზის სისქე, 20px არის დაშორება ხაზებს შორის */
    background-size: 12px 12px;
    z-index: 999;
    pointer-events: none;
}

.omnia-hero {
    padding: 80px 0;
    position: relative;
}
.omnia-hero__container {
    max-width:var(--width);
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: flex-start;
    gap: 23px;
    position: relative;
}
@media (max-width: 992px) {
    .omnia-hero__container {
        flex-direction: column;
    }
}
.omnia-hero__visual {
    flex: 0 0 42%;
    position: relative;
    overflow: hidden;
    height: 690px;
    overflow: hidden;
}
.omnia-hero__visual img {
    display: block;
    opacity: 0.4;
}
.omnia-hero__btn-more {
    position: absolute;
    bottom: 32px;
    right: 32px;
    border: 1px solid #000000;
    padding: 0px 32px;
    height: 48px;
    line-height: 44px;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    text-decoration: none;
    transition: 0.3s ease;
}
.omnia-hero__btn-more:hover {
    background: #000000;
    color: #fff;
}
.omnia-hero__header {
    margin-bottom: 35px;
    margin-left: -112px;
    z-index: 300;
    position: relative;
    margin-top: 15px;
}
.omnia-hero__title {
    font-size: 90px;
    line-height: 1.1;
    color: #000000;
}
.omnia-hero__subtitle {
    font-size: 48px;
    line-height: 1;
    color: #000000;
    margin: 0;
}
.omnia-hero__description {
    font-size: 16px;
    line-height: 1.6;
    max-width: 94%;
    margin-bottom: 35px;
    font-weight: 500;
}
.omnia-hero__feature-heading {
    font-size: 21px;
    margin-bottom: 25px;
    color: #000000;
}
.omnia-hero__features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 560px;
}
.omnia-hero__feature-item {
    border: 1px solid rgba(1, 0, 0, 0.1);
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: 0.3s ease;
    align-items: flex-start;
}
.omnia-hero__feature-item img {
    height: 34px;
}
.omnia-hero__feature-item:hover {
    border-color: rgba(0, 0, 0, 0.4);
}
.omnia-hero__feature-icon {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.omnia-hero__feature-text {
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}
.omnia-hero__page-number {
    position: absolute;
    bottom: -30px;
    right: 16px;
    font-size: 180px;
    color: rgba(1, 0, 0, 0.03);
    line-height: 1;
    pointer-events: none;
    display: flex;
    align-items: center;
}
.omnia-hero__page-number::before {
    content: "";
    width: 100px;
    height: 1px;
    background: #000000;
    margin-right: 20px;
    opacity: 0.2;
}
.omnia-hero:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 10px; /* დაშორება მარჯვენა კიდიდან */
    width: 12px; /* თითოეული ხაზის სიგრძე (შენი მოთხოვნით 30px) */
    height: 100%;
    /* ქმნის ჰორიზონტალურ ზოლებს, რომლებიც ვერტიკალურად მეორდება */
    background-image: linear-gradient(to bottom, rgb(1, 0, 0) 1px, transparent 1px);
    /* 1px არის ხაზის სისქე, 20px არის დაშორება ხაზებს შორის */
    background-size: 12px 12px;
    z-index: 999;
    pointer-events: none;
}
.omnia-hero__pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    z-index: -1;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.omnia-hero__number {
    font-size: 320px;
    line-height: 0.8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
}
.omnia-hero__number::before {
    content: "";
    position: absolute;
    left: -180px;
    top: 55%;
    width: 250px;
    height: 1px;
    background-color: #000000;
}
.omnia-hero__number::after {
    content: "";
    position: absolute;
    left: 55px;
    top: 55%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-color: #000000;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .omnia-promo__number {
        font-size: 200px;
    }
    .omnia-promo__number::before {
        width: 150px;
        left: -100px;
    }
    .omnia-promo__number::after {
        width: 20px;
        height: 20px;
        left: 35px;
    }
}
.apartment-select {
    background-color: #11301f;
    padding: 100px 0;
    position: relative;
    color: #fff;
    padding-bottom: 250px;
}
.apartment-select:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 10px; /* დაშორება მარჯვენა კიდიდან */
    width: 12px; /* თითოეული ხაზის სიგრძე (შენი მოთხოვნით 30px) */
    height: 100%;
    /* ქმნის ჰორიზონტალურ ზოლებს, რომლებიც ვერტიკალურად მეორდება */
    background-image: linear-gradient(to bottom, rgb(255, 255, 255) 1px, transparent 1px);
    /* 1px არის ხაზის სისქე, 20px არის დაშორება ხაზებს შორის */
    background-size: 12px 12px;
    z-index: 999;
    pointer-events: none;
}
.apartment-select__container {
    max-width:var(--width);
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    gap: 60px;
}
.apartment-select__filters {
    flex: 0 0 45%;
}
.apartment-select__title {
    font-size: 53px;
    margin-bottom: 50px;
    color: #fff;
}
.apartment-select__group {
    margin-bottom: 35px;
}
.apartment-select__label {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}
.apartment-select__options {
    display: grid;
    gap: 12px;
}
.apartment-select__options--views {
    grid-template-columns: repeat(3, 1fr);
}
.apartment-select__options--rooms {
    grid-template-columns: repeat(3, 1fr);
}
.apartment-select__btn {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 15px;
    cursor: pointer;
    display: flex;
    height: 56px;
    line-height: 1.3;
    align-items: center;
    font-weight: 500;
    justify-content: flex-start;
    gap: 10px;
    font-size: 12px;
    transition: 0.3s;
}
.apartment-select__btn span {
    margin-right: 5px;
    opacity: 0.6;
}
.apartment-select__btn:hover {
    border-color: #26884f;
    background: rgba(255, 255, 255, 0.05);
}
.apartment-select__submit {
    background-color: #26884f;
    color: #fff;
    border: none;
    padding: 0 45px;
    margin-top: 20px;
    height: 48px;
    line-height: 44px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s ease;
}
.apartment-select__submit:hover {
    filter: brightness(1.1);
}
.apartment-select__visual {
    flex: 0 0 45%;
    margin-top: 120px;
}
.apartment-select__info {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 25px;
    max-width: 300px;
}
.apartment-select__img-wrapper {
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    background: #000;
}
.apartment-select__img-wrapper img {
    opacity: 0.4;
}
.apartment-select__pagination {
    position: absolute;
    bottom: -90px;
    left: 150px;
    pointer-events: none;
}
.apartment-select__number {
    font-size: 280px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05);
    position: relative;
    display: inline-block;
}
.apartment-select__number::before {
    content: "";
    position: absolute;
    left: -150px;
    top: 55%;
    width: 200px;
    height: 1px;
    background-color: #fff;
    opacity: 0.3;
}
.apartment-select__number::after {
    content: "";
    position: absolute;
    left: 55px;
    top: 55%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
}

.partners {
    padding: 80px 0;
    background-color: #fff;
    position: relative;
}
.partners:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 10px; /* დაშორება მარჯვენა კიდიდან */
    width: 12px; /* თითოეული ხაზის სიგრძე (შენი მოთხოვნით 30px) */
    height: 100%;
    /* ქმნის ჰორიზონტალურ ზოლებს, რომლებიც ვერტიკალურად მეორდება */
    background-image: linear-gradient(to bottom, rgb(1, 0, 0) 1px, transparent 1px);
    /* 1px არის ხაზის სისქე, 20px არის დაშორება ხაზებს შორის */
    background-size: 12px 12px;
    z-index: 999;
    pointer-events: none;
}
.partners__container {
    max-width:var(--width);
    margin: 0 auto;
    padding: 0 16px;
}
.partners__title {
    font-size: 53px;
    margin-bottom: 50px;
    color: #000000;
}
.partners__grid {
    display: grid;
    width: 100%;
}



.partners__card {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(1, 0, 0, 0.1);
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 40px 24px 20px;
}
.partners__card:hover {
    border-color: #26884f;
}
.partners__card:hover .partners__logo {
    filter: grayscale(0%);
    opacity: 1;
}
.partners__card:hover .partners__name {
    color: #26884f;
}
.partners__card:hover .partners__arrow {
    transform: translate(3px, -3px);
    opacity: 1;
}
.partners__logo-box {
    height: 100px;
    margin-bottom: 40px;
}
.partners__logo {
    max-width: 80%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: filter 0.4s ease, opacity 0.4s ease;
}
.partners__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 15px;
}
.partners__name {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.4);
    transition: color 0.3s ease;
}
.partners__arrow {
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2326884f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='7' y1='17' x2='17' y2='7'%3E%3C/line%3E%3Cpolyline points='7 7 17 7 17 17'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.on-construction {
    padding: 100px 0;
    position: relative;
}
.on-construction:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 10px; /* დაშორება მარჯვენა კიდიდან */
    width: 12px; /* თითოეული ხაზის სიგრძე (შენი მოთხოვნით 30px) */
    height: 100%;
    /* ქმნის ჰორიზონტალურ ზოლებს, რომლებიც ვერტიკალურად მეორდება */
    background-image: linear-gradient(to bottom, rgb(1, 0, 0) 1px, transparent 1px);
    /* 1px არის ხაზის სისქე, 20px არის დაშორება ხაზებს შორის */
    background-size: 12px 12px;
    z-index: 999;
    pointer-events: none;
}
.on-construction img {
    opacity: 0.6;
}
.on-construction__container {
    max-width:var(--width);
    margin: 0 auto;
    padding: 0 16px;
    padding-left: 150px;
}
.on-construction.right .on-construction__container {
    padding-left: 200px;
}
.on-construction__top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.on-construction__status {
    display: flex;
    align-items: center;
    gap: 15px;
}
.on-construction__line {
    width: 80px;
    height: 1px;
    background-color: #000000;
}
.on-construction__status-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}
.on-construction__section-title {
    font-size: 53px;
    color: #000000;
}
.on-construction__main {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: flex-start;
    position: relative;
}
.on-construction__visual {
    position: relative;
    height: 400px;
    max-width: 600px;
}
.on-construction__visual img {
    height: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.on-construction__visual::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8), transparent);
}
.on-construction__overlay-title {
    position: absolute;
    bottom: 40px;
    right: -190px;
    z-index: 2;
    text-align: left;
}
@media (max-width: 992px) {
    .on-construction__overlay-title {
        right: 20px;
    }
}
.on-construction__project-name {
    font-size: 53px;
    line-height: 1;
    margin-bottom: 5px;
}
.on-construction__block-name {
    font-size: 42px;
    line-height: 1;
}
.on-construction__details {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.on-construction__info-badge {
    border: 1px solid rgba(1, 0, 0, 0.1);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}
.on-construction__progress-text {
    color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
.on-construction__footer {
    margin-bottom: -120px;
    justify-content: flex-start;
    margin-top: 80px;
}
.on-construction__btn {
    border: 1px solid #000000;
    padding: 0 32px;
    line-height: 44px;
    height: 48px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    margin-right: 50px;
}
.on-construction__btn:hover {
    background-color: #000000;
    color: #fff;
}

.footer {
    background-color: #11301f;
    padding: 40px 0 30px;
    color: #fff;
    position: relative;
}
.footer:before {
    content: "";
    width: 602px;
    height: 602px;
    background: url("../../images/brand.png") no-repeat bottom;
    background-size: 100%;
    position: absolute;
    left: 0;
    opacity: 0.1;
    bottom: 0;
}
.footer__container {
    max-width:var(--width);
    margin: 0 auto;
    padding: 0 16px;
}
.footer__newsletter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .footer__newsletter {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}
.footer__newsletter-title {
    font-size: 28px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.7);
}
.footer__newsletter-desc {
    font-size: 14px;
    max-width: 55%;
    opacity: 0.6;
}
.footer__form {
    display: flex;
    gap: 0;
}
.footer__submit {
    background-color: #26884f;
    color: #fff;
    border: none;
    padding: 0 55px;
    height: 48px;
    line-height: 41px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}
.footer__submit:hover {
    filter: brightness(1.1);
}
.footer__divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin-bottom: 60px;
}
.footer__main {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 100px;
    margin-bottom: 40px;
}
@media (max-width: 992px) {
    .footer__main {
        grid-template-columns: 1fr;
        gap: 50px;
    }
}
.footer__logo {
    height: 40px;
    margin-bottom: 25px;
}
.footer__about-text {
    font-size: 14px;
    opacity: 0.7;
    line-height: 1.6;
    margin-bottom: 30px;
}
.footer__socials {
    display: flex;
    gap: 15px;
    position: relative;
    z-index: 300;
}
.footer__social-link {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.footer__social-link:hover {
    border-color: #26884f;
    color: #26884f;
}
.footer__contacts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
@media (max-width: 576px) {
    .footer__contacts {
        grid-template-columns: 1fr;
    }
}
.footer__col-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.footer__col-line {
    width: 30px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
}
.footer__col-title {
    font-size: 21px;
    opacity: 0.5;
}
.footer__link, .footer__address {
    display: block;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-style: normal;
    margin-bottom: 10px;
    opacity: 0.8;
    transition: opacity 0.3s;
}
.footer__link:hover, .footer__address:hover {
    opacity: 1;
}
.footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    text-align: right;
    width: 30%;
    float: right;
}
.footer__copyright {
    font-size: 12px;
    opacity: 0.4;
}

.dynamic-nav {
    position: absolute;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    z-index: 1;
}
.dynamic-nav__number {
    font-size: 280px;
    line-height: 0.8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.05);
    position: relative;
    display: inline-block;
}
.dynamic-nav__number::before {
    content: var(--section-num, "01");
}
.dynamic-nav__number::after {
    content: "";
    position: absolute;
    left: -100px;
    top: 66%;
    width: 160px;
    height: 1px;
    background-color: #000000;
    -webkit-text-stroke: 0;
}
.dynamic-nav::before {
    content: "";
    position: absolute;
    right: 150px;
    top: 60%;
    width: 24px;
    height: 24px;
    background-color: #000000;
    border-radius: 50%;
    z-index: 2;
}

.section-1 {
    --section-num: "01";
    padding-bottom: 160px;
}
.section-1 .omnia-hero__container {
    position: relative;
}
.section-1 .section--current {
    position: absolute;
    bottom: 120px;
    right: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.section-2 {
    --section-num: "02";
}
.section-2 .dynamic-nav__number {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.2);
}
.section-2 .dynamic-nav__number::after {
    content: "";
    background-color: #fff;
}
.section-2 .dynamic-nav::before {
    content: "";
    background-color: #fff;
}
.section-2 .section--current {
    position: absolute;
    bottom: -30px;
    left: 150px;
}
.section-2 .apartment-select__container {
    position: relative;
}

.section-3 {
    --section-num: "03";
    padding-bottom: 200px;
}
.section-3 .dynamic-nav {
    right: 0;
}
.section-3 .partners__container {
    position: relative;
}

.section-4 {
    --section-num: "04";
    padding-bottom: 300px;
}
.section-4 .on-construction__container {
    position: relative;
}
.section-4 .section--current {
    bottom: 0px;
}
.section-4 .dynamic-nav {
    left: 0;
}
.section-4 .section--current {
    position: absolute;
    bottom: 0;
}

.apartment-filter {
    position: relative;
}
.apartment-filter__container {
    max-width:var(--width);
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 150;
}
.apartment-filter__hero {
    background: linear-gradient(rgba(38, 136, 79, 0.3), rgba(38, 136, 79, 0.3)), url("../../images/render.png") center/cover no-repeat;
    padding: 80px 0 80px;
    color: #fff;
}
.apartment-filter__hero-title {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1;
}
.apartment-filter__hero-desc {
    font-size: 16px;
    opacity: 0.8;
    max-width: 80%;
}
.apartment-filter__hero-actions {
    display: flex;
    gap: 15px;
}
.apartment-filter__action-btn {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    padding: 12px 25px;
    backdrop-filter: blur(10px);
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}
.apartment-filter__action-btn--active {
    background-color: #26884f;
    border-color: #26884f;
}
.apartment-filter__action-btn:hover:not(.apartment-filter__action-btn--active) {
    background: rgba(255, 255, 255, 0.2);
}
.apartment-filter__panel {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-top: -60px;
    position: relative;
    z-index: 5;
}
.apartment-filter__grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1.2fr 1fr;
}
.apartment-filter__item {
    padding: 25px 30px;
    border-right: 1px solid rgba(1, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
}
.apartment-filter__item:last-child {
    border-right: none;
}
.apartment-filter__item--block {
    position: relative;
    background-color: #fafafa;
    padding-bottom: 0;
}
.apartment-filter__label {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    margin-bottom: 8px;
}
.apartment-filter__value, .apartment-filter__select span {
    font-size: 14px;
    color: #000000;
    font-weight: 700;
}
.apartment-filter__select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.apartment-filter__select i {
    font-size: 12px;
    opacity: 0.4;
}
.apartment-filter__select--price {
    gap: 15px;
}
.apartment-filter__currency-toggle {
    background-color: #26884f;
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 14px;
}
.apartment-filter__thumb {
    height: 80px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.apartments__filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0px;
    padding: 20px;
    padding-top: 0;
    justify-content: flex-start;
}
.apartments__filter_col {
    border-right: 1px solid #f2f2f2;
    flex: 1;
    min-width: 280px;
}
.apartments__filter_col:last-child {
    border-right: 0;
}
.apartments__filter_col .building-card {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0;
}
.apartments__filter_col .building-card__header {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 2rem;
    padding-top: 30px;
    padding-right: 20px;
}

.title-left {
    padding-bottom: 8px;
}


.apartments__filter_col .building-card__subtitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #a0a0a0;
}
.apartments__filter_col .building-card__title {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    margin: 0;
}
.apartments__filter_col .building-card__arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    transition: transform 0.3s ease;
}
.apartments__filter_col .building-card__arrow:hover {
    transform: translateY(-50%) translateX(5px);
}
.apartments__filter_col .building-card__arrow-icon {
    width: 32px;
    height: 32px;
    fill: #000000;
}
.apartments__filter_col .building-card__image-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;

}
.apartments__filter_col .building-card__image {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    transition: transform 0.5s ease-out;
    max-height: 140px;
}
.apartments__filter_col .building-card__image:hover {
    transform: scale(1.03);
}
.apartments__filter_col .filter-card {
    width: 320px;
    background: #fff;
    border-radius: 4px;
    font-family: sans-serif;
    border: 1px solid #f0f0f0;
}
.apartments__filter_col .filter-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    cursor: pointer;
}
.apartments__filter_col .filter-card__label {
    display: block;
    color: #a0a0a0;
    font-size: 14px;
    font-weight: 700;
}
.apartments__filter_col .filter-card__summary {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-top: 4px;
    transition: opacity 0.2s, transform 0.2s;
}
.apartments__filter_col .filter-card__icon {
    width: 24px;
    height: 24px;
    transition: transform 0.3s;
}
.apartments__filter_col .filter-card__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    overflow: hidden;
}
.apartments__filter_col .filter-card__content {
    min-height: 0;
    padding: 0 20px 20px;
}
.apartments__filter_col .filter-card.is-open .filter-card__summary {
    opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0;
}
.apartments__filter_col .filter-card.is-open .filter-card__body {
    grid-template-rows: 1fr;
}
.apartments__filter_col .filter-card.is-open .filter-card__icon {
    transform: rotate(180deg);
}
.apartments__filter_col .filter-card__inputs {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 20px;
}
.apartments__filter_col .filter-card__separator {
    padding-bottom: 10px;
    color: #000;
}
.apartments__filter_col .field-box {
    flex: 1;
}
.apartments__filter_col .field-box__label {
    display: block;
    font-size: 12px;
    color: #888;
    text-align: center;
    margin-bottom: 6px;
}
.apartments__filter_col .field-box__input {
    width: 100%;
    border: 1px solid #eee;
    padding: 8px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    border-radius: 2px;
}
.apartments__filter_col .range-slider-ui {
    position: relative;
    height: 2px;
    background: #eee;
    margin: 10px 5px;
}
.apartments__filter_col .range-slider-ui__progress {
    position: absolute;
    height: 100%;
    background: #26884f;
}
.apartments__filter_col .range-slider-ui__thumb {
    position: absolute;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #26884f;
    transform: translate(-50%, -50%);
    border-radius: 2px;
}
.apartments__filter_col .range-slider-ui__collapsed-view {
    display: block;
}
.apartments__filter_col .range-slider-ui__expanded-view {
    display: none;
}
.apartments__filter_col .range-slider-ui__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.apartments__filter_col .range-slider-ui.is-active .filter-item__collapsed-view {
    display: none;
}
.apartments__filter_col .range-slider-ui.is-active .filter-item__expanded-view {
    display: block;
}
.apartments__filter_col .range-slider-ui.is-active .filter-item__body {
    max-height: 300px;
}
.apartments__filter_col .range-slider-ui.is-active .filter-item__arrow {
    transform: rotate(180deg);
}
.apartments__filter_col .filter-inputs {
    display: flex;
    gap: 10px;
    align-items: centerend;
    margin-top: 15px;
}
.apartments__filter_col .filter-inputs .input-group label {
    display: block;
    font-size: 12px;
    color: #aaa;
    text-align: center;
}
.apartments__filter_col .filter-inputs .input-group input {
    width: 114px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #eee;
}

.separator {
    margin-top: 26px;
}

.filter-item {
    min-width: 250px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 27px;
    height: 120px;
}
.filter-item .filter-item__arrow {
    display: flex;
    align-items: center;
}
.filter-item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    width: 100%;
    padding: 0 20px;
    height: 100px;
    padding-top: 20px;
    position: relative;
}
.filter-item#price-filter .filter-item__header {
    padding-left: 80px;
}
.filter-item#price-filter .currency-switcher {
    position: absolute;
    left: 20px;
    top: 25px;
}
.filter-item__label {
    font-size: 18px;
    color: #aaa;
}
.filter-item__value {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.filter-item__expanded-view {
    display: none;
}

.filter-item.is-active .filter-item__collapsed-view {
    display: none !important;
}
.filter-item.is-active .filter-item__expanded-view {
    display: block !important;
}
.filter-item.is-active .filter-item__body {
    max-height: 250px;
}
.filter-item.is-active .filter-item__arrow {
    transform: rotate(180deg);
}

.filter-inputs {
    display: flex;
    gap: 10px;
    align-items: flex-end;
    padding: 15px 0;
}
.filter-inputs .input-group {
    flex: 1;
}
.filter-inputs .input-group label {
    display: block;
    font-size: 11px;
    color: #888;
    text-align: center;
    margin-bottom: 5px;
}
.filter-inputs .input-group input {
    width: 100%;
    border: 1px solid #eee;
    padding: 8px;
    text-align: center;
    font-weight: bold;
}
.filter-inputs__body {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    overflow: hidden;
}
.filter-inputs.is-active .filter-inputs__body {
    grid-template-rows: 1fr;
}

.currency-switcher {
    display: flex;
    flex-direction: column;
    width: 40px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    margin-right: 16px;
}
.currency-switcher__item {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.currency-switcher__item .currency-switcher__symbol {
    font-size: 14px;
    color: #ccc;
}
.currency-switcher__item.is-active {
    background: #26884f;
}
.currency-switcher__item.is-active .currency-switcher__symbol {
    color: #fff;
}
.currency-switcher__item:first-child {
    border-bottom: 1px solid #f0f0f0;
}

.toggle-price {
    display: flex;
    align-items: center;
}

.section {
    padding-top: 60px;
}
.section-title {
    margin-bottom: 30px;
}
.section-title h2 {
    font-size: 52px;
}
.flat-card {
    width: 100%;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 24px;
    margin-bottom: 30px;
    float: left;
}
.flat-card__top {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}
.flat-card__image-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

}
.flat-card__image {
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    height: 180px;
}
.flat-card__details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.flat-card__details span {
    line-height: 1;
}
.flat-card__divider {
    border: none;
    border-top: 1px solid #f2f2f2;
    margin: 20px 0;
}
.flat-card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flat-card__id {
    font-size: 26px;
    margin: 0;
    color: #000000;
}
.flat-card__number {
    font-weight: 900;
}
.flat-card__price {
    font-size: 26px;
    color: #26884f;
}.ccc-2 {
    font-size: 26px;
    color: #26884f;
}

.flat-detail {
    text-align: right;
}
.flat-detail__label {
    display: block;
    font-size: 18px;
    color: #a0a0a0;
    font-weight: 700;
    margin-bottom: 4px;
}
.flat-detail__value {
    display: block;
    font-size: 20px;
    color: #000000;
}

.footer {
    margin-top: 60px;
}

.building-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin-bottom: -65px;
}

.building-container {
    position: relative;
    width: 80%;
    max-width: 1000px;
    display: flex;
    justify-content: center;
}

.svg-wrapper {
    width: 100%;
}
.svg-wrapper .main-svg {
    width: 100%;
    height: auto;
}

.floor-info {
    position: absolute;
    left: -100px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, top 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}
.floor-info__text {
    display: flex;
    flex-direction: column;
}
.floor-info__label {
    border-bottom: 2px solid #26884f;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
    font-size: 21px;
}
.floor-info.is-visible {
    opacity: 1;
    visibility: visible;
}
.floor-info__box {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.9);
}
.floor-info__number {
    font-size: 28px;
    font-weight: 900;
    color: #26884f;
    border: 2px solid #26884f;
    min-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.floor-info__status {
    line-height: 1;
    font-size: 16px;
    margin-top: -4px;
}
._xlink path {
    fill: transparent;
    transition: fill 0.3s;
    cursor: pointer;
}
._xlink path:hover {
    fill: rgba(45, 140, 86, 0.3);
}

.build-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

.project-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px 0;
    line-height: 1;
}
.project-header__left {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.project-header__back {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #a0a0a0;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.project-header__back-line {
    width: 40px;
    height: 1px;
    background-color: #000;
}
.project-header__title {
    font-size: 70px;
    margin: 0;
    color: #000;
    line-height: 1;
}
.project-header__block-name {
    font-size: 21px;
    font-weight: 800;
    color: #2d8c56;
    margin-left: auto;
}
.project-header__right {
    display: flex;
    gap: 15px;
}

.status-box {
    border: 1px solid #f0f0f0;
    padding: 15px 25px;
    min-width: 160px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.status-box__label {
    font-size: 18px;
    color: #a0a0a0;
    text-transform: uppercase;
}
.status-box__value {
    font-size: 16px;
    font-weight: 800;
    color: #000;
}

.flat path {
    transition: fill 0.3s ease, fill-opacity 0.3s ease;
    fill: transparent;
}

.flat-path {
    stroke: #333;
    stroke-width: 1;
    cursor: pointer;
}

.tooltip_flat,
.status-label {
    position: absolute;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 300;
    pointer-events: none;
}

.status-label {
    background: #c68484;
    font-size: 11px;
    margin-top: 30px;
    transform: rotate(-45deg) !important;
}

.yellow {
    background: #f0ad4e;
}

.tooltip_flat {
    padding: 30px;
    background: #26884f;
    border-radius: 16px;
}

.yell {
    background: rgb(240, 173, 78);
}

.rdd {
    background: #d9534f;
}

.tooltip_flat_title {
    display: flex;
    align-items: center;
}

.tooltip_flat_title h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.tooltip_flat_title h2:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    float: right;
    margin: 0 15px;
}

.tooltip_flat_title span {
    font-size: 14px;
    text-transform: uppercase;
}

.tooltip_flat_status {
    font-size: 13px;
    opacity: 0.8;
    margin-top: 10px;
}

.floor-filter {
    padding: 30px;
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 40px;
    border-radius: 16px;
}

.building-item {
    border-radius: 16px;
    padding: 50px;
    position: relative;
    margin-bottom: 60px;
}

.actions-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background: #fff;
    font-family: sans-serif;
    margin-top: 40px;
}

.back-link {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #aaa;
    font-size: 21px;
    text-transform: uppercase;
}
.back-link__line {
    width: 60px;
    height: 1px;
    background: #555;
}

.floor-select {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #f0f0f0;
    padding: 12px 25px;
    cursor: pointer;
}
.floor-select__label {
    font-size: 24px;
    color: #000;
}
.floor-select__label strong {
    font-weight: 900;
    margin-left: 5px;
}
.floor-select__arrows {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.floor-select__arrows .arrow-up,
.floor-select__arrows .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.floor-select__arrows .arrow-up {
    border-bottom: 6px solid #555;
}
.floor-select__arrows .arrow-down {
    border-top: 6px solid #555;
}

.currency-toggle {
    display: flex;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    overflow: hidden;
}
.currency-toggle__btn {
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    color: #ccc;
    transition: 0.2s;
}
.currency-toggle__btn.is-active {
    background: #2d8c56;
    color: #fff;
}

.apartment-view {
    display: flex;
    gap: 60px;
    padding: 40px;
    max-width: 1400px;
    margin: 0 auto;
}
.apartment-view__info {
    flex: 1;
}
.apartment-view__visual {
    flex: 1.5;
    position: relative;
}
.apartment-view__title {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
}
.apartment-view__main-stats {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.apartment-view__main-stats .stat__value {
    font-size: 24px;
    font-weight: 800;
}
.apartment-view__main-stats .stat__value--green {
    color: #2d8c56;
}

.visual-tabs {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 20px;
}
.visual-tabs__btn {
    padding: 10px 25px;
    border: 1px solid #eee;
    background: #fff;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
}
.visual-tabs__btn.is-active {
    background: #2d8c56;
    color: #fff;
    border-color: #2d8c56;
}

.tab-panel {
    display: none;
}
.tab-panel.is-active {
    display: block;
}
.tab-panel img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.rooms-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}
.rooms-list__item {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}
.rooms-list__item--active {
    color: #2d8c56;
}

.filter-item { position: relative; }
.filter-item__body {
    display: none;
    position: relative;
    background: #fff;
    z-index: 100;
    width: 100%;
    padding: 20px;
    top:0;
}
.filter-item.is-open .filter-item__body { display: block; }


/* მწვანე სლაიდერის სტილი */
.range-slider {
    position: relative;
    height: 4px;
    background: #e0e0e0;
    margin-top: 20px;
    border-radius: 2px;
}

.range-slider__progress {
    position: absolute;
    height: 100%;
    background: #2D8C56; /* მწვანე ფერი */
    border-radius: 2px;
}

.range-input {
    position: absolute;
    width: 100%;
    top: -6px;
    background: none;
    pointer-events: none;
    appearance: none;
    -webkit-appearance: none;
}

.range-input::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    background: #2D8C56;
    border: 2px solid #fff;
    border-radius: 2px; /* კვადრატული თავაკი */
    cursor: pointer;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

/* ინფუთების სტილი */
.filter-inputs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.input-group input {
    width: 70px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}

/* ვალუტის გადამრთველი */
.currency-switcher {
    display: flex;
    gap: 5px;
    margin-right: 15px;
}

.curr-btn {
    border: 1px solid #eee;
    background: #f9f9f9;
    cursor: pointer;
    padding: 2px 8px;
}

.curr-btn.active {
    background: #2D8C56;
    color: white;
    border-color: #2D8C56;
}


/* ძირითადი ბლოკი */
.apartment-card {
    max-width: 600px;
    padding: 2rem 0;
}

.apartment-card__back-link {
    color: #999;
    text-decoration: none;
    font-size: 21px;
    text-transform: uppercase;
    font-family: "HelveticaNeueRegular";
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
    display: flex;
    align-items: center;
}

.apartment-card__back-link:before {
    content: "";
    width: 100px;
    height: 1px;
    background: #000;
    margin-right: 30px;
}



.apartment-card__title {
    font-size: 54px;
    margin: 1rem 0;
    font-family: "HelveticaNeueRegular";
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
    line-height: 1;
}


.apartment-card__main-info {
    margin-top: 30px;
}

.apartment-card__title strong {
    font-family: "HelveticaNeueBold";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
}

/* მთავარი ინფო ბლოკი */
.apartment-card__main-info {
    display: flex;
    gap: 3rem;
    margin-bottom: 2rem;
}




.info-block__label {
    display: block;
    color: #ccc;
    font-size:18px;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
}

.info-block__value {
    font-size: 2.4rem;
    font-family: "HelveticaNeueBold";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
    line-height: 1;
}

.info-block__value--currency {
    color: #2a8d55;
}

/* ღილაკები */
.apartment-card__actions {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.apartment-card__sub-actions {
    display: flex;
    gap: 0.8rem;
}

.button {
    height: 48px;
    line-height: 48px;
    cursor: pointer;
    border: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button svg {
    margin-right: 12px;
}
.button--primary {
    background-color: #2a8d55;
    color: #fff;
    width: 100%;
}

.button--outline {
    flex: 1;
    background: transparent;
    border: 1px solid #e0e0e0;
    color: #555;
}

/* გრიდი */
.apartment-card__details-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 2.5rem;
    margin-top: 2rem;
}

.feature {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.feature__label {
    display: block;
    color: #444;
    font-size: 21px;
    margin-bottom: 0.3rem;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
    line-height: 1;
}

.feature__value {
    font-size: 1.4rem;
    font-family: "HelveticaNeueBold";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
    line-height: 1;
    color: #2a8d55;
}

/* მოდიფიკატორი აქტიური ან მწვანე ელემენტებისთვის */
.feature--active .feature__icon {
    filter: invert(38%) sepia(58%) saturate(442%) hue-rotate(98deg) brightness(91%) contrast(86%);
}

/* მთავარი კონტეინერი */
.apartment-viewer {
    width: 100%;
    max-width: 800px;
    margin: 4rem auto;
}

/* ტაბების განლაგება */
.apartment-viewer__tabs {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 15px;
}

/* ინდივიდუალური ღილაკი */
.tab-button {
    padding: 10px 25px;
    border: 1px solid #e0e0e0;
    background: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    color: #444;
    transition: all 0.3s ease;
}

/* აქტიური ღილაკის მოდიფიკატორი */
.tab-button--active {
    background-color: #2a8d55;
    color: #fff;
    border-color: #2a8d55;
}

/* კონტენტის მართვა */
.tab-content {
    display: none; /* ჩვეულებრივ დამალულია */
}

.tab-content--active {
    display: block; /* მხოლოდ აქტიური ჩანს */
}

.tab-content__image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    max-height: 450px;
}

.apartment-card__divider {
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    margin: 60px 0;
}

.st0 {
    fill: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: fill 0.3s;
}
._xlink path {
    fill: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: fill 0.3s;
}
._xtitle path {
    fill: rgba(1, 0, 0, 0);
    cursor: pointer;
    transition: fill 0.3s;
}

._xtitle.active path {
    fill: rgba(0, 0, 0, 0);
    cursor: pointer;
    transition: fill 0.3s;
}

._xtitle:hover path {
    fill: rgba(0, 0, 0, 0);
    cursor: not-allowed;
    transition: fill 0.3s;
}

._xtitle.active:hover path {
    fill: rgba(76, 175, 80, 0.3);
    cursor: pointer;
    transition: fill 0.3s;
}

._xlink:hover path {
    fill: rgba(76, 175, 80, 0.3);
    cursor: pointer;
    transition: fill 0.3s;
}

._xlink:hover .st0 {
    fill: rgba(76, 175, 80, 0.3);
    /* green highlight */
}

.svg-tooltip {
    position: absolute;
    background: #26884f;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 8px;
    white-space: nowrap;
    pointer-events: none;
    z-index: 100;
}

.building .container , .building .row , .building .col-md-12{
    max-width: 100%;
    padding: 0;
}

.building {
    padding-top: 0;
    margin-bottom: -60px;
}

.section-welcome {
    display: none;
}


#changer {
    position: absolute;
    top: 100px;
    right: 30px;
}

.building-bg {
    position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.filter-item__collapsed-view {
    width: 100%;
}

.down-it {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.apartment-card__header {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.flats-ul ul {
    display: flex;
    align-items: center;
}

.flats-ul ul li {
    float: left;
    display: flex;
    font-family: "HelveticaNeueRegular";
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
    font-size: 21px;
    align-items: center;
}

.flats-ul ul li:before {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    float: left;
    margin: 0 20px;
}


.flats-ul ul li a {
    color: #999;
}
.flats-ul ul li:nth-child(1):before {
    display: none;
}

/* კონტეინერის სტილი */
.price-switcher {
    display: flex;
    margin-bottom: 20px;
}

.switch-container {
    position: relative;
    display: flex;
    border:1px solid #f1f3f5;
    padding: 4px;
    border-radius: 0;
    width: 95px;
    cursor: pointer;
    height: 88px;
    margin-top: 5px;
}

/* რადიო ღილაკების დამალვა */
.switch-container input {
    display: none;
}

/* ლეიბლების სტილი */
.switch-container label {
    flex: 1;
    text-align: center;
    padding: 8px 0;
    font-size: 30px;
    z-index: 1;
    color: #495057;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "HelveticaNeueBold";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
    line-height: 1;
    margin-bottom: 0; /* Bootstrap-ის გადასაფარად */
    cursor: pointer;
}

/* აქტიური ტექსტის ფერი */
.switch-container input:checked + label {
    color: #ffffff;
}

/* მოძრავი ფონი (ანიმაცია) */
.switch-selector {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(50% - 4px);
    height: calc(100% - 8px);
    background: #2a8d55; /* ლურჯი აქცენტი - შეგიძლიათ შეცვალოთ */
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

/* გადაადგილების ლოგიკა */
#gel:checked ~ .switch-selector {
    transform: translateX(100%);
    background: #2a8d55; /* ლარის შემთხვევაში მწვანეზე გადავა (სურვილისამებრ) */
}

/* ფასის ციფრების ანიმაცია */
.price-display {
    display: inline-block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.price-changing {
    opacity: 0.5;
    transform: translateY(-5px);
}

#flats-container {
    width: 100%;
}

/* კონტეინერი, რომელიც ფარავს ფილტრებს */
.project-sidebar-overlay {
    position: absolute;
    top: 0;
    left: 20%;
    right: 0;
    height: 242px;
    background: #fff;
    z-index: 300;
    display: none;
    align-items: center;
    /* padding: 0 20px; */
    padding: 0 30px;
    /* box-shadow: 10px 0 20px rgba(0, 0, 0, 0.05); */
    border-bottom: 1px solid #eee;
    border-left: 1px solid #eee;
}

.project-sidebar-overlay.is-active {
    display: flex;
}

/* ჰორიზონტალური სქროლი პროექტებისთვის */
.project-sidebar-overlay__content {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    width: 100%;
    padding: 10px 0;
}

/* პატარა ბარათი პროექტისთვის */
.project-mini-card {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 260px;
    text-decoration: none;
    color: #000;
    padding: 8px;
    /* border-radius: 8px; */
    transition: background 0.3s;
    border: 1px solid transparent;
    flex-direction: column;
    min-height: 160px;
}

.project-mini-card:hover, .project-mini-card.active {
    background: #f8f8f8;
    border-color: #ddd;
}

.project-mini-card__img {
    width: 100%;
    height: 110px;
    overflow: hidden;
    flex-shrink: 0;
}

.project-mini-card__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.project-mini-card__name {
    font-size: 14px;
    line-height: 1.2;
}

/* დახურვის ღილაკი */
.project-sidebar-overlay__close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    padding: 10px;
    margin-left: 10px;
}

.apartments__filter {
    position: relative;
}

:root {
    --primary-green: #2d8a54;
    --text-dark: #1a1a1a;
    --border-color: #e0e0e0;
}

.modal-callback {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none; /* თავიდან დამალულია */
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-callback__container {
    display: flex;
    background: #fff;
    width: 900px;
    max-width: 95%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* მარცხენა სექცია */
.modal-callback__sidebar {
    flex: 1;
    background: url('https://omnia.ge/storage//upload/image-png/2026-02-09/Spring_5_6_361400005e8ee2042614faa4f05afa03.png') center/cover no-repeat;
    min-height: 500px;
    display: flex; align-items: flex-end;
}

.modal-callback__overlay {
    background: rgba(45, 138, 84, 0.4); /* მწვანე გამჭვირვალობა */
    width: 100%; height: 100%;
    padding: 40px;
    display: flex; align-items: flex-end;
}

.modal-callback__sidebar-title {
    color: #fff; font-size: 43px; fline-height:1;
    font-family: "HelveticaNeueRegular";
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
    line-height: 1;
    font-weight: 400;
}

.modal-callback__sidebar-title strong {
    font-family: "HelveticaNeueBold";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
}

    /* მარჯვენა სექცია */
.modal-callback__content {
    flex: 1.2;
    padding: 50px;
}

.modal-callback__close {

    background: none; border: 1px solid var(--border-color);
    font-size: 24px; cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -24px;
}

.modal-callback__title {
    font-size: 43px;
    margin-bottom: 30px;
    font-family: "HelveticaNeueRegular";
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
    line-height: 1;
    font-weight: 400;
}

.modal-callback__label {
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
}

.modal-callback__label span {
    color: rgba(45, 138, 84, 0.7);
}

.modal-callback__title strong {
    font-family: "HelveticaNeueBold";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
}

.modal-callback__row {
    display: flex; gap: 15px; margin-bottom: 20px;
}

.modal-callback__input, .modal-callback__textarea {
    width: 100%; padding:0 24px;
    height: 60px;
    border: 1px solid var(--border-color);
    outline: none; font-size: 14px;
}

.modal-callback__row--phone {
    display: flex; align-items: center;
    margin-top: 20px;
    margin-bottom: 0;
}

.modal-callback__prefix {
    padding: 0 24px; border: 1px solid transparent;
    border-right: none; background: #f9f9f9;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-callback__textarea {
    height: 120px; resize: none; margin-top: 20px;
    padding: 24px;
}

.modal-callback__actions {
    display: flex; justify-content: flex-end; margin-top: 20px;
}

.modal-callback__submit {
    background: var(--primary-green);
    color: #fff; border: none;
    padding:0 32px;
    height:48px;cursor: pointer;
    transition: 0.3s;
}

.modal-callback__submit:hover { opacity: 0.9; }


.title-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Block */
.harmony-card {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 60px 0;
    position: relative;
}

/* Elements */
.harmony-card__image-wrapper {
    flex: 0 0 50%; /* სურათის წილი */
    z-index: 1;
}

.harmony-card__img {
    width: 100%;
    height: 600px;
    display: block;
    object-fit: cover;
    opacity: 0.4;
}



.harmony-card__content {
    flex: 0 0 45%; /* ტექსტის ბლოკის წილი */
   /* სურათზე გადაფარვის ეფექტი */
    z-index: 2;
    padding-left: 30px;
}

.harmony-card__title {
    font-size: 73px;
    font-weight: 300;
    line-height: 1;
    color: #000;
    margin-bottom: 25px;
    margin-left: -18%;
    font-family: "HelveticaNeueRegular";
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
}

/* Modifier/Element Variation */
.harmony-card__title--bold {
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "HelveticaNeueBold";
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
}

.harmony-card__description {
    font-size: 14px;
    line-height: 2;
    color: #dedede;
    max-width: 420px;
    margin-left: 14%;
    margin-bottom: 30px;
    text-align: justify; /* ტექსტის გასწორება როგორც ფოტოზეა */
}

.harmony-card__play-btn {
    width: 50px;
    height: 50px;
    background-color: #4a3b34;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.harmony-card__play-btn:hover {
    transform: scale(1.1);
}

/* Responsive */
@media (max-width: 991px) {
    .harmony-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .harmony-card__image-wrapper,
    .harmony-card__content {
        flex: 0 0 100%;
        margin-left: 0;
        padding-left: 0;
    }

    .harmony-card__content {
        margin-top: 30px;
    }

    .harmony-card__title {
        font-size: 32px;
    }
}

.flats , .building-section , .flat-inside , .other-flats-on-floor {
    position: relative;
}

.other-flats-on-floor {
    margin-bottom: -60px;
    padding-bottom: 60px;
}

.flats:after , .apartment-filter:after  , .building-section:after , .flat-inside:after , .other-flats-on-floor:after{
    content: "";
    position: absolute;
    top: 5px;
    right: 10px;
    width: 12px;
    height: 100%;
    background-image: linear-gradient(to bottom, rgb(1, 0, 0) 1px, transparent 1px);
    background-size: 12px 12px;
    z-index: 999;
    pointer-events: none;
}

.loader-wrapper {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100vh;
    background: url("https://omn.paddock.ge/storage//upload/image-png/2025-06-26/render_05ac357514a3395b41f1f809cc101436.png.webp"); /* ან შენი ფონის ფერი */
    display: flex;
    justify-content: center;
    background-size: cover;
    align-items: center;
    z-index: 9999;
}

.loader-wrapper:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #26884f;
    opacity: 0.8;
    backdrop-filter: blur(8px);
}


.logo-container {
    position: relative;
    width: 200px; /* შენი ლოგოს ზომა */
    z-index: 300;
}

.logo {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 25px;
    object-fit: contain;
}


 .partners-slider {
     padding-bottom: 60px;
 }

.swiper-pagination-bullet-active {
    background: #26884f;
}


/* ტაბების ნავიგაცია */
.custom-tabs-nav {
    display: flex;
    gap: 0px;
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}

.tab-link {
    padding: 10px 20px;
    cursor: pointer;
    color: #666;
    transition: 0.3s;
    font-family: "HelveticaNeueBold";
    font-weight: 700;
    font-size: 33px;
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
}

.tab-link.active {
    color: #2a8d55;

}

.tab-link:first-child {
    padding-left: 0;
}

    /* კონტენტის დამალვა/ჩვენება */
.tab-panel {
    display: none;
}

.tab-panel.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ბადის (Grid) სტრუქტურა ბინებისთვის */
.flats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.not {
    cursor: not-allowed;
}

.footer {
    overflow: hidden;
}

.project-swiper {
    width: 100%;
    float: left;
    display: none;
}


.filter-btn__container {
    display: none;
}

#mobile {
    display: none;
}


@media(max-width: 1024px) {

    #desktop {
        display: none;
    }
    .apartment-card__main-info {
        display: flex;
        flex-wrap: wrap; /* საშუალებას აძლევს ელემენტებს გადავიდნენ მეორე ხაზზე */
        gap: 10px;       /* დაშორება ბლოკებს შორის */
    }

    .info-block {
        /* 50%-ს გამოკლებული დაშორების ნახევარი, რომ ზუსტად 2 დაეტიოს */
        flex: 0 0 calc(50% - 5px);
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
    }

    /* თუ გსურთ, რომ ფასის გადამრთველი (price-switcher) სრულ სიგანეზე იყოს ან სხვაგან,
    შეგიძლიათ მას ცალკე სტილი მიანიჭოთ: */
    .price-switcher {
        margin-top: 0px;
    }
    .switch-container {

    height: 70px
    }
    .apartment-viewer__tabs {
        justify-content: flex-start;
    }
    .tab-button {
        min-width: 47%;
    }
    .row > *, .header__inner > * {
        padding-inline: 20px;
    }
    .header__brand {
        margin-right: 0;
    }

    .header__lang {
        display: none;
    }
    .header__burger {
        margin-right: 5px;
    }
    .header__contact-text  {
        display: flex;
        margin-left: 10px;
        flex-direction: column;
        align-items: flex-end;
        margin-right: 10px;
    }

    .header__contact-anchor {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: inherit;
        flex-direction: row-reverse;
    }
    .hero__title {
        font-size: 41px;
        margin-top: -80px;
    }

    .hero__footer {
        flex-direction: column;
        left: 0;
        align-items: flex-end;
        padding:0 20px;
    }
    .hero__actions {
        flex-direction: column;
        width: 100%;
    }
    .btn {
        justify-content: center;
    }
    .hero__address {
        margin-top: 32px;
    }

    .omnia-hero__header {
        margin-bottom: 35px;
        margin-left: 0px;
        z-index: 300;
        position: relative;
        margin-top: 15px;
        position: absolute;
        top: -80px;
        line-height: 1;
        left: 40px;
    }
    .omnia-hero__visual {
        max-height: 350px;
    }

    .section-1 {
        margin-top: 30px;
    }

    .omnia-hero__features {
        display: flex;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        max-width: 100%;
        flex-direction: column;
    }

    .dynamic-nav__number {
        font-size: 180px;
    }
    .dynamic-nav__number::after {
        content: "";
        position: absolute;
        left: -65px;
        top: 60%;
        width: 100px;
        height: 1px;
        background-color: #000000;
        -webkit-text-stroke: 0;
    }

    .dynamic-nav::before {
        content: "";
        position: absolute;
        right: 92px;
        top: 52%;
        width: 24px;
        height: 24px;
        background-color: #000000;
        border-radius: 50%;
        z-index: 2;
    }

    .section-1 .section--current {
        position: absolute;
        bottom: 5px;
        right: 30px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }
    .apartment-select__info {
        display: none;
    }

    .apartment-select__visual {
        flex: 0 0 45%;
        margin-top: 120px;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        margin-top: 0;
        z-index: 1;
        margin-top: -100px;
    }

    .apartment-select__img-wrapper {
        width: 100%;
        aspect-ratio: 16 / 10;
        overflow: hidden;
        background: #000;
        height: 100%;
        min-height: 900px;
        opacity: 0.1;
    }
    .section-2 {
        overflow-x: hidden;
    }

    .apartment-select__filters{
        position: relative;
        z-index: 300;
    }

    .apartment-select {
        padding: 60px 0;
        padding-bottom: 170px;
    }

    .section-2 .section--current {
        position: absolute;
        bottom: -38px;
        left: 50px;
    }

    .partners__title {
        font-size: 34px;

    }

    .on-construction__container {
        padding-left: 0;
    }
    .on-construction__section-title {
        display: none;
    }

    .on-construction__main {
        flex-direction: column;
        display: flex;
    }

    .on-construction__overlay-title {
        right: 0;
        width: 100%;
        padding: 20px;
        bottom: 0;
    }

    .on-construction__footer {
        margin-bottom: -120px;
        justify-content: flex-start;
        margin-top: 30px;
    }

    .on-construction__details {
        padding-top: 60px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        padding: 20px;
        position: relative;
        margin-top: 68px;
    }

    .on-construction__info-badge {
        border: 1px solid rgba(1, 0, 0, 0.1);
        padding: 12px 24px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        margin-bottom: 20px;
        position: absolute;
        right: 20px;
        top: -56px;
    }

    .on-construction {
        padding: 100px 0;
        position: relative;
        padding-top: 0;
        padding-bottom: 60px;
    }

    .footer__newsletter-desc {
        font-size: 14px;
        max-width: 100%;
        opacity: 0.6;
    }

    .footer__form {
        display: flex;
        gap: 0;
        width: 100%;
    }

    .footer__submit {
        width: 100%;
    }

    .apartment-filter__hero-actions {
    display: none
    }
    .apartment-filter__container {
        justify-content: center;
    }

    .apartment-filter__hero-title {
        font-size: 33px;
    }
    .apartment-filter__hero-desc {
        display: none;
    }
    .apartments__filter_col {
        display: none;
    }

    .project-swiper {
        display: block;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
    }

    /*.project-swiper .swiper-wrapper {*/
    /*    margin-left: -100px;*/
    /*}*/
    .project-mini-card {
        transition: transform 0.3s ease, opacity 0.3s ease;
        opacity: 0.5;
        transform: scale(0.85); /* გვერდითები პატარაა */
    }

    .swiper-slide-active {
        opacity: 1;
        transform: scale(1); /* ცენტრალური სრული ზომისაა */
    }

    .project-mini-card__img img {
        width: 100%;
        border-radius: 10px;
        display: block;
    }

    .flats .section-title {
        display: none;
    }

    .apartment-filter__hero {
        padding: 50px 0;
    }

    .flats:after, .apartment-filter:after, .building-section:after, .flat-inside:after, .other-flats-on-floor:after {
        display: none;
    }

    .filter-btn__container {
        position: fixed;
        bottom: 30px;
        z-index: 250;
        display: block;
        width: 100%;
    }

    .filter-btn__container .col-md-12{
        display: flex;
        justify-content: center;
        width: 100%;
    }

    #filter-btn {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        font-size: 13px;
        padding: 12px 25px;
        backdrop-filter: blur(10px);
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
        transition: 0.3s;
        background-color: #26884f;
        border-color: #26884f;
    }

    .mobile-filter-body .apartments__filter_col {
        display: block;
        border-right: none;
    }

    .breadcumsb {
        display: none;
    }

    #mobile {
        display: block;
    }

    .info-block:nth-child(2n) {
        align-items: flex-end;
    }

    .price-switcher {
        flex: 0 0 calc(50% - 5px);
        justify-content: flex-end;
    }

}

/* თავდაპირველად დამალულია */
.mobile-filter-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
    display: none; /* JS-ით გამოვაჩენთ */
    flex-direction: column;
}

.mobile-filter-overlay.is-active {
    display: flex;
}

.mobile-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.mobile-filter-body {
    flex: 1;
    overflow-y: auto;
    padding: 20px;
}

.filter-close-btn, .filter-reset-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #333;
}

.filter-reset-btn {
    color: #2D8C56; /* წითელი ფერი რესეტისთვის */
}

.mobile-filter-footer {
    padding: 15px;
    border-top: 1px solid #eee;
}

.apply-btn {
    width: 100%;
    background: #2D8C56;
    color: #fff;
    height: 48px;
    display: flex;
    justify-content: center;
    border: none;
    font-size: 14px;
    cursor: pointer;
    align-items: center;
}

/* მობაილისთვის სვეტების გასწორება */
@media (max-width: 768px) {
    .apartments__filter_col {
        width: 100%;
        margin-bottom: 20px;
    }
}

.filter-close-btn, .filter-reset-btn {
    font-size: 14px;
}

/* --- მთავარი კონტეინერი --- */
.footer-section {
    width: 100%;
    background-color: #ffffff;
}

/* --- რუკის სექცია --- */
.map-wrapper {
    width: 100%;
    height: 450px;
    background-color: #f0f0f0;
    /* დიზაინის შესაბამისი ნაცრისფერი ეფექტი */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: filter 0.5s ease;
    overflow: hidden;
}

.map-wrapper:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.map-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* --- კონტაქტების ზონა --- */
.footer-container {
    max-width:var(--width);
    margin: 0 auto;
    padding: 80px 20px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 60px;
    margin-bottom: 40px;
}

.contact-col-title {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #aaaaaa;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    font-family: "HelveticaNeueBold";
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
}

/* პატარა ნაცრისფერი ხაზი სათაურის წინ */
.contact-col-title::before {
    content: "";
    width: 35px;
    height: 1px;
    background-color: #cccccc;
    margin-right: 15px;
}

.contact-col-value {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}

/* --- ქვედა მოქმედებების ზოლი --- */
.footer-action {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer-action-text {
    font-size: 14px;
    color: #000000;
    margin-bottom: 25px;
}

.btn-green {
    background-color: #2d8c56;
    color: #ffffff;
    border: none;
    padding: 14px 28px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.btn-green:hover {
    background-color: #247045;
}

/* სოციალური ლინკები */
.footer-socials {
    display: flex;
    gap: 35px;
}

.social-item {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    transition: color 0.2s ease;
}

.social-item::after {
    content: " ↗";
    font-size: 12px;
    margin-left: 6px;
}

.social-item:hover {
    color: #2d8c56;
}

/* --- მობილური ვერსია (Responsive) --- */
@media (max-width: 768px) {
    .contact-grid {
        grid-template-columns: 1fr 1fr; /* 2 სვეტი მობილურზე */
    }
    .footer-action {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}


.blogs {
    width: 100%;
    float: left;
    padding-top: 60px;
}



/* ბლოკი */
.article-card {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

/* ავტომატური გადალაგება ყოველი მეორესთვის */
.article-card:nth-child(even) {
    flex-direction: row-reverse;
}

/* ელემენტები */
.article-card__image-wrapper {
    flex: 1;
    margin-top: 16px;
}

.article-card__image {
    width: 100%;
    height: auto;
    display: block;
}

.article-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.article-card__date {
    font-size: 21px;
    color: #666;
    position: relative;
    margin-bottom: 16px;
    float: left;
    font-family: "HelveticaNeueRegular";
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
}

/* ხაზი თარიღის წინ */
.article-card__date::before {
    content: "";
    display: inline-block;
    width: 120px;
    height: 1px;
    background: #000;
    vertical-align: middle;
    margin-right: 10px;
}

.article-card__title {
    font-size: 43px;
    max-width: 80%;
    line-height:1;
    text-transform: uppercase;
    font-family: "HelveticaNeueMedium";
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
    font-variant: all-small-caps;
    font-feature-settings: "case" on, "titl" on;
}

.article-card__button {
    width: fit-content;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    background: transparent;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
    padding: 0 32px;
}

.article-card__button:hover {
    background: #000;
    color: #fff;
}
.article-card__description {
    font-size: 14px;
    line-height: 2;
    color: #888;
}
/* მობილურისთვის */
@media (max-width: 768px) {
    .article-card,
    .article-card:nth-child(even) {
        flex-direction: column;
        text-align: center;
    }

    .article-card__button {
        margin: 0 auto;
    }
}

.mobile-actions , .top-btns{
    display: none;
}


.header__lang-dropdown {
    position: relative;
    display: inline-block;
}

.lang-dropdown-menu {
    display: none; /* თავიდან დამალულია */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0px 8px 16px rgba(0,0,0,0.1);
    list-style: none;
    padding: 5px;
    min-width: 80px;
    z-index: 100;
}

.lang-dropdown-menu.show {
    display: block; /* კლასის დამატებისას გამოჩნდება */
}

.lang-dropdown-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
    text-align: center;
    padding: 5px 0;
}

.lang-dropdown-menu li a:hover {
    color: #26884f;
}





@media(max-width: 1024px) {
    .hero:after , .omnia-hero:after ,  .apartment-select:after , .partners:after , .on-construction:after{
        content: "";
        right: 5px;
        width: 8px;
        opacity: 0.5;
    }
    .section-1 {
        margin-top: 0;
        padding-top: 90px;
    }

    .section-2 {
        overflow: hidden;
    }

    .header__full-list a {
        font-size: 24px;
    }

    .top-btns {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        z-index: 300;
        /* margin-top: 120px; */
        border-top: 1px solid #f2f2f2;
        padding-top: 30px;
    }

    .top-btns a {
        width: 48%;
        border: 1px solid #f2f2f2;
        padding: 20px;
        display: flex;
        flex-direction: column;
        font-size: 14px;
    }

    .header__full-left {
        width: 100%;
    }

    .top-btns a svg {
        margin-bottom: 12px;
    }

    .header__full-right {
        display: block;
    }

    .header__full-image {
        position: fixed;
        top: calc(100vh - 110px);
        right: 0;
        height: 100px;
        width: 100%;
        background: #26884f;
    }

    .header__menu-overlay.--active .header__full-socials {
        bottom: 90px;
        z-index: 300;
    }

    .header.active .header__contact-anchor {
        display: none;
    }

    .partners__title {
        margin-bottom: 20px;
    }
    .footer__bottom {
        width: 100%;
        text-align: center;
    }

 .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown__button {
        display: flex;
        align-items: center;
        gap: 10px;
        height: 36px;
        padding: 0 22px;
        border: 1px solid #f2f2f2;
        background: #fff;
        cursor: pointer;
        color: #2d8a52; /* მწვანე ფერი სურათიდან */
        font-size: 18px;
        transition: all 0.3s ease;
        font-family: "HelveticaNeueMedium";
        font-style: normal;
        text-transform: uppercase;
        font-variant: all-small-caps;
        font-feature-settings: "case" on, "titl" on;
    }

    .dropdown__icon {
        transition: transform 0.3s ease;
        color: #000;
    }

    /* ჩამოსაშლელი სია */
    .dropdown__menu {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-top: none;
        list-style: none;
        padding: 0;
        margin: 0;

        /* დამალვა */
        opacity: 0;
        visibility: hidden;
        transform: translateY(-10px);
        transition: all 0.3s ease;
        z-index: 10;
    }

    /* აქტიური მდგომარეობა */
    .dropdown.is-active .dropdown__menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .dropdown.is-active .dropdown__icon {
        transform: rotate(180deg);
    }

    .dropdown__link {
        display: block;
        padding: 5px 20px;
        text-decoration: none;
        color: #333;
        transition: background 0.2s;
        font-size: 14px;
        text-align: center;
    }

    .dropdown__link:hover {
        background-color: #f5f5f5;
    }

    .live-btn {
        height: 36px;
        padding: 0 22px;
        border: 1px solid #f2f2f2;
        background: #fff;
        cursor: pointer;
        color: #000; /* მწვანე ფერი სურათიდან */
        font-size: 18px;
        transition: all 0.3s ease;
        font-family: "HelveticaNeueMedium";
        font-style: normal;
        text-transform: uppercase;
        font-variant: all-small-caps;
        font-feature-settings: "case" on, "titl" on;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .live-btn svg {
        margin-right: 5px;
    }
    .header.active .mobile-actions {
        display: flex;
        gap: 16px;
    }
    .building .container, .building .row, .building .col-md-12 {
        width: 100%;
    }
    .building-bg svg {
        width: 100%;
    }

    .svg-tooltip {
        display: none;
    }

    .project-header {
        flex-direction: column;
    }

    .project-header__left {
        display: flex;
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
        width: 100%;
    }

    .building-section {
        align-items: flex-start;
        min-height: 300px;
    }
    .project-header__title {
        font-size: 40px;
    }
    .project-header__block-name {
        font-size: 16px;
        color: #2d8c56;
        margin-left: 0;
    }

    .project-header__right {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
        margin-top: 32px;
    }

    .building-section .col-md-12 {
        width: 100%;
    }

    .status-box {
        min-width: 100%;
    }

    .floor-info {
        display: none;
    }

    .tooltip_flat, .status-label {
        display: none;
    }

    .actions-container {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
    }
    .floor-select {
        justify-content: center;
        text-align: center;
        margin: 12px 0;
        width: 100%;
    }
    .compass svg {
        height: 60px;
    }
    .building-item {
        padding: 50px 0;
    }
    .compass {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
    }
    .tab-link {
        font-size: 21px;
        padding: 5px 0;
    }
    .custom-tabs-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .tab-link {
        width: 100%;
        text-align: center;
    }

    .apartment-card {
        padding-top: 0;
    }
    .apartments__filter_col {
        border-right: none;
    }

    .filter-item__header {
        height: 70px;
        padding: 0;
    }
    .filter-item {
        height: 80px;
    }
}

.apartment-select__btn.active {
    border-color: #26884f;
    background: rgba(255, 255, 255, 0.05);
}

.frame {
    height: 600px;
}

@media(max-width: 1440px) {
    .container, .hero__footer{
        max-width: 1280px;
    }
    :root {
        --width:1280px
    }
    .apartments__filter_col {
        border-right: 1px solid #f2f2f2;
        flex: 1;
         min-width: 0;
    }
    .apartments__filter {
        justify-content: space-between;
    }

    .flat-card__id {
        font-size: 20px;

    }
}

.iti { width: 100%; }
.modal-callback__input { width: 100% !important; }

.error-message {
    color: #ff4d4d;
    font-size: 12px;
    margin-top: 5px;
    display: block;
}

body.no-scroll {
    overflow: hidden;
    height: 100vh; /* დამატებითი დაზღვევა */
}

/* დროშის კონტეინერის გასწორება */
.iti { width: 100% !important; }

/* დროშების ფონი და ზომა */
.iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/img/flags.png") !important;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/img/flags@2x.png") !important;
    }
}

/* რომ არ დაეფაროს ტექსტი დროშას */
.modal-callback__row--phone input {
    padding-left: 110px !important;
}


.custom-radio-group {
    display: flex;
    gap: 10px;
}

.custom-radio-label {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #f2f2f2;
    cursor: pointer;
    transition: all 0.2s ease;
    user-select: none;
    font-size: 13px;
}

.custom-radio-label:hover {
    background: var(--primary-green);
    color: #fff;
    border-color: var(--primary-green);
}

.custom-radio-label.active {
    background: var(--primary-green);
    color: white;
    border-color: var(--primary-green);
}

.custom-radio-input {
    display: none;
}

.topics {
    width: 100%;
    margin-bottom: 30px;
}

.topics-title h2 {
    color:#c68484;
    font-size: 16px;
    margin-bottom: 15px;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    -webkit-font-feature-settings: "case" on;
    font-feature-settings: "case" on;
}


.apartment-filter__hero-content {
    max-width: 60%;
}

.on-construction__status {
    display: none;
}

.project-header__right .status-box:nth-child(2) {
    display: none;
}

.floor-select {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.floor-select__list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff; /* შეცვალე შენი დიზაინის მიხედვით */
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    display: none; /* თავიდან დამალულია */
    z-index: 100;
    max-height: 250px;
    overflow-y: auto;
    border-radius: 4px;
}

.floor-select.is-open .floor-select__list {
    display: block;
}

.floor-select__item {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.2s;
}

.floor-select__item:hover {
    background: #f5f5f5;
}

.floor-select__item.is-active {
    background: #e0e0e0;
    font-weight: bold;
}

/* ისრების ანიმაცია (სურვილისამებრ) */
.floor-select.is-open .arrow-down {
    transform: rotate(180deg);
}

.floor-select__trigger {
    display: flex;
    align-items: center;
}

.floor-select__arrows {
    margin-left: 10px;
    margin-top: 5px;
}

@media(max-width: 1024px) {
    .header__lang-dropdown {
        display: none;
    }
    .filter-btn__container {
        z-index: 150;
    }

        .apartment-select__filters {
            flex: 0 0 100%;
        }
    .harmony-card__title {
        margin-left: 0;
    }

    .harmony-card__img {
        opacity: 1;
    }
    .apartment-select__group {
        padding-right: 20px;
    }
    .apartment-select__options {
        display: flex;
        gap: 12px;
        flex-direction: column;
    }
    .apartment-select__title {
        font-size: 32px;
        margin-bottom: 20px;
        color: #fff;
    }
    .apartment-filter__hero-content {
        max-width: 100%;
    }
    .on-construction.right .on-construction__container {
        padding-left: 0px;
    }

    .on-construction__main {
        padding: 0 20px;
    }

    .on-construction__btn {
        padding: 0 15px;
        line-height: 48px;
        font-size: 13px;
    }

    .modal-callback__container {
        display: flex;
        background: #fff;
        width: 100%;
        max-width: 100%;
        position: relative;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        height: 100vh;
        flex-direction: column;
        overflow-y: scroll;
    }

    .modal-callback__sidebar {
        min-height: 300px;
    }
    .modal-callback__content {
        padding: 20px;
    }
    .modal-callback__overlay {
        padding-left: 20px;
    }
    .title-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px;
        padding-bottom: 0;
    }
    .building .row {
        margin-inline: 0;
    }
    #flats-container {
        padding-right: 0;
    }

    .article-card__content {

        align-items: flex-start;
    }
    .article-card__title {
        font-size: 26px;
        max-width: 100%;
        line-height: 1;
        text-transform: uppercase;
        font-family: "HelveticaNeueMedium";
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        font-variant: all-small-caps;
        font-feature-settings: "case" on, "titl" on;
        text-align: left;
    }
    .article-card__description {

        text-align: left;
    }
    .article-card__button {
        margin: 0;
    }
    .omnia-hero__features {
        display: grid;
    }
    .omnia-hero__feature-item {
       flex-direction: row;
        align-items: center;
    }
    .omnia-hero__feature-text {
        font-weight: normal;
    }
    .header__full-list a::before {
        display: none;
    }
    .lives .col-md-12 {
        width: 100%;
    }
    .frame {
        min-height: 350px;
        height: auto;
    }
    .mobile-filter-body {
      
        height: calc(100vh - 200px);
    }

    .header.active .header__contact {
        display: none;
    }

}

.compass img {
    height: 70px;
}

/* ვიდეო უნდა იყოს აბსოლუტური და უკანა პლანზე */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; /* ყველაზე დაბალი შრე */
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* კონტენტი უნდა ამოიწიოს წინ */
.swiper-slide .container {
    position: relative;
    z-index: 2; /* ვიდეოზე მაღალი შრე */
    max-width: 100%;
}

.hero-swiper, .hero-swiper .swiper-slide {
    height: calc(100vh - 80px); /* დარწმუნდით რომ სიმაღლე აქვს */
}

.hero-swiper, .hero-swiper .swiper-slide {
    width: 100%;
}

.swiper-slide .container {
    width: 100%;
    height: calc(100vh - 80px);
    position: absolute;
    display: flex;
    align-items: center;
    padding: 50px 30px;
}

.hero__inner {

    width: 100%;
}

.swiper-pag {
    z-index: 150;
    position: absolute;
    bottom: 60px!important;
    display: flex;
    justify-content: center;
}

.swiper-pag .swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    background: rgba(255,255,255,.8);
    border-radius: 0;
}
.swiper-pag .swiper-pagination-bullet-active {
    background: #26884f;
}

.price-col .filter-item__collapsed-view {
    width: calc(100% - 100px);
}

.price-col .arrow-down {
    margin-top: -20px;
}

.mob-size{
    display: none;
}

.project-swiper {
    width: 100%;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.project-swiper .swiper-wrapper {
    align-items: flex-start;
}

.project-swiper .swiper-slide {
    width: 260px; /* ან 120px / 130px რასაც დიზაინი ითხოვს */
    flex-shrink: 0;
}

.project-mini-card {
    min-width: 260px;
}


@media(max-width: 1024px) {
    .apartment-filter__hero-actions {
        display: none!important;
    }
    .project-mini-card {
        height: 240px;
        overflow: hidden;
    }
    .project-swiper {

        overflow: hidden;
        height: 190px;
    }

    .header__layer--grey {
        display: none;
    }
    .on-construction__info-badge {
        display: none;
    }
    .mob-size{
        border: 1px solid rgba(1, 0, 0, 0.1);
        padding: 12px 24px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 14px;
        margin-top: 20px;
        width: 100%;
        justify-content: center;
    }
    .on-construction__footer a {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .on-construction__footer {
        display: flex;
        flex-direction: column;
    }
    .top-btns a {
        min-height: 117px;
    }
}