.word {
    display: inline-flex;
    white-space: nowrap;
}

main .container {
    position: relative;
    overflow: hidden;
    padding-top: 120px;
    display: flex;
    flex-direction: column;
    gap: clamp(15px, 5vw, 35px);
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0
}

.hero-bg-gradient {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 75% 20%, rgba(0, 217, 255, 0.13), transparent 55%), radial-gradient(ellipse at 15% 80%, rgba(13, 63, 143, 0.08), transparent 50%)
}

.hero-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse at 60% 40%, rgba(0, 0, 0, 0.4), transparent 70%)
}

main .container .hero-title {
    grid-area: t;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px clamp(1rem, 5vw, 3rem);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    flex-wrap: wrap;
    font-size: 5.8rem;
    font-family: var(--unb);
    font-weight: 800;
    line-height: 1;
    position: relative;
}

main .container .hero-title .h-t-hu {
    overflow: hidden;
    display: inline-block;

}

main .container .hero-title .h-t-hu .h-t-ani {
    display: inline-block;
    opacity: 0;
    transform: translateY(150px);
}

main .container .hero-title .h-t-hu:nth-child(2),
main .container .hero-title .h-t-hu:nth-child(5) {
    color: transparent;
    -webkit-text-stroke: 3px var(--secondary);
}

main .container .hero-sys {
    position: relative;
    width: 100%;
}

main .container .hero-img {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    grid-area: img;
}

main .container .h-img {
    display: flex;
    justify-content: center;
}

main .container .h-img img {
    max-width: 100%;
}

main .container .h-img img {
    max-width: clamp(65%, 55vw, 100%);
}

.hero-slider {
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slider .swiper {
    width: 100%;
    height: 120px;
    font-size: 13px;
}

.hero-slider .swiper-slide {
    font-family: var(--pop);
    font-weight: 900;
    color: black;
    display: inline-block;
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        opacity 0.6s ease,
        filter 0.6s ease,
        color 0.6s ease;
    transform-origin: center;
    backface-visibility: hidden;
}

.hero-slider .swiper-slide i {
    opacity: 0;
    transition: opacity var(--spring);
}

.hero-slider .swiper-slide-active {
    color: var(--secondary);
}

.hero-slider .swiper-slide.swiper-slide-active i {
    opacity: 1;
}

.hero-slider .arrow {
    position: absolute;
    top: 50%;
    left: -20px;
    bottom: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #333;
}

.hero-slider .center-text {
    position: absolute;
    left: 60%;
    top: 50%;
    display: inline-block;
    background: linear-gradient(to bottom, transparent 1%, var(--bg-soft) 33.33% 66.66%, transparent 100%);
    padding: 10px;
    border-radius: 8px;
    color: var(--text-primary);
    font-family: var(--cod);
    transform: translateY(-50%);
}

.hero-slider .circle {
    width: 500px;
    height: 500px;
    position: absolute;
    left: 65%;
    z-index: -1;
}

.hero-slider .circle .ring {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.8s ease;
}

.hero-slider .circle .ring .slide {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #333;
    top: 50%;
    left: 50%;
    transform-origin: center left;
}

.home-head {
    width: 100%;
    padding: 25px;
}

.home-head .home-h {
    display: block;
    text-align: start;
    position: relative;
    translate: none;
    rotate: none;
    text-align: center;
    scale: none;
    border-radius: 50px;
    padding: 2.5rem 0rem;
    font-family: var(--bold);
    font-size: min(4.5vw, 4.5rem);
    font-weight: bolder;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04),
        0 6px 12px rgba(0, 0, 0, 0.06),
        0 12px 32px rgba(0, 0, 0, 0.08);
}

.home-head .home-h .home-h-set {
    background: linear-gradient(to right, var(--primary-dark) 50%, var(--text-primary) 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ser {
    background: var(--bg-primary);
    position: relative;
    overflow: hidden;
}

.ser .container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ser .container .ser-left .tag {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid var(--accent);
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 15px;
    color: var(--text-primary);
}

.ser .container .ser-left h1 {
    font-size: 3.4rem;
    font-family: var(--cod);
    margin: 10px 0;
    display: block;
}

.ser .container .ser-left h1 .s-t-sys {
    display: flex;
    flex-wrap: wrap;
}

.ser .container .ser-left h1 .s-h-ani {
    display: inline-block;
}

.ser .container .ser-left p {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 1.2rem;
}

.ser .container .ser-left .features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    position: relative;
}

.ser .container .ser-left .features .ser-f-sys {
    display: flex;
    flex-direction: column;
    gap: 80px;
    position: relative;
}

.ser .container .ser-left .features .ser-f-sys:nth-child(1) {
    align-items: flex-end;
}

.ser .container .ser-left .features::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, var(--text-primary), transparent);
}

.ser .container .ser-left .features .ser-f-sys:nth-child(2) {
    padding-top: 80px;
}

.ser .container .ser-left .features .feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    color: var(--text-primary);
    font-family: var(--pop);
    font-size: 14px;
    position: relative;
}

.ser .container .ser-left .features .feature::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--accent);
}

