.about-hero {
    padding: 120px 8% 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(1, 119, 191, 0.12));
}
.about-hero .container {
    position: relative;
    z-index: 1;
    width: 100%;
}
.about-hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(1, 119, 191, 0.10) 0%, transparent 70%);
    pointer-events: none;}
.about-tag {
    display: inline-block;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #2B7CFF;  
    font-size: 18px;
    font-weight: 700; }
.about-title {
    font-size: 62px;
    line-height: 1;
    font-weight: 950;
    margin-bottom: 30px;
}

/* Description */
.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #666;
    max-width: 750px;
    margin: 0 auto 45px;
}

.outline-text {
    color: transparent;
    letter-spacing: 1.5px;
    -webkit-text-stroke: 2px #1a1a1a;
}

.filled-black {
    color: #1a1a1a;
}

.outline-orange {
    color: transparent ;
    letter-spacing: 1.5px;
    -webkit-text-stroke: 2px #ED1B24;   
}

.filled-orange {
    color: #2B7CFF;
   
}


/* == process-content-heading  animation == */
.hero-content-heading {
    opacity: 0;
    transform: translate3d(0, 70px, 0) scale(0.95);
    filter: blur(10px);
    transition:
        opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
        filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-content-heading.active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: blur(0);
}
@media (max-width: 1200px) {
    .outline-text {
       color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } }
@media (max-width: 1024px) {
    .about-hero {
        padding: 110px 6% 90px;
    }

    .about-title {
        font-size: 52px;
        line-height: 1.05;
    }
    .outline-text {
       color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .hero-desc {
        font-size: 17px;
        max-width: 650px;
    }
    .about-tag {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .about-hero::before {
        width: 400px;
        height: 400px;
        top: -60px;
        right: -100px;  } }
@media (max-width: 992px) {
    .about-hero {
        padding: 100px 6% 80px;
    }
    .about-title {
        font-size: 48px;
        line-height: 1.05;
        margin-bottom: 28px;
    }
    .about-tag {
        font-size: 17px;
        margin-bottom: 22px;
    }

    .hero-desc {
        font-size: 17px;
        max-width: 680px;
        line-height: 1.6;
        margin-bottom: 40px;
    }
    .outline-text {
       color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .about-hero::before {
        width: 360px;
        height: 360px;
        top: -50px;
        right: -90px; } }
@media (max-width: 768px) {
    .about-hero {
        padding: 90px 5% 70px;
    }
    .about-title {
        font-size: 42px;
        line-height: 1.08;
        margin-bottom: 25px;
    }
    .about-tag {
        font-size: 16px;
        margin-bottom: 22px;
    }
    .hero-desc {
        font-size: 16px;
        line-height: 1.6;
        max-width: 100%;
        margin-bottom: 35px;
    }
    .outline-text {
       color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .about-hero::before {
        width: 300px;
        height: 300px;
        top: -50px;
        right: -80px; } }
@media (max-width: 480px) {
    .about-hero {
        padding: 75px 5% 60px;
    }
    .about-title {
        font-size: 34px;
        line-height: 1.12;
        margin-bottom: 22px;
    }
    .about-tag {
        font-size: 15px;
        letter-spacing: 0.8px;
        margin-bottom: 18px;
    }

    .hero-desc {
        font-size: 15px;
        line-height: 1.55;
    }
    .outline-text {
       color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .about-hero::before {
        width: 220px;
        height: 220px;
        top: -40px;
        right: -60px; } }
@media (max-width: 360px) {
    .about-hero {
        padding: 65px 4% 50px;
    }
    .about-title {
        font-size: 30px;
    }
    .outline-text {
       color: #ffffff;  -webkit-text-stroke: 0px transparent; 
        text-shadow: 
            -0.8px -0.8px 0 #1a1a1a,  
             0.8px -0.8px 0 #1a1a1a,
            -0.8px  0.8px 0 #1a1a1a,
             0.8px  0.8px 0 #1a1a1a; }
    .outline-orange { color: #ffffff; -webkit-text-stroke: 0px transparent;
        text-shadow: 
            -0.8px -0.8px 0 #ED1B24,  
             0.8px -0.8px 0 #ED1B24,
            -0.8px  0.8px 0 #ED1B24,
             0.8px  0.8px 0 #ED1B24; } 
    .hero-desc {
        font-size: 14px;
    }
    .about-tag { font-size: 14px; }
}
.portfolio-showcase {
    position: relative;
    width: 100%;
    padding: 100px 0 120px;
    background: #ffffff;
    overflow: hidden;
}

.portfolio-showcase .container {
    position: relative;
    z-index: 2;
}

.portfolio-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    margin-bottom: 55px;

    border-top: 1px solid #e7e9ee;
    border-bottom: 1px solid #e7e9ee;
}

.portfolio-tab {
    position: relative;
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 82px;
    padding: 0 25px;
    background: transparent;
    border: 0;
    border-right: 1px solid #e7e9ee;
    color: #737985;
    text-align: left;
    font-family: inherit;
    cursor: pointer;
    transition:
        color .35s ease,
        background-color .35s ease,
        padding .35s ease;
}

.portfolio-tab:last-child {
    border-right: 0;
}

.portfolio-tab-number {
    flex: 0 0 auto;
    color: #9ca3af;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .08em;
    transition:
        color .35s ease,
        transform .35s ease;
}

.portfolio-tab-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.01em;
    transition:
        color .35s ease,
        transform .35s ease;
}

.portfolio-tab i {
    margin-left: auto;
    color: currentColor;
    font-size: 16px;
    line-height: 1;
    color: #2563eb;
    opacity: 0;

    transform: translate(-8px, 8px);

    transition:
        opacity .35s ease,
        transform .35s ease;
}

.portfolio-tab::after {
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: -1px;
    height: 2px;
    background: linear-gradient(
        90deg,
        #111827,
        #2563eb
    );
    transform: scaleX(0);
    transform-origin: left;
    transition:
        transform .45s cubic-bezier(.22, 1, .36, 1);
}

.portfolio-tab:hover {
    color: #111827;
    background: #fafafa;
}

.portfolio-tab:hover .portfolio-tab-number {
    color: #2563eb;
    transform: translateY(-2px);
}

.portfolio-tab:hover .portfolio-tab-text {
    transform: translateX(3px);
}

.portfolio-tab:hover i {
    opacity: 1;
    transform: translate(0, 0);
}

.portfolio-tab:hover::after {
    transform: scaleX(1);
}

.portfolio-tab.active {
    color: #111827;
    background: #fafafa;
}

.portfolio-tab.active .portfolio-tab-number {
    color: #2563eb;
}

.portfolio-tab.active .portfolio-tab-text {
    color: #111827;
}

.portfolio-tab.active i {
    opacity: 1;
    transform: translate(0, 0);
}

.portfolio-tab.active::after {
    transform: scaleX(1);
}

.portfolio-project-area {
    position: relative;
    width: 100%;
}

.portfolio-project-group {
    display: none;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
}

.portfolio-project-group.active {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    animation:
        portfolioGroupIn
        .55s
        cubic-bezier(.22, 1, .36, 1)
        forwards;
}


@keyframes portfolioGroupIn {

    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }

}

.portfolio-card {
    position: relative;
    width: 100%;
    min-width: 0;
    margin: 0;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow:
        0 10px 30px rgba(15, 23, 42, .07);
    transition:
        transform .45s cubic-bezier(.22, 1, .36, 1),
        box-shadow .45s ease;
}

.portfolio-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 25px 60px rgba(15, 23, 42, .14);
}

.portfolio-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #f5f6f8;
    border-radius: 18px;
    cursor: pointer;
    isolation: isolate;
}

.portfolio-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center center;
    transform: scale(1);
    transition:
        transform 1s cubic-bezier(.22, 1, .36, 1);
}

.portfolio-card:hover
.portfolio-image img {
    transform: scale(1.04);
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(
            180deg,
            rgba(0, 0, 0, 0) 20%,
            rgba(0, 0, 0, .08) 40%,
            rgba(0, 0, 0, .88) 100%
        );
    opacity: 0;
    transition:
        opacity .45s ease;
}
.portfolio-card:hover
.portfolio-overlay {
    opacity: 1;
}
.portfolio-content {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 3;
    color: #ffffff;
    opacity: 0;
    transform: translateY(25px);
    transition:
        opacity .45s ease,
        transform .55s cubic-bezier(.22, 1, .36, 1);
}
.portfolio-card:hover
.portfolio-content {
    opacity: 1;
    transform: translateY(0);
}
.portfolio-content strong {
    display: block;
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.025em;
}
.portfolio-content p {
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, .84);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.65;
}
.portfolio-showcase::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -180px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(17, 24, 39, .035) 0%,
            rgba(17, 24, 39, 0) 70%
        );
    pointer-events: none;
}
.portfolio-showcase::after {
    content: "";
    position: absolute;
    bottom: -180px;
    left: -180px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(37, 99, 235, .035) 0%,
            rgba(37, 99, 235, 0) 70%
        );
    pointer-events: none; }
