/* =========================================================
   GGTC - STYLE.CSS
   Order:
   1) Imports
   2) CSS Variables (Design Tokens)
   3) Reset / Base
   4) Layout Utilities
   5) Header
   6) Hero
   7) Hero Sidebar
   8) News
   9) Partners section
   10) Footer
   11) Responsive Adjustments
   ========================================================= */

/* =========================
   1) IMPORTS
   ========================= */
@font-face {
    font-family: "FiraGO Book";
    src: url("../fonts/FiraGO-Book.eot");
    src:
        url("../fonts/FiraGO-Book.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FiraGO-Book.woff2") format("woff2"),
        url("../fonts/FiraGO-Book.woff") format("woff"),
        url("../fonts/FiraGO-Book.ttf") format("truetype"),
        url("../fonts/FiraGO-Book.svg#FiraGO-Book") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "FiraGO-Bold";
    src: url("../fonts/FiraGO-Bold.eot");
    src:
        url("../fonts/FiraGO-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FiraGO-Bold.woff2") format("woff2"),
        url("../fonts/FiraGO-Bold.woff") format("woff"),
        url("../fonts/FiraGO-Bold.ttf") format("truetype"),
        url("../fonts/FiraGO-Bold.svg#FiraGO-Bold") format("svg");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "FiraGO-SemiBold";
    src: url("../fonts/FiraGO-SemiBold.eot");
    src:
        url("../fonts/FiraGO-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FiraGO-SemiBold.woff2") format("woff2"),
        url("../fonts/FiraGO-SemiBold.woff") format("woff"),
        url("../fonts/FiraGO-SemiBold.ttf") format("truetype"),
        url("../fonts/FiraGO-SemiBold.svg#FiraGO-SemiBold") format("svg");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "FiraGO-Medium";
    src: url("../fonts/FiraGO-Medium.eot");
    src:
        url("../fonts/FiraGO-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FiraGO-Medium.woff2") format("woff2"),
        url("../fonts/FiraGO-Medium.woff") format("woff"),
        url("../fonts/FiraGO-Medium.ttf") format("truetype"),
        url("../fonts/FiraGO-Medium.svg#FiraGO-Medium") format("svg");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: "FiraGO-Regular";
    src: url("../fonts/FiraGO-Regular.eot");
    src:
        url("../fonts/FiraGO-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/FiraGO-Regular.woff2") format("woff2"),
        url("../fonts/FiraGO-Regular.woff") format("woff"),
        url("../fonts/FiraGO-Regular.ttf") format("truetype"),
        url("../fonts/FiraGO-Regular.svg#FiraGO-Regular") format("svg");
    font-weight: bold;
    font-style: normal;
}

/* =========================
   2) VARIABLES (TOKENS)
   ========================= */
:root {
    /* Colors */
    --color-primary: #031749;
    --color-accent: #3b82f6;
    --color-text-primary: #111;
    --color-text-light: #ffffff;

    --header-bg: rgba(255, 255, 255, 0.0784);
    --color-background-body: #fafbfc;
    --color-background-light: #ffffff;
    --color-background-partners: #f0f4ff;
    --color-hero-bg: #fafbfc;
    --hero-overlay: rgba(255, 255, 255, 0.68);

    /* Typography */
    --font-main: "FiraGO-Medium";
    --fs-h1: clamp(1.75rem, 4vw, 2.5rem);
    --fs-h2: clamp(1.25rem, 3vw, 1.75rem);

    /* ===== Clamp-ready “locked” sizes (Desktop unchanged) ===== */
    --fs-nav: clamp(16px, 1.2vw, 16px);
    --fs-hero-title: clamp(22px, 2.2vw, 22px);
    --fs-hero-desc: clamp(16px, 1.3vw, 16px);
    --fs-card-title: clamp(14px, 1.1vw, 14px);
    --fs-small: clamp(12px, 1vw, 12px);

    /* Spacing (locked px via clamp) */
    --sp-0: 0px;
    --sp-3: clamp(3px, 1vw, 3px);
    --sp-6: clamp(6px, 1vw, 6px);
    --sp-7: clamp(7px, 1vw, 7px);
    --sp-8: clamp(8px, 1vw, 8px);
    --sp-10: clamp(10px, 1vw, 10px);
    --sp-12: clamp(12px, 1vw, 12px);
    --sp-14: clamp(14px, 1vw, 14px);
    --sp-16: clamp(16px, 1vw, 16px);
    --sp-18: clamp(18px, 1vw, 18px);
    --sp-20: clamp(20px, 1vw, 20px);
    --sp-21: clamp(21px, 1vw, 21px);
    --sp-22: clamp(22px, 1vw, 22px);
    --sp-24: clamp(24px, 1vw, 24px);
    --sp-26: clamp(26px, 1vw, 26px);
    --sp-28: clamp(28px, 1vw, 28px);
    --sp-30: clamp(30px, 1vw, 30px);
    --sp-32: clamp(32px, 1vw, 32px);
    --sp-34: clamp(34px, 1vw, 34px);
    --sp-36: clamp(36px, 1vw, 36px);
    --sp-42: clamp(42px, 1vw, 42px);
    --sp-43: clamp(43px, 1vw, 43px);
    --sp-48: clamp(48px, 1vw, 48px);
    --sp-56: clamp(56px, 1vw, 56px);
    --sp-57: clamp(57px, 1vw, 57px);
    --sp-58: clamp(58px, 1vw, 58px);
    --sp-68: clamp(68px, 1vw, 68px);
    --sp-70: clamp(70px, 1vw, 70px);
    --sp-80: clamp(80px, 1vw, 80px);
    --sp-82: clamp(82px, 1vw, 82px);
    --sp-85: clamp(85px, 1vw, 85px);
    --sp-87: clamp(87px, 1vw, 87px);
    --sp-90: clamp(90px, 1vw, 90px);
    --sp-96: clamp(96px, 1vw, 96px);
    --sp-101: clamp(101px, 1vw, 101px);
    --sp-104: clamp(104px, 1vw, 104px);
    --sp-110: clamp(110px, 1vw, 110px);
    --sp-1184: clamp(1184px, 1vw, 1184px);

    /* Layout */
    --container-max: 1191px;
    --container-pad: clamp(24px, 2vw, 24px);

    /* Header tokens */
    --header-h: var(--sp-58);
    --header-pad-x: var(--sp-34);
    --header-gap-logo: var(--sp-24);
    --header-gap-actions: var(--sp-10);
    --header-gap-nav-actions: var(--sp-34);
    --header-gap-search-group: var(--sp-90);
    --header-gap-actions-inner: var(--sp-18);

    /* Radius */
    --radius-2: clamp(2px, 1vw, 2px);
    --radius-5: clamp(5px, 1vw, 5px);
    --radius-8: clamp(8px, 1vw, 8px);
    --radius-10: clamp(10px, 1vw, 10px);
    --radius-12: clamp(12px, 1vw, 12px);
    --radius-16: clamp(16px, 1vw, 16px);
    --radius-18: clamp(18px, 1vw, 18px);
    --radius-20: clamp(20px, 1vw, 20px);

    /* Shadows */
    --shadow-header: 0px 3px 13px 0px rgba(3, 0, 53, 0.17);
    --shadow-card: 0 12px 26px rgba(17, 17, 17, 0.08);
    --shadow-card-soft: 0 10px 22px rgba(17, 17, 17, 0.06);
    --shadow-card-hover: 0 14px 30px rgba(17, 17, 17, 0.1);
    --card-shadow: rgba(3, 23, 73, 0.07);

    /* Sizes */
    --logo-w: var(--sp-104);
    --logo-h: var(--sp-24);

    --hero-left: clamp(891px, 1vw, 891px);
    --hero-right: clamp(300px, 1vw, 300px);
    --hero-minh: clamp(518px, 1vw, 518px);

    --news-w: clamp(282px, 1vw, 282px);
    --news-h: clamp(278px, 1vw, 278px);

    --partner-w: clamp(180px, 1vw, 180px);
    --partner-h: clamp(96px, 1vw, 96px);

    /* Section heights */
    --partners-h: clamp(280px, 1vw, 280px);
    --current-projects-h: clamp(494px, 1vw, 494px);

    /* Contact (as you had) */
    --contact-frame-h: var(--sp-1184);
    --contact-footer-h: clamp(80px, 1vw, 80px);
}

/* =========================
   3) RESET / BASE
   ========================= */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.b{
    font-family: "FiraGO-Bold";
}
body {
    font-family: var(--font-main);
    color: var(--color-text-primary);
    background: var(--color-background-body);
    line-height: 1.4;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

/* =========================
   4) LAYOUT UTILITIES
   ========================= */
.container {
    max-width: var(--container-max);
    width: 100%;
    margin: 0 auto;
}

/*  5) HEADER მთავარი გვერდი */
.header {
    width: 100%;
    margin:36px 0px 40px 0px;
    background: transparent;
    overflow: visible;
}

/* Main header bar */
.header-bar {
    height: var(--header-h);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--header-pad-x);
    min-width: 0;
    background: var(--header-bg);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-16);
    box-shadow: var(--shadow-header);
    gap:17px;
}

.logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    margin-right: var(--header-gap-logo);
}

.logo img {
    width: var(--logo-w);
    height: var(--logo-h);
}

/* Wrap: Home icon + Navigation */
.nav-wrap {
    display: flex;
    align-items: center;
}

/* Home icon link */
.icon-link {
    width: clamp(28px, 1vw, 28px);
    height: clamp(28px, 1vw, 28px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-10);
    flex: 0 0 auto;
}

.icon-link img {
    width: clamp(22px, 1vw, 22px);
    height: clamp(22px, 1vw, 22px);
}
.navigation {
    flex: 1;
    min-width: 0;
}

.navigation ul {
    display: flex;
    list-style: none;
    white-space: nowrap;
    gap: 5px;
}
.navigation li {
    padding-left: var(--sp-7);
    padding-right: var(--sp-7);
}
.navigation a {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: var(--fs-nav);
    font-weight: 500;
    color: #071230;
    padding: var(--sp-8) var(--sp-10);
    border-radius: var(--radius-10);
    transition:
        background 0.5s ease,
        box-shadow 0.5s ease,
        color 0.5s ease,
        border-radius 0.5s ease;
    
}
.uppercase{
    text-transform: uppercase;
    font-feature-settings: "case" 1, "c2sc" 1, "smcp" 1;
    letter-spacing: 0.02em;
}

.navigation a:hover {
    background: white;
    box-shadow:
        0 2px 4px rgba(15, 23, 42, 0.06),
        0 6px 12px rgba(15, 23, 42, 0.08);
    border-radius: 5px;
    color: #224596;
}
.nav-item {
    position: relative;
}

.dropdown {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;

    background: white;
    border-radius: 12px;
    padding: 10px 0;
    min-width: 220px;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s ease;
    z-index: 999;
}
.dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown li {
    padding: 0;
}

.dropdown a {
    padding: 10px 16px;
    width: 100%;
    display: block;
    color: #1d2c4d;
    font-size: 14px;
}

.dropdown a:hover {
    background: #f2f4f8;
}

/* Header actions (right icons) */

.header-actions {
    display: flex;
    align-items: center;
    background: transparent;
    padding: 0;
    border-radius: 0;
    gap: var(--sp-21);
}

.actions-group {
    display: flex;
    align-items: center;
    gap: var(--header-gap-actions-inner); /* globe ↔ yt ↔ fb */
    background: #ffffff;
    padding: 0 var(--sp-8) 0 var(--sp-8);
    border-radius: var(--radius-12);
    border: 1px solid #f2f4f8;
}

/* Icon buttons (search / language / youtube / facebook) */

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    width: 0;
    opacity: 0;
    padding: var(--sp-6) 0;
    margin-left: 0;
    border: none;
    outline: none;
    border-radius: var(--radius-8);
    transition: all 0.3s ease;
    font-size: 14px;
}

.search-box.active .search-input {
    width: clamp(160px, 1vw, 180px);
    opacity: 1;
    padding: var(--sp-6) var(--sp-10);
    margin-left: var(--sp-8);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}

.icon-btn {
    width: clamp(28px, 1vw, 28px);
    height: clamp(28px, 1vw, 28px);
    border: none;
    background: transparent;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    padding: 0;
    border-radius: var(--radius-10);
    transition:
        background 0.2s ease,
        box-shadow 0.2s ease;
}

.icon-btn img {
    width: clamp(28px, 1vw, 28px);
    height: clamp(28px, 1vw, 28px);
    object-fit: contain;
}

.icon-btn-search img {
    width: clamp(22px, 1vw, 22px);
    height: clamp(22px, 1vw, 22px);
}

.icon-btn:hover {
    background: #ffffff;

    box-shadow:
        0 2px 4px rgba(15, 23, 42, 0.06),
        0 6px 12px rgba(15, 23, 42, 0.08);

    border-radius: var(--radius-5);
}

/* ===== Mobile nav base (hidden on desktop) ===== */
.mobile-nav {
    display: none;
}

/* ===== Optional mobile menu panel base ===== */
.mobile-menu {
    display: none;
}

/* =   6) Hero Section   = */
.hero {
    background: var(--color-hero-bg);
    padding-bottom: var(--sp-87);
}

.hero .container.hero-grid {
    max-width: var(--container-max);
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: var(--hero-left) var(--hero-right);
    column-gap: 0px;
    align-items: start;
    padding: 0;
    background: #f2f4f8;
    border-radius: 16px;
}

/* LEFT */
.hero-bg {
    width: 100%;
    min-height: var(--hero-minh);
    border-radius: var(--radius-20);

    position: relative;
    overflow: hidden;
    background: #fafbfc;
    background: linear-gradient(
        90deg,
        rgba(250, 251, 252, 1) 0%,
        rgba(242, 244, 248, 1) 100%
    );
}

.hero-slider {
    position: absolute;
    inset: 0;
    z-index: 0;

    border-radius: var(--radius-20); /* 🔥 დაამატე ეს */
    overflow: hidden; /* 🔥 რომ dots არ გავიდეს გარეთ */
}

.slide {
    position: absolute;
    inset: 0;

    background-size: cover;
    background-position: center;

    opacity: 0;
    transition: opacity 0.8s ease;
}

.slide.active {
    opacity: 1;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;

    width: 100%;
    max-width: clamp(738px, 1vw, 738px);
    min-height: clamp(427px, 1vw, 427px);

    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: center;

    padding: var(--sp-36) var(--sp-48);
    border-radius: var(--radius-16);

    background: linear-gradient(
        135deg,
        rgba(7, 18, 48, 0.35) 0%,
        rgba(13, 34, 91, 0.35) 42%,
        rgba(22, 56, 150, 0.13) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.hero-content h1 {
    font-weight: 700;
    font-size: var(--fs-hero-title);
    line-height: clamp(32px, 1vw, 32px);
    letter-spacing: 0.04em;
    color: #fff;

    max-width: clamp(492px, 1vw, 492px);
    margin: 0 auto var(--sp-12);
}
.current-project-blur{
    background: linear-gradient(181.9deg, rgba(0, 0, 0, 0.39) -0.42%, rgba(58, 58, 58, 0.495) 51.39%, rgba(0, 0, 0, 0.06) 100.3%);
}

.hero-content p {
    font-weight: 400;
    font-size: 16px;
    font-family: "FiraGO-Regular", sans-serif;
    line-height: clamp(24px, 1vw, 24px);
    color: #fff;

    max-width: clamp(440px, 1vw, 440px);
    margin: 0 auto;
}

/* DOTS */
.slider-dots {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;

    display: flex;
    gap: var(--sp-8);
}

.dot {
    width: clamp(8px, 1vw, 8px);
    height: clamp(8px, 1vw, 8px);
    border-radius: 50%;

    border: 3px solid white;
    background: transparent;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.dot.active {
    background: #fff;
    transform: scale(1.3);
    position: relative;
}
.dot.active::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: clamp(6px, 1vw, 6px);
    height: clamp(6px, 1vw, 6px);
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
/* RIGHT */
.hero-side {
    width: 100%;
    height: var(--hero-minh);
    box-sizing: border-box;

    position: relative;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--sp-18);

    padding: var(--sp-24) var(--sp-20) var(--sp-36);
    background: #f2f4f8;
    border-radius: 0 var(--radius-20) var(--radius-20) 0;
}

.side-card-top {
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: var(--shadow-card-soft);
    border-radius: var(--radius-8);

    padding: var(--sp-18) 0;
    height: var(--sp-48);

    position: relative;

    display: flex;
    align-items: center;
    gap: 0px;

    text-decoration: none;

    transition:
        transform 0.18s ease,
        box-shadow 0.18s ease;

    width: clamp(215px, 1vw, 215px);
}

.side-card-top:hover {
    transform: translateY(-1px);
    box-shadow: var(--shadow-card-hover);
}

.side-ic--auth {
    width: clamp(49px, 1vw, 49px);
    height: var(--sp-48);
    border-radius: var(--radius-8);

    display: grid;
    place-items: center;

    background: #fff;
    flex: 0 0 auto;
    box-shadow: 1px -2px 5px 0px rgba(36, 69, 149, 0.21);
    -webkit-box-shadow: 1px -2px 5px 0px rgba(36, 69, 149, 0.21);
    -moz-box-shadow: 1px -2px 5px 0px rgba(36, 69, 149, 0.21);
}
.side-ic--auth img {
    width: clamp(26px, 1vw, 26px);
    height: clamp(26px, 1vw, 26px);
}

.side-txt--auth {
    transition: all 0.5s ease;
    font-size: var(--fs-card-title);
    font-weight: 500;
    color: #1f2a44;
    width: 100%;
    height: 48px;
    padding-top:15px;
}
.side-card-top:hover .side-txt--auth {
    background-color: #224596;
    color: #ffffff;
    border-radius: var(--radius-8);
}
.side-card-top:hover .side-ic--auth {
    background-color: transparent;
    border-left:1px solid #224596;
    border-top:1px solid #224596;
    border-bottom:1px solid #224596;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: none;
}


/* PANEL */
.side-panel {
    width: clamp(215px, 1vw, 215px);
    border: 1px solid #fff;
    background: #f2f4f8;
    border-radius: var(--radius-18);
}

.side-stack {
    display: grid;
    gap: var(--sp-22);
    padding: var(--sp-20);
}

/* Vertical cards */
.side-card {
    height: var(--sp-101);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--sp-14);
    padding: 0;
    text-align: center;
    border-radius: var(--radius-16);
}
.side-card:last-child {
    height: var(--sp-82);
}

.side-card .side-txt {
    font-size: var(--fs-card-title);
    line-height: 1.3;
    max-width: clamp(140px, 1vw, 140px);
    color: #071230;
    font-family: "FiraGO-Regular";
}

.side-card:hover .side-ic {
    background-color: #2f5ea8;
}
.side-card:hover .side-ic img {
    filter: brightness(0) invert(1);
}

.side-ic img {
    width: clamp(22px, 1vw, 22px);
    height: clamp(22px, 1vw, 22px);
    transition: all 0.3s ease;
}

/* Icons */
.side-ic {
    width: clamp(40px, 1vw, 40px);
    height: clamp(40px, 1vw, 40px);
    border-radius: var(--radius-12);
    background: rgba(47, 94, 168, 0.06);

    display: grid;
    place-items: center;
    flex: 0 0 auto;
    transition: background-color 0.4s ease;
}

/* VERTICAL cards*/
.side-card .side-ic {
    width: 100%;
    height: var(--sp-48);
    border-radius: var(--radius-12);

    background: #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(108, 122, 178, 0.2);
}

/* Text */
.right-sidebar {
    position: relative;
    min-height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

/* Call button */
.side-call {
    position: sticky;
    top: calc(100vh - var(--sp-80));
    margin-right: var(--sp-3);

    width: var(--sp-56);
    height: var(--sp-56);
    border-radius: 50%;
    display: grid;
    place-items: center;

    background: rgba(108, 122, 178, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.17);

    z-index: 10;
}

.side-call::before {
    content: "";
    position: absolute;
    width: clamp(44px, 1vw, 44px);
    height: clamp(44px, 1vw, 44px);
    border-radius: 50%;
    background: #f2f2f2;
    inset: 0;
    margin: auto;
}

.side-call img {
    width: var(--sp-34);
    height: var(--sp-34);
    position: relative;
    z-index: 1;
}

/* = NEWS (სიახლეები)= */
.news {
    padding: 0 0 25px;
    background: #fff;
}
.news .section-title {
    margin-bottom: 30px;
}

.news-grid {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(4, 282px);

    gap: 16px;
    justify-content: center;
}

.news-card {
    display: block;
    box-shadow: var(--shadow-card);

    width: 282px;
    height: 278px;
    border-radius: 10.76px;
    overflow: visible;
    position: relative;
}

.news-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: var(--radius-16);
}

.news-item {
    position: relative;
    padding-top: var(--sp-12);
}

.news-date {
    position: absolute;
    top: calc(var(--sp-12) * -1);
    z-index: 5;

    width: var(--sp-42);
    height: var(--sp-70);
    padding: var(--sp-6) 0;
    border-radius: var(--radius-8);

    background: rgba(2, 48, 87, 0.2);
    color: #fff;
    backdrop-filter: blur(6px);

    display: grid;
    justify-items: center;
}

.news-day {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.news-month {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.news-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: var(--sp-18) var(--sp-16);

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius-16);

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0.15)
    );
    backdrop-filter: blur(8px) saturate(110%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);
    border-top: 1px solid rgba(253, 242, 242, 0.18);
}