.ser .container .ser-left .features .feature.su::before {
    left: -8px;
}

.ser .container .ser-left .features .feature.so::before {
    right: -8px;
}

.ser .container .ser-left .features .feature i {
    color: var(--text-primary);
    font-size: 18px;
    padding: 14px;
    border-radius: 12px;
    background: var(--bg-secondary);
    transition: var(--spring);
    position: relative;
    overflow: hidden;
}

.ser .container .ser-left .features .feature i::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--gradient-primary);
    transform: scaleY(0);
    transition: var(--spring);
    z-index: -1;
    transform-origin: top left;
}

.ser .container .ser-left .features .feature:hover i::after {
    transform: scaleY(1);
}

.ser .container .ser-left .features .feature:hover i {
    transform: translateY(-3px);
    color: var(--text-primary);
}

.ser .container .ser-left .ser-header-btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.ser .container .ser-right .ser-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.ser .container .ser-right .ser-grid .ser-grid-system {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 15px;
    flex: 1;
}

.ser .container .ser-right .ser-grid .ser-grid-system .ser-g-s {
    position: relative;
}

.ser .container .ser-right .ser-grid .ser-grid-system .ser-g-s .ser-g-s-t {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0;
    padding: 10px 20px;
    background: linear-gradient(to top, rgba(1, 12, 26, 0.95), transparent);
    color: var(--bg-primary);
    transform: translateY(100px);
    transition: var(--spring);
}

.ser .container .ser-right .ser-grid .ser-grid-system .ser-g-s:hover .ser-g-s-t {
    transform: translateY(0);
}

.ser .container .ser-right .ser-grid .ser-grid-system .ser-g-s:hover img {
    scale: 1.1;
}

.ser-grid .ser-grid-system .ser-g-s {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    overflow: hidden;
}

.ser-grid .ser-grid-system .ser-g-s img {
    width: 100%;
    transition: var(--spring);
}

.ser-grid .ser-grid-system:nth-child(1) .ser-g-s {
    width: 85%;
}

.services-section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.services-braker {
    position: relative;
    top: -30px;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, transparent, rgba(189, 187, 187, 0.5), transparent);
    z-index: -1;
}

.services-section .bg-services {
    position: absolute;
    width: 150%;
    height: 150%;
}

.services-section .bg-services1 {
    background: var(--bg-soft);
    top: 0;
    left: 0;
    z-index: -1;
}

.services-section .bg-services2 {
    background: rgba(189, 187, 187, 0.5);
    top: 40%;
    right: 0;
    left: 0;
    z-index: 0;
    rotate: -15deg;
}

.services {
    background: transparent;
    position: relative;
    max-width: 1440px;
    padding: 0px 25px;
    margin: 0px auto;
    width: 100%;
}

.services .container .services-header {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 317px;
    width: 100%;
    position: relative;
}

.services .container .services-header .services-head-t {
    position: sticky;
    width: 100%;
    font-size: 11rem;
}

.services .container .services-header .services-head-t .services-header-title {
    font-family: var(--cod);
}

.services .container .services-stitle {
    width: 100%;
    display: flex;
    margin: 10px 0px 30px 0px;
    justify-content: space-between;
    align-items: center;
}

.services .container .services-stitle .services-stitle-subtitle {
    max-width: 550px;
    display: flex;
}

.services .container .services-stitle .services-stitle-subtitle:nth-child(1) {
    font-size: 2rem;
    font-family: var(--unb);
    color: var(--primary-dark);
}

.services .container .services-stitle .services-stitle-subtitle:nth-child(2) {
    overflow: hidden;
    gap: 5px;
}

.services .container .services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding-bottom: 80px;
}

.services .container .services-grid .service-card {
    background: hsla(0, 0%, 100%, 0.4);
    backdrop-filter: blur(15px);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 40px 36px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    transition: var(--spring);
}

.services .container .services-grid .service-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--gradient-soft);
    width: 100%;
    height: 0%;
    transition: var(--spring);
}

.services .container .services-grid .service-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-primary);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform var(--spring);
}

.services .container .services-grid .service-card:hover {
    transform: translateY(-10px);
    border-color: var(--border-hover);
    box-shadow: var(--shadow-lg);
}

.services .container .services-grid .service-card:hover::before {
    height: 100%;
}

.services .container .services-grid .service-card:hover::after {
    transform: scaleX(1);
}

.services .container .services-grid .service-card .service-icon {
    width: 58px;
    height: 58px;
    background: var(--gradient-soft);
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    font-size: 2rem;
    transition: var(--spring);
}

.services .container .services-grid .service-card:hover .service-icon {
    background: rgba(0, 217, 255, 0.12);
    border-color: var(--border-hover);
}

