/* =========================================================
   ADMITH LEGACY LTD
   PORTFOLIO PAGE
   Page-specific stylesheet
   Requires:
   - css/style.css
   - Inter Google Font
========================================================= */


/* =========================================================
   01. PAGE FOUNDATION
========================================================= */

.portfolio-page {
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background: #ffffff;
    color: #111111;
}


/* Prevent global heading/text rules from creating
   unwanted inherited styling */

.portfolio-page h1,
.portfolio-page h2,
.portfolio-page h3,
.portfolio-page h4,
.portfolio-page p {
    margin-top: 0;
}

.portfolio-page h1,
.portfolio-page h2,
.portfolio-page h3,
.portfolio-page h4 {
    color: inherit;
    font-family: inherit;
}

.portfolio-page p {
    color: inherit;
}

.portfolio-page a {
    color: inherit;
}


/* =========================================================
   02. PORTFOLIO HERO
========================================================= */

.portfolio-hero {
    position: relative;
    isolation: isolate;
    min-height: 680px;
    padding: 130px 0 90px;
    overflow: hidden;
    background: #111111;
    color: #ffffff;
}

.portfolio-hero-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;

    background-image:
        linear-gradient(
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.035) 1px,
            transparent 1px
        );

    background-size: 70px 70px;

    mask-image:
        linear-gradient(
            to bottom,
            black 0%,
            transparent 90%
        );
}

.portfolio-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    align-items: center;
    gap: 80px;
    min-height: 420px;
}


/* Hero content */

.portfolio-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.portfolio-hero-content .section-label {
    display: inline-block;
    margin-bottom: 28px;
    color: #5bb780;
}

.portfolio-hero-content h1 {
    max-width: 700px;
    margin: 0 0 30px;

    font-size: clamp(3.5rem, 6vw, 6.8rem);
    line-height: 0.95;
    letter-spacing: -0.065em;
    font-weight: 800;

    color: #ffffff;
}

.portfolio-hero-content h1 span {
    display: inline;
    color: #5bb780;
}

.portfolio-hero-content p {
    max-width: 650px;
    margin: 0;

    font-size: 1.08rem;
    line-height: 1.8;
    font-weight: 400;

    color: rgba(255, 255, 255, 0.72);
}

.portfolio-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 30px;

    margin-top: 38px;
}

.portfolio-hero-meta span {
    display: inline-flex;
    align-items: center;

    font-size: 0.78rem;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.58);
}

.portfolio-hero-meta span + span::before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 18px;

    border-radius: 50%;
    background: #5bb780;
}


/* =========================================================
   03. HERO VISUAL
========================================================= */

.portfolio-hero-visual {
    position: relative;

    width: min(100%, 560px);
    aspect-ratio: 1 / 1;

    margin-inline: auto;
}

.portfolio-orbit {
    position: absolute;
    top: 50%;
    left: 50%;

    border: 1px solid rgba(91, 183, 128, 0.24);
    border-radius: 50%;

    transform: translate(-50%, -50%) rotate(-15deg);
}

.orbit-one {
    width: 76%;
    height: 34%;
}

.orbit-two {
    width: 88%;
    height: 48%;
    transform: translate(-50%, -50%) rotate(35deg);
}

.orbit-three {
    width: 100%;
    height: 62%;
    transform: translate(-50%, -50%) rotate(-55deg);
}

.portfolio-hero-core {
    position: absolute;
    top: 50%;
    left: 50%;

    display: grid;
    place-items: center;

    width: 150px;
    aspect-ratio: 1;

    border: 1px solid rgba(91, 183, 128, 0.45);
    border-radius: 50%;

    background:
        radial-gradient(
            circle at 35% 30%,
            rgba(91, 183, 128, 0.28),
            rgba(91, 183, 128, 0.04) 55%,
            transparent 70%
        );

    box-shadow:
        0 0 80px rgba(91, 183, 128, 0.12);

    color: #ffffff;

    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -0.05em;

    transform: translate(-50%, -50%);
}

.portfolio-hero-word {
    position: absolute;

    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.25em;

    color: rgba(255, 255, 255, 0.4);
}

.portfolio-hero-word:not(.word-two):not(.word-three) {
    top: 13%;
    left: 10%;
}