@media (max-width: 991px) {
    .portfolio-showcase {
        padding: 80px 0 100px;
    }
    .portfolio-tabs {
        grid-template-columns: repeat(2, 1fr);
    }
    .portfolio-tab {
        min-height: 75px;
    }
    .portfolio-project-group.active {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    } }
@media (max-width: 767px) {
    .portfolio-showcase {
        padding: 60px 0 80px;
    }
    .portfolio-tabs {
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 35px;
    }
    .portfolio-tab {
        min-height: 68px;
        padding: 0 16px;
        gap: 10px;
    }
    .portfolio-tab-text {
        font-size: 13px;
    }

    .portfolio-tab-number {
        font-size: 11px;
    }
    .portfolio-tab i {
        font-size: 14px;
    }
    .portfolio-project-group.active {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .portfolio-card {
        border-radius: 15px;
    }
    .portfolio-image {
        border-radius: 15px;
    }
    .portfolio-content {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }
    .portfolio-content strong {
        font-size: 19px;
    }
    .portfolio-content p {
        font-size: 12px;
    } }
@media (max-width: 480px) {
    .portfolio-tabs {
        grid-template-columns: 1fr;
    }
    .portfolio-tab {
        border-right: 0;
        border-bottom: 1px solid #e7e9ee;
    }
    .portfolio-tab:last-child {
        border-bottom: 0;
    } }