/* =========================================================
   LEGACYLOGIC
   PROJECT DETAIL COMMON CSS
========================================================= */


/* =========================================================
   PAGE HERO
========================================================= */

.project-detail-hero {

    position: relative;

    padding: 8.5rem 0 4rem;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7f7f5 100%
        );

    border-bottom:
        1px solid
        rgba(14, 44, 58, .06);

    overflow: hidden;
}


.project-detail-hero::before {

    content: "";

    position: absolute;

    width: 280px;
    height: 280px;

    left: -150px;
    top: 10px;

    border:
        1px solid
        rgba(46, 139, 135, .12);

    border-radius: 50%;
}


.project-detail-hero::after {

    content: "";

    position: absolute;

    width: 230px;
    height: 230px;

    right: -120px;
    bottom: -120px;

    border:
        1px solid
        rgba(201, 162, 39, .12);

    border-radius: 50%;
}


.project-detail-hero h1 {

    position: relative;

    z-index: 2;

    margin: 0;

    font-family: 'Fraunces', serif;

    font-size:
        clamp(
            2.1rem,
            4vw,
            3rem
        );

    font-weight: 600;

    line-height: 1.1;

    color: var(--navy);
}


.project-detail-eyebrow {

    position: relative;

    z-index: 2;

    justify-content: center;

    margin-bottom: .7rem;
}


.project-detail-breadcrumb {

    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: center;

    flex-wrap: wrap;

    gap: .55rem;

    margin-top: 1rem;

    font-size: .78rem;

    color: var(--ink-soft);
}


.project-detail-breadcrumb a {

    color: var(--navy);

    font-weight: 600;

    text-decoration: none;
}


.project-detail-breadcrumb a:hover {

    color: var(--teal);
}


.project-detail-breadcrumb i {

    color: var(--gold);

    font-size: .6rem;
}



/* =========================================================
   PROJECT SHOWCASE SECTION
========================================================= */

.project-detail-section {

    padding: 4.5rem 0 5rem;

    background: #fff;
}


.project-detail-title {

    margin-bottom: 2.5rem;

    text-align: center;

    font-family: 'Fraunces', serif;

    font-size:
        clamp(
            2rem,
            4vw,
            2.6rem
        );

    font-weight: 600;

    color: var(--navy);
}



/* =========================================================
   SHOWCASE
========================================================= */

.project-showcase {

    position: relative;

    padding: 2rem;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            #eef6f5 0%,
            #f8f5eb 50%,
            #f7e9e4 100%
        );

    overflow: hidden;
}


.project-showcase::before {

    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    left: -100px;
    bottom: -130px;

    border-radius: 50%;

    background:
        rgba(46, 139, 135, .08);
}


.project-showcase::after {

    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    right: -100px;
    top: -130px;

    border-radius: 50%;

    background:
        rgba(201, 162, 39, .08);
}



/* =========================================================
   PROJECT MAIN IMAGE
========================================================= */

.project-main-image {

    position: relative;

    z-index: 2;

    width: 100%;

    display: block;

    border-radius: 18px;

    box-shadow:
        0 22px 45px
        rgba(14, 44, 58, .15);
}



.project-main-image_4 {

   width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}



/* =========================================================
   TECHNOLOGY CARD
========================================================= */

.technology-card {

    position: relative;

    z-index: 3;

    padding: 1.7rem;

    background: #fff;

    border:
        1px solid
        rgba(14, 44, 58, .10);

    border-radius: 20px;

    box-shadow:
        0 14px 35px
        rgba(14, 44, 58, .08);
}


.technology-card h3 {

    margin-bottom: .35rem;

    font-family: 'Fraunces', serif;

    font-size: 1.35rem;

    font-weight: 600;

    color: var(--navy);
}


.technology-label {

    margin-bottom: 1.25rem;

    font-family: 'Space Mono', monospace;

    font-size: .65rem;

    color: var(--teal);

    text-transform: uppercase;

    letter-spacing: .08em;
}