.news-title {
    margin: 0;
    color: #fff;
    font-size: var(--fs-card-title);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;

    max-width: clamp(240px, 1vw, 240px);
}

.news-actions {
    display: flex;
    align-items: center;
    gap: var(--sp-16);
    margin-top: var(--sp-24);
}

/* ხაზი */
.news-actions::before {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(17, 17, 17, 0.1);
}

.news-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 141px;
    height: 44px;
    padding: 0 var(--sp-16);
    color:#071230;
    border-radius: var(--radius-10);
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.1);

    font-size: var(--fs-card-title);
    font-weight: 500;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.news-btn:hover {
    box-shadow: 0 6px 18px rgba(2, 48, 87, 0.25);
}

.news-hover {
    position: absolute;
    inset: 0;
    padding: var(--sp-18) var(--sp-16);

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--sp-14);

    opacity: 0;
    visibility: hidden;
    transform: translateY(6px);
    transition:
        opacity 0.5s ease,
        transform 0.5s ease,
        visibility 0.5s ease;

    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: var(--radius-16);
}

.news-hover-text {
    margin: 0;
    color: #fff;
    font-size: clamp(13px, 1vw, 13px);
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    max-width: clamp(240px, 1vw, 240px);
}

.news-more {
    margin-top: var(--sp-6);
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: clamp(34px, 1vw, 34px);
    padding: 0 var(--sp-18);
    border-radius: var(--radius-10);

    background: #023057;
    color: #fff;
    font-size: var(--fs-card-title);
    font-weight: 500;
}

.news-card:hover .news-hover,
.news-card:focus-visible .news-hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.news-card:hover .news-overlay {
    opacity: 0;
    visibility: hidden;
}

.news-month::before {
    content: "";
}

/* hover state: horizontal badge */
.news-card:hover .news-date,
.news-card:focus-visible .news-date {
    width: auto;
    height: clamp(32px, 1vw, 32px);
    padding: 0 var(--sp-10);

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;

    background: #023057;
    backdrop-filter: none;
}

/* make day/month inline + add "/" */
.news-card:hover .news-day,
.news-card:hover .news-month {
    font-size: var(--fs-card-title);
    font-weight: 600;
    line-height: 1;
}

.news-card:hover .news-month::before {
    content: "/";
    margin: 0 4px;
    font-weight: 600;
}

/* =   8) PARTNERS SECTION= */
.partners-section {
    background: var(--color-hero-bg);

    padding: 0;
    height: var(--partners-h);
    display: flex;
    align-items: self-start;
}

.section-title {
    display: flex;
    align-items: center;
    gap: var(--sp-16);
    height: var(--sp-48);
    margin-bottom: 30px;
}

.title-bar {
    width: clamp(9px, 1vw, 9px);
    height: var(--sp-48);
    background: #1d2c4d;
    border-radius: var(--radius-2);
    margin: 0;
}

.section-title h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "FiraGO-SemiBold";
    margin: 0;
    color: #071230;
}
/* 2) Partners grid */

.partners-grid {
    list-style: none;
    padding: 0;
    margin: 0;

    display: grid;
    grid-template-columns: repeat(6, var(--partner-w));
    gap: var(--sp-16);
    justify-content: center;
    margin-bottom: var(--sp-68);
}

.partner-card {
    width: var(--partner-w);
    height: var(--partner-h);

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--color-hero-bg);
    border: 1px solid #fff;
    box-shadow: 0 6px 18px var(--card-shadow);
    border-radius: var(--radius-16);
    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.partner-card:hover {
    background: #fff;
    box-shadow: 0 10px 24px rgba(17, 17, 17, 0.14);
    transform: translateY(-1px);
}

.partner-card:hover img {
    transform: scale(0.98); /* 0.92 = ~8% smaller */
}

.partner-card img {
    max-width: clamp(140px, 1vw, 140px);
    max-height: clamp(60px, 1vw, 60px);
    object-fit: contain;

    transition: transform 0.3s ease; /* 👈 აუცილებელია */
}

/* = CURRENT PROJECTS= */

.current-projects-section {
    background: #e0e4ec;
    padding: 0;
    height: var(--current-projects-h);
}
.current-projects-slider {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.current-projects-viewport {
    overflow: hidden;
    max-width: clamp(980px, 1vw, 980px);
    margin: 0 auto;
}

.current-projects-track {
    display: flex;
    gap: var(--sp-22);
    transition: transform 0.5s ease;
}

.current-project-card {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-16);
    background: #dfe6f2;

    /* 2 ქარდი ერთ ხაზზე */
    width: calc((100% - var(--sp-22)) / 2);
    min-width: calc((100% - var(--sp-22)) / 2);
    flex-shrink: 0;
    height: var(--news-h);

    box-shadow: 0 10px 22px rgba(17, 17, 17, 0.1);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.current-project-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(17, 17, 17, 0.14);
}

.current-project-image {
    width: 100%;
    height: var(--news-h);
    display: block;
    object-fit: cover;
}

.current-project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: var(--sp-85);

    padding: var(--sp-18) var(--sp-16);

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: var(--radius-16);

    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.35),
        rgba(0, 0, 0, 0.15)
    );

    backdrop-filter: blur(8px) saturate(110%);
    -webkit-backdrop-filter: blur(12px) saturate(120%);

    border-top: 1px solid rgba(253, 242, 242, 0.18);
}

.current-project-text {
    margin: 0;
    color: #fff;
    font-size: var(--fs-card-title);
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    max-width: clamp(100%, 1vw, 240px);
}