.portfolio-hero-word.word-two {
    right: 5%;
    bottom: 25%;
}

.portfolio-hero-word.word-three {
    bottom: 8%;
    left: 23%;
}


/* =========================================================
   04. PORTFOLIO INTRODUCTION
========================================================= */

.portfolio-introduction {
    position: relative;
    padding: 120px 0;

    background: #ffffff;
    color: #111111;
}

.portfolio-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 100px;
    align-items: start;
}

.portfolio-intro-heading {
    max-width: 560px;
}

.portfolio-intro-heading .section-label {
    display: inline-block;
    margin-bottom: 26px;

    color: #5bb780;
}

.portfolio-intro-heading h2 {
    margin: 0;

    color: #111111;

    font-size: clamp(2.8rem, 5vw, 5.4rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
    font-weight: 800;
}

.portfolio-intro-content {
    max-width: 700px;
    padding-top: 5px;
}

.portfolio-intro-content p {
    margin: 0 0 28px;

    color: #555555;

    font-size: 1.05rem;
    line-height: 1.85;
    font-weight: 400;
}

.portfolio-intro-content p:last-child {
    margin-bottom: 0;
}


/* =========================================================
   05. FILTER SECTION
========================================================= */

.portfolio-filter-section {
    padding: 110px 0 120px;

    background: #f7f7f5;
    color: #111111;
}

.portfolio-filter-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    align-items: end;
    gap: 60px;

    margin-bottom: 55px;
}

.portfolio-filter-header .section-label {
    display: inline-block;
    margin-bottom: 22px;

    color: #5bb780;
}

.portfolio-filter-header h2 {
    margin: 0;

    color: #111111;

    font-size: clamp(2.8rem, 5vw, 5rem);
    line-height: 1;
    letter-spacing: -0.06em;
    font-weight: 800;
}

.portfolio-filter-header p {
    max-width: 520px;
    margin: 0;

    color: #5b5b5b;

    font-size: 1rem;
    line-height: 1.8;
}


/* Filter buttons */

.portfolio-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.portfolio-filter-btn {
    appearance: none;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 48px;
    padding: 12px 22px;

    border: 1px solid #dddddd;
    border-radius: 999px;

    background: #ffffff;
    color: #222222;

    font-family: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.portfolio-filter-btn:hover {
    border-color: #111111;
    transform: translateY(-2px);
}

.portfolio-filter-btn.active {
    border-color: #111111;
    background: #111111;
    color: #ffffff;
}


/* =========================================================
   06. PROJECTS SECTION
========================================================= */

.portfolio-projects {
    padding: 130px 0;

    background: #ffffff;
    color: #111111;
}

.portfolio-projects-heading {
    max-width: 850px;
    margin-bottom: 80px;
}

.portfolio-projects-heading .section-label {
    display: inline-block;
    margin-bottom: 24px;
    color: #5bb780;
}

.portfolio-projects-heading h2 {
    margin: 0 0 25px;

    color: #111111;

    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
    font-weight: 800;
}

.portfolio-projects-heading p {
    max-width: 650px;
    margin: 0;

    color: #666666;

    font-size: 1.05rem;
    line-height: 1.8;
}


/* =========================================================
   07. PROJECT LIST
========================================================= */

.portfolio-project-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}


/* =========================================================
   08. PROJECT CARD
========================================================= */

.portfolio-project {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);

    min-height: 650px;

    overflow: hidden;

    border-radius: 0;

    background: #111111;
    color: #ffffff;

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.portfolio-project-light {
    background: #f4f4f1;
    color: #111111;
}

.portfolio-project-reverse {
    direction: rtl;
}

.portfolio-project-reverse > * {
    direction: ltr;
}


/* JavaScript filter state */

.portfolio-project-hidden {
    display: none !important;
}


/* =========================================================
   09. PROJECT VISUAL
========================================================= */

.portfolio-project-visual {
    position: relative;
    isolation: isolate;

    display: flex;
    align-items: center;
    justify-content: center;

    min-height: 650px;

    overflow: hidden;

    background: #171717;
}

.portfolio-project-light .portfolio-project-visual {
    background: #e9e9e5;
}

.portfolio-project-screenshot {
    z-index: 2;
    width: min(88%, 680px);
    border: 1px solid rgba(17, 17, 17, 0.12);
    border-radius: 14px;
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.16);
}