.technology-list {

    display: flex;

    flex-wrap: wrap;

    gap: .75rem;
}


.technology-item {

    display: inline-flex;

    align-items: center;

    gap: .5rem;

    padding: .55rem .75rem;

    border-radius: 50rem;

    background: var(--cream);

    color: var(--navy);

    font-size: .75rem;

    font-weight: 600;
}


.technology-item i {

    font-size: 1rem;

    color: var(--teal);
}



/* =========================================================
   PROJECT OVERVIEW
========================================================= */

.project-info-section {

    padding: 5rem 0;

    background: var(--cream);
}


.project-info-heading {

    margin-bottom: 1rem;

    font-family: 'Fraunces', serif;

    font-size: 2rem;

    color: var(--navy);
}


.project-info-text {

    max-width: 750px;

    margin-bottom: 0;

    color: var(--ink-soft);

    font-size: .9rem;

    line-height: 1.8;
}


.project-info-list {

    margin-top: 1.8rem;

    padding: 0;

    list-style: none;
}


.project-info-list li {

    display: flex;

    align-items: flex-start;

    gap: .7rem;

    margin-bottom: .8rem;

    color: var(--ink);

    font-size: .85rem;
}


.project-info-list i {

    margin-top: .2rem;

    color: var(--teal);
}



/* =========================================================
   PROJECT DETAILS BOX
========================================================= */

.project-detail-box {

    height: 100%;

    padding: 1.5rem;

    background: #fff;

    border:
        1px solid
        rgba(14, 44, 58, .08);

    border-radius: 18px;
}


.project-detail-box-title {

    margin-bottom: 1rem;

    font-family: 'Fraunces', serif;

    font-size: 1.15rem;

    color: var(--navy);
}


.project-detail-row {

    display: flex;

    justify-content: space-between;

    gap: 1rem;

    padding: .7rem 0;

    border-bottom:
        1px solid
        rgba(14, 44, 58, .07);

    font-size: .8rem;
}


.project-detail-row:last-child {

    border-bottom: 0;
}


.project-detail-row span:first-child {

    color: var(--ink-soft);
}


.project-detail-row span:last-child {

    color: var(--navy);

    font-weight: 600;

    text-align: right;
}



/* =========================================================
   FEATURES
========================================================= */

.project-features-section {

    padding: 5rem 0 4rem;

    background: #fff;
}


.project-features-heading {

    margin-bottom: 2rem;
}


.project-features-heading h2 {

    margin-bottom: .45rem;

    font-family: 'Fraunces', serif;

    font-size:
        clamp(
            2rem,
            4vw,
            2.6rem
        );

    font-weight: 600;

    color: var(--navy);
}


.project-features-heading p {

    margin: 0;

    color: #7186a5;

    font-size: .9rem;

    line-height: 1.6;
}


.project-feature-card {

    min-height: 125px;

    padding:
        1.25rem
        1rem;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border-radius: 14px;

    border: 1px solid transparent;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}


.project-feature-card:hover {

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px
        rgba(14, 44, 58, .07);
}


.project-feature-card h3 {

    margin:
        0 0
        .45rem;

    font-family: 'Inter', sans-serif;

    font-size: .92rem;

    font-weight: 600;

    color: #202020;
}


.project-feature-card p {

    max-width: 210px;

    margin: 0;

    color: #7186a5;

    font-size: .72rem;

    line-height: 1.5;
}



/* =========================================================
   FEATURE COLORS
========================================================= */

.feature-purple {

    background: #f5efff;

    border-color: #e5d5ff;
}


.feature-green {

    background: #edfaf3;

    border-color: #cdeedb;
}


.feature-pink {

    background: #fff0f3;

    border-color: #ffd6df;
}


.feature-yellow {

    background: #fff9e9;

    border-color: #f4e1a7;
}


.feature-blue {

    background: #edf5ff;

    border-color: #d0e3ff;
}


.feature-cyan {

    background: #eafcff;

    border-color: #c6edf3;
}



/* =========================================================
   PROJECT CTA
========================================================= */