/* 13) Arrow button container (მთლიანი ბლოკი) */
.current-projects-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    width: var(--sp-43);
    height: var(--sp-57);
    border-radius: var(--radius-8);

    cursor: pointer;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 2px 12px rgba(7, 18, 48, 0.15);
    backdrop-filter: blur(10px) saturate(120%);
    -webkit-backdrop-filter: blur(10px) saturate(120%);
}

/* 14) Arrow icon (‹ ›) — ეს მართავს მხოლოდ აიქონს */
.current-projects-arrow-icon {
    display: block;
    font-size: clamp(30px, 1vw, 30px);
    color: #1d2c4d;
    line-height: 1;
}

/* 15) Highlight layer for glass */
.current-projects-arrow::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.22),
        rgba(255, 255, 255, 0.04)
    );
    pointer-events: none;
}

/* 16) Hover */
.current-projects-arrow:hover {
    transform: translateY(-50%) translateY(-1px);
    box-shadow: 0 4px 16px rgba(7, 18, 48, 0.18);
}

/* 17) Active click */
.current-projects-arrow:active {
    transform: translateY(-50%);
}

/* 18) Arrow positioning */
.current-projects-arrow--left {
    left: var(--sp-10);
}

.current-projects-arrow--right {
    right: var(--sp-10);
}

/* 19) Divider + button row */
.current-projects-actions {
    margin-top: var(--sp-18);
    display: flex;
    align-items: center;
    gap: var(--sp-18);
}

/* 20) Horizontal divider line */
.current-projects-divider {
    flex: 1;
    height: 1px;
    background: #fff;
}

/* 21) “View all” button */
.current-projects-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: clamp(140px, 1vw, 140px);
    height: var(--sp-48);
    padding: 0 var(--sp-16);

    border-radius: var(--radius-10);
    background: #e0e4ec;
    border: 1px solid rgba(17, 17, 17, 0.1);

    font-size: var(--fs-card-title);
    font-weight: 500;

    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);

    transition:
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.current-projects-button:hover {
    box-shadow: 0 3px 13px rgba(3, 0, 53, 0.17);
    transform: translateY(-1px);
}

/* = FOOTER= */

.site-footer {
    color: #fff;
}

.footer-bg {
    background: url("../images/footer-logo-mainpage.png") center/cover no-repeat;
}

.footer-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: var(--sp-26) 0 var(--sp-16);
    min-height: 255px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* logo centered */
.footer-logo {
    display: grid;
    place-items: center;
    margin: 0 0 var(--sp-18);
}

.footer-logo img {
    height: clamp(28px, 1vw, 28px);
    width: auto;
    object-fit: contain;
}

/* strip: 3 columns exactly */
.footer-strip {
    width: 100%;
    min-height: var(--sp-96);

    display: grid;
    grid-template-columns: clamp(270px, 1vw, 270px) 1fr clamp(272px, 1vw, 272px);
    align-items: center;
    column-gap: var(--sp-32);
}

/* LEFT */
.footer-item {
    display: grid;
    grid-template-columns: clamp(18px, 1vw, 18px) 1fr;
    column-gap: var(--sp-10);
    align-items: start;
}

.footer-ic {
    width: clamp(18px, 1vw, 18px);
    height: clamp(18px, 1vw, 18px);
    display: grid;
    place-items: center;
    opacity: 0.95;
}

.footer-ic img {
    width: clamp(18px, 1vw, 18px);
    height: clamp(18px, 1vw, 18px);
    object-fit: contain;
}

.footer-label {
    margin: 0;
    font-size: 18px;
    font-family: "FiraGO-Regular", sans-serif;
    font-weight: 400;
    color: rgba(123, 167, 255, 0.95);
    white-space: nowrap;
}

.footer-value {
    margin: 0;
    font-size: 18px;
    font-family: "FiraGO-Regular", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.95);
}

/* CENTER */
.footer-mid {
    display: grid;
    place-items: center;
}

.footer-center {
    margin: 0;
    font-size: 18px;
    font-family: "FiraGO-SemiBold", sans-serif;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.92);
    text-align: center;
    white-space: nowrap;
}

/* RIGHT */
.footer-right {
    display: grid;
    row-gap: var(--sp-10);
    justify-items: start;
}

.footer-row {
    display: grid;
    grid-template-columns: clamp(18px, 1vw, 18px) max-content max-content;
    align-items: center;
    column-gap: var(--sp-10);
}

.footer-link {
    font-size: clamp(13px, 1vw, 13px);
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    white-space: nowrap;
}

.footer-link:hover {
    text-decoration: underline;
}

/* bottom */
.footer-bottom {
    margin-top: var(--sp-18);
    text-align: center;
    position: relative;
    padding-top: var(--sp-16);
}
.footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: clamp(220px, 1vw, 220px);
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
}

.footer-bottom p {
    margin: 0;
    font-size: var(--fs-small);
    color: rgba(255, 255, 255, 0.75);
}

/* =========================================================
   CONTACT PAGE (GGTC) — კონტაქტის გევრდი
========================================================= */

/* ---------- Base page wrapper ---------- */
.c-contact {
    background: #f5f5f5;
    padding: 0;
    font-family: "Poppins", sans-serif;
}

.c-contact__wrap {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* ---------- Header (bar + title + close) ---------- */
.c-contact__head {
    height: 71px;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-bottom: none;

    padding: 0 80px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.c-contact__head-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.c-contact__bar {
    width: 9px;
    height: 48px;
    background: #1d2c4d;
    border-radius: 2px;
    display: block;
}

.c-contact__h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1d2c4d;
}

.c-contact__close {
    width: 32px;
    height: 32px;
    border-radius: 8px;

    display: grid;
    place-items: center;

    text-decoration: none;
    font-size: 20px;
    line-height: 1;
    color: #1d2c4d;
    opacity: 0.85;
}

.c-contact__close:hover {
    opacity: 1;
    background: rgba(29, 44, 77, 0.06);
}

/* ---------- Card ---------- */
.c-contact__card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-top: none;
    box-shadow: 0 10px 26px rgba(17, 17, 17, 0.08);
}

/* Company title strip */
.c-contact__top {
    height: 71px;
    padding: 0 80px 0 300px;

    display: flex;
    align-items: flex-start;
    text-align: center;
}

.c-contact__title {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: #1d2c4d;
    font-family: "FiraGO-SemiBold", sans-serif;
}

.c-contact__title span {
    display: block;
}

/* ---------- Floating info box ---------- */
.c-contact__float {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: 5;

    width: 362px;
    height: 153px;

    padding: 30px 24px;

    border-radius: 16px;
    background: rgba(15, 20, 55, 0.88);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.35);

    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 23px;
}

.c-contact__float-row {
    display: grid;
    grid-template-columns: 18px max-content 1fr;
    align-items: center;
    gap: 8px;
    padding: 6px 4px;
}

.c-contact__ic {
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    opacity: 0.95;
}

.c-contact__ic img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.c-contact__lbl {
    font-size: 18px;
    color: rgba(76, 104, 169, 1);
    white-space: nowrap;
    font-family: "FiraGO-Regular", sans-serif;
}

.c-contact__link {
    font-size: 12px;
    color: #fff;
    opacity: 0.95;
    text-decoration: none;
    white-space: nowrap;
}

.c-contact__link:hover {
    text-decoration: underline;
}

/* =========================================================
   MAP BLOCK — layout anchors
   აქ ვაკონტროლებთ: რუკა, ღილაკი, ცენტრალური ოფისი, ფილიალები
========================================================= */

.c-contact__map {
    position: relative;

    /* ერთი ადგილი, საიდანაც გადააწყობ ყველაფერს მარტივად */
    --pad-x: 56px;
    --map-top: 46px;

    --addr-left: 110px;
    --addr-top: 320px;
    --addr-gap: 50px;

    --branches-left: var(
        --addr-left
    ); /* ← ვერტიკალურად გაუტოლე მისამართების ბლოკს */
    --branches-right: var(--pad-x);
    --branches-bottom: 52px;

    --branches-col-gap: 110px;
    --branches-row-gap: 72px;

    --branch-max: 260px; /* ტექსტის სიგანე */

    height: 953px;
    min-height: 0;
    padding: 56px var(--pad-x);

    background: rgba(19, 21, 60, 1);
}

/* Map image centered */
.c-contact__map-img {
    position: absolute;
    top: var(--map-top);
    left: 50%;
    transform: translateX(-50%);
    width: min(860px, calc(100% - (var(--pad-x) * 2)));
    height: auto;
}

/* ---------- Pins ---------- */
.c-contact__pin {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.85);
    background: rgba(72, 92, 175, 0.9);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.35);
    cursor: pointer;
}

.c-contact__pin:hover {
    transform: scale(1.06);
}

/* TODO: positions */
.c-pin--1 {
    left: 44%;
    top: 35%;
}
.c-pin--2 {
    left: 52%;
    top: 32%;
}
.c-pin--3 {
    left: 60%;
    top: 40%;
}
.c-pin--4 {
    left: 48%;
    top: 45%;
}
.c-pin--5 {
    left: 66%;
    top: 38%;
}