.portfolio-project-number {
    position: absolute;
    top: 35px;
    left: 40px;
    z-index: 3;

    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;

    color: rgba(255, 255, 255, 0.55);
}

.portfolio-project-light .portfolio-project-number {
    color: rgba(17, 17, 17, 0.45);
}

.portfolio-project-background {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 40px;

    pointer-events: none;
}

.portfolio-project-background span {
    margin-bottom: 12px;

    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-align: center;

    color: rgba(255, 255, 255, 0.35);
}

.portfolio-project-background strong {
    font-size: clamp(4rem, 8vw, 8rem);
    line-height: 0.85;
    letter-spacing: -0.08em;
    font-weight: 800;

    color: rgba(255, 255, 255, 0.045);
}

.portfolio-project-light .portfolio-project-background span {
    color: rgba(17, 17, 17, 0.35);
}

.portfolio-project-light .portfolio-project-background strong {
    color: rgba(17, 17, 17, 0.045);
}


/* Logo */

.portfolio-logo-holder {
    position: relative;
    z-index: 4;

    display: grid;
    place-items: center;

    width: 190px;
    height: 190px;

    padding: 25px;

    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.05);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.portfolio-project-light .portfolio-logo-holder {
    border-color: rgba(17, 17, 17, 0.12);
    background: rgba(255, 255, 255, 0.35);
}

.portfolio-logo-holder img {
    display: block;

    width: 100%;
    max-width: 140px;
    max-height: 120px;

    object-fit: contain;
}

.portfolio-logo-holder > span {
    display: none;

    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.08em;
}

.portfolio-logo-fallback > span {
    display: block;
}


/* Nnobae */

.portfolio-logo-nnobae {
    width: 220px;
    height: 220px;
}


/* =========================================================
   10. PROJECT CONTENT
========================================================= */

.portfolio-project-content {
    display: flex;
    flex-direction: column;

    padding: 75px 70px;
}

.portfolio-project-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;

    margin-bottom: 40px;
}

.portfolio-project-topline span {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    color: rgba(255, 255, 255, 0.5);
}

.portfolio-project-light .portfolio-project-topline span {
    color: rgba(17, 17, 17, 0.5);
}

.portfolio-project-content h3 {
    margin: 0 0 12px;

    color: inherit;

    font-size: clamp(2.5rem, 4vw, 4.5rem);
    line-height: 0.95;
    letter-spacing: -0.06em;
    font-weight: 800;
}

.portfolio-project-content h4 {
    margin: 0 0 28px;

    color: rgba(255, 255, 255, 0.58);

    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
}

.portfolio-project-light .portfolio-project-content h4 {
    color: rgba(17, 17, 17, 0.58);
}

.portfolio-project-content p {
    max-width: 620px;
    margin: 0;

    color: rgba(255, 255, 255, 0.68);

    font-size: 0.98rem;
    line-height: 1.85;
}

.portfolio-project-light .portfolio-project-content p {
    color: rgba(17, 17, 17, 0.62);
}


/* =========================================================
   11. PROJECT TAGS
========================================================= */

.portfolio-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin-top: 35px;
}

.portfolio-tags span {
    display: inline-flex;
    align-items: center;

    min-height: 32px;
    padding: 7px 12px;

    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;

    color: rgba(255, 255, 255, 0.7);

    font-size: 0.7rem;
    font-weight: 600;
}

.portfolio-project-light .portfolio-tags span {
    border-color: rgba(17, 17, 17, 0.12);
    color: rgba(17, 17, 17, 0.65);
}


/* =========================================================
   12. PROJECT LINK
========================================================= */

.portfolio-project-link {
    display: inline-flex;
    align-items: center;
    gap: 14px;

    width: fit-content;

    margin-top: auto;
    padding-top: 45px;

    color: #ffffff !important;

    font-size: 0.85rem;
    font-weight: 700;
    text-decoration: none;

    transition:
        gap 0.25s ease,
        color 0.25s ease;
}

.portfolio-project-light .portfolio-project-link {
    color: #111111 !important;
}

.portfolio-project-link:hover {
    gap: 20px;
}

.portfolio-project-link span {
    font-size: 1.2rem;
}


/* =========================================================
   13. CAPABILITIES
========================================================= */