.services .container .services-grid .service-card .service-title {
    font-family: 'Sora', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.services .container .services-grid .service-card .service-desc {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}

.web-dev i {
    color: #00bcd4;
}

.app-dev i {
    color: #ff9800;
}

.seo i {
    color: #4caf50;
}

.social i {
    color: #e91e63;
}

.wordpress i {
    color: #21759b;
}

.embedded i {
    color: #9c27b0;
}

.iot i {
    color: #03a9f4;
}

.ai i {
    color: #f44336;
}

.webapp i {
    color: #ffc107;
}

.work {
    width: 100%;
    min-height: 300vh;
    padding: 50px 0px 75px 0px;
    position: relative;
}

.work .work-head {
    position: sticky;
    top: 0%;
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: min(25vw, 50rem);
    white-space: nowrap;
    overflow: hidden;
    font-family: var(--cod);
    pointer-events: none;
}

.work .work-head .w-h-t {
    display: inline-block;
}

.work .wrap-work {
    padding: 0px 2rem;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}

.work .wrap-work .wrap-work-img {
    width: 70%;
    height: 88vh;
    border-radius: 25px;
    overflow: hidden;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% center;
    top: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
}

.work .wrap-work .wrap-work-img:nth-child(1) {
    top: 10px;
    background-image: url("/assets/images/work-home/learnpro_codvion.webp");
}

.work .wrap-work .wrap-work-img:nth-child(2) {
    top: 30px;
    background-image: url("/assets/images/work-home/skilltrack_codvion.webp");
}

.work .wrap-work .wrap-work-img:nth-child(3) {
    top: 50px;
    background-image: url("/assets/images/work-home/aevonix_codvion.webp");
}

.work .wrap-work .wrap-work-img:nth-child(4) {
    top: 70px;
    background-image: url("/assets/images/portfolio/embedded/embedded_codvion.webp");
}

.work .wrap-work .wrap-work-img:nth-child(5) {
    top: 0px;
    background-image: url("/assets/images/portfolio/ai_ml_codvion.webp");
}

.work .wrap-work .wrap-work-img img {
    display: none;
    width: 100%;
    border-radius: 25px;
}

.work .wrap-work .wrap-work-img .wrap-work-head {
    position: absolute;
    top: var(--top, 20px);
    left: 20px;
}

.work .wrap-work .wrap-work-img .wrap-work-head h1 {
    font-family: var(--cod);
    font-size: 2.5rem;
}

.work .wrap-work .wrap-work-img .wrap-work-subhead {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.work .wrap-work .wrap-work-img .wrap-work-subhead p {
    font-family: var(--pop);
    color: var(--text-secondary);
    font-size: 1rem;
}

.work .wrap-work .wrap-work-img .wrap-work-link {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 25px;
    background: var(--bg-primary);
    transition: var(--spring);
    color: var(--text-primary);
}

.work .wrap-work .wrap-work-img .wrap-work-link i {
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work .wrap-work .wrap-work-img .wrap-work-link span {
    font-size: 1rem;
    font-family: var(--pop);
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(20px);
    opacity: 0;
    transition: var(--spring);
}

.work .wrap-work .wrap-work-img .wrap-work-link:hover {
    width: 120px;
}

.work .wrap-work .wrap-work-img .wrap-work-link:hover span {
    opacity: 1;
    transform: translateX(0px);
}

.work .wrap-work .wrap-work-img .wrap-work-lang {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 18px;
    border-radius: 25px;
    background: rgba(245, 251, 255, 0.12);
    backdrop-filter: blur(12px);
    display: inline-block;
}

.work .wrap-work .wrap-work-img .wrap-work-lang .wrap-title-lang {
    display: inline-block;
    color: transparent;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1rem;
}

.work .wrap-work .wrap-work-img .wrap-work-lang .wrap-lang-t {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 8px;
    font-weight: 600;
    color: var(--set, var(--bg-primary));
    font-family: sans-serif;
}

.wrap-lang-t .fa-html5 {
    color: #e34f26;
}

.wrap-lang-t .fa-css3-alt {
    color: #1572b6;
}

.wrap-lang-t .fa-js {
    color: #f7df1e;
}

.wrap-lang-t .fa-bolt {
    color: #a855f7;
}

.wrap-lang-t .fa-google {
    color: #4285F4;
}

.wrap-lang-t .fa-magnifying-glass-chart {
    color: #34A853;
}

.wrap-lang-t .fa-link {
    color: #EA4335;
}

.wrap-lang-t .fa-sitemap {
    color: #5F6368;
}

.wrap-lang-t .fa-react {
    color: #61DBFB;
}

.wrap-lang-t .fa-microchip {
    color: #38bdf8;
}

.wrap-lang-t .fa-wifi {
    color: #22c55e;
}

.wrap-lang-t .fa-brain {
    color: #a855f7;
}

.wrap-lang-t .fa-cloud {
    color: #60a5fa;
}

.wrap-lang-t .fa-chart-line {
    color: #f59e0b;
}

.wrap-lang-t .fa-network-wired {
    color: #ec4899;
}

.wrap-lang-t .fa-eye {
    color: #38bdf8;
}

.wrap-lang-t .fa-hand {
    color: #a855f7;
}

.wrap-lang-t .fa-car {
    color: #22c55e;
}

.wrap-lang-t .fa-shield-halved {
    color: #f59e0b;
}

.wrap-lang-t .fa-fire {
    color: #ef4444;
}

.wrap-lang-t .fa-flutter {
    color: #54c5f8;
}

.wrap-lang-t .fa-code {
    color: #a855f7;
}

.wrap-lang-t .fa-database {
    color: #22c55e;
}

.wrap-lang-t .fa-mobile-screen {
    color: #f59e0b;
}

@media (max-width:1440px) {
    .home-head .home-h {
        font-size: 4rem;
    }
}

@media (max-width:1300px) {
    .work .wrap-work .wrap-work-img img {
        object-fit: cover;
    }

    main .container .h-img {
        display: flex;
        justify-content: flex-start;
    }
}

@media (max-width:786px) {

    main .container .hero-title {
        font-size: clamp(1.3rem, 8vw, 2rem);
    }

    main .container .hero-title .h-t-hu:nth-child(2),
    main .container .hero-title .h-t-hu:nth-child(5) {
        color: var(--secondary);
        -webkit-text-stroke: 3px transparent;
    }

    main .container .hero-title .h-t-hu .h-t-ani {
        opacity: 1;
        transform: translateY(0px);
    }

    main .container .h-img .h-i-t {
        padding: 5px 5px;
        font-size: 0.65rem;
    }

    main .container .h-img img {
        max-width: 100%;
    }

    .hero-slider {
        padding: 50px 0px 50px 0px;
        transform: translateY(0%);
        justify-content: center;
        justify-self: center;
        position: relative;
    }

    .hero-slider .arrow {
        position: absolute;
        top: 62px;
        left: 0px;
        bottom: 0;
    }

    .hero-slider .swiper .swiper-wrapper {
        text-align: center;
    }

    .hero-slider .center-text {
        position: absolute;
        left: 50%;
        background: transparent;
        padding: 8px 25px;
        backdrop-filter: blur(12px);
        border-radius: 15px;
        top: 88px;
        transform: translateX(-50%);
    }

    .hero-slider .circle {
        width: 400px;
        height: 400px;
        position: absolute;
        bottom: -270px;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: -1;
    }

    .home-head {
        padding: 15px 5px;
    }

    .home-head .home-h {
        font-size: 1.2rem;
    }

    .home-head .home-h .home-h-set {
        background-position: 0% 0;
    }

    .ser .container {
        padding: 20px 5px;
        grid-template-columns: 1fr;
    }

    .ser .container .ser-left .tag {
        font-size: 0.75rem;
    }

    .ser .container .ser-left h1 {
        font-size: 1.6rem;
    }

    .ser .container .ser-left p {
        font-size: 0.95rem;
    }

    .ser .container .ser-left .features::before {
        left: 7.5px;
    }

    .ser .container .ser-left .features {
        grid-template-columns: 1fr;
    }

    .ser .container .ser-left .features .feature {
        padding: 14px 25px;
    }

    .ser .container .ser-left .features .ser-f-sys {
        gap: 5px;
    }

    .ser .container .ser-left .features .ser-f-sys:nth-child(1) {
        align-items: flex-start;
    }

    .ser .container .ser-left .features .ser-f-sys:nth-child(2) {
        padding-top: 5px;
    }

    .ser .container .ser-left .features .feature.su::before {
        left: 0px;
    }

    .ser .container .ser-left .features .feature.so::before {
        left: 0px;
    }

    .ser .container .ser-right {
        padding-top: 25px;
    }

    .ser-grid .ser-grid-system:nth-child(1) .ser-g-s {
        width: 100%;
    }

    .ser .container .ser-right .ser-grid .ser-grid-system .ser-g-s .ser-g-s-t {
        font-size: 0.75rem;
    }

    .work {
        width: 100%;
        min-height: auto;
        padding: 50px 0px;
    }

    .work .work-head {
        font-size: 5rem;
        position: relative;
    }

    .work .wrap-work {
        padding: 0px 0.75rem;
        gap: 1rem;
        justify-content: center;
    }

    .work .wrap-work .wrap-work-img {
        width: 100%;
        height: auto;
        border-radius: 12px;
        overflow: hidden;
        background: transparent;
        position: relative;
    }

    .work .wrap-work .wrap-work-img:nth-child(1) {
        background: transparent;
        top: 0px;
    }

    .work .wrap-work .wrap-work-img:nth-child(2) {
        background: transparent;
        top: 0px;
    }

    .work .wrap-work .wrap-work-img:nth-child(3) {
        background: transparent;
        top: 0px;
    }

    .work .wrap-work .wrap-work-img:nth-child(4) {
        background: transparent;
        top: 0px;
    }

    .work .wrap-work .wrap-work-img:nth-child(5) {
        top: 0px;
        background: transparent;
    }

    .work .wrap-work .wrap-work-img .wrap-work-head,
    .work .wrap-work .wrap-work-img .wrap-work-subhead,
    .work .wrap-work .wrap-work-img .wrap-work-lang {
        display: none;
    }

    .work .wrap-work .wrap-work-img .wrap-work-link {
        right: 5px;
        top: 5px;
        background: rgb(245, 251, 255, 0.5);
        backdrop-filter: blur(15px);
    }

    .work .wrap-work .wrap-work-img img {
        display: block;
        border-radius: 15px;
    }

    .services .container .services-header {
        height: auto;
    }

    .services .container .services-header .services-head-t {
        font-size: 2.5rem;
        text-align: center;
    }

    .services .container .services-stitle {
        flex-direction: column;
        text-align: center;
    }

    .services .container .services-stitle .services-stitle-subtitle {
        text-align: center;
        flex-wrap: wrap;
    }

    .services .container .services-stitle .services-stitle-subtitle:nth-child(1) {
        font-size: 1rem;
    }

    .services .container .services-stitle .services-stitle-subtitle:nth-child(2) {
        font-size: 0.85rem;
        justify-content: center;
    }

}

body {
    overflow-x: hidden;
}

.services-section .bg-services2 {
    opacity: 0.55;
    filter: blur(1px);
}


.process {
    background: var(--bg-primary);
    position: relative;
    overflow: hidden;
    min-height: 587px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-section {
    max-width: auto;
    margin: 0 auto;
    padding: 30px 24px;
}

.process .container-section .process-header {
    text-align: center;
    margin-bottom: 72px;
}

.process .container-section .process-header .process-title {
    justify-content: center;
    font-size: clamp(22px, 4vw, 48px);
    font-weight: 800;
    color: var(--text-primary);
    font-family: var(--cod);
    margin-bottom: 18px;
    display: flex;
    flex-wrap: wrap;
}

.process .container-section .process-header .process-title .p-t-ani {
    display: inline-block;
}

.process .container-section .process-header .process-subtitle {
    margin: 0 auto;
    font-size: clamp(12px, 3.5vw, 18px);
    color: var(--text-secondary);
    font-family: var(--unb);
    max-width: 560px;
    line-height: 1.75
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25rem;
    margin-left: min(50vw, 50rem);
    position: relative;
    white-space: nowrap;
    flex-wrap: nowrap;
}

.process-steps::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    width: var(--width);
    height: 4px;
    background: linear-gradient(to right, #00f5ff, #8a2eff);
    z-index: 0;
    border-radius: 20px;
}

.process-step {
    position: relative;
    min-width: 450px;
    max-height: 250px;
    padding: 40px 30px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
    transition: var(--spring);
    z-index: 1;
}

.process-step:nth-child(even) {
    min-height: 250px;
}

.process-step::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 25px;
    padding: 1.5px;
    background: linear-gradient(135deg,
            #00f5ff,
            #8a2eff,
            var(--primary));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    pointer-events: none;
}

.process-step:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 0 25px 60px rgba(0, 245, 255, 0.15);
}

.process-num {
    position: absolute;
    top: -10px;
    right: 10px;
    height: 100%;
    font-size: 90px;
    font-weight: 800;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: column;
    opacity: 0.5;
    color: var(--accent);
    line-height: 1;
}

.process-step-icon {
    margin-top: 15px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: var(--text-primary);
    box-shadow: 0 0 25px rgba(0, 245, 255, 0.4);
    transition: var(--spring);
}

.process-step:hover .process-step-icon {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 0 40px rgba(138, 46, 255, 0.6);
}

.process-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: var(--unb);
}

.process-desc {
    color: var(--text-secondary);
    font-family: var(--pop);
    line-height: 1.7;
    font-size: 15px;
}

.testimonials {
    background: linear-gradient(180deg, #f7fbff 0%, #eef6fd 100%);
    padding: 0px 0 105px;
    position: relative;
    z-index: 5;
}

.testimonials::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, transparent, var(--bg-soft), transparent);
}

