@font-face {
    font-family: "Factor A Light";
    src: url(/_nuxt/fonts/FactorALight-Regular.8cf0eaf.eot);
    src: url(/_nuxt/fonts/FactorALight-Regular.8cf0eafd41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorALight-Regular.7f6faff.woff2) format("woff2"), url(/_nuxt/fonts/FactorALight-Regular.6a68df9.woff) format("woff"), url(/_nuxt/fonts/FactorALight-Regular.e8cc058.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Factor A Semi-Bold";
    src: url(/_nuxt/fonts/FactorAMedium-Regular.5dad172.eot);
    src: url(/_nuxt/fonts/FactorAMedium-Regular.5dad172d41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorAMedium-Regular.8419b15.woff2) format("woff2"), url(/_nuxt/fonts/FactorAMedium-Regular.88a9fb1.woff) format("woff"), url(/_nuxt/fonts/FactorAMedium-Regular.dc7d16d.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Factor A Medium";
    src: url(/_nuxt/fonts/FactorA-Regular.cda17ef.eot);
    src: url(/_nuxt/fonts/FactorA-Regular.cda17efd41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorA-Regular.d659e64.woff2) format("woff2"), url(/_nuxt/fonts/FactorA-Regular.09c2675.woff) format("woff"), url(/_nuxt/fonts/FactorA-Regular.c0fd3ce.ttf) format("truetype"), url(_nuxt/img/FactorA-Regular.58c1b43.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "FactorA";
    src: url(/_nuxt/fonts/FactorAMedium-Regular.5dad172.eot);
    src: url(/_nuxt/fonts/FactorAMedium-Regular.5dad172d41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorAMedium-Regular.8419b15.woff2) format("woff2"), url(/_nuxt/fonts/FactorAMedium-Regular.88a9fb1.woff) format("woff"), url(/_nuxt/fonts/FactorAMedium-Regular.dc7d16d.ttf) format("truetype"), url(_nuxt/img/FactorAMedium-Regular.facf656.svg) format("svg");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "FactorA";
    src: url(/_nuxt/fonts/FactorA-Regular.cda17ef.eot);
    src: url(/_nuxt/fonts/FactorA-Regular.cda17efd41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorA-Regular.d659e64.woff2) format("woff2"), url(/_nuxt/fonts/FactorA-Regular.09c2675.woff) format("woff"), url(/_nuxt/fonts/FactorA-Regular.c0fd3ce.ttf) format("truetype"), url(_nuxt/img/FactorA-Regular.58c1b43.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "FactorA";
    src: url(/_nuxt/fonts/FactorALight-Regular.8cf0eaf.eot);
    src: url(/_nuxt/fonts/FactorALight-Regular.8cf0eafd41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorALight-Regular.7f6faff.woff2) format("woff2"), url(/_nuxt/fonts/FactorALight-Regular.6a68df9.woff) format("woff"), url(/_nuxt/fonts/FactorALight-Regular.e8cc058.ttf) format("truetype"), url(_nuxt/img/FactorALight-Regular.b7f2d02.svg) format("svg");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "FactorA";
    src: url(/_nuxt/fonts/FactorA-Bold.f906490.eot);
    src: url(/_nuxt/fonts/FactorA-Bold.f906490d41d.eot?#iefix) format("embedded-opentype"), url(/_nuxt/fonts/FactorA-Bold.12fa8aa.woff2) format("woff2"), url(/_nuxt/fonts/FactorA-Bold.35ecea0.woff) format("woff"), url(/_nuxt/fonts/FactorA-Bold.cc47c49.ttf) format("truetype"), url(_nuxt/img/FactorA-Bold.7c56221.svg) format("svg");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

:root {
    --pd-bg: #0a1a15;
    --pd-accent: #153a2d;
    --pd-text: #ffffff;
    --pd-gold: #c5a059;
}

.project-details-page {
    font-family: 'Inter', sans-serif;
    color: var(--pd-text);
    width: 100%;
    overflow-x: hidden;
    padding: 0 !important;
}

.Icon-logo {
    width: 23.2rem;
    height: 5.829rem;
}

.Icon-logo img {
    width: 100%;
    height: 100%;
    display: block;
}

.projects-slide__content {
    padding: 0 !important;
}

.pd-hero,
.pd-hero *,
.pd-hero *::before,
.pd-hero *::after {
    box-sizing: border-box;
}

/* Hero Section with Form Overlay */
.pd-hero {
    min-height: 85vh;
    display: flex;
    align-items: center;
    background-image: url('../../images/txt-tower/hero.png');
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 0 9rem;
    width: 100%;
}

.pd-hero-content-wrap {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
    gap: 4rem;
}

.pd-hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.pd-hero-title {
    color: #FFF;
    font-family: "Factor A Medium", sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 2rem;
    /* reduced from 4rem to make room for desc */
}

.pd-hero-desc {
    color: #fff;
    font-family: "Factor A Light", sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 1rem;
    margin-bottom: 4rem;
    max-width: 600px;
}

.pd-hero-buttons {
    display: flex;
    gap: 2rem;
}

.pd-hero-right {
    flex: 0 0 480px;
    display: flex;
    justify-content: center;
}

.pd-hero .logo {
    position: absolute;
    top: 7rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}


.pd-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}

.pd-form-box {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 0.001);
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding: 3.5rem 4rem 4rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    text-align: center;
}

.pd-form-box h2 {
    font-family: "Factor A Medium", sans-serif;
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
    color: #1a1a1a;
}

.pd-form-subtitle {
    font-family: "Factor A Light", sans-serif;
    font-size: 1.8rem;
    color: #4a4a4a;
    margin-bottom: 4rem;
}

.pd-form-group {
    margin-bottom: 2.5rem;
    position: relative;
    width: 100%;
}

.pd-form-box input {
    width: 100%;
    padding: 1.2rem 0;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    font-family: "Factor A Light", sans-serif;
    font-size: 1.8rem;
    color: #1a1a1a;
    background: transparent;
    outline: none;
    transition: border-color 0.3s;
}

.pd-form-box input:focus {
    border-bottom-color: var(--pd-accent);
}

.pd-form-box input::placeholder {
    color: #b0b0b0;
}

.pd-phone-group {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    border-bottom: 1px solid #d9d9d9;
}

.pd-phone-group input {
    border-bottom: none;
    padding-left: 0;
}

.pd-phone-prefix {
    font-family: "Factor A Medium", sans-serif;
    font-size: 2rem;
    color: #1a1a1a;
    font-weight: 500;
}

.pd-form-box button {
    width: 100%;
    padding: 1.8rem;
    background: #0f2720;
    /* Dark Green matching screenshot */
    color: #fff;
    border: none;
    border-radius: 4px;
    font-family: "Factor A Light", sans-serif;
    font-size: 1.8rem;
    cursor: pointer;
    transition: opacity 0.3s;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.pd-form-box button:hover {
    opacity: 0.9;
}

.pd-form-disclaimer {
    font-family: "Factor A Light", sans-serif;
    font-size: 1.4rem;
    color: #666;
    line-height: 1.4;
    padding: 0 1rem;
}

/* Glass Effect for Desktop Hero Form */
@media (min-width: 769px) {
    .pd-hero .pd-form-box {
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.3);
        color: #ffffff;
    }

    .pd-hero .pd-form-box h2 {
        color: #ffffff;
    }

    .pd-hero .pd-form-subtitle {
        color: rgba(255, 255, 255, 0.8);
    }

    .pd-hero .pd-form-box input {
        color: #ffffff;
        border-bottom-color: rgba(255, 255, 255, 0.3);
    }

    .pd-hero .pd-form-box input:focus {
        border-bottom-color: #ffffff;
    }

    .pd-hero .pd-form-box input::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .pd-hero .pd-phone-prefix {
        color: #ffffff;
    }

    .pd-hero .pd-phone-group {
        border-bottom-color: rgba(255, 255, 255, 0.3);
    }

    .pd-hero .pd-form-box button {
        background: #ffffff;
        color: #0a1a15;
    }

    .pd-hero .pd-form-box button:hover {
        background: #f0f0f0;
    }

    .pd-hero .pd-form-disclaimer {
        color: rgba(255, 255, 255, 0.6);
    }
}

/* Footer Mobile Form - Hide on desktop */
.pd-footer-form-mobile {
    display: none;
}

@media (max-width: 768px) {
    .pd-footer-form-mobile {
        display: block !important;
        margin-top: 4rem;
        margin-bottom: 2rem;
        margin-right: 8.5rem;
    }

    .pd-footer-form-mobile .pd-form-box {
        display: block !important;
        margin: 0 auto;
        border-radius: 12px;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
        max-width: 100%;
        background-color: #ffffff
    }

    .pd-footer-form-mobile .pd-form-box h2 {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .pd-footer-form-mobile .pd-form-subtitle {
        font-size: 14px;
        margin-bottom: 3rem;
    }

    .pd-footer-form-mobile .pd-form-box button[type="submit"] {
        background: #0d231e;
        border-radius: 6px;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 1.5rem;
    }

    .pd-footer-form-mobile .pd-form-disclaimer {
        font-size: 12px;
        color: #666;
        padding: 0;
    }

    .pd-hero .pd-hero-right {
        display: none !important;
        /* Hide hero form on mobile */
    }


}

/* Website & Buy Buttons */
.pd-website-button-wrap {
    padding: 0rem 0 8rem;
    text-align: center;
}

.pd-website-button,
.pd-buy-button {
    font-family: "Factor A Light", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 30px 30px;
    font-size: 1.8rem;
    font-weight: 400;
    color: #ffffff !important;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.001);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    transition: all 0.3s ease;
    text-transform: none;
    width: auto;
    min-width: 180px;
    height: 45px;
    cursor: pointer;
    white-space: nowrap;
}

.pd-website-button:hover,
.pd-buy-button:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: #ffffff;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

/* Content Container */
.pd-container {
    margin: 0 auto;
    padding: 6rem 8.7rem;
}

/* Carousel Styles */
.pd-block-carousel {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
    .pd-block-carousel {
        height: 250px;
    }
}

.pd-carousel-slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.pd-carousel-slide {
    min-width: 33.333333%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 0 10px;
    background-clip: content-box;
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .pd-carousel-slide {
        min-width: 100%;
        padding: 0;
    }
}

.pd-carousel-dots {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
}

.pd-carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: all 0.3s;
}

.pd-carousel-dot.active {
    background: #fff;
    transform: scale(1.2);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.pd-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(4px);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s;
    font-size: 20px;
}

.pd-carousel-arrow:hover {
    background: rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.3);
}

.pd-carousel-prev {
    left: 24px;
}

.pd-carousel-next {
    right: 24px;
}

@media (max-width: 1024px) {
    .pd-container {
        padding: 4rem 8.5rem;
    }
}

.pd-intro {
    text-align: left;
    margin-bottom: 8rem;
}

.pd-title {
    color: #FFF;
    font-family: "Factor A Medium", sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-transform: uppercase;
    margin-bottom: 3rem;
}

.pd-description {
    color: var(--Stroke-gray, #E2E2E2);
    font-family: "Factor A Light", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 6rem;
}

/* Features Grid */
.pd-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 8rem;
}

.pd-feature-card {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
    height: 32rem;
    width: 80%;
    padding: 24px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}

.pd-feature-text p {
    margin: 0em 0 !important;
}

.pd-feature-card:hover {
    transform: translateY(-5px);
}

.pd-feature-text {
    position: relative;
    z-index: 5;
    text-align: left;
}

.pd-feature-text h3 {
    font-size: 2.22rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: #fff;
    line-height: 1.2;
}

.pd-feature-text p {
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.4;
}

.pd-feature-illu {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 302px;
    height: 216px;
    aspect-ratio: 144 / 103;
    background-position: -37.722px -0.419px;
    background-size: 151.201% 140.934%;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    opacity: 0.7;
    pointer-events: none;
    z-index: 1;
}

@media (max-width: 1024px) {
    .pd-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .pd-feature-card {
        height: 40rem;
        width: auto;
    }

    .pd-features {
        gap: 3rem;
    }
}

@media (max-width: 720px) {
    .pd-features {
        grid-template-columns: 1fr;
    }

    .pd-block-title {
        font-size: 28px !important;
    }

    .pd-block-text {
        font-size: 12px !important;
    }
}

/* Section Blocks */
.pd-block {
    margin-bottom: 10rem;
}

.pd-block-header {
    margin-bottom: 4rem;
}

.pd-block-subtitle {
    color: var(--Gray, #8C8C8C);
    font-family: "Factor A Light", sans-serif;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    text-transform: none;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 1rem;
}

.pd-block-title {
    color: #FFF;
    font-family: "Factor A Medium", sans-serif;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

.pd-block-text {
    color: var(--Stroke-gray, #E2E2E2);
    font-family: "Factor A Light", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 4rem;
}

.pd-block-img {
    width: 100%;
    height: 400px;
    border-radius: 2px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    object-fit: cover;
}

@media (max-width: 768px) {
    .pd-block-img {
        height: 250px;
    }
}

/* Location Styles */
.pd-stats {
    display: flex;
    gap: 4rem;
    margin-bottom: 4rem;
    padding-top: 2rem;
    align-items: center;
}

.pd-stat-item {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    padding-right: 4rem;
    position: relative;
}

.pd-stat-item:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background: rgba(255, 255, 255, 0.2);
}

.pd-stat-item strong {
    font-family: "Factor A Medium", sans-serif;
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.pd-stat-item span {
    font-family: "Factor A Light", sans-serif;
    font-size: 1.8rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.2;
}

.pd-map-container {
    margin-top: 4rem;
    border-radius: 4px;
    overflow: hidden;
}

.pd-block-map {
    width: 100%;
    height: 600px;
    background: #1a1a1a;
}

/* Responsive */
@media (max-width: 1024px) {
    .pd-hero {
        padding: 0 4rem;
        height: auto;
        min-height: 700px;
        padding-top: 15rem;
        padding-bottom: 6rem;
    }

    .pd-hero-content-wrap {
        flex-direction: column;
        text-align: center;
        gap: 6rem;
    }

    .pd-hero-right {
        order: 2;
    }

    .pd-hero-left {
        align-items: center;
        text-align: center;
    }

    .pd-hero-title {
        font-size: 4rem;
    }

    .pd-hero-right {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .pd-hero-content-wrap {
        padding: 0 4rem;
        padding-top: 16rem;
        align-items: flex-start;
        height: 100%;
    }

    .pd-hero-left {
        width: 100%;
        align-items: flex-start;
    }

    .pd-hero-title {
        font-size: 5rem;
        text-align: left;
        width: 100%;
        margin-bottom: 1rem;
    }

    .pd-hero-desc {
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 3rem;
    }

    .pd-hero-buttons {
        width: 100%;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .pd-hero-buttons .pd-website-button,
    .pd-hero-buttons .pd-buy-button {
        width: max-content;
        padding: 10px 20px;
        font-size: 1.8rem;
        height: auto;
        min-width: 0;
        min-height: 0;
    }

    .pd-container {
        padding: 4rem 4rem;
    }



    .pd-features {
        grid-template-columns: 1fr;
    }

    .pd-hero .logo {
        left: 4rem;
        transform: translateX(0%) !important;
    }

    .HeaderDesk .HeaderDesk__menu-button {
        right: 4rem !important;
    }

    .Icon-logo {
        width: 35rem;
        height: 5.829rem;
    }

    .pd-stats {
        flex-direction: column;
        gap: 3rem;
        align-items: center;
        text-align: center;
        padding-top: 4rem;
    }

    .pd-stat-item {
        width: 100%;
        padding-right: 0;
        padding-bottom: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .pd-stat-item:not(:last-child)::after {
        top: auto;
        bottom: 0;
        right: 0;
        left: 50%;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.1);
        transform: translateX(-50%);
    }

    .pd-stat-item strong {
        font-size: 6rem;
    }

    .pd-stat-item span {
        font-size: 1.6rem;
        margin-top: 1rem;
    }

    .pd-hero {
        height: auto;
        min-height: 70vw;
        padding: 0;
        padding-bottom: 6rem;
    }

    .pd-form-box {
        display: none;
    }

    .pd-title {
        font-size: 28px;
    }

    .pd-description {
        font-size: 12px;
        margin-bottom: 4rem;
    }

    .pd-block {
        margin-bottom: 6rem;
    }

    .pd-block-img,
    .pd-block-map {
        height: 400px;
    }
}


.FooterDesk {
    padding: 0rem 9rem 5rem !important;
}

.FooterDesk__social-item .Icon_inner {
    width: 140%;
    height: 140%;
    display: block
}

.FooterDesk {
    padding-top: 6rem;
}

.FooterDesk .FooterDesk__content {
    border-top: 1px solid #8c8c8c;
}

/* ====== LAYOUT: GRID ====== */
.FooterDesk .FooterDesk__content .FooterDesk__inner {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1.1fr;
    /* left / middle / right */
    grid-template-rows: auto 5fr auto;
    /* top / spacer / bottom */
    column-gap: 10rem;
    margin-top: 5rem;
    align-items: start;
}

/* ===== LEFT COLUMN (logo + office) ===== */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left {
    display: block;
    /* flex emas */
    width: auto;
    /* calc(...) ni o'chiramiz */
    grid-column: 1;
    grid-row: 1;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top {
    position: static;
    /* relative emas */
}

/* logo absolute emas */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top .FooterDesk__logo-block {
    position: static;
    transform: none;
}

/* office logodan keyin */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top .FooterDesk__office {
    margin-top: 3.2rem;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top .FooterDesk__office h6 {
    margin: 0 0 4rem;
    font-size: 1.6rem;
    color: #8c8c8c;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top .FooterDesk__office p {
    line-height: 1.5;
}

/* ===== RIGHT TOP (links) ===== */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right {
    display: grid;
    /* flex column emas */
    flex-grow: 0;
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    padding-right: 15rem;
}

/* Linklar 2 kolonka */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links {

    margin: 0;
    columns: 2;
    column-gap: 15rem;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links li {
    list-style: none;
    line-height: 1;
    transition: color .2s ease;
    break-inside: avoid;
    white-space: nowrap;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links li a,
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links li span {
    display: inline-block;
    padding: 1rem 0;
    cursor: pointer;
    white-space: nowrap;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links li:hover {
    color: #8c8c8c;
}

/* Social + phone blokini o'ng tomonga ko'chiramiz */
.FooterDesk .FooterDesk__col-left-bottom {
    position: absolute;
    right: 8.7rem;
    /* footer padding bilan bir chiziqda */
    bottom: 8rem;
    /* footer pastki padding */
    text-align: left;
    margin-top: 0 !important;
}

/* Social iconlar o'ngga qarab tursin */
.FooterDesk .FooterDesk__col-left-bottom .FooterDesk__socials {
    display: flex;
    justify-content: flex-end;
    gap: 1.2rem;
}

/* eski inline margin-right ni yo'q qilamiz */
.FooterDesk .FooterDesk__social-item {
    margin-right: 0 !important;
}

/* ===== MIDDLE BOTTOM (disclaimer) =====
   Bu blok hozir HTML’da .FooterDesk__col-right ichida turibdi.
   Grid’da uni o‘rtaga tushirish uchun uni "grid item" qilib chiqarish kerak.
   Eng oson: .FooterDesk__col-right-bottom ni absolute/space-between emas,
   grid-row:3 ga joylashtiramiz va chapdan o‘rtaga suramiz.
*/
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom {
    display: flex;
    flex-direction: column;

    /* joylashuv */
    grid-column: 2;
    grid-row: 3;
    justify-self: start;
    align-self: end;
    max-width: 44rem;
}

/* Disclaimer link style */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right-bottom .FooterDesk__link {
    text-decoration: underline;
    cursor: pointer;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right-bottom a,
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right-bottom button,
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right-bottom p {
    margin: 0;
    font-size: 1.6rem !important;
    line-height: 1.5 !important;
    color: #8c8c8c !important;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom p {
    margin-bottom: 2rem;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom button {
    margin-bottom: .6rem;
    background-color: transparent;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom a,
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom button {
    width: max-content;
    text-decoration: underline;
    text-underline-offset: .26em;
    letter-spacing: -.03em;
    transition: text-decoration-color .3s ease;
    cursor: pointer;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom a:hover,
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom button:hover {
    text-decoration-color: transparent;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom a:active,
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-bottom button:active {
    opacity: .6;
}

/* ===== RIGHT BOTTOM (social + phone) =====
   Bu HTML’da .FooterDesk__col-left-bottom ichida.
   Uni o‘ng pastga qo‘yib yuboramiz.
*/
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom {
    margin-top: 0;
    /* vh ni o'chirdik */

    /* joylashuv */
    grid-column: 3;
    grid-row: 3;
    justify-self: end;
    align-self: end;
    text-align: right;
}

/* Socials right aligned */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__socials {
    margin-bottom: 1.1rem;
    display: flex;
    justify-content: flex-start;
    gap: 1.2rem;
    margin-left: -.8rem;
}

/* eski margin-right ni yo'q qilamiz */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__socials .FooterDesk__social-item {
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 4rem;
    margin-left: 0;
    color: #5c5d5d;
    transition: color .2s ease;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__socials .FooterDesk__social-item:hover {
    color: #fff;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__socials .FooterDesk__social-item .Icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* transparency */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__transparency {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    color: #5c5d5d;
    transition: color .2s ease;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__transparency a {
    display: flex;
    position: relative;
    justify-content: flex-start;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__transparency a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: -.2rem;
    background: #fff;
    opacity: 0;
    transition: opacity .2s ease;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__transparency:hover {
    color: #fff;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__transparency:hover a:after {
    opacity: 1;
}

/* contacts */
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__contacts .FooterDesk__phone {
    margin-bottom: .8rem;
    font-size: 2.5rem;
    transition: transform .4s ease;
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__contacts .FooterDesk__phone:hover {
    transform: translateY(-.5rem);
}

.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom .FooterDesk__contacts .FooterDesk__copyright {
    font-size: 1.6rem;
    color: #5c5d5d;
}

/* Disclaimer'ni chapdagi address tagida joylashgan holat */
.FooterDesk .FooterDesk__col-left-top .FooterDesk__col-right-bottom {
    margin-top: 4rem;
    /* addressdan keyin masofa */
    max-width: 42rem;
}

/* Eski o'ng tomondagi "space-between" lar ta'sir qilmasin */
.FooterDesk .FooterDesk__col-right .FooterDesk__col-right-bottom {
    display: none;
    /* ehtiyot uchun: agar tasodifan eski joyida qolib ketsa */
}

/* O'ng pastdagi blokni chapga tekislash */
.FooterDesk .FooterDesk__col-left-bottom {
    text-align: left;
    /* ASOSIY */
}

/* Social iconlar ham chapdan boshlansin */
.FooterDesk .FooterDesk__col-left-bottom .FooterDesk__socials {
    justify-content: flex-start;
}

/* Telefon va copyright ham chapga */
.FooterDesk .FooterDesk__contacts {
    text-align: left;
}

.PopupFavorites .FooterDesk {
    padding: 0 0 8rem
}

@media (max-width: 768px) {

    /* desktop gridni bekor qilish uchun parentga position ham beramiz */
    .FooterDesk {
        display: grid !important;
    }

    .FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top {
        margin-top: 2rem;
        margin-bottom: 2.5rem;
    }

    /* 1) Desktop GRID'ni o‘chiramiz (eng muhim qism) */
    .FooterDesk .FooterDesk__content .FooterDesk__inner {
        display: grid !important;
        grid-template-columns: 1fr !important;
        /* 1 ta column, xolos */
        grid-template-rows: auto auto auto !important;
        /* 1-2-3 row */
        grid-template-areas:
            "top"
            "links"
            "bottom" !important;

        column-gap: 0 !important;
        row-gap: 2.4rem !important;
        margin-top: 3rem !important;
        align-items: start !important;
    }

    /* 2) Desktopdan kelgan grid-column / grid-row larni bekor qilamiz */
    .FooterDesk .FooterDesk__col-left,
    .FooterDesk .FooterDesk__col-right,
    .FooterDesk .FooterDesk__col-left-bottom {
        justify-self: start !important;
        align-self: start !important;
        width: 100% !important;
        padding-right: 0 !important;
    }

    /* 3) Endi faqat ROW (areas) bo‘yicha joylaymiz */
    .FooterDesk .FooterDesk__col-left {
        grid-area: top !important;
    }

    .FooterDesk .FooterDesk__col-right {
        grid-area: links !important;
    }

    .FooterDesk .FooterDesk__col-left-bottom {
        grid-area: bottom !important;
    }

    /* Logo absolute bo‘lsa mobilda bekor */
    .FooterDesk .FooterDesk__logo-block {
        position: static !important;
        transform: none !important;
    }

    /* Office (address) mobilda kerakmas bo‘lsa */
    .FooterDesk .FooterDesk__office {
        display: none !important;
    }

    /* Pravovaya (sizda allaqachon col-left-top ichida) */
    .FooterDesk .FooterDesk__col-left-top .FooterDesk__col-right-bottom {
        display: grid !important;
        margin-top: 2rem !important;
        max-width: 100% !important;
    }

    /* Linklar pravovaya tagida 1 ustun bo‘lsin */
    .FooterDesk .FooterDesk__links {
        columns: 2 !important;
        column-gap: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 2.5rem !important;
    }

    /* Bottom: absolute’ni butunlay o‘chirish (sizni buzayotgan shu) */
    .FooterDesk .FooterDesk__col-left-bottom {
        position: static !important;
        right: auto !important;
        bottom: auto !important;
        text-align: left !important;
        margin-top: .8rem !important;
    }

    .FooterDesk .FooterDesk__socials {
        display: flex !important;
        justify-content: flex-start !important;
        gap: 1.6rem !important;
        margin-bottom: 1.6rem !important;
    }

    .FooterDesk .FooterDesk__social-item {
        margin-right: 0 !important;
    }

    .FooterDesk .FooterDesk__phone {
        font-size: 3.2rem !important;
    }
}

/* Desktop */
.FooterDesk--desktop {
    display: block;
}

.FooterDesk--mobile {
    display: none;
}

@media (max-width: 768px) {
    .FooterDesk--desktop {
        display: none !important;
    }

    .FooterDesk--mobile {
        display: block !important;
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
}

@media (max-width: 768px) {

    .FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right-bottom a,
    .FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right-bottom button,
    .FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right-bottom p {
        margin: 0;
        font-size: 1.9rem !important;
        line-height: 1.5 !important;
        color: #8c8c8c !important;
    }

    .projects-d-page .projects .projects-slide__content .page-title {
        margin-bottom: 6rem;
    }

    .projects-d-page .projects .projects-slide__content .logo {
        margin-bottom: 6rem;
    }


}



.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left {
    display: contents !important;
}
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-top {
    grid-column: 1;
    grid-row: 1;
}
.FooterDesk .FooterDesk__col-left-bottom, 
.FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom {
    position: static !important;
    grid-column: 3 !important;
    grid-row: 1 !important;
    align-self: start !important;
    justify-self: end !important;
    text-align: left !important;
    margin-top: 0 !important;
}

@media (max-width: 768px) {
    .FooterDesk .FooterDesk__col-left-top {
        grid-area: top !important;
    }
    .FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-left .FooterDesk__col-left-bottom {
        grid-area: bottom !important;
        justify-self: start !important;
        align-self: start !important;
    }
}
@media (max-width: 1250px) {
    .FooterDesk .FooterDesk__content .FooterDesk__inner {
        column-gap: 3rem !important;
    }
    .FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right {
        padding-right: 2rem !important;
    }
    .FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links {
        column-gap: 4rem !important;
    }
    .FooterDesk .FooterDesk__content {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }
}
@media (max-width: 950px) {
    .FooterDesk .FooterDesk__content .FooterDesk__inner {
        column-gap: 1rem !important;
    }
    .FooterDesk .FooterDesk__content .FooterDesk__inner .FooterDesk__col-right .FooterDesk__col-right-top .FooterDesk__links {
        column-gap: 2rem !important;
    }
}
.FooterDesk__transparency {
    display: none !important;
}