.portfolio-capabilities {
    padding: 130px 0;

    background: #111111;
    color: #ffffff;
}

.portfolio-capabilities-heading {
    max-width: 800px;
    margin-bottom: 70px;
}

.portfolio-capabilities-heading .section-label {
    display: inline-block;
    margin-bottom: 24px;

    color: #5bb780;
}

.portfolio-capabilities-heading h2 {
    margin: 0 0 25px;

    color: #ffffff;

    font-size: clamp(3rem, 5vw, 5.5rem);
    line-height: 0.98;
    letter-spacing: -0.065em;
    font-weight: 800;
}

.portfolio-capabilities-heading p {
    max-width: 620px;
    margin: 0;

    color: rgba(255, 255, 255, 0.6);

    font-size: 1rem;
    line-height: 1.8;
}

.portfolio-capabilities-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.portfolio-capability {
    min-height: 300px;
    padding: 35px 30px 30px;

    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.portfolio-capability:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.portfolio-capability > span {
    display: block;
    margin-bottom: 80px;

    color: #5bb780;

    font-size: 0.75rem;
    font-weight: 700;
}

.portfolio-capability h3 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 1.6rem;
    letter-spacing: -0.04em;
}

.portfolio-capability p {
    margin: 0;

    color: rgba(255, 255, 255, 0.58);

    font-size: 0.9rem;
    line-height: 1.7;
}


/* =========================================================
   14. FINAL CTA
========================================================= */

.portfolio-cta {
    position: relative;
    isolation: isolate;

    overflow: hidden;

    padding: 150px 0;

    background: #f4f4f1;
    color: #111111;

    text-align: center;
}

.portfolio-cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 600px;
    height: 600px;

    border-radius: 50%;

    background: rgba(91, 183, 128, 0.08);

    filter: blur(80px);

    transform: translate(-50%, -50%);

    pointer-events: none;
}

.portfolio-cta-inner {
    position: relative;
    z-index: 2;

    max-width: 850px;
    margin-inline: auto;
}

.portfolio-cta-inner .section-label {
    display: inline-block;
    margin-bottom: 25px;

    color: #5bb780;
}

.portfolio-cta-inner h2 {
    margin: 0 0 25px;

    color: #111111;

    font-size: clamp(3rem, 6vw, 6.5rem);
    line-height: 0.95;
    letter-spacing: -0.07em;
    font-weight: 800;
}

.portfolio-cta-inner p {
    max-width: 620px;
    margin: 0 auto 40px;

    color: #666666;

    font-size: 1.05rem;
    line-height: 1.8;
}

.portfolio-cta-inner .btn {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}


/* =========================================================
   15. RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1100px) {

    .portfolio-hero {
        min-height: auto;
        padding: 130px 0 100px;
    }

    .portfolio-hero-layout {
        grid-template-columns: 1fr;
        gap: 70px;
    }

    .portfolio-hero-content {
        max-width: 800px;
    }

    .portfolio-hero-visual {
        width: min(100%, 520px);
    }

    .portfolio-intro-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .portfolio-filter-header {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .portfolio-project-content {
        padding: 60px 50px;
    }

    .portfolio-capabilities-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .portfolio-capability {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .portfolio-capability:nth-child(3) {
        border-left: 1px solid rgba(255, 255, 255, 0.14);
    }

}


/* =========================================================
   16. RESPONSIVE — MOBILE
========================================================= */