.testimonials .container {
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
}

.testimonial-stage {
    position: relative;
    min-height: 650px;
    margin: 0 auto;
    overflow: visible;
    isolation: isolate;
    border: 1px solid rgba(13, 63, 143, 0.08);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(242, 247, 252, 0.68)),
        linear-gradient(26deg, transparent 0 32%, rgba(215, 226, 239, 0.54) 32% 57%, transparent 57% 100%);
    box-shadow: 0 28px 90px rgba(8, 27, 51, 0.08);
}

.testimonial-stage::before,
.testimonial-stage::after {
    content: '';
    position: absolute;
    z-index: -1;
}

.testimonial-stage::before {
    inset: auto -6% -88px;
    height: 300px;
    border-radius: 50%;
    background: rgba(224, 235, 246, 0.74);
}

.testimonial-stage::after {
    left: 4%;
    right: 4%;
    top: 300px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.52);
    clip-path: ellipse(50% 44% at 50% 50%);
}

.testimonial-stage-copy {
    position: absolute;
    top: 42px;
    left: 50%;
    width: min(520px, calc(100% - 32px));
    text-align: center;
    transform: translateX(-50%);
    z-index: 3;
}

.testimonial-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: var(--text-secondary);
    font-family: var(--pop);
    font-size: 13px;
    line-height: 1;
}