.project-detail-cta {

    padding: 0 0 5rem;

    background: #fff;
}


.project-cta-box {

    padding: 3rem;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            var(--navy),
            var(--navy-2)
        );

    box-shadow:
        0 18px 40px
        rgba(14, 44, 58, .12);
}


.project-cta-box h2 {

    margin-bottom: .5rem;

    font-family: 'Fraunces', serif;

    font-size: 2rem;

    color: #fff;
}


.project-cta-box p {

    max-width: 650px;

    margin: 0;

    color:
        rgba(255,255,255,.7);

    font-size: .88rem;

    line-height: 1.7;
}


.project-cta-btn {

    display: inline-flex;

    align-items: center;

    gap: .5rem;

    padding: .75rem 1.25rem;

    border-radius: 50rem;

    background: var(--gold);

    color: var(--navy);

    font-size: .8rem;

    font-weight: 700;

    transition:
        transform .25s ease,
        background .25s ease;
}


.project-cta-btn:hover {

    background: #d8b235;

    color: var(--navy);

    transform: translateY(-2px);
}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

    .project-detail-hero {

        padding:
            7.5rem
            0
            3rem;
    }


    .project-detail-section {

        padding:
            3rem
            0
            4rem;
    }


    .project-showcase {

        padding: 1rem;

        border-radius: 20px;
    }


    .project-main-image {

        border-radius: 12px;
    }


    .technology-card {

        margin-top: 1.25rem;

        padding: 1.35rem;
    }


    .project-info-section {

        padding: 4rem 0;
    }


    .project-features-section {

        padding:
            4rem 0
            3rem;
    }


    .project-features-heading {

        margin-bottom: 1.5rem;
    }


    .project-feature-card {

        min-height: 115px;

        padding:
            1.1rem
            .9rem;
    }


    .project-cta-box {

        padding:
            2rem
            1.5rem;

        border-radius: 20px;
    }


    .project-cta-box h2 {

        font-size: 1.65rem;
    }


    .project-cta-btn {

        width: 100%;

        justify-content: center;

        margin-top: 1.5rem;
    }

}


/*  hasdhsjd */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    color: #171717;
}

.logo-section {
    width: 100%;
    overflow: hidden;
}

.section-title {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px !important;
}

.logo-description {
    max-width: 220px;
    margin: 0 auto;
}

.logo-description p {
    margin: 0;
    font-size: 12px;
    line-height: 1.65;
    color: #3f3f3f;
}

.logo-grid {
    border-radius: 14px;
    overflow: hidden;
}

.logo-card {
    height: 118px;
    background: #f7f7f7;
    border-right: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.logo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dark-card {
    background: #171717;
    border-right: 0;
}

.logo-label {
    text-align: center;
    font-size: 15px;
    color: #555;
    padding-top: 8px;
    text-transform: none;
}

/* Tablet */
@media (max-width: 991.98px) {
    .logo-description {
        max-width: 520px;
        text-align: center;
    }

    .logo-description p {
        font-size: 13px;
    }

    .logo-grid {
        border-radius: 12px;
    }

    .logo-card {
        border-bottom: 1px solid #e5e5e5;
    }

    .logo-label {
        margin-bottom: 12px;
    }
}

/* Mobile */
@media (max-width: 575.98px) {
    .logo-section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .section-title {
        /* font-size: 18px; */
        margin-bottom: 20px !important;




        margin-bottom: 2.5rem;

    text-align: center;

    font-family: 'Fraunces', serif;

    font-size:
        clamp(
            2rem,
            4vw,
            2.6rem
        );

    font-weight: 600;

    color: var(--navy);




    }

    .logo-description {
        max-width: 100%;
        padding: 0 15px;
    }

    .logo-description p {
        font-size: 12px;
        line-height: 1.6;
    }

    .logo-card {
        height: 155px;
        border-right: 0;
    }

    .logo-label {
        font-size: 10px;
        padding-top: 6px;
        margin-bottom: 14px;
    }
}