/* ---------- Left stack: button + central office ---------- */
.c-contact__leftstack {
    position: absolute;
    left: var(--addr-left);
    top: var(--addr-top);
    z-index: 6;

    display: grid;
    gap: var(--addr-gap);
    max-width: 260px;
}

/* Button */
.c-contact__addr-btn {
    width: 250px;
    height: 24px;
    padding: 30px;
    border-radius: 8px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;

    font-size: 18px;
    font-weight: 600;
    font-family: "FiraGO-SemiBold", sans-serif;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: none;
}

/* ---------- Branch typography (shared) ---------- */
.c-branch__t {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 500;
    font-family: "FiraGO-Medium", sans-serif;
    line-height: 1.2;
    color: rgba(34, 69, 150, 1);
;
}

.c-branch__p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: "FiraGO-Medium", sans-serif;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.9);
    max-width: 260px;
}

/* Central branch can have small spacing tweak if needed */
.c-branch--central .c-branch__p {
    max-width: 244px;
}

/* ---------- Bottom branches grid ---------- */
.c-contact__branches {
    position: absolute;

    left: var(--branches-left);
    right: var(--branches-right);

    top: calc(var(--addr-top) + 250px);
    /* 140px = ცენტრალური ოფისის სიმაღლე + დაშორება
     შეგიძლია 120–160px დიაპაზონში დაარეგულირო */

    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: var(--branches-col-gap);
    row-gap: 64px;
}

/* ---------- Fixed call button ---------- */
.c-contact__map .c-contact__call {
    position: absolute;
    right: var(--pad-x);
    bottom: var(--pad-x);
    left: 86%;
    top: 45%;
    transform: translate(-50%, -50%);

    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #fff;

    display: grid;
    place-items: center;

    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    z-index: 20;
}

.c-contact__map .c-contact__call img {
    width: 24px;
    height: 24px;
}

.c-contact__call img {
    width: 24px;
    height: 24px;
}

/* footer height */
.site-footer-logo {
    height: var(--contact-footer-h);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f5f5f5;
}

/* main takes the rest */
.c-contact {
    min-height: calc(var(--contact-frame-h) - var(--contact-footer-h));
    padding: 0;
}

.site-footer-logo__inner {
    width: min(1440px, 100%);
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.site-footer-logo img {
    height: 28px;
    width: auto;
}

/* =========================================================
   about us page — ჩვენ შესახებ გვერდი
========================================================= */

/* =========================
   ABOUT HERO
========================= */

.about-hero {
    width: 100%;
    background-color: #ffffff;
}

/* INNER CONTAINER */
.about-hero__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px;
}

/* HEADER */
.about-hero__header {
    height: 71px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT SIDE */
.about-hero__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* BLUE BAR */
.about-hero__bar {
    width: 9px;
    height: 48px;
    background-color: #1b3778;
}

/* TITLE */
.about-hero__title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #071230;
    font-family: "FiraGO-SemiBold", sans-serif;
}

/* CLOSE BUTTON */
.about-hero__close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #1d2c4d;
    transition: 0.2s;
}

.about-hero__close:hover {
    opacity: 0.6;
}
/* ✅ FULL WIDTH LINE */
.about-hero__divider {
    width: 100%;
    height: 1px;
    background-color: #dfe3eb;
}

/* =INTRO STRIP= */

.about-intro {
    background: #ffffff;
    border-top: 1px solid rgba(17, 17, 17, 0.06);
}
/* CENTERED CONTAINER */
.about-intro__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 120px;
}

.about-intro__text {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 600;
    text-align: justify;
    font-family: "FiraGO-Medium", sans-serif;
}

/* =TEXT SECTIONS WRAPPER= */

.about-block1,
.about-block2,
.about-block3 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
    background-color: #f2f4f8;
}

/* =INNER CONTENT BOX= */

.about-block1__inner,
.about-block2__inner,
.about-block3__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 44px 120px;

    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: justify;
}

/* =PARAGRAPHS=*/

.about-block1__inner p,
.about-block2__inner p,
.about-block3__inner p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    font-family: "FiraGO-Regular", sans-serif;
}
/* =========================
   MISSION page მისიის გვერდი
========================= */

.mission {
    padding: 10px 0 80px;
    background: #ffffff;
}

/* SECTION TITLE */
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
/* LEFT SIDE */
.section-head__left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.section-bar {
    width: 9px;
    height: 48px;
    background: #1d2c4d;
}

.section-head h2 {
    font-size: 24px;
    font-weight: 600;
    color: #0f1a2c;
    margin: 0;
}
/* CLOSE BUTTON */
.section-head__close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #1d2c4d;
    transition: 0.2s;
}

.section-head__close:hover {
    opacity: 0.6;
}

/* MISSION CARD */
.mission-card {
    background: #ffffff;
    border-right: none;
    padding: 32px 0px 0px 0px;

    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: 28px;
    row-gap: 16px;
    border-radius: 16px;
}
.mission-card-wrapper{
    border-top: 2px solid rgba(203, 210, 226, 1);
    border-left: 2px solid rgba(203, 210, 226, 1);
    border-bottom: 2px solid rgba(203, 210, 226, 1);
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    padding:50px;
}
.mission-card-wrapper-reverse{
    border-right: 2px solid rgba(203, 210, 226, 1);
    border-bottom: 2px solid rgba(203, 210, 226, 1);
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    padding:3px 50px 50px 50px;
}
/* ICON */

.mission-card__icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #2f5bea;

    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 100px;
}

.mission-card__icon img {
    width: 60px;
    height: 60px;
}

/* CONTENT */
.mission-card__content {
    grid-column: 2;
    text-align: justify;
}

/* HIGHLIGHT TEXT */
.mission-highlight {
    background: rgba(224, 228, 236, 0.5);
    padding: 36px 34px 36px 34px;
    text-align: justify;
    border-radius: 12px;
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 1.6;
    font-size: 16px;
    font-family: 'FiraGO-Medium';
    color: #000;
}

/* SECOND TEXT BLOCK */

.mission-text-secondary {
    border-left: 2px solid #e0e6ef;
    border-right: 2px solid #e0e6ef;
    line-height: 24px;
    color: #000;
    font-family: "FiraGO-Regular", sans-serif;
    font-size:16px;
    font-weight: 400;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 16px;
    margin-left: 0;
    text-align: justify;
}
.strategy-title{
    font-size:16px;
    font-family: "FiraGO-Regular", sans-serif;
    font-weight: 400;
    color: #000;
}
/* WRAPPER */
.strategy-wrapper {
    max-width: 1044px;
    margin-top: 40px;

    display: flex;
    flex-direction: column;
    gap: 32px;
}
.news-body{
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
}
.news-body img{
    border-radius: 12px;
}

/* ROW (ICON + CARD) */
.strategy-row {
    display: grid;
    grid-template-columns: 1fr 100px;
    gap: 24px;
}

/* CARD */
.strategy-card {
    background: #f2f4f7;
    padding: 36px 34px 36px 34px;
    border-radius: 16px;
}

/* CONTENT */
.strategy-card__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* LIST */
.strategy-list {
    padding-left: 20px;
    font-size:16px;
    font-family: "FiraGO-Medium", sans-serif;
    font-weight: 500;
    line-height: 24px;
    color: #000;
    text-align: justify;
}

/* ICON */
.strategy-card__icon {
    width: 100px;
    height: 100px;
    border: 2px solid #2f5ea8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.strategy-card__icon img {
    width: 60px;
}

/* BOTTOM TEXT BLOCK */
.strategy-text {
    padding: 5px 32px;
    border-left: 2px solid #e0e6ef;
    border-right: 2px solid #e0e6ef;
    color: #000;
    line-height: 1.7;
    font-size: 15px;
    font-family: "FiraGO-Regular", sans-serif;
    text-align: justify;
    margin-top: 30px;
}

/* =========================
   STRUCTURE PAGE- სტრუქტურის გვერდი
========================= */

.structure {
    background: #E0E4EC;
    padding: 80px 20px;
}

/*  DIRECTOR */

.structure-director {
    width: 488px;
    margin: 0 auto 20px;
    padding: 22px;
    background: rgba(3, 8, 112, 1);
;
    color: white;
    text-align: center;
    border-radius: 16px;
    font-size: 18px;
    font-weight: 600;
    font-family: "FiraGO-SemiBold", sans-serif;
    box-shadow: 0px 1px 26px 0px rgba(36, 69, 149, 0.55);

}

/* ARROWS */

.structure-arrows {
    width: 100%;
    margin: 0 auto 20px;
    height: 80px;
}

.structure-arrows svg {
    width: 100%;
    height: 100%;
}

.structure-arrows line {
    stroke: white;
    stroke-width: 2;
}

/* DEPUTIES */

.structure-deputies {
    display: flex;
    justify-content: center;
    gap: 140px;

    margin: 0 auto 100px;
}

.structure-deputy-group {
    display: flex;
    gap: 36px;
}