.testimonial-kicker i {
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--bg-primary);
    background: var(--text-primary);
    font-size: 10px;
}

.testimonial-stage-copy h3 {
    margin-top: 8px;
    color: var(--text-primary);
    font-family: var(--cod);
    font-size: clamp(42px, 6.4vw, 76px);
    font-weight: 600;
    line-height: 0.88;
    letter-spacing: 0;
}

.testimonial-bg-visual {
    position: absolute;
    left: 50%;
    top: 54%;
    width: min(560px, 62vw);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    opacity: 0.46;
    pointer-events: none;
    z-index: 0;
    transition: transform var(--spring), opacity var(--spring), filter var(--spring);
}

.testimonial-bg-visual img {
    position: absolute;
    inset: 18%;
    width: 64%;
    height: 64%;
    object-fit: contain;
    filter: drop-shadow(0 28px 55px rgba(13, 63, 143, 0.18));
    animation: testimonial-bg-spin 22s linear infinite;
}

.testimonial-bg-visual::before,
.testimonial-bg-visual::after {
    content: '';
    position: absolute;
    border: 1px solid rgba(13, 63, 143, 0.13);
    border-radius: 50%;
}

.testimonial-bg-visual::before {
    inset: 7%;
}

.testimonial-bg-visual::after {
    inset: 21%;
    border-style: dashed;
}

