/* Import Settings */


/* Setting */


/* Colors */


/* Fonts */


/* Fonts Size */


/* Letter-Spacing */


/* Line Height */


/* Forms */


/* Params */


/**
*   Glitche (HTML)
*   Copyright © Glitche by beshleyua. All Rights Reserved.
**/


/* TABLE OF CONTENTS
	1. Header
	2. Section
	3. Started
	4. About
	5. Resume
	6. Skills
	7. Service
	8. Portfolio
	9. Box Items
	10. Contacts
	11. Blog
	12. Footer
	13. Popups
*/

.project a {
    /*text-decoration: underline;*/
    color: #303f9f;
    font-family: "Courier New", Courier, monospace;
}
.project a:hover {
    color: #ffffff!important;
    text-decoration: none;
}
.project .justify-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

a:hover {
    text-decoration: none;
    color: #606ba4 !important;
}

/* 1. Header */

header {
    /*position: fixed;*/
    left: 0;
    top: 30px;
    width: 100%;
    z-index: 100;
    text-align: right;
    background: #ffffff;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

header.active {
    opacity: 1!important;
    visibility: visible!important;
}

header.active .menu-btn:before {
    opacity: 0;
}

header.active .menu-btn:after {
    bottom: 9px!important;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}

header.active .menu-btn span {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

header.active .head-top .top-menu {
    top: 100px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: auto;
    text-align: center;
    opacity: 1!important;
    visibility: visible!important;
}

header.active .head-top .top-menu ul li {
    display: block;
    margin: 30px 0;
}

@media (max-width: 840px) {
    header {
        top: 15px;
    }
}

header .head-top {
    padding: 30px 65px 15px 65px;
}

header .head-top .menu-btn {
    position: relative;
    margin: 0 auto;
    width: 26px;
    height: 20px;
}

header .head-top .menu-btn:before,
header .head-top .menu-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #141414;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

header .head-top .menu-btn:after {
    top: auto;
    bottom: 0;
}

header .head-top .menu-btn span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #141414;
    margin-top: -1px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

header .head-top .menu-btn:hover:before,
header .head-top .menu-btn:hover:after,
header .head-top .menu-btn:hover span {
    background: #303f9f;
}

@media (max-width: 840px) {
    header {
        top: 0;
        padding: 10px 0;
    }
    header .head-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    header .head-top .menu-btn {
        display: block;
    }
    header .head-top .top-menu {
        opacity: 1 !important;
        visibility: visible !important;
        height: auto !important;
        position: relative;
        width: 100%;
        margin: 15px 0 0 0;
        padding: 15px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 10px 30px rgba(0,0,0,0.08);
        border-radius: 12px;
        transition: none;
    }
    header .head-top .top-menu ul {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0;
        padding: 0;
    }
    header .head-top .top-menu ul li {
        margin-left: 0;
        display: block;
        width: 100%;
    }
    header .head-top .top-menu ul li a {
        margin-top: 0;
        width: 100%;
        padding: 12px 16px;
        text-align: center;
    }
    header .head-top .menu-btn {
        position: relative;
        z-index: 110;
    }
}

header .head-top .top-menu ul li {
    margin-left: 50px;
    display: inline-block;
    vertical-align: top;
    transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
}

header .head-top .top-menu ul li a {
    display: block;
    margin-top: 12px;
}

header .head-top .top-menu ul li a.btn {
    margin-top: 0;
}

header .head-top .top-menu ul li.active a {
    color: #303f9f;
}

header .head-top .top-menu ul li.active .btn {
    color: #ffffff;
    background: #303f9f;
    border: 1px solid #303f9f;
}


/* 2. Section */

.section {
    position: relative;
    padding: 0 80px 150px 80px;
    z-index: 97;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

@media (max-width: 960px) {
    .section {
        padding: 0 40px 120px 40px;
    }
}

@media (max-width: 480px) {
    .section {
        padding: 0 20px 120px 20px;
    }
}

.section .content {
    position: relative;
}

.section .content .title {
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 400px) {
    .section .content .title {
        text-align: center;
    }
}

.section .content .title .title_inner {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    line-height: 18px;
    font-size: 13px;
    color: #141414;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: inset 0 -6px 0px #ede574;
    -moz-box-shadow: inset 0 -6px 0px #ede574;
    -webkit-box-shadow: inset 0 -6px 0px #ede574;
    -khtml-box-shadow: inset 0 -6px 0px #ede574;
}
.section .content .subtitle .title_inner {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
    line-height: 14px;
    font-size: 13px;
    color: #141414;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    box-shadow: inset 0 -6px 0px #ede574;
    -moz-box-shadow: inset 0 -6px 0px #ede574;
    -webkit-box-shadow: inset 0 -6px 0px #ede574;
    -khtml-box-shadow: inset 0 -6px 0px #ede574;
}

/* 3. Started */

.section.started {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}

.section.started .started-content {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.section.started .started-content .hero-logo {
    display: block;
    width: min(320px, 72vw);
    height: auto;
    margin: 0 auto 12px;
}

.section.started .started-content .h-title {
    font-size: 68px;
    font-family: 'Roboto Mono';
    color: #141414;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 10px 0 5px 0;
}

@media (max-width: 1060px) {
    .section.started .started-content .h-title.blog_title {
        font-size: 48px;
    }
}

@media (max-width: 840px) {
    .section.started .started-content .h-title {
        font-size: 52px;
        padding: 0 20px;
    }
    .section.started .started-content .h-title.blog_title {
        font-size: 40px;
    }
}

@media (max-width: 580px) {
    .section.started .started-content .h-title span {
        display: block;
    }
}

@media (max-width: 480px) {
    .section.started .started-content .h-title {
        font-size: 42px;
    }
    .section.started .started-content .h-title.blog_title {
        font-size: 26px;
    }
}

.section.started .started-content .h-subtitle {
    font-size: 13px;
}

.section.started .started-content .typed-subtitle,
.section.started .started-content .typed-bread {
    font-size: 13px;
}

.section.started .mouse_btn {
    font-size: 24px;
    color: #303f9f;
    text-align: center;
    position: absolute;
    width: 20px;
    height: 40px;
    left: 50%;
    bottom: 80px;
    margin-left: -10px;
}

.section.started .mouse_btn .ion {
    position: relative;
    top: 0px;
    animation: mouse-anim 1s ease-out 0s infinite;
}


/* 4. About */

@media (max-width: 400px) {
    .section.about {
        text-align: center;
    }
}

.section.about .image {
    float: left;
}

.section.about .image img {
    width: 80px;
    height: 100px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
}

@media (max-width: 600px) {
    .section.about .image img {
        width: 60px;
        height: 80px;
        border-radius: 80px;
        -moz-border-radius: 80px;
        -webkit-border-radius: 80px;
        -khtml-border-radius: 80px;
    }
}

@media (max-width: 400px) {
    .section.about .image {
        float: none;
        text-align: center;
    }
    .section.about .image img {
        width: 80px;
        height: 100px;
        border-radius: 100px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        -khtml-border-radius: 100px;
    }
}

.center {
    text-align: center;
}

.section.about .desc {
    margin-left: 130px;
}

@media (max-width: 600px) {
    .section.about .desc {
        margin-left: 100px;
    }
}

@media (max-width: 400px) {
    .section.about .desc {
        margin-left: 0;
    }
}

.info-list {
    margin-bottom: 42px;
}

.info-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin: 12px 0 0 0;
}

@media (max-width: 840px) {
    .info-list ul li {
        width: 48%;
    }
}

@media (max-width: 580px) {
    .info-list ul li {
        width: 100%;
    }
}

.info-list ul li strong {
    font-weight: 400;
    color: #303f9f;
}


/* 5. Resume */

@media (max-width: 840px) {
    .section.resume .cols .col.col-md:first-child {
        margin-bottom: 120px;
    }
}

.resume-items .resume-item {
    position: relative;
    padding: 0 30px 60px 30px;
}

@media (max-width: 840px) {
    .resume-items .resume-item {
        padding-right: 0px;
    }
}

.resume-items .resume-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #303f9f;
}

.resume-items .resume-item:first-child {
    padding-top: 0;
}

.resume-items .resume-item:last-child {
    padding-bottom: 0;
    margin-top: -1px;
}

.resume-items .resume-item:last-child:before {
    display: none;
}

.resume-items .resume-item .date {
    position: relative;
    top: -10px;
    margin: 0 0 5px 0;
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    line-height: 18px;
    font-weight: 500;
    font-size: 11px;
    color: #303f9f;
    border: 1px solid #303f9f;
}

.resume-items .resume-item .date:before {
    content: '';
    width: 29px;
    height: 1px;
    position: absolute;
    left: -30px;
    top: 9px;
    background: #303f9f;
}

.resume-items .resume-item .name {
    font-weight: 500;
    color: #141414;
    margin: 0 0 15px 0;
}

.resume-items .resume-item p {
    margin: 0;
}


/* 6. Skills */

.skills ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.skills ul li {

    text-align: center;
    padding: 5px 0 30px 0;
    margin: 10px;
    display: inline-block;
    padding: 5px 0 0 0;}

.skills ul li .name {
    font-size: 13px;
    color: #363636;
    font-weight: 400;
    position: relative;
    margin: 0 0 9px 0;
}

.skills ul li .progress {
    display: block;
    height: 3px;
    position: relative;
    width: 100%;
    background: #303f9f;
}

.skills ul li .progress .percentage {
    left: 0;
    top: 0;
    position: absolute;
    height: 3px;
    /*width: 50%;*/
    background: #ee0404;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.skills ul li .progress .percentage .percent {
    position: absolute;
    top: -27px;
    right: 0;
    font-size: 13px;
    color: #363636;
    font-weight: 400;
}

.skills ul li:last-child {
    padding-bottom: 0;
}


/* 7. Service */

@media (max-width: 400px) {
    .section.service {
        text-align: center;
    }
}

.section.service .title,
.section.contacts .title {
    margin-bottom: 0;
}

.service-items .service-item {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 10px 0 0 0;
    text-align: left;
}
.service-items .card {
    width: 100%;
    border-top: 1px solid #303f9f;
    border-bottom: 1px solid #303f9f;
    border-left: 1px solid #303f9f;
    border-right: 1px solid #303f9f;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 10px;
    /*margin-bottom: 20px;*/
    background-color: #303f9f;
    color: #fff;
}
.card-outline{
    border-top: 1px solid #303f9f;
    border-bottom: 1px solid #303f9f;
    border-left: 1px solid #303f9f;
    border-right: 1px solid #303f9f;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    font-weight: bold;
    color: #303f9f;
}
/*HOVER*/
.card-outline:hover {
    border-top: 1px solid #303f9f;
    border-bottom: 1px solid #303f9f;
    border-left: 1px solid #303f9f;
    border-right: 1px solid #303f9f;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    background-color: #303f9f;
    color: #fff;
}
.card{
    border-top: 1px solid #303f9f;
    border-bottom: 1px solid #303f9f;
    border-left: 1px solid #303f9f;
    border-right: 1px solid #303f9f;
    border-radius: 0;
    padding: 20px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    background-color: #fff;
    color: #303f9f;
    transition: all 0.3s ease-in-out 0.5s;
    -moz-transition: all 0.3s ease-in-out 0.5s;
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    -o-transition: all 0.3s ease-in-out 0.5s;
}
.card:hover{
    border-radius: 30px;
    border-top: 1px solid #303f9f;
    border-bottom: 1px solid #303f9f;
    border-left: 1px solid #303f9f;
    border-right: 1px solid #303f9f;
    transition: all 0.3s ease-in-out 0.5s;
    -moz-transition: all 0.3s ease-in-out 0.5s;
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    -o-transition: all 0.3s ease-in-out 0.5s;
    animation: all 0.3s ease-in-out 0.5
}
.service-items .card-outline {
    border-top: 1px solid #303f9f;
    border-bottom: 1px solid #303f9f;
    border-left: 1px solid #303f9f;
    border-right: 1px solid #303f9f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    /*animation: pulse 1s infinite;*/
}
.service-items .card-outline:hover {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #303f9f;
    border-right: 1px solid #303f9f;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    transition: all 0.3s ease-in-out 0.5s;
    -moz-transition: all 0.3s ease-in-out 0.5s;
    -webkit-transition: all 0.3s ease-in-out 0.5s;
    -o-transition: all 0.3s ease-in-out 0.5s;

    background-color: transparent;
    color: #fff;
    /*animation: pulse 5s ease-in-out;*/
}
.service-items .card:hover{
    /*background-color: #fff;*/
    /*color: #303f9f;*/
    border-top: 1px solid #303f9f;
    border-bottom: 1px solid #303f9f;
    border-left: 1px solid #303f9f;
    border-right: 1px solid #303f9f;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    -khtml-border-radius: 22px;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

@media (max-width: 840px) {
    .service-items .service-item {
        width: 45%;
    }
}

@media (max-width: 580px) {
    .service-items .service-item {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 400px) {
    .service-items .service-item {
        text-align: center;
    }
}

.service-items .service-item .icon {
    float: none;
    width: 36px;
    text-align: center;
    font-size: 30px;
    color: #303f9f;
}

@media (max-width: 400px) {
    .service-items .service-item .icon {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
}

.service-items .service-item .icon .ion {
    display: block;
}

.service-items .service-item .name {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin: 6px 0 0 50px;*/
}
/*.service-items .service-item .name:hover {*/
/*    font-weight: 900;*/
/*    color: #6377ff;*/
/*}*/
.project .date {
    margin-top: 10px;
    text-transform: uppercase;
    border: 1px solid #303f9f;
    border-radius: 5px;
    color: #303f9f !important;
    background: rgba(48, 63, 159, 0.08);
    font-size: 12px;
    padding: 8px 14px;
}
.project .date:hover {
    border: 1px solid #1e40af;
    border-radius: 15px;
    color: #ffffff !important;
    background: #1e40af;
    font-size: 12px;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.service-items .service-item .date {
    font-weight: 900;
    /*align LEFT */
    display: flex;
    justify-content: flex-end;
    /*text-align: center;*/
    /*text-shadow: inset 0 0 0 1px #6d7eea;*/
    /*font-size: 15px;*/
    color: #8288b9;
    /*margin: 6px 0 0 50px;*/
}
.service-items .service-item .title {
    font-weight: 900;
    /*align LEFT */
    display: flex;
    justify-content: flex-start;
    /*text-align: center;*/
    /*text-shadow: inset 0 0 0 1px #6d7eea;*/
    /*font-size: 15px;*/
    color: #6d7eea;
    /*margin: 6px 0 0 50px;*/
}
.service-items .service-item .desc {
    padding: 10px;
}

.service-items .service-item .icon>i {
    /*padding: 25px;*/
}

@media (max-width: 400px) {
    .service-items .service-item .name {
        margin: 0 0 0 2px;
        display: inline-block;
        vertical-align: middle;
    }
}

.service-items .service-item p {
    margin-bottom: 0;
}


/* 8. Portfolio */

.section.works .filters {
    margin-bottom: 30px;
}

.section.works .filters input {
    display: none;
}

.section.works .filters label {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    font-size: 13px;
    color: #363636;
    cursor: pointer;
    position: relative;
    padding-bottom: 0;
}

.section.works .filters label.glitch-effect {
    color: #303f9f;
}

@media (max-width: 580px) {
    .section.works .filters label {
        padding-bottom: 15px;
    }
}

@media (max-width: 580px) {
    .section.works .filters {
        margin-bottom: 10px;
    }
}


/* 9. Box Items */

.box-items {
    position: relative;
    overflow: hidden;
    margin-left: -3%;
}

@media (max-width: 580px) {
    .box-items {
        margin-left: 0;
    }
}

.box-items .box-item {
    width: 30.33333%;
    margin: 0 0 3% 3%;
    position: relative;
    overflow: hidden;
    text-align: center;
}

@media (max-width: 840px) {
    .box-items .box-item {
        width: 47%;
    }
}

@media (max-width: 580px) {
    .box-items .box-item {
        width: 100%;
        margin: 0 0 3% 0;
    }
}

.box-items .box-item:hover .image .info {
    opacity: 0.94;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
}

.box-items .box-item:hover .desc .name {
    color: #303f9f;
}

.box-items .box-item .image {
    position: relative;
}

.box-items .box-item .image a {
    display: block;
    font-size: 0;
}

.box-items .box-item .image a img {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
}

.box-items .box-item .image .info {
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    padding: 18px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -o-transform: scale(0.5, 0.5);
}

.box-items .box-item .image .info .centrize {
    background: #303f9f;
}

.box-items .box-item .image .info .ion {
    color: #ffffff;
    font-size: 38px;
    display: inline-block;
    transition: all 0.1s ease-in 0.4s;
    -moz-transition: all 0.1s ease-in 0.4s;
    -webkit-transition: all 0.1s ease-in 0.4s;
    -o-transition: all 0.1s ease-in 0.4s;
    font-weight: normal;
}

.box-items .box-item .desc {
    position: relative;
    padding: 15px 45px 5px 45px;
}

@media (max-width: 1000px) {
    .box-items .box-item .desc {
        padding: 15px 15px 5px 15px;
    }
}

.box-items .box-item .desc .name {
    height: 40px;
    display: block;
    color: #363636;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.date {
    margin: 0 0 10px 0;
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    line-height: 18px;
    font-weight: 500;
    font-size: 11px;
    color: #303f9f;
    border: 1px solid #303f9f;
}

.category {
    margin: 0 0 10px 0;
    display: inline-block;
    font-size: 11px;
    color: #363636;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: inset 0 -6px 0px #ede574;
    -moz-box-shadow: inset 0 -6px 0px #ede574;
    -webkit-box-shadow: inset 0 -6px 0px #ede574;
    -khtml-box-shadow: inset 0 -6px 0px #ede574;
}


/* 10. Contacts */

@media (max-width: 400px) {
    .section.contacts {
        text-align: center;
    }
}

.section.contacts .service-items .service-item p {
    margin-top: 20px;
}

.section.contacts .contact_form {
    margin-top: 30px;
}

.section.contacts .alert-success {
    display: none;
}

.section.contacts .alert-success p {
    margin: 60px 0 30px 0;
    font-size: 15px;
}


/* 11. Blog */

.single-post-text img {
    max-width: 100%;
}

.post-comments {
    margin-top: 60px;
}

.post-comments .post-comment {
    padding: 20px 0;
    border-top: 1px solid #dddddd;
}

.post-comments .post-comment:first-child {
    padding-top: 0;
    border-top: none;
}

.post-comments .post-comment .image {
    float: left;
    width: 80px;
    height: 80px;
}

.post-comments .post-comment .image img {
    width: 100%;
    height: 100%;
}

.post-comments .post-comment .desc {
    margin-left: 100px;
}

.post-comments .post-comment .desc .name {
    font-size: 13px;
    color: #141414;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 0 0 0;
    margin: 0 0 10px 0;
}

.post-comments .post-comment .desc p {
    margin: 0;
}

.post-comments .form-comment .title {
    margin: 30px 0 15px 0;
}


/* 12. Footer */

footer {
    position: fixed;
    bottom: 25px;
    left: 0;
    padding: 15px 60px 30px 60px;
    width: 100%;
    background: #ffffff;
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

@media (max-width: 840px) {
    footer {
        position: relative;
        bottom: auto;
        padding: 18px 16px 18px;
        box-shadow: 0 -1px 12px rgba(0,0,0,0.05);
        margin-top: 40px;
    }
}

footer .soc {
    float: right;
}

footer .soc a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

footer .soc a .ion {
    font-size: 17px;
    color: #363636;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

footer .soc a:hover .ion {
    color: #303f9f;
}

@media (max-width: 840px) {
    footer .soc {
        float: none;
        text-align: center;
    }
    footer .soc a {
        margin: 0 6px;
    }
}

footer .copy {
    float: left;
    padding-top: 2px;
    font-size: 11px;
    color: #999999;
}

@media (max-width: 840px) {
    footer .copy {
        display: none;
    }
}


/* 13. Popups */

.popup-box {
    margin: 30px auto;
    width: 520px;
    background: #ffffff;
    position: relative;
    padding: 10px;
}

@media (max-width: 580px) {
    .popup-box {
        width: 440px;
    }
}

@media (max-width: 480px) {
    .popup-box {
        width: 320px;
    }
}

.popup-box .image img {
    width: 100%;
    height: auto;
}

.popup-box .desc {
    padding: 30px 20px;
}

.popup-box .desc h4 {
    display: block;
    color: #363636;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 15px 0;
    line-height: normal;
}

.popup-box .desc p {
    margin-top: 15px;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}


/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}


/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* Locale switch — minimal text toggle */
.hero-languages.locale-switch {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    margin-bottom: 1rem;
    font-family: 'Roboto Mono', monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    user-select: none;
}

.locale-switch__sep {
    color: rgba(48, 63, 159, 0.35);
    pointer-events: none;
}

.locale-flag {
    position: relative;
    padding: 0.2rem 0.15rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: rgba(20, 20, 20, 0.28);
    transition: color 0.15s ease;
}

.locale-flag:focus-visible {
    outline: 1px solid #303f9f;
    outline-offset: 4px;
}

.locale-flag:hover {
    color: #303f9f;
}

.locale-flag.is-active {
    color: #141414;
}

.locale-link__text {
    position: relative;
    display: inline-block;
}

.locale-flag.is-active .locale-link__text::before,
.locale-flag.is-active .locale-link__text::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.locale-flag--glitch .locale-link__text {
    animation: locale-text-jitter 0.28s steps(2, end);
}

.locale-flag--glitch .locale-link__text::before {
    color: #303f9f;
    opacity: 0.75;
    animation: locale-text-split-a 0.28s steps(2, end);
}

.locale-flag--glitch .locale-link__text::after {
    color: rgba(255, 60, 60, 0.55);
    opacity: 0.55;
    animation: locale-text-split-b 0.28s steps(2, end);
}

@keyframes locale-text-jitter {
    0%, 100% { transform: translate(0); }
    25% { transform: translate(-1px, 0); }
    50% { transform: translate(1px, -1px); }
    75% { transform: translate(-1px, 1px); }
}

@keyframes locale-text-split-a {
    0%, 100% { transform: translate(0); clip-path: inset(0 0 0 0); }
    33% { transform: translate(-2px, 0); clip-path: inset(20% 0 55% 0); }
    66% { transform: translate(1px, 0); clip-path: inset(55% 0 15% 0); }
}

@keyframes locale-text-split-b {
    0%, 100% { transform: translate(0); clip-path: inset(0 0 0 0); }
    33% { transform: translate(2px, 0); clip-path: inset(45% 0 30% 0); }
    66% { transform: translate(-1px, 1px); clip-path: inset(10% 0 70% 0); }
}

@media (prefers-reduced-motion: reduce) {
    .locale-flag--glitch .locale-link__text,
    .locale-flag--glitch .locale-link__text::before,
    .locale-flag--glitch .locale-link__text::after {
        animation: none !important;
    }
}
.page-top-nav {
    position: fixed;
    top: 0;
    right: 42px;
    z-index: 110;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
}

.page-top-nav__link {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 22px;
    line-height: 20px;
    padding: 0 12px;
    margin: 0;
    min-width: 0;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.45);
}

.page-top-nav__link:hover {
    color: #303f9f !important;
    background: #ffffff;
    border-color: #ffffff;
}

.page-top-nav__icon {
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 840px) {
    .page-top-nav {
        top: 15px;
        height: auto;
        right: 27px;
    }

    .page-top-nav__link {
        height: 30px;
        line-height: 28px;
        padding: 0 12px;
        font-size: 11px;
        color: #303f9f;
        background: #ffffff;
        border: 1px solid #303f9f;
        box-shadow: 0 2px 6px rgba(48, 63, 159, 0.15);
    }

    .page-top-nav__link:hover {
        color: #ffffff !important;
        background: #303f9f;
        border-color: #303f9f;
    }

    .page-top-nav__icon {
        font-size: 12px;
    }
}

.hero-actions {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.hero-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 200px;
    max-width: 100%;
    padding: 12px 24px;
    border-radius: 999px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin: 0 auto;
}

.hero-actions a.btn {
    position: relative;
}

.hero-btn-icon-wrap {
    position: relative;
    display: block;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    z-index: 2;
}

.hero-btn-icon {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
    position: absolute;
    inset: 0;
    transition: opacity 0.3s ease;
}

.hero-btn-icon--hover {
    opacity: 0;
}

.hero-actions .btn:hover .hero-btn-icon--default,
.hire-cta__actions .btn:hover .hero-btn-icon--default {
    opacity: 0;
}

.hero-actions .btn:hover .hero-btn-icon--hover,
.hire-cta__actions .btn:hover .hero-btn-icon--hover {
    opacity: 1;
}

.hero-btn-label {
    line-height: 1;
    position: relative;
    z-index: 2;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem 1.25rem;
    margin-top: 1rem;
}
.footer-social a {
    color: #303f9f;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
}
.footer-social a:hover {
    text-decoration: underline;
}
.footer-social {
    margin-bottom: 0.75rem;
}

.about-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.about-profile {
    display: block;
    text-align: center;
}
.about-profile img {
    width: 180px;
    max-width: 100%;
    border-radius: 20px;
    border: 2px solid #303f9f;
    box-shadow: 0 18px 48px rgba(48, 63, 159, 0.12);
    margin: 0 auto;
}
.about-content {
    display: grid;
    gap: 24px;
}
.about-summary {
    padding: 24px;
    background: #f5f7ff;
    border-radius: 20px;
    border: 1px solid rgba(48, 63, 159, 0.12);
    transition: background 0.25s ease, color 0.25s ease;
}
.about-summary:hover {
    background: #e7efff;
    color: #1f2937;
}
.about-summary:hover p {
    color: #1f2937;
}
.about-summary p {
    margin: 0;
    line-height: 1.8;
    color: #2f3658;
}
.info-list ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    list-style: none;
}
.info-list ul li {
    width: 100%;
    margin: 0;
}
.info-list ul li.card {
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(59, 130, 246, 0.16);
    box-shadow: 0 14px 34px rgba(59, 130, 246, 0.08);
    color: #1f2937;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.info-list ul li.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 42px rgba(59, 130, 246, 0.14);
}
.info-list ul li.card strong {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
}

.section.resume .cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

.resume-items {
    display: grid;
    gap: 24px;
    max-height: min(680px, 70vh);
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    padding-right: 8px;
}

.resume-items .resume-item {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px 24px 24px;
    border: 1px solid rgba(48, 63, 159, 0.08);
    box-shadow: 0 18px 48px rgba(48, 63, 159, 0.08);
    overflow: hidden;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.resume-items .resume-item:first-child {
    padding-top: 30px;
}
.resume-items .resume-item .date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(48, 63, 159, 0.08);
    margin-bottom: 16px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    top: 0;
}
.resume-items .resume-item .name {
    margin-bottom: 12px;
}
.resume-items .resume-item .subtitle {
    margin-top: 18px;
    gap: 16px;
    display: grid;
}
.resume-items .resume-item .subtitle .title_inner {
    font-size: 0.85rem;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.skills-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.section.skills .content {
    overflow: visible;
}

.skills .skills-list li.skill-pill {
    margin: 0;
    padding: 6px;
    display: inline-flex;
    text-align: center;
    position: relative;
    overflow: visible;
}

.skill-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 999px;
    background: #ffffff;
    color: #1f2937;
    font-weight: 700;
    border: 1px solid rgba(48, 63, 159, 0.14);
    box-shadow: 0 1px 3px rgba(48, 63, 159, 0.08);
    position: relative;
    overflow: visible;
    cursor: default;
    transition: background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.skill-pill:hover,
.skill-pill:focus-within {
    background: #ffffff;
    border-color: rgba(48, 63, 159, 0.28);
    box-shadow: 0 4px 14px rgba(48, 63, 159, 0.12);
}

.skill-pill__icon {
    width: 56px;
    height: 56px;
    max-width: none;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.skill-pill__fallback {
    font-size: 0.75rem;
    line-height: 1.2;
    padding: 0 0.25rem;
    text-align: center;
}

.skill-pill__tooltip {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) translateY(6px);
    z-index: 20;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
    padding: 6px 12px;
    border-radius: 8px;
    background: rgba(48, 63, 159, 0.96);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.01em;
    box-shadow: 0 6px 18px rgba(48, 63, 159, 0.22);
    transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}

.skill-pill__tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(48, 63, 159, 0.96);
}

.skill-pill:hover .skill-pill__tooltip,
.skill-pill:focus-within .skill-pill__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(280px, 1fr));
    gap: 24px;
}

@media (max-width: 720px) {
    .project-grid {
        grid-template-columns: 1fr;
    }
}

.project-section-featured {
    background: linear-gradient(180deg, rgba(238, 242, 255, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 28px;
    margin-bottom: 12px;
    padding-top: 32px;
}

.project-section-featured .content .title {
    margin-top: 8px;
    margin-bottom: 20px;
}

.featured-projects-intro {
    max-width: 52rem;
    margin: 0 0 28px;
    line-height: 1.7;
    color: #4b5563;
}

.project-card--featured {
    border-color: rgba(48, 63, 159, 0.18);
    box-shadow: 0 22px 56px rgba(48, 63, 159, 0.12);
}

.project-card--featured .project-category {
    background: rgba(48, 63, 159, 0.12);
    color: #1e3a8a;
}

.project-grid.expertise-stack-grid .project-card .name {
    text-align: left;
}

.expertise-card-watermark {
    position: absolute;
    inset: 0;
    background-image: var(--expertise-watermark);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: auto 72%;
    pointer-events: none;
    z-index: 0;
    opacity: 0.92;
    transition: opacity 0.18s ease;
}

.project-grid.expertise-stack-grid .project-card:hover .expertise-card-watermark {
    opacity: 1;
}

.project-grid.expertise-stack-grid .expertise-card-body {
    margin-bottom: 4px;
}

.project-grid.expertise-stack-grid .project-card {
    position: relative;
    overflow: hidden;
}

.project-grid.expertise-stack-grid .project-card .expertise-card-watermark {
    background-size: auto 55%;
}

.project-grid.expertise-stack-grid .project-card .name,
.project-grid.expertise-stack-grid .project-card .expertise-card-body,
.project-grid.expertise-stack-grid .project-card .btn {
    position: relative;
    z-index: 1;
}

.project-grid.expertise-stack-grid .project-card .desc {
    text-align: left;
    margin: 0;
}

.project-grid.expertise-stack-grid .project-card .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    align-self: stretch;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.project-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 24px;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid rgba(48, 63, 159, 0.08);
    box-shadow: 0 18px 48px rgba(48, 63, 159, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
.project-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 64px rgba(48, 63, 159, 0.14);
}
.project-image {
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 18px;
    min-height: 180px;
}
.project-image img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
}
.project-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    border-radius: 18px;
    background: #eef2ff;
    color: #1e40af;
    text-align: center;
    margin-bottom: 18px;
    border: 1px dashed rgba(99, 102, 241, 0.35);
}
.project-placeholder-icon {
    font-size: 2rem;
    margin-bottom: 8px;
}
.project-placeholder-text {
    font-weight: 700;
    color: #1e3a8a;
}
.project-card .name {
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 12px;
    color: #111827;
}
.project-card .date {
    color: #303f9f !important;
    background: rgba(48, 63, 159, 0.08);
    padding: 8px 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 14px;
    width: auto;
    line-height: normal;
    border: 1px solid rgba(48, 63, 159, 0.15);
}
.project-card .date:hover {
    background: #1e40af;
    color: #ffffff !important;
    padding: 8px 16px;
    width: auto;
}
.project-card .desc {
    flex-grow: 1;
    margin-bottom: 18px;
    line-height: 1.75;
}
.project-tech {
    display: grid;
    gap: 12px;
}
.project-meta {
    padding: 16px;
    border-radius: 18px;
    background: #f5f7ff;
}
.project-meta .title {
    display: block;
    margin-bottom: 8px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.project-section {
    margin-bottom: 42px;
}
.project-section-title {
    margin-bottom: 22px;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #1f2937;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    padding-bottom: 10px;
}
.project-section-clients .project-section-title {
    color: #1d4ed8;
}
.project-card-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}
.project-category {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(99, 102, 241, 0.08);
    color: #3730a3;
    border: 1px solid rgba(99, 102, 241, 0.16);
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.project-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}
.project-tag {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #eef2ff;
    color: #3730a3;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(99, 102, 241, 0.24);
}
.project-empty {
    text-align: center;
    padding: 40px 24px;
}

/* Header mobile cleanup and compact experience cards */
@media (max-width: 840px) {
    header {
        padding: 8px 0;
        box-shadow: 0 1px 12px rgba(0,0,0,0.06);
    }
    header .head-top {
        padding: 0 16px;
    }
    header .head-top .menu-btn {
        display: none;
    }
    header .head-top .top-menu {
        background: transparent;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }
    header .head-top .top-menu {
        display: none;
    }
    header .head-top .top-menu ul {
        gap: 0;
    }
    header .head-top .top-menu ul li:empty {
        display: none;
    }
    header .head-top .top-menu ul {
        padding: 0;
    }
    header .head-top .top-menu ul li a {
        padding: 10px 16px;
        font-weight: 700;
        letter-spacing: 0.02em;
        width: auto;
    }
    header .head-top .top-menu ul li a.btn {
        border-radius: 999px;
        background: #303f9f;
        color: #ffffff;
        border: 1px solid #303f9f;
    }
}

.section.resume .cols {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

@media (min-width: 840px) {
    .section.resume .cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.section.resume .cols .col.col-md {
    float: none;
    width: auto;
}

.resume-items {
    display: grid;
    gap: 24px;
    max-height: min(680px, 70vh);
    overflow-y: auto;
    scroll-snap-type: y mandatory;
    padding-right: 8px;
}

.resume-items::-webkit-scrollbar-thumb {
    background: rgba(59, 130, 246, 0.28);
    border-radius: 999px;
    border: 3px solid transparent;
    background-clip: content-box;
}

.resume-items::-webkit-scrollbar-thumb:hover {
    background: rgba(59, 130, 246, 0.45);
}

.resume-items::-webkit-scrollbar-corner {
    background: transparent;
}

.resume-items .resume-item {
    padding: 24px;
    margin-bottom: 24px;
}

.resume-items .resume-item:before {
    display: none;
}

.resume-item .subtitle .title_inner {
    display: block;
    width: fit-content;
    padding: 8px 12px;
    background: rgba(237, 242, 255, 0.9);
    border-radius: 999px;
    margin-bottom: 10px;
    box-shadow: none;
    color: #1f2937;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
}

@media (min-width: 840px) {
    .section.resume .cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 840px) {
    .section.started .started-content {
        display: block;
        width: 100%;
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .hero-languages.locale-switch {
        justify-content: center;
    }
    .hero-actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        max-width: min(320px, 100%);
        margin-left: auto;
        margin-right: auto;
        gap: 10px;
    }
    .hero-actions .btn {
        width: 100%;
        min-width: 0;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .hero-actions .btn {
        padding: 10px 18px;
        font-size: 12px;
    }
}


.hire-cta {
    margin: 32px auto 0;
    max-width: 720px;
    padding: 24px 20px;
    text-align: center;
    border-radius: 16px;
    background: #f8f9fc;
    border: 1px solid rgba(48, 63, 159, 0.1);
    box-shadow: none;
    font-weight: 400;
}

.hire-cta:hover {
    background: #f8f9fc;
    color: inherit;
}

.hire-cta__text {
    margin: 0 0 16px;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #4b5563;
    font-weight: 400;
}

.hire-cta__actions {
    flex-wrap: wrap;
    gap: 12px;
}

.hire-cta .btn:not(.fill) {
    background: #ffffff;
    color: #1f2937;
    border-color: rgba(48, 63, 159, 0.2);
}

.hire-cta .btn:not(.fill):hover {
    background: #303f9f;
    border-color: #303f9f;
    color: #ffffff !important;
}

.hire-cta .btn.fill:hover {
    background: #1e3a8a;
    border-color: #1e3a8a;
    color: #ffffff !important;
}

a.locale-flag {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
}

.footer-social a + a::before {
    content: none;
}

.expertise-section-title {
    margin-bottom: 24px;
}

.expertise-section-title .title_inner {
    display: inline-block;
}

.home-expertise .home-expertise__title {
    margin-bottom: 10px;
}

.home-expertise__intro {
    margin: 0 0 20px;
    max-width: 42rem;
    font-size: 0.92rem;
    line-height: 1.55;
    color: #6b7280;
}

.home-expertise-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1024px) {
    .home-expertise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .home-expertise-grid {
        grid-template-columns: 1fr;
    }
}

.home-expertise-card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8f9fc;
    border: 1px solid rgba(48, 63, 159, 0.1);
    text-decoration: none;
    color: inherit;
    transition: background 0.18s ease, border-color 0.18s ease;
}

.home-expertise-card:hover {
    background: #ffffff;
    border-color: rgba(48, 63, 159, 0.22);
}

.home-expertise-card:hover .expertise-card-watermark {
    opacity: 1;
}

.home-expertise-card__label,
.home-expertise-card__teaser {
    position: relative;
    z-index: 1;
    max-width: 68%;
}

.home-expertise-card__label {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111827;
    letter-spacing: 0.02em;
}

.home-expertise-card__teaser {
    font-size: 0.82rem;
    line-height: 1.45;
    color: #6b7280;
}

.home-expertise-footer {
    margin: 20px 0 0;
    padding-top: 16px;
    text-align: center;
    border-top: 1px solid rgba(48, 63, 159, 0.08);
}

.home-expertise-footer a {
    font-size: 0.88rem;
    font-weight: 600;
    color: #303f9f;
    text-decoration: none;
}

.home-expertise-footer a:hover {
    text-decoration: underline;
}

.typing-expertise-country {
    display: none;
}

.section.started.expertise-hero {
    overflow: visible;
}

.section.started.expertise-hero .centrize {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    max-width: 100%;
    height: 100% !important;
    table-layout: auto !important;
}

.section.started.expertise-hero .vertical-center {
    display: block !important;
    width: auto;
    max-width: min(1060px, 100%);
    vertical-align: initial !important;
}

.section.started.expertise-hero .started-content {
    display: inline-block;
    width: auto;
    max-width: min(1060px, 100%);
    padding: 0 20px;
    box-sizing: border-box;
    container-type: inline-size;
}

.h-title.h-title--expertise {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25em;
    width: auto;
    max-width: min(1060px, 100%);
    margin: 10px auto 5px;
    font-size: clamp(0.9rem, 6.2cqw, 3.25rem) !important;
    letter-spacing: 0.015em;
    line-height: 1.2;
    white-space: normal;
    overflow: visible;
    box-sizing: border-box;
    padding: 0;
}

.h-title.h-title--expertise .h-title__line {
    display: block;
    width: auto;
    max-width: 100%;
    text-align: center;
}

.h-title.h-title--expertise .h-title__prefix {
    white-space: normal;
    overflow-wrap: anywhere;
}

.h-title.h-title--expertise .expertise-hero__brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4em;
    flex-wrap: wrap;
}

.h-title.h-title--expertise .expertise-hero__logo {
    width: clamp(2.5rem, 8cqw, 4.5rem);
    height: clamp(2.5rem, 8cqw, 4.5rem);
    object-fit: contain;
    flex-shrink: 0;
}

.h-title.h-title--expertise .expertise-hero__role {
    display: inline-block;
}

.h-title.h-title--expertise .typed-expertise-country {
    white-space: nowrap;
}

.h-title.h-title--expertise .typed-expertise-country {
    color: #303f9f;
}

.h-title .typed-expertise-country .typed-cursor {
    display: none !important;
}

.section.started.expertise-hero .started-content .h-subtitle {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    padding: 0 12px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

@media (max-width: 840px) {
    .section.started.expertise-hero .started-content {
        padding: 0 16px;
    }

    .section.started .started-content .h-title.h-title--expertise {
        font-size: clamp(1rem, 4.8vmin, 2.35rem) !important;
    }
}

@media (max-width: 640px) {
    .section.started .started-content .h-title.h-title--expertise {
        font-size: clamp(0.95rem, 5.4vmin, 1.75rem) !important;
        letter-spacing: 0.01em;
    }

    .section.started.expertise-hero .started-content .h-subtitle {
        font-size: 12px;
        padding: 0 4px;
    }

    .section.started.expertise-hero .hero-actions {
        padding: 0 4px;
    }
}

@media (max-width: 480px) {
    .section.started .started-content .h-title.h-title--expertise {
        font-size: clamp(0.88rem, 5vmin, 1.45rem) !important;
    }

    .section.started.expertise-hero .started-content {
        padding: 0 12px;
    }

    .container .line.top,
    .container .line.bottom {
        height: 10px;
    }

    .container .line.left,
    .container .line.right {
        width: 10px;
    }

    .container {
        padding: 14px 10px;
    }
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -moz-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}


/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-close {
    width: 54px!important;
    height: 54px!important;
    background: #ffffff !important;
    line-height: 54px!important;
    opacity: 1!important;
    font-weight: 300;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Verdana' !important;
}

.info-list ul li .success {
    color: #4caf50;
    padding: 5px;
    border-radius: 2px;
    background-color: #eeeeee3b;
}

.project-breadcrumb {
    margin-bottom: 1rem;
    font-size: 0.9rem;
    opacity: 0.85;
}

.project-breadcrumb a {
    text-decoration: underline;
}

.project-card__title-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.project-card__title-link:hover {
    color: #303f9f;
}

.project-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    align-self: stretch;
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.project-image--hero {
    margin-bottom: 2rem;
}

.project-image--hero img {
    width: 100%;
    border-radius: 16px;
}

.project-body {
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.project-section {
    margin-bottom: 1.5rem;
}

.project-section-links {
    margin-top: 1.5rem;
    text-align: center;
}