.structure-deputy {
    width: 221px;
    height: 79px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(3, 8, 112, 1);
    font-family: "FiraGO-Regular", sans-serif;
    color: white;

    border-radius: 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    box-shadow: 0px 1px 15px 0px rgba(36, 69, 149, 0.2);


}

/* DEPARTMENTS GRID */

.structure-departments {
    max-width: 1288px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 372px 916px;
    gap: 60px;
    align-items: start;
}

.twins{
    display: grid;
    gap: 60px;
}
.top_twin{
    display: grid;
    grid-template-columns: 448px 372px;
    gap: 60px;
}
/* LEFT PANEL */

.structure-panel {
    width: 372px;
    min-height: 560px;

    background: white;
    border-radius: 16px;
    padding: 32px;

    display: flex;
    flex-direction: column;
    gap: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.structure-panel-card {
    width: 284px;
    height: 104px;

    background: rgba(216, 225, 239, 1);
    border: 1px solid #ffffff;
    border-radius: 16px;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: rgba(7, 18, 48, 1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
    font-family: "FiraGO-Regular", sans-serif;
    display: flex;
    align-items: center;   /* vertical centering */
    justify-content: center;
}

/* COLUMNS */

.structure-column {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

/* CENTER COLUMN */

.structure-column--center {
    width: 448px;
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/*  TOP ROW */

.structure-toprow {
    display: flex;
    gap: 16px;
}

.structure-column .structure-card--dark {
    flex: 1;
    background: rgba(0, 19, 158, 1);
    color: white;
    border-radius: 14px;
    padding: 14px 16px;
    text-align: center;
    font-size: 14px;
    font-family: "FiraGO-Regular", sans-serif;
}

/* GENERAL CARDS */

.structure-card--light {
    background: #f2f4f8;
    color: #1d2c4d;
}

.structure-card--dark {
    background: #030870;
    color: white;
}

/* ADMINISTRATION CARD  */

.structure-card--primary {
    width: 200px;
    height: 80px;
    margin: 0 auto;
    background: #030870;
    color: white;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

/* SUBROW WRAPPER */

.structure-subrow {
    display: flex;
    gap: 17px;
    background: #f2f4f8;
    padding: 24px;
    border-radius: 16px;
}

/* SMALL CARDS */

.structure-card--small {
    width: 187px;
    height: 80px;
    background: #f2f4f8;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    font-size: 13px;
    line-height: 1.4;

    color: #1d2c4d;
    border: 1px solid #ffffff;
    box-shadow: 0 1px 15px rgba(36, 69, 149, 0.2);
}

/* RIGHT COLUMN */

.structure-column--right {
    width: 371px;
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 56px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

/* RIGHT COLUMN CARDS  */

.structure-column--right .structure-card--light {
    width: 284px;
    height: 104px;

    background: #f2f4f8;
    padding: 18px 16px;
    border-radius: 16px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    font-size: 14px;
    line-height: 1.4;

    color: #1d2c4d;
    border: 1px solid #ffffff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

/*  BOTTOM CARD */

.structure-card--bottom {
    width: 242px;
    height: 80px;
    margin: 0 auto;

    background: #eef1f6;
    border-radius: 16px;
    border: 1px solid #ffffff;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;

    color: #1d2c4d;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

/* STRUCTURE PART 2 */

.structure-part2 {
    width:880px;
}

.structure-part2-block {
    margin: 0 auto;
}

/*  MAIN CONTAINER */

.structure-container-part2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
}

/*  LEFT + CENTER BIG BLOCK */

.structure-part2-inner1 {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/* RIGHT BLOCK */

.structure-part2-inner2 {
    width: 456px;
    background: #f2f4f8;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

/*  COLUMNS */

.structure-left-part2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.structure-left-part4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.structure-center-part2 {
    width: 244px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.structure-right-part2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* CARDS */

.structure-card {
    min-height: 104px;
    padding: 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    color: #1d2c4d;
    border: 1px solid #ffffff;
    background: #d8e1ef;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

/* CARD MODIFIERS */

.structure-card--blue {
    background: #cfd8e6;
}

/* BOTTOM BOX */

.structure-bottom-box {
    width: 100%;
    background: #f2f4f8;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
}

/* TOP ROW */

.structure-row-top {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* MIDDLE ROW */

.structure-row-middle {
    display: flex;
    justify-content: center;
    margin: 16px 0;
}

/* BOTTOM ROW */

.structure-row-bottom {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* =========================
   DIRECTOR page- დირექტორის გვერდი
========================= */

.director-section {
    max-width: 1096px;
    margin: 0 auto 60px;
    border-radius: 16px;
}
/* CLOSE BAR (TOP X) */

.director-close-bar {
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5px;
    border-radius: 12px 12px 0 0;
}

/* X BUTTON */

.director-close-btn {
    font-size: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    color: #1d2c4d;
    line-height: 1;
    transition: 0.2s;
    width: 26px;
    height: 26px;
}

.director-close-btn:hover {
    opacity: 0.6;
}

/* TABS */

.ceo-tabs {
    display: grid;
    width: 1096px;
    height: 65px;
    margin-bottom: 32px;
    grid-template-columns: 386px 1fr;
}

/* LEFT TAB */

.ceo-position {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    font-size: 18px;
    color:rgba(7, 18, 48, 1);
    font-family: "FiraGO-SemiBold", sans-serif;
}

/* BLUE BAR */

.ceo-bar {
    width: 9px;
    height: 48px;
    background: #1b3778;
}

/* NAME (RIGHT SIDE) */

.ceo-name {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: rgba(224, 228, 236, 1);
    font-size:18px;
    font-family: "FiraGO-SemiBold", sans-serif;
    color:rgba(7, 18, 48, 1);
}

/* MAIN CONTAINER */

.director-container {
    display: grid;
    width: 1096px;
    margin-bottom: 32px;
    grid-template-columns: 386px 1fr;
    border-radius: 8px;
}

/* PHOTO */

.director-photo {
    display: flex;
    width: 293px;
    height: 387px;
    flex-shrink: 0;
    background: white;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}

.director-photo img {
    width: 245px;
    height: 339px; /* 🔥 მთავარი */
    object-fit: cover; /* 🔥 რომ არ დაიწელოს */
    border-radius: 12px;
}

/* TEXT CARD */

.director-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left:40px;
    margin-right: 40px;
    background: #ffffff;
    padding: 0px 10px;
    border-radius: 16px;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.15);
}

/* BIO TEXT */

.director-text {
    position: relative;
    transition: 0.3s ease;
    line-height: 21px;
    text-align: justify;
    padding:25px 35px 25px 35px;
    font-weight: 400;
    color: rgba(7, 18, 48, 1);
    font-family: "FiraGO-Regular", sans-serif;
    font-size:16px;
}
.director-text p strong {
    display: block;
    margin-top: 8px;
    margin-bottom: 12px;
    font-size:16px;
    line-height: 18px;
    color: rgba(7, 18, 48, 1);
    font-family: "FiraGO-Medium", sans-serif;
    font-weight: 500;
}
.director-text.expanded {
}
.director-list {
    margin: 12px 0;
    padding-left: 20px;
}

.director-list li {
    margin-bottom: 6px;
}
/* LINK */

.director-more {
    align-self: flex-end;
    padding: 8px 14px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(34, 69, 150, 1);
    cursor: pointer;
    transition: 0.2s ease;
    border: none;
    outline: none;
    background: none;
    font-family: "FiraGO-Regular", sans-serif;
}

.system-section .hero-side, .tenders-section .hero-side{
    background:#fff;
    width:100%;
    border-radius: var(--radius-20);
}
.system-section .side-panel, .tenders-section .side-panel{
    width:100%;
}
.system-section .side-card-top, .tenders-section .side-card-top{
    width: 100%;
}
.system-section .side-txt--auth, .tenders-section .side-txt--auth{
    text-align: center;
    font-family: "FiraGO-Medium", sans-serif;
}
.tenders-list{
    background-color: #fff;
    padding:50px;
}
/* =========================
   TEAM page- გუნდის გვერდი
========================= */

.team-section {
    background: #f2f4f8;
    padding: 40px 0;
}

/* TOP BAR */

.team-director-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;

    height: 64px;
    padding: 0 24px;

    background: #f2f4f8;
    border-radius: 8px;
}

.team-director-bar__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.team-director-bar__line {
    width: 9px;
    height: 48px;
    background: #1d2c4d;
    border-radius: 2px;
}

.team-director-bar__title {
    font-size: 16px;
    font-weight: 600;
    color: #1d2c4d;
}

.team-director-bar__close {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #1d2c4d;
    line-height: 1;
    transition: 0.2s;
}

.team-director-bar__close:hover {
    opacity: 0.6;
}

/* CONTAINER */

.container-team {
    width: 1096px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

/* CARD */

.team-card {
    display: flex;
    align-items: stretch;
    gap: 32px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/*  PHOTO */

.team-photo {
    width: 319px;
    height: 399px;
    flex-shrink: 0;

    background: #fff;
    padding: 8px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);

    display: flex;
    align-items: center;
    justify-content: center;
}
.team-photo img {
    width: 272px;
    height: 349px;
    object-fit: cover;
    border-radius: 8px;
}

/* CONTENT */

.team-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* HEADER (DOUBLE BLOCK) */

.team-header {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}

/* TOP */
.team-header-top {
    min-height: 48px;
    background: rgba(224, 228, 236, 1);
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 18px;
    font-weight: 600;
    color: rgba(7, 18, 48, 1);
    font-family: "FiraGO-SemiBold", sans-serif;
}

/* BOTTOM */
.team-header-bottom {
    min-height: 64px;
    background: #f2f4f8;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #071230;
    padding-top:6px;
    font-family: "FiraGO-Medium", sans-serif;
}
/* TEXT */
.firago-semibold{
    font-weight: 600;
    font-family: "FiraGO-SemiBold", sans-serif;
}
.team-text {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    margin: 12px 0 16px;
    text-align: justify;
    background:#fff;
    font-weight: 400;
    color: rgba(7, 18, 48, 1);
    font-family: "FiraGO-Regular", sans-serif;
    padding:20px 31px 31px 31px;
    border-radius: 8px;
}

/* LINK */

.team-more {
    margin-top: auto;
    align-self: flex-end;

    font-size: 13px;
    color: #2f5ea8;
    text-decoration: none;
    font-weight: 500;
}

.team-more:hover {
    text-decoration: underline;
}

/* =========================
   system page
========================= */

/* TOP BAR */
.system-topbar {
    width: 100%;
    background: #f2f4f8;
}

/* INNER */
.system-topbar__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px;
    height: 71px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LEFT */
.system-topbar__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* BLUE LINE */
.system-topbar__line {
    width: 9px;
    height: 48px;
    background: #1d2c4d;
}

/* TITLE */
.system-topbar__title {
    font-size: 18px;
    font-weight: 600;
    color: #1d2c4d;
    margin: 0;
}

/* CLOSE */
.system-topbar__close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #1d2c4d;
}
/* INFO BAR */

.system-info {
    width: 100%;
}

/* INNER */
.system-info__inner {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 120px;

    display: flex;
    align-items: center;
    gap: 10px;
}

/* ტექსტი */
.system-info__text {
    font-size: 14px;
    color: #1d2c4d;
    margin: 0;
    line-height: 1.5;
}

/* MAIN CONTAINER */

.system-container {
    width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 816px 306px;
    gap: 24px;
    align-items: start;
}

/* LEFT CONTENT */

.system-content {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px 50px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

/* CARD */

.system-card {
    background: #eef1f6;
    border-radius: 12px;
    padding: 20px 24px;
}

/* TITLE */
.system-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #1d2c4d;
}
.system-card .system-card-link {
    text-decoration: underline;
}
/* LIST */

.system-card-list {
    padding-left: 18px;
    color: blue;
}

.system-card-item {
    margin-bottom: 6px;
}

/* LINKS */
.system-card-link {
    font-size: 14px;
    color: #2f5ea8;
    text-decoration: none;
}

.system-card-link:hover {
    text-decoration: underline;
}

/* =========================
Gas page
========================= */

.data-section {
    background: #FAFBFC;
    padding: 40px 0;
}
.data-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 32px;
    align-items: start;
}
.data-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.data-text-box {
    background: #F2F4F8;
    border-radius: 16px;
    padding: 32px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-align: justify;
    font-family: "FiraGO-Regular";
}

/* TEXT */

.gas-text {
    margin-bottom: 16px;
}

/* RIGHT SIDEBAR */

.gas-sidebar {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
}

/* SIDEBAR TITLE */

.gas-sidebar-title {
    font-size: 18px;
    font-weight: 600;
    color: #1d2c4d;
    text-align: center;
}

/* FILTER GROUP */

.gas-filters {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* SELECT */

.gas-select {
    height: 44px;
    border-radius: 12px;
    border: none;
    background: #eef1f6;
    padding: 0 16px;
    font-size: 14px;
}

/* BUTTON */

.gas-button {
    margin-top: 10px;
    height: 48px;
    border: none;
    border-radius: 12px;
    background: #2f5ea8;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.2s;
}

.gas-button:hover {
    background: #244b8a;
}

/* =========================
tenders page- ტენდერის გვერდი
========================= */

.tenders-section {
    background: #f2f4f8;
    padding: 40px 0;
}

.tenders-container {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* =========================
TOPBAR
========================= */

.tenders-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;

    height: 70px;
    padding: 0 32px;

    background: #fff;
    border-radius: 12px;
}

.tenders-topbar__left {
    display: flex;
    align-items: center;
    gap: 12px;
}

.tenders-topbar__line {
    width: 9px;
    height: 48px;
    background: #1d2c4d;
}

.tenders-topbar__title {
    font-size: 18px;
    font-weight: 600;
}

.tenders-topbar__close {
    border: none;
    background: none;
    font-size: 20px;
    cursor: pointer;
}

/* =========================
LAYOUT
========================= */

.tenders-content {
    display: grid;
    grid-template-columns: 816px 300px; /* 🔥 FIX */
    gap: 32px;
}

/* =========================
FILTER
========================= */
/* FILTER WRAPPER */
.tenders-filter {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
}

/* MAIN SEARCH GROUP */
.tenders-search-group {
    width: 700px;
    height: 42px;

    display: flex;
    align-items: center;

    background: #ffffff;
    border: 1px solid #d9dee7;
    border-radius: 10px;

    overflow: hidden;
}

/* ICON */
.tenders-search-icon {
    padding: 0 12px;
}

/* INPUT */
.tenders-input {
    flex: 1;
    height: 100%;
    text-align: center;

    border: none;
    outline: none;

    font-size: 14px;
}

/* SELECT */
.tenders-select {
    height: 100%;
    border: none;
    outline: none;

    padding: 0 60px 0 12px;

    background: transparent;
    cursor: pointer;
}

/* BUTTON */
.tenders-button {
    height: 42px;
    padding: 0 20px;

    background: #2f5ea8;
    color: #fff;

    border: none;
    border-radius: 10px;

    cursor: pointer;
    font-size: 14px;
}

/* =========================
CARD
========================= */

.tender-card {
    width: 100%;
    max-width: 716px;

    background: #f2f4f8;
    border-radius: 16px;

    padding: 16px 32px;

    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 25px;
}
.tender-link {
    color: #2f5ea8;
    text-decoration: underline;

    font-size: 16px;
    font-weight: 600;
}

.tender-header h3 {
    font-size: 16px;
    margin-bottom: 8px;
}

.tender-date {
    font-size: 12px;
    color: #888;
}

.tender-text {
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.6;
}

/* =========================
SIDEBAR
========================= */

.tenders-sidebar {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sidebar-btn {
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: #eef1f6;
    cursor: pointer;
}

.sidebar-btn.active {
    background: #2f5ea8;
    color: #fff;
}

/* =========================
PAGINATION
========================= */

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.pagination span {
    cursor: pointer;
    padding: 6px 10px;
}

.pagination .active {
    background: #2f5ea8;
    color: #fff;
    border-radius: 6px;
}




/* =========================================
   RESPONSIVE მთავარი გვერდი
   Breakpoint: <= 480px
   ========================================= */

@media (max-width: 480px) {
    /* ===== Container ===== */
    .container {
        width: calc(100% - 32px);

        margin-inline: auto;
    }
    .footer-value{
        font-size: 15px;
    }
    .footer-label{
        font-size:16px;
    }
    .footer-ic{
        float:left;
        margin-right: 5px;
    }
    .data-content{
        padding:20px;
        text-align: left;
    }
    .system-container{
        display: block;
        width: 100%;
    }
    .system-info__inner{
        padding:20px;
        width:100%;
    }
    .system-content{
        padding:20px;
    }
    .news-body{
        display: block;
    }
    /* =====HEADER (mobile) ===== */
    .logo,
    .nav-wrap,
    .header-actions {
        display: none;
    }

    .header {
        margin: 10px 0;
    }

    .mobile-nav {
        display: grid;
        grid-template-columns: 44px 1fr 44px;
        align-items: center;
        width: 100%;
        flex: 1;
        min-width: 0;
    }

    .mobile-nav__burger {
        justify-self: start;
    }
    .mobile-nav__logo {
        justify-self: center;
    }
    .mobile-nav__profile {
        justify-self: end;
    }
    .mission-card {
        display: block;
    }
    .mission-card__icon{
        margin:0 auto;
    }
    .mission-card-wrapper{
        border:none;
        padding:0px;
    }
    .mission-card__content{
        margin-top:10px;
    }
    .mission-highlight{
        font-size: 14px;
        text-align: left;
    }
    .mission-card-wrapper-reverse{
        padding:0px;
        border:none;
    }
    .strategy-wrapper{
        display: block;
    }
    .mission-text-secondary, .strategy-card, .strategy-list, .strategy-text{
        text-align: left;
    }
    .ceo-tabs{
        display: block;
        width: 100%;
        height:100%;
    }
    .director-container{
        display: block;
        width: 100%;
    }
    .ceo-position{
        margin: 0 auto;
        justify-content: center;
        margin-bottom: 15px;
    }
    .ceo-name{
        padding-top:15px;
        padding-bottom: 15px;
    }
    .director-info{
        height:100%;
        margin-top:20px;
        margin-left:20px;
        margin-right:20px;
    }
    .director-text{
        padding:25px;
        text-align: left;
        overflow: visible;
        height:100%;
        max-height: none;
    }
    .director-more{
        display: none;
    }
    /* Burger */
    .mobile-nav__burger {
        width: 28.5px;
        height: 21px;
        border: 0;
        background: transparent;
        display: grid;
        place-items: center;
        cursor: pointer;
        padding: 0;
        border-radius: 10px;
        transition: transform 0.15s ease;
    }

    .mobile-nav__burger span {
        display: block;
        width: 21px;
        height: 3px;
        background: #1d2c4d;
        border-radius: 99px;
    }

    .container-team{
        display: block;
        width: 100%;
    }
    .team-card{
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .team-photo{
        width:100%;
        padding:20px;
        height:auto;
    }
    .team-text{
        text-align: left;
    }
    .about-hero__inner{
        padding:20px;
    }
    .about-block1__inner, .about-block2__inner, .about-block3__inner{
        padding:20px;
    }
    .about-intro__inner{
        padding:20px;
    }
    .mobile-nav__burger:active {
        transform: scale(0.98);
    }
    .data-text-box{
        padding: 20px;
        font-size:12px;
        text-align: left;
    }

    /* Logo */
    .mobile-nav__logo {
        display: grid;
        place-items: center;
    }

    .mobile-nav__logo img {
        width: 104px;
        height: 24px;
        object-fit: contain;
        display: block;
    }

    /* Profile */
    .mobile-nav__profile {
        width: 32px;
        height: 32px;
        display: grid;
        place-items: center;
        border-radius: 999px;
    }

    .mobile-nav__profile img {
        width: 26px;
        height: 26px;
        object-fit: contain;
        border-radius: 50%;
    }

    /* Optional mobile menu */
    .mobile-menu {
        display: none;
        margin-top: 10px;
    }

    .mobile-menu[aria-hidden="false"] {
        display: block;
    }

    .mobile-menu__panel {
        padding: 12px 14px;
        border-radius: 16px;
        background: #fff;
        border: 1px solid rgba(17, 17, 17, 0.06);
        box-shadow: 0 10px 26px rgba(17, 17, 17, 0.1);
        display: grid;
        gap: 10px;
        transition:
            opacity 0.2s ease,
            transform 0.2s ease;
    }

    .mobile-menu[aria-hidden="true"] .mobile-menu__panel {
        opacity: 0;
        transform: translateY(-8px);
        pointer-events: none;
    }

    .mobile-menu__panel a {
        display: block;
        padding: 10px 12px;
        border-radius: 10px;
        font-size: 14px;
        color: #111;
    }

    .mobile-menu__panel a:hover {
        background: rgba(47, 94, 168, 0.08);
    }

    /* =====HERO (mobile) =====*/

    .hero {
        padding-top: 16px;
        height: auto;
        min-height: 0;
    }

    .hero .container.hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 12px;
        padding: 0 16px;
    }

    /* HERO image (slider) */
    .hero-bg {
        width: 100%;
        max-width: 362px;
        margin: 0 auto;

        height: auto;
        min-height: 0;

        aspect-ratio: 361.83 / 208.84;
        border-radius: 6.45px;
        overflow: hidden;
        position: relative;
    }

    .hero-slider {
        height: 100%;
        min-height: 0;
    }

    .slide {
        height: 100%;
        border-radius: inherit;
    }

    .hero-content {
        width: calc(100% - 24px);
        max-width: 100%;
        min-height: auto;
        padding: 14px;

        border-radius: 12px;

        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .hero-content h1 {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.02em;
        max-width: 260px;
        margin-bottom: 8px;
        font-weight: 600;
        font-family: "FiraGO-SemiBold", sans-serif;
    }

    .hero-content p {
        font-size: 16px;
        line-height: 18px;
        max-width: 260px;
        font-weight: 400;
        font-family: "FiraGO-Regular", sans-serif;
    }

    .slider-dots {
        bottom: 10px;
        gap: 6px;
    }

    .dot {
        width: 7px;
        height: 7px;
        border-width: 2px;
    }

    .dot.active {
        transform: scale(1.15);
    }

    .dot.active::after {
        width: 5px;
        height: 5px;
    }

    /* =====HERO SIDE (block under hero) =====*/
    .hero-side {
        order: 2;
        width: 100%;
        max-width: 362px;
        margin: 0 auto;
        padding: 16px;
        height: 283px;

        border-radius: 16px;
        background: #fff;

        box-shadow: 0 1px 6px rgba(0, 46, 154, 0.2);
        border: 1px solid rgba(17, 17, 17, 0.06);
    }

    .side-card-top,
    .right-sidebar {
        display: none;
    }

    .side-panel {
        width: 100%;
        border: 0;
        background: transparent;
        border-radius: 0;
    }

    .side-stack {
        padding: 0;
        gap: 16px;
    }

    .side-card {
        height: 60px;
        display: grid;
        justify-items: center;
        gap: 10px;
    }

    .side-card .side-txt {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.25;
        max-width: 260px;
        text-align: center;
        color: #1f2a44;
    }

    .side-card .side-ic {
        width: 180px;
        height: 44px;
        border-radius: 10px;

        background: #fff;
        border: 1px solid rgba(17, 17, 17, 0.08);
        box-shadow: 0 10px 24px rgba(108, 122, 178, 0.2);

        display: grid;
        place-items: center;
        transition:
            transform 0.2s ease,
            box-shadow 0.2s ease;
    }

    .side-card .side-ic img {
        width: 22px;
        height: 22px;
        object-fit: contain;
    }

    .side-card:active .side-ic {
        transform: scale(0.99);
    }

    /*===== NEWS =====*/
    .news-grid {
        display: grid;
        grid-template-columns: repeat(2, 174px);
        gap: 16px;
        justify-content: center;
    }

    .news-card {
        width: 174px;
        height: 168px;
        border-radius: 10.76px;
        overflow: visible;
        position: relative;
    }

    .news-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    /* ===== Partners =====  */
    .partners-section {
        height: 182px;
        padding: 0 0 24px;
    }

    .section-title {
        margin-bottom: 20px;
    }
    .partners-grid {
        display: grid;
        grid-template-columns: repeat(2, 174px);
        gap: 16px;
        justify-content: center;
    }

    .partner-card {
        width: 174px;
        height: 96px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 16px;
        background: #fff;
    }

    .partner-card img {
        max-width: 120px;
        max-height: 48px;
        object-fit: contain;
    }

    /* მობილურზე მხოლოდ 2 პარტნიორი */
    .partners-grid > *:nth-child(n + 3) {
        display: none;
    }

    /* ===== Current projects ===== */

    .current-projects-section {
        height: auto;
        padding: 0 0 24px;
    }

    .current-projects-header {
        margin-bottom: 16px;
    }

    .current-projects-slider {
        position: static;
    }

    .current-projects-viewport {
        max-width: none;
        overflow: visible;
    }

    .current-projects-track {
        display: grid;
        grid-template-columns: repeat(2, 174px);
        gap: 14px;
        justify-content: center;
    }

    .current-project-card {
        width: 174px;
        min-width: 174px;
        height: 112px;
    }

    .current-project-image {
        height: 112px;
    }

    .current-projects-divider {
        height: 1px;
        background: #edebec;
    }

    .current-project-overlay {
        height: 60px;
        padding: 12px;
    }

    .current-project-text {
        font-size: 12px;
        max-width: 150px;
    }

    .current-projects-arrow {
        display: none;
    }

    .current-projects-actions {
        margin-top: 14px;
        gap: 14px;
    }

    .current-projects-button {
        width: 173px;
        height: 32px;

        font-size: 12px;
        color: #1d2c4d;
        background: #ffffff;
        border: 1px solid rgba(17, 17, 17, 0.1);

        border-radius: 10px;
    }
    .current-projects-track > *:nth-child(n + 3) {
        display: none;
    }

    /* ===== FOOTER MOBILE ===== */

    .footer-inner {
        padding: 20px 24px 16px;
        min-height: auto;
    }

    /* მთავარი ბლოკი */

    .footer-strip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-top: 16px;
        align-items: start;
    }

    /* address */

    .footer-left {
        grid-column: 1;
        text-align: left;
    }

    .footer-item {
        display: grid;
        grid-template-columns: 18px auto;
        gap: 8px;
        align-items: start;
    }

    /* center text */

    .footer-mid {
        grid-column: 1 / -1;
        order: -1;
        text-align: center;
    }

    .footer-center {
        font-size: 14px;
        line-height: 20px;
        white-space: normal;
    }

    /* email + phone */

    .footer-right {
        grid-column: 2;
        display: flex;
        flex-direction: column;
        gap: 6px;
        text-align: left;
    }

    .footer-row {
        display: block;
    }

    /* bottom */

    .footer-bottom {
        margin-top: 18px;
        padding-top: 12px;
        text-align: center;
    }

    .footer-bottom::before {
        width: 160px;
    }
}