.testimonial-bg-dot,
.testimonial-bg-line {
    position: absolute;
    display: block;
}

.testimonial-bg-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 24px rgba(0, 217, 255, 0.8);
}

.testimonial-bg-dot-1 {
    top: 18%;
    left: 28%;
}

.testimonial-bg-dot-2 {
    right: 22%;
    bottom: 24%;
}

.testimonial-bg-line {
    width: 150px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(13, 63, 143, 0.22), transparent);
}

.testimonial-bg-line-1 {
    top: 26%;
    right: 9%;
    rotate: -18deg;
}

.testimonial-bg-line-2 {
    bottom: 23%;
    left: 6%;
    rotate: 22deg;
}

.testimonial-stage:hover .testimonial-bg-visual,
.testimonial-stage:has(.testimonial-node:is(:hover, :focus)) .testimonial-bg-visual {
    opacity: 0.64;
    filter: saturate(1.1);
    transform: translate(-50%, -50%) scale(1.04);
}

.testimonial-node {
    position: absolute;
    width: var(--size, 68px);
    height: var(--size, 68px);
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    z-index: 3;
    overflow: visible;
    transition: transform var(--spring);
}

.testimonial-node:hover,
.testimonial-node:focus {
    z-index: 8;
    outline: none;
    transform: translateY(-6px) scale(1.04);
}

.testimonial-face {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    background: var(--bg-secondary);
    box-shadow: 0 16px 34px rgba(8, 27, 51, 0.18);
    transition: box-shadow var(--spring), border-color var(--spring);
}

.testimonial-node:hover .testimonial-face,
.testimonial-node:focus .testimonial-face {
    border-color: var(--accent);
    box-shadow: 0 0 0 5px rgba(0, 217, 255, 0.18), 0 20px 45px rgba(8, 27, 51, 0.22);
}

.testimonial-face img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.06);
    transition: transform var(--spring), filter var(--spring);
}

.testimonial-node:hover .testimonial-face img,
.testimonial-node:focus .testimonial-face img {
    transform: scale(1.14);
    filter: contrast(1.05);
}

.testimonial-popover {
    position: absolute;
    width: 285px;
    max-width: min(285px, calc(100vw - 36px));
    padding: 16px 18px;
    display: block;
    text-align: left;
    border: 1px solid rgba(13, 63, 143, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 55px rgba(8, 27, 51, 0.16);
    backdrop-filter: blur(18px);
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: opacity var(--ease), transform var(--ease);
}

.testimonial-popover::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.9);
    rotate: 45deg;
    z-index: -1;
}

.testimonial-popover-text,
.testimonial-popover-name {
    display: block;
}

.testimonial-popover-text {
    color: #435d78;
    font-family: var(--pop);
    font-size: 13px;
    line-height: 1.65;
}

.testimonial-popover-name {
    margin-top: 10px;
    color: var(--secondary);
    font-family: var(--unb);
    font-size: 11px;
    line-height: 1.35;
}

.testimonial-node:hover .testimonial-popover,
.testimonial-node:focus .testimonial-popover {
    opacity: 1;
}

.testimonial-node-1 .testimonial-popover,
.testimonial-node-7 .testimonial-popover {
    left: calc(100% + 16px);
    top: 50%;
    transform: translate(8px, -50%) scale(0.96);
}