@media (max-width: 767px) {

    .portfolio-hero {
        padding: 110px 0 80px;
    }

    .portfolio-hero-content h1 {
        font-size: clamp(3rem, 14vw, 5rem);
    }

    .portfolio-hero-content p {
        font-size: 0.95rem;
        line-height: 1.75;
    }

    .portfolio-hero-meta {
        flex-direction: column;
        gap: 12px;
    }

    .portfolio-hero-meta span + span::before {
        display: none;
    }

    .portfolio-hero-visual {
        width: 100%;
    }

    .portfolio-hero-core {
        width: 110px;
    }

    .portfolio-introduction,
    .portfolio-filter-section,
    .portfolio-projects,
    .portfolio-capabilities,
    .portfolio-cta {
        padding: 85px 0;
    }

    .portfolio-intro-heading h2,
    .portfolio-filter-header h2,
    .portfolio-projects-heading h2,
    .portfolio-capabilities-heading h2,
    .portfolio-cta-inner h2 {
        font-size: clamp(2.7rem, 12vw, 4.5rem);
    }

    .portfolio-filter {
        gap: 8px;
    }

    .portfolio-filter-btn {
        min-height: 44px;
        padding: 10px 16px;

        font-size: 0.72rem;
    }

    .portfolio-project {
        grid-template-columns: 1fr;
    }

    .portfolio-project-reverse {
        direction: ltr;
    }

    .portfolio-project-visual {
        min-height: 420px;
    }

    .portfolio-project-content {
        min-height: auto;
        padding: 55px 30px 60px;
    }

    .portfolio-project-content h3 {
        font-size: clamp(2.5rem, 13vw, 4rem);
    }

    .portfolio-project-content p {
        font-size: 0.92rem;
        line-height: 1.75;
    }

    .portfolio-project-link {
        margin-top: 35px;
    }

    .portfolio-capabilities-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-capability,
    .portfolio-capability:nth-child(3) {
        border-left: 1px solid rgba(255, 255, 255, 0.14);
    }

    .portfolio-capability > span {
        margin-bottom: 50px;
    }

}


/* =========================================================
   17. SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .portfolio-hero-content h1 {
        font-size: 3rem;
    }

    .portfolio-project-visual {
        min-height: 340px;
    }

    .portfolio-project-screenshot {
        width: calc(100% - 32px);
        border-radius: 9px;
    }

    .portfolio-logo-holder {
        width: 150px;
        height: 150px;
    }

    .portfolio-logo-nnobae {
        width: 170px;
        height: 170px;
    }

    .portfolio-project-number {
        top: 25px;
        left: 25px;
    }

    .portfolio-project-content {
        padding: 45px 24px 50px;
    }

    .portfolio-tags span {
        font-size: 0.65rem;
    }

}


/* =========================================================
   18. ACCESSIBILITY
========================================================= */

.portfolio-filter-btn:focus-visible,
.portfolio-project-link:focus-visible {
    outline: 3px solid #5bb780;
    outline-offset: 4px;
}


/* =========================================================
   19. REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    .portfolio-filter-btn,
    .portfolio-project,
    .portfolio-project-link {
        transition: none;
    }

}

.portfolio-project-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem 1rem}.portfolio-project-link-secondary{opacity:.78;font-size:.82rem}
.portfolio-project-status{position:absolute;top:34px;right:38px;z-index:5;max-width:min(260px,calc(100% - 120px));padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.72);font-size:.62rem;font-weight:700;line-height:1.35;letter-spacing:.08em;text-align:center;text-transform:uppercase}.portfolio-project-light .portfolio-project-status{border-color:rgba(17,17,17,.12);background:rgba(17,17,17,.05);color:rgba(17,17,17,.62)}.portfolio-project-link-pending::after{content:"Page coming soon";padding:.35rem .55rem;border:1px solid currentColor;border-radius:999px;font-size:.56rem;letter-spacing:.08em;text-transform:uppercase;opacity:.58}@media(max-width:480px){.portfolio-project-status{top:22px;right:20px;max-width:calc(100% - 90px);font-size:.56rem}.portfolio-project-link-pending{align-items:flex-start;flex-wrap:wrap}}
.portfolio-testimonials{padding:clamp(4rem,8vw,7rem) 0;background:#f2f7f3}.portfolio-testimonials-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.75fr);gap:2rem;align-items:end;margin-top:1rem}.portfolio-testimonials-heading h2{max-width:15ch;margin:0;color:#111713;font-size:clamp(2rem,4vw,3.7rem);line-height:1;letter-spacing:-.055em}.portfolio-testimonials-heading p{margin:0;color:#526057;line-height:1.7}.portfolio-testimonials-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:2rem}.portfolio-testimonial-card{margin:0;padding:1.5rem;border:1px solid #dce7de;border-radius:1rem;background:#fff}.portfolio-testimonial-card footer{display:grid;gap:.15rem;margin-top:1.25rem}.portfolio-testimonial-card span{color:#657269;font-size:.78rem}@media(max-width:760px){.portfolio-testimonials-heading,.portfolio-testimonials-grid{grid-template-columns:1fr}}