.testimonial-node-1 .testimonial-popover::before,
.testimonial-node-7 .testimonial-popover::before {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-node-4 .testimonial-popover,
.testimonial-node-5 .testimonial-popover,
.testimonial-node-8 .testimonial-popover {
    right: calc(100% + 16px);
    top: 50%;
    transform: translate(-8px, -50%) scale(0.96);
}

.testimonial-node-4 .testimonial-popover::before,
.testimonial-node-5 .testimonial-popover::before,
.testimonial-node-8 .testimonial-popover::before {
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonial-node-2 .testimonial-popover,
.testimonial-node-3 .testimonial-popover,
.testimonial-node-6 .testimonial-popover {
    left: 50%;
    bottom: calc(100% + 16px);
    transform: translate(-50%, -8px) scale(0.96);
}

.testimonial-node-2 .testimonial-popover::before,
.testimonial-node-3 .testimonial-popover::before,
.testimonial-node-6 .testimonial-popover::before {
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.testimonial-node-1:hover .testimonial-popover,
.testimonial-node-1:focus .testimonial-popover,
.testimonial-node-7:hover .testimonial-popover,
.testimonial-node-7:focus .testimonial-popover {
    transform: translate(0, -50%) scale(1);
}

.testimonial-node-4:hover .testimonial-popover,
.testimonial-node-4:focus .testimonial-popover,
.testimonial-node-5:hover .testimonial-popover,
.testimonial-node-5:focus .testimonial-popover,
.testimonial-node-8:hover .testimonial-popover,
.testimonial-node-8:focus .testimonial-popover {
    transform: translate(0, -50%) scale(1);
}

.testimonial-node-2:hover .testimonial-popover,
.testimonial-node-2:focus .testimonial-popover,
.testimonial-node-3:hover .testimonial-popover,
.testimonial-node-3:focus .testimonial-popover,
.testimonial-node-6:hover .testimonial-popover,
.testimonial-node-6:focus .testimonial-popover {
    transform: translate(-50%, 0) scale(1);
}

.testimonial-node-1 {
    --size: 62px;
    top: 188px;
    left: 8%;
}

.testimonial-node-2 {
    --size: 112px;
    bottom: 62px;
    left: 22%;
}

.testimonial-node-3 {
    --size: 72px;
    bottom: 86px;
    left: 48%;
}

.testimonial-node-4 {
    --size: 62px;
    top: 262px;
    right: 28%;
}

.testimonial-node-5 {
    --size: 64px;
    top: 172px;
    right: 10%;
}

.testimonial-node-6 {
    --size: 96px;
    right: 8%;
    bottom: 70px;
}

.testimonial-node-7 {
    --size: 74px;
    top: 342px;
    left: 13%;
}

.testimonial-node-8 {
    --size: 76px;
    top: 372px;
    right: 15%;
}

.seo-faq-section {
    position: relative;
    padding: 90px 50px;
    margin: 50px;
    border-radius: 25px;
    background: var(--text-primary);
    color: var(--bg-primary);
    overflow: hidden;
    box-shadow: 0px 12px 20px var(--text-primary);
}

.seo-faq-section .container {
    max-width: 1640px;
    margin: 0 auto;
    padding: 0 20px;
}

.seo-faq-section .container .tag {
    font-family: var(--unb);
}

.seo-faq-section h2 {
    margin-top: 10px;
    font-family: var(--cod);
    max-width: 900px;
    font-size: clamp(2rem, 5vw, 4.4rem);
    line-height: 0.85;
    margin-bottom: 15px;
}

.seo-faq-section h2 .b-c-a {
    display: inline-block;
    overflow: hidden;
}

.seo-faq-section h2 .b-c-a .b-c-a-s {
    display: inline-block;
    transform: translateY(70px);
}

.seo-faq-section p {
    max-width: 900px;
    color: var(--text-muted);
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.2;
}

.seo-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}


.seo-faq-card {
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 24px;
    padding: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
    backdrop-filter: blur(10px);
}

.seo-faq-card h3 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.seo-faq-card p {
    font-size: .96rem;
    line-height: 1.65;
    color: rgba(255, 255, 255, .68);
}

@media (max-width: 900px) {

    .seo-keyword-grid,
    .seo-faq-grid {
        grid-template-columns: 1fr;
    }
}

@keyframes testimonial-bg-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 980px) {
    .services .container .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 786px) {
    .services {
        padding: 54px 12px;
    }

    .process-step:hover {
        transform: translateY(0px) scale(1);
        box-shadow: 0 25px 60px rgba(0, 245, 255, 0.15);
    }

    .services .container .services-grid {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-bottom: 0px;
    }

    .services .container .services-grid .service-card {
        min-height: 230px;
        padding: 24px 22px;
    }

    .services .container .services-grid .service-card::after {
        font-size: 28px;
    }

    .process .container-section {
        padding: 30px 0;
    }

    .process .container-section .process-header {
        margin-bottom: 22px;
    }

    .process .container-section .process-steps {
        grid-template-columns: 1fr;
        gap: 5px;
        margin-left: 0px;
        padding: 0% 5%;
    }

    .process-steps::before {
        display: none;
    }

    .process-step:nth-child(even) {
        margin-top: 0;
        min-height: 200px;
    }

    .process-step {
        width: 100%;
        min-width: auto;
        max-height: auto;
        min-height: 200px;
    }

    .process-title {
        font-size: 24px;
    }

    .process-num {
        font-size: 70px;
    }

    .process-step {
        padding: 35px 25px;
    }

    .seo-faq-section {
        margin: 8px;
        border-radius: 15px;
        padding: 40px 0px;
    }

    .seo-faq-section h2 .b-c-a .b-c-a-s {
        transform: translateY(0px);
    }

    .testimonials {
        padding: 58px 0 0px;
    }

    main .container .h-img img {
        max-width: 100%;
    }

    main .container .h-img .h-i-t2 {
        left: 0px;
    }

    main .container .h-img .h-i-t1 {
        right: 0px;
    }

    .testimonials .container {
        padding: 0 12px;
        overflow: hidden;
    }

    .testimonial-stage {
        min-height: 770px;
    }

    .testimonial-stage::before {
        inset: auto -46% -86px;
        height: 285px;
    }

    .testimonial-stage::after {
        top: 380px;
        left: -28%;
        right: -28%;
        height: 155px;
    }

    .testimonial-stage-copy {
        top: 50px;
    }

    .testimonial-stage-copy h3 {
        font-size: clamp(34px, 11vw, 46px);
    }

    .testimonial-bg-visual {
        top: 55%;
        width: 480px;
        opacity: 0.34;
    }

    .testimonial-node-1 {
        --size: 54px;
        top: 210px;
        left: 7%;
    }

    .testimonial-node-2 {
        --size: 84px;
        left: 7%;
        bottom: 92px;
    }

    .testimonial-node-3 {
        --size: 64px;
        left: 43%;
        bottom: 74px;
    }

    .testimonial-node-4 {
        --size: 54px;
        top: 210px;
        right: 8%;
    }

    .testimonial-node-5 {
        --size: 56px;
        top: 458px;
        right: 8%;
    }

    .testimonial-node-6 {
        --size: 72px;
        right: 7%;
        bottom: 72px;
    }

    .testimonial-node-7 {
        --size: 58px;
        top: 450px;
        left: 9%;
    }

    .testimonial-node-8 {
        --size: 60px;
        top: 525px;
        right: 39%;
    }

    .testimonial-popover {
        width: min(250px, calc(100vw - 36px));
        padding: 14px 15px;
        z-index: 9;
    }

    .testimonial-popover-text {
        font-size: 12px;
    }

    .testimonial-node-1 .testimonial-popover,
    .testimonial-node-2 .testimonial-popover,
    .testimonial-node-3 .testimonial-popover,
    .testimonial-node-4 .testimonial-popover,
    .testimonial-node-5 .testimonial-popover,
    .testimonial-node-6 .testimonial-popover,
    .testimonial-node-7 .testimonial-popover,
    .testimonial-node-8 .testimonial-popover {
        top: auto;
        bottom: calc(100% + 12px);
    }

    .testimonial-node-1 .testimonial-popover,
    .testimonial-node-2 .testimonial-popover,
    .testimonial-node-7 .testimonial-popover {
        left: 0;
        right: auto;
        transform: translate(0, -8px) scale(0.96);
    }

    .testimonial-node-3 .testimonial-popover,
    .testimonial-node-8 .testimonial-popover {
        left: 50%;
        right: auto;
        transform: translate(-50%, -8px) scale(0.96);
    }

    .testimonial-node-4 .testimonial-popover,
    .testimonial-node-5 .testimonial-popover,
    .testimonial-node-6 .testimonial-popover {
        left: auto;
        right: 0;
        transform: translate(0, -8px) scale(0.96);
    }

    .testimonial-node-1 .testimonial-popover::before,
    .testimonial-node-2 .testimonial-popover::before,
    .testimonial-node-7 .testimonial-popover::before {
        left: 26px;
        right: auto;
        top: auto;
        bottom: -7px;
        transform: translateX(0);
    }

    .testimonial-node-3 .testimonial-popover::before,
    .testimonial-node-8 .testimonial-popover::before {
        left: 50%;
        right: auto;
        top: auto;
        bottom: -7px;
        transform: translateX(-50%);
    }

    .testimonial-node-4 .testimonial-popover::before,
    .testimonial-node-5 .testimonial-popover::before,
    .testimonial-node-6 .testimonial-popover::before {
        left: auto;
        right: 26px;
        top: auto;
        bottom: -7px;
        transform: translateX(0);
    }

    .testimonial-node-1:hover .testimonial-popover,
    .testimonial-node-1:focus .testimonial-popover,
    .testimonial-node-2:hover .testimonial-popover,
    .testimonial-node-2:focus .testimonial-popover,
    .testimonial-node-4:hover .testimonial-popover,
    .testimonial-node-4:focus .testimonial-popover,
    .testimonial-node-5:hover .testimonial-popover,
    .testimonial-node-5:focus .testimonial-popover,
    .testimonial-node-6:hover .testimonial-popover,
    .testimonial-node-6:focus .testimonial-popover,
    .testimonial-node-7:hover .testimonial-popover,
    .testimonial-node-7:focus .testimonial-popover {
        transform: translate(0, 0) scale(1);
    }

    .testimonial-node-3:hover .testimonial-popover,
    .testimonial-node-3:focus .testimonial-popover,
    .testimonial-node-8:hover .testimonial-popover,
    .testimonial-node-8:focus .testimonial-popover {
        transform: translate(-50%, 0) scale(1);
    }
}